aspose-free-consulting / projects

The starting point for Aspose free consulting projects
5 stars 5 forks source link

I want to PDF to xml #393

Open ghost opened 2 months ago

ghost commented 2 months ago

Please provide the code you've used for converting the PDF to XML, and also let me know if you're using any specific libraries or tools for this task. With that information, I can better assist you in identifying the issue and providing a solution.

Document document = new Document("candy.pdf");

document.save("standard-xml-output.xml", SaveFormat.PdfXml);