License license = new License();
license.setLicense("Aspose.Pdf.lic");
Document document = new Document("test.pdf");
document.getForm().setType(FormType.Standard);
document.save("test2.pdf");
exception :
Exception in t…... I can import the xml file using acrobat...or itext, however I cannot import the data using the above code...