PDF2XML for ZUGFeRD

I have tried to convert a PDF-A/3 from ZUGFerd to xml from the example code:
// Load source PDF file
Document doc = new Document(@"d:\document.pdf");
// Save output in XML format
doc.Save("d:\outFile.xml", SaveFormat.MobiXml);
The result is not that what i have expected.

In the attachment you can find the original "ZUGFeRD_1p0_BASIC_Einfach.pdf".
Also "ZUGFeRD_1p0_BASIC_Einfach_1.xml" as the wrong result of Aspose.PDF.
From "ZUGFeRD_1p0_BASIC_Einfach_2.xml" as the correct result of another PDF2XML converter.


Hi Bernd,


Thanks for your inquiry. Please note as stated in documentation, Aspose follows ebook MobiXml standards in PDF to XML conversion. I have converted the output XML to XPS to verify results using sample application provided at the end of subjected documentation, please find the sample output.

Best Regards,