Looks like the sig flags are not put in the acro fields dictionary. Paulo
----- Original Message ----- From: <[EMAIL PROTECTED]> To: "Post all your questions about iText here" <[email protected]> Cc: "Post all your questions about iText here" <[email protected]>; <[EMAIL PROTECTED]> Sent: Thursday, September 18, 2008 5:36 PM Subject: Re: [iText-questions] PdfCopyFields breaking Signature Panel? The signature field should be visible in the panel. It is visible in the non-merged version of the document. Also, if I use the PdfCopy (with the copyAcroForm() method), the signature field will be visible in the panel. From: Paulo Soares <[EMAIL PROTECTED]> To: Post all your questions about iText here <[email protected]> Date: 09/18/2008 11:28 AM Subject: Re: [iText-questions] PdfCopyFields breaking Signature Panel? ________________________________ I don't understand your problem. I can see the signature field in the merged doc with Reader 8 and 9. I can sign it and see the signature. The signature doesn't show in the panel because it's the Reader and the form is not enabled. All is as expected. Paulo > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of [EMAIL PROTECTED] > Sent: Thursday, September 18, 2008 4:40 PM > To: [email protected] > Subject: [iText-questions] PdfCopyFields breaking Signature Panel? > > > I have two PDF documents that I want to concatenate - a > "cover page" document and a "detail" document. The "cover > page" document contains a signature field. > > Before merging the two documents, I can see the signature > field in the cover page on the Signature Panel in Acrobat > Reader (version 8). After merging the documents (using the > code below), the signature field is still visible in the > merged document, and I can sign the merged document using > iText, but I can no longer see the signature fields in the > merged document's Signature Panel within Acrobat Reader. I > am wondering if I am missing something in my code. > > I have attached the "cover page", "detail", and "merged" pdf's. > > Any help is appreciated. > > > Code used to merge the documents: > > PdfCopyFields copy = new PdfCopyFields(new > FileOutputStream("c:/merged.pdf")); > copy.open(); > copy.addDocument(new PdfReader("c:/cover.pdf")); > copy.addDocument(new PdfReader("c:/detail.pdf")); > copy.close(); ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php
