PRF with XFA to regular PDF file issue

Hello,

I evaluate Aspose.PDF for NET and try convert “XFA Sample Docu.pdf” file to PDF file with regular forms. And the result PDF file looks in actual version of Adobe Acrobat Pro really different.

I use DLL file from “Aspose.PDF.24.6.net40.zip” I downloaded today.

My code snippet is below. Both PDF files (source and converted) are an this ticket attachment.

So, do you have any chance to fix this issue? Or maybe you can tell me the workaround?

Mikhael

XFA Sample Docu.pdf (86.2 KB)
xfa2pdf.pdf (301.3 KB)


Dim sPDFFile = “\192.168.10.103\test files kit\pdf\XFA\XFA Sample Docu.pdf”
Dim sOutPDF = “C:\Out\xfa2pdf.pdf”

Using pdfDocument = New Document(sPDFFile)
pdfDocument.Form.Type = FormType.Standard
pdfDocument.Save(sOutPDF)
End Using

@Mikhael

We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): PDFNET-57527

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.