If this message is not eventually replaced by the proper contents of the document, your PDF viewer may not be able to display this type of document

Hi
I have 2 PDF form files.
One opens fine in Edge the other shows the following

Please wait…

If this message is not eventually replaced by the proper contents of the document, your PDF
viewer may not be able to display this type of document.

You can upgrade to the latest version of Adobe Reader for Windows®, Mac, or Linux® by
visiting http://www.adobe.com/go/reader_download.

For more assistance with Adobe Reader visit http://www.adobe.com/go/acrreader.

Windows is either a registered trademark or a trademark of Microsoft Corporation in the United States and/or other countries. Mac is a trademark
of Apple Inc., registered in the United States and other c

Both open fine in Acrobat. They are near identical files. Do I need to convert them to a different format using Aspose?

Your PDFs contain proprietary XFA forms.
No 3rd party library will be ever capable to render such PDFs correctly.

The only solution i know is to switch back to standardized AcroForms.

thanks!.. Can I use Aspose and save it as AcroForm, and then it will open?

@jon_elster_i3intel_com

You can surely convert the XFA to Standard AcroForm using Aspose.PDF. Please try using following code:

Document doc = new Document("XFA.pdf");
doc.Form.Type = FormType.Standard;
doc.Save("StandardAcro.pdf");

In case you notice any issue, please share your sample PDF with us so that we can test the scenario in our environment and address it accordingly.

WHAT CAN WE PAY YOU TO FIX THE 2 BUGS? iText and other products don’t have this issue!!
We need this fixed ASAP! Who at Aspose can we speak to? thanks1

@jon_elster_i3intel_com

We have responded to your similar inquiry in the original thread.