Form data not appearing on image

When using a TiffDevice to process a PDF form, the form data is not copied into the resulting image. I am creating my image in this manner:

Document pdfDocument = new Document(inputPath);
pdfDocument.Form.Type = Aspose.Pdf.InteractiveFeatures.Forms.FormType.Standard;
pdfDocument.Form.Flatten();
pdfDocument.Flatten();
TiffDevice dev = new TiffDevice();
dev.Process(pdfDocument, outputPath);

Is there a step I am missing to have filled form data transferred onto the image? A brief forum search leads me to believe this may be connected to PDFNEWNET-37448 - is this common to all image devices?

I have attached a sample document that will reproduce the issue.

Thank you for your time!

Hi Jason,


<span style=“font-size:10.0pt;font-family:“Arial”,“sans-serif””>Thanks
for using our API’s.<o:p></o:p>

I have tested the scenario and I am able to reproduce the same problem. For the sake of correction, I have logged it in our issue tracking system as PDFNEWNET-38525. We will investigate this issue in details and will keep you updated on the status of a correction.

We apologize for your inconvenience.

The issues you have found earlier (filed as PDFNET-38525) have been fixed in Aspose.Pdf for .NET 17.5.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.