Re: [iText-questions] Signature fields lost when using PdfContentByte

2007-03-09 Thread Bruno Lowagie
Rick DeFazio wrote: > I copy a document that has 2 signature fields on it using PdfContentByte. Saying you copy a document 'using PdfContentByte' is ambiguous. Define 'I copy'; choose one of the following answers: - with PdfWriter - with PdfCopy - with PdfStamper - NOTE THAT THIS IS THE ONLY GOOD

[iText-questions] Signature fields lost when using PdfContentByte

2007-03-09 Thread Rick DeFazio
I copy a document that has 2 signature fields on it using PdfContentByte. The newly created document ends up losing these 2 signature fields? Does anyone know of some example code to get around this? I have searched but found none... Thanks.