Anónimo:
Anónimo:
Heloo
- In PDF Reader 9, the error "4000 "unrecognized PDF content"" in PDF/SigQ (when showing signed version persists.
is possible to correct. In Itext the solution is already discovered. Are you palning to resolve that?
can you sen us more information of this?
Hi,
as I find in sourceforge forum, this error is about PDF Encoding.
The solution is, in iText library, you must remove two lines in com.lowagie.text.pdf.PdfStamperImp.java :
if (dr.get(PdfName.ENCODING) == null)
dr.put(PdfName.ENCODING, PdfName.WIN_ANSI_ENCODING);
The problem description and solution is at:
http://sourceforge.net/tracker/index.php?func=detail&aid=1851980&group_id=15255&atid=115255