Hi,
I'm trying to convert the following PDF with XFA forms to standard Acroform but it failed using the following code from your example:
var license = new License();
license.SetLicense(@"D:\Dev\Aspose.Total.Product.Family.lic");
Document document = new Document(@"D:\Test\cerfa_13754-02.pdf");
// set the form fields type as standard AcroForm
document.Form.Type = FormType.Standard;
// save the resultant PDF
document.Save(@"D:\Test\Standard_AcroForm.pdf");
Could you provide me with an estimate of when this feature will be integrated into Aspose.Pdf JAVA?
Thank you very much.
Best regards,
I'm trying to convert the following PDF with XFA forms to standard Acroform but it failed using the following code from your example:
var license = new License();
license.SetLicense(@"D:\Dev\Aspose.Total.Product.Family.lic");
Document document = new Document(@"D:\Test\cerfa_13754-02.pdf");
// set the form fields type as standard AcroForm
document.Form.Type = FormType.Standard;
// save the resultant PDF
document.Save(@"D:\Test\Standard_AcroForm.pdf");
Could you provide me with an estimate of when this feature will be integrated into Aspose.Pdf JAVA?
Thank you very much.
Best regards,