Dear all,       I encountered a problem when I tried to sign a signature field 
in a pdf file with itext.        Here is the code:        IExternalSignature 
externalSignature = new X509Certificate2Signature(sign_cert, hashAlg);       
pdfReader = new PdfReader(pdf_src_filename);    signedPdf = new 
FileStream(pdf_dest_filename, FileMode.Create);         pdfStamper =           
iTextSharp.text.pdf.PdfStamper.CreateSignature(pdfReader, signedPdf, '\0', 
null, true);
        After my signature, the pdf file show a message box, it said:   The 
document has enable the Adobe Reader extension function, and it has been 
changed since it be create.please contact the owner to get original version of 
the document.               Would you please give me some hint or help to solve 
this problem.       Thank You very much! 

------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to