I am copying a pdf with signature to a new pdf. Using PdfCopyFields, the form
fields are copied and everything looks to be fine.
But when I tried to open the signature in Acro Reader, it says invalid or
corrupt signature. The code is like this,
PdfCopyFields copy = new PdfCopyFields(new
FileOutputStream("C:/Temp/AcroForms/concatenatedPDF.pdf"));
copy.open();
copy.addDocument(reader1);
copy.addDocument(reader2);
copy.close();
I believe something is missing in my code. Not sure.
Any help, please.
Thanks,
Kathir
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://www.itextpdf.com/book/
Check the site with examples before you ask questions:
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/