When I tried to export the PDF file to XML file (XFA form created by Adobe LiveCycle Designer and which is having the header information) it is exporting the first page header information and it is not exporting the remaining pages header information. It is displaying the value field as null. Could you please clarify?
When I tried to export to XML file it is doing in the following format:
Is it possible to get the exported information with the correct Form, Page, Table and Row names? Then it would be easy for us to read the exported XML file for further process.
I have used the following code:
Form form = new Form(destinationPath); System.IO.FileStream xmlOutputStream = new FileStream(xmlPathToImport, FileMode.Create); form.ExportXml(xmlOutputStream); xmlOutputStream.Close();
I have not been able to reproduce the error that you specify. Can you please explain your poblem in more detail. Also it would be helpful if you could provide the xml that you got.
Thanks.
Adeel Ahmad
Support Developer
Aspose Changsha Team http://www.aspose.com/Wiki/default.aspx/Aspose.Corporate/ContactChangsha.html
The problem has been reproduced. The old version of Aspose.Pdf.Kit used some kind of "flat format" to present data, which is much different from the leveled structure used in XFA now. A good news is that we will provide support for this new feature. A hotfix will be released in about a week.
I am grad to inform you that the bug of importing xml/ exporting xml has been solved. A hotfix will be released soon. please notice our blog: https://blog.aspose.com/category/pdf/
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.