Hello,
I have problem with Export PDF Form to XML.
The file from Aspose is different compare to createing manually from Adobe Reader.
My code:
var formTest = new Form(new MemoryStream(file_bytes));
formTest.ExportXml(myStream);
I would like to know if it is ok and I have to create mapping our XML.
I attached my PDF file and two exports - from Aspose and from Adobe Reader.
Thanks in advance
