Hi,
Hi Trent,
Hi Nayyer,
Hi Trent,
will further look into the details of this requirement/feature and will keep you updated on the status
of a correction.
apologize for your inconvenience.
Hi Trent,
Thanks for your patience.
I am pleased to share that the feature requested earlier to convert Dynamic XFA form to Standard AcroForm has been accomplished in the latest release version of Aspose.Pdf for .NET 7.9.0. Please try using the following code snippet to fulfill your requirement.
In case you encounter any issue or you have any further query, please feel free to contact.
[C#]
// load dynamic XFA form
Document document = new Document("source.pdf");
// set the form fields type as standard AcroForm
document.Form.Type = FormType. Standard;
// save the resultant PDF
document.Save("converted_Static.pdf");
Hello Nayyer
I have tried to convert a dynamic pdf document into a Standard one, as you explaned. But I get always two pages, the first one and an empty other one.
Is it not possible to convert a dynamic pdf with many pages to convert?
I get the same issue, if I try to convert all pages into Images.
Even if the original pdf has 33 pages, the aspose Document-Object showes only a Count of one!
Thank you for your help.
Regards
Hi Bruno,
Hello Tilal
Thank you for your Response. At the Moment I cannot share the document, because it is one of my customer and it is classified.
But I did some Investigation and could see that the XML-Body only have one page. The following 32 pages are created using JavaScript.
Is there any Chance to take a snapshot of all the 33 pages?
thanks and regards
Hi Bruno,
Thanks for your feedback. If you feel convenient then we can make the post as private so only you and Aspose staff will have access to it or you can share the document via email using contact tab. I’m afraid, without looking into it we can’t suggest you anything.
Moreover, can you please double check the license implementation? As the issue can be because of expired license or no license. If this is the case you can request for 30 days temporary license to test the scenario. Hopefully your issue will be resolved.
Please let me know if I can provide any further assistance.
Best Regards,
Hi Tital,
tcromer:
Have you made any progress in relation to this issue reported by Bruno as I too am experiencing the same.I'm afraid above reported issue, PDFNEWNET-34813, is still not resolved completed. Our development team is looking into the issue and We will update you as soon as it is resolved.tcromer:
Have also found there are some layout inconsistencies with the conversion from dynamic to standardCan you please share some more detail of inconsistencies and share sample PDF form here? So we will investigate it at our end and will provide you more information accordingly.Sorry for the inconvenience faced.Best Regards,
The issues you have found earlier (filed as PDFNEWNET-34813) have been fixed in Aspose.Pdf for .NET 8.5.0.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.