Hello,
We’re having issues with converting a PDF file containing content into PPTX using the Aspose.PDF library.
Input PDF: input.pdf (1.8 KB)
Result PPTX: Result.zip (9.4 KB)
Seems that whiteish lines where cells m…... Path pdfPath = Paths.get("input.pdf"); Path pptxPath...pptxPath = Paths.get("result.pptx"); try (Document srcDoc = new Document(Files...