Spire.PDF is a professional PDF library applied to creating, writing, editing, handling and reading PDF files without any external dependencies. Get free and professional technical support for Spire.PDF for .NET, Java, Android, C++, Python.

Wed Oct 12, 2016 9:23 am

Dear Sir/Madam:

I am playing with digital signature part, I noticed I can do some thing like: signature.DigitalSignerLable = "数字签名:";, however, when it generated, the final PDF got fanny characters, it seems it can't present Asia characters very well, or I did something wrong?

Thanks

Bin

[email protected]
 
Posts: 1
Joined: Sat Aug 13, 2016 8:33 am

Thu Oct 13, 2016 2:53 am

Dear Bin,

Thanks for your inquiry.
I have noticed this issue and posted it to our Dev team. We will inform you once there is any progress.
Sorry for inconvenience caused.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Thu Oct 20, 2016 6:13 am

Dear Bin,

Thanks for your waiting.
Now the issue has been resolved, Welcome to test Spire.PDF Pack(Hot Fix) Version:3.8.22.
Also, please add following code to set Asia characters font.
Code: Select all
System.Collections.Generic.Dictionary<SignInfoType, object> fonts = new System.Collections.Generic.Dictionary<SignInfoType, object>();
fonts.Add(SignInfoType.SignInformation,new PdfCjkStandardFont(PdfCjkFontFamily.SinoTypeSongLight,12));
signature.SignInfoFont = fonts;

If there is any question, welcome to get it back to us.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Fri Oct 21, 2016 8:22 am

Dear Bin,

Did you test the hotfix and new method ? Has your issue been resolved ?

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Return to Spire.PDF

cron