Hi,
when converting a XFA PDF file to Aspose.Pdf.Forms.FormType.Standard it is readable by any PDF reader. But we have some effects that you may take care about. Attached xou find the original file and the converted file. The outputfile shows some moved words on a button and also a barcode that is not visible at the original XFA file. Could you please look at this problem.
Coverting code:
Dim pdfDocument As New Aspose.Pdf.Document(inputfile)
pdfDocument.Form.Type = Aspose.Pdf.Forms.FormType.Standard
'Convert to PDF/A compliant document
pdfDocument.Save(outputfile)
Best regards,
DanielXFA.pdf (45.5 KB)
XFAReadable.pdf (54.0 KB)