Dear Michael,
Thanks for considering Aspose.Pdf.Kit.
I tested your templates with the newest release V3.2.0.0 on my platform. Everything is OK. Please check your code according to the following code.
//Export OK
Form form1 = new Form("NABTEST.pdf");
System.IO.FileStream xmlOutputStream = new FileStream("NABTEST.xml", FileMode.Create);
form1.ExportXml(xmlOutputStream);
xmlOutputStream.Close();
//Import also OK
Form form2 = new Form("NAB-ORG.pdf", "NABTEST-filled.pdf");
System.IO.FileStream xmlInputStream = new FileStream("NABTEST.xml", FileMode.Open);
form2.ImportXml(xmlInputStream);
xmlInputStream.Close();
form2.Save();
The output file is also attached, please check it. If the problem remains, please post it here in intail. We will help you until it works.
Best regards.
Luke Fu
Product Developer
Aspose Changsha Team
About Us Contact Us