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
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.