Convert Dynamic XFA to Standar Acroform using Aspose.PDF for .NET - some unsightly effects in output

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)

@schlumpfger

We were able to reproduce the issue in our environment with Aspose.PDF for .NET 20.4 and have logged it as PDFNET-48042 in our issue tracking system. We will further look into its details and keep you informed about its resolution status. Please be patient and spare us some time.

We are sorry for the inconvenience.