I have tried to convert a PDF-A/3 from ZUGFerd to xml from the example code:
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.
// 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.