GroupDocs.Signature for Java. Sign in Chinsese

DigitalSignOptions options = new DigitalSignOptions(certificatePath);
options.setImageFilePath(imagePath);
options.setLocation(new String(“上海”.getBytes(“GBK”),“GBK”));
options.setReason(new String(“同意”.getBytes(“GBK”),“GBK”));

Hi, when I use GroupDocs.Signature for Java, I came up with a problem, that is I want to set some parameters in Chinese. But after I did so, I found that the digital signature on my pdf document can’t show Chinese correctly. Could you please show me how to sign in Chinese?

@suifeng

This issue is under investigation with ticket ID SIGNATUREJAVA-2246. You’ll be notified in case of any update.

Could yiu please tell me if this problem is solved?i want to sigh in Chinese

DigitalSignOptions options = new DigitalSignOptions(certificatePath);
options.setImageFilePath(imagePath);
options.setLocation(new String(“上海”.getBytes(“GBK”),“GBK”));
options.setReason(new String(“同意”.getBytes(“GBK”),“GBK”));

Hi, when I use GroupDocs.Signature for Java, I came up with a problem, that is I want to set some parameters in Chinese. But after I did so, I found that the digital signature on my pdf document can’t show Chinese correctly. Could you please show me how to sign in Chinese?

1 Like

@wchl15

This issue is still under investigation.

We are investigating this scenario. You’ll be notified in case of any update.

@wchl15

There’s an update on SIGNATUREJAVA-2246. This issue will be resolved in API version 22.8. We’ll notify you in case of any update.