Hello,
We’re having issues with converting a PDF file containing content into PPTX using the Aspose.PDF library.
Input PDF: Input.pdf (37.7 KB)
Result PPTX: Result.7z (66.1 KB)
Here are found issues:
Paragraph spac…... Path pdfPath = Paths.get("input.pdf"); Path pptxPath...pptxPath = Paths.get("result.pptx"); try (Document srcDoc = new Document(Files...