[Podofo-users] 回复: RE: Pdf displays not correct

2016-11-16 Thread liben...@zhongfu.net
Hi, Ali It not work. An exception raised : Error 35 occurred! PoDoFo encounter an error. Error: 35 ePdfError_UnsupportedFontFormat Error Description: This font format is not supported by PoDoFO. Callstack: #0 Error Source:

Re: [Podofo-users] Incrementally sign PDF

2016-11-16 Thread zyx
On Wed, 2016-11-16 at 18:49 +, Leonard Rosenthol wrote: > So the best thing here is to add appearance generation functionality > and then invoke it as part of Signing. Hi, thanks for a quick reply. The problem is that my added annotation has a /AP dictionary, with a /N key only.

Re: [Podofo-users] Incrementally sign PDF

2016-11-16 Thread zyx
On Mon, 2016-09-26 at 15:32 +, Thomas Szendefi wrote: > Leonard kindly checked the generated PDF for me and found out that > the code is not adding the signatures annotation to the page. Hello, that was one of the issues, that's true. Unfortunately it wasn't the only one. I made some

Re: [Podofo-users] Pdf displays not correct

2016-11-16 Thread Jaseem Ali K T
Hi It seems to be a problem when identity encoding is used. Can you try with pFont = document.CreateFontSubset("SimHei", false,false,false, (PdfEncoding*)encoding); Regards Ali From: liben...@zhongfu.net [mailto:liben...@zhongfu.net] Sent: Wednesday, November 16, 2016 5:48 PM To: podofo-users

Re: [Podofo-users] Pdf displays not correct

2016-11-16 Thread Josef Rokos
Hi, for me character spacing with PdfIdentityEncoding works only on CID fonts (method CreateFontSubset). Correct spacing on TTF fonts without subsetting has only single byte encodings. Best regards J. Rokos On Wed, Nov 16, 2016 at 1:18 PM, liben...@zhongfu.net wrote: >