Hi all,
Using Aspose.Pdf v17.9 when I attempt to concatenate an XFA based PDF with non XFA based PDFs, the data from the XFA based PDF is not included in the final document.AcroForms.2.pdf (131.0 KB)
AcroForms.1.pdf (146.3 KB)
Original.XfaBased.pdf (464.4 KB)
The core of the code I’m using is based on this:
pdfEditor.Concatenate(listStream.ToArray(), stream);
Additional information:
All attempts I made to convert the original Xfa Pdf to an Acro Forms based PDF have failed.
These include the Pdf.Convert methods, and the Pdf doc.RemovePdfaCompliancemethod.
The user story I’m trying to meet, is to concatenate the above three Pdfs into one document and maintain all the data originally entered into each Pdf.
Any help with this = greatly appreciated.
Note:
This is repro of an early forum entry I created, but one that I’m not able to re-open.
-Mark.