Hi there,
Hi
Hi Ntakadzeni,
//open document<o:p></o:p>
com.aspose.pdf.facades.Form form = new com.aspose.pdf.facades.Form();
form.bindPdf("c:/pdftest/PDFInvoice.pdf");
//open xml file.
java.io.FileInputStream stream = new java.io.FileInputStream("c:/pdftest/ekh.xml");
//import data
form.importXml(stream);
//close file stream
stream.close();
//save updated document
form.save(“c:/pdftest/PDFInvoice_output.pdf”);
Hi
Hi Ntakadzeni,
Hi Nayyer
Hi Ntakadzeni,
I
have tested the scenario and I am able to notice the same problem. For the sake
of correction, I have separately logged this problem as PDFNEWJAVA-34113 in
our issue tracking system. We will further look into the details of this
problem and will keep you updated on the status of correction. Please be
patient and spare us little time. We are sorry for this inconvenience.<o:p></o:p>
The issues you have found earlier (filed as PDFNEWJAVA-34113) have been fixed in Aspose.Pdf for Java 11.4.0.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.