Quantcast
Channel: Aspose.Pdf Product Family
Viewing all articles
Browse latest Browse all 3131

Convert Dynamic XFA form to Standard AcroForm not working

$
0
0
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,

Viewing all articles
Browse latest Browse all 3131

Trending Articles