I am trying merge PDDocuments using the PDMergerUtility.appendDocument() method 
to merge many PDDocuments into a single PDDocument.  Like:
    PDFMergerUtility mergerUtility = new PDFMergerUtility();
    mergerUtility.appendDocument(destination, source);

If I have destination and source PDDocuments each with a form where some of the 
form fields have the same names, then I end up with only fields of the original 
destination displaying the values in the fields.  

Is there some way to merge PDDocuments which will allow the merged in sources 
to still display field values?
None of these field values will need to be changed afterward the merge.  They 
are set to read-only.

I tried flattening the source fields but most of these documents rely on field 
annotation for the field value formatting and this is not to be changed.



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to