Hi,
I ran into an unexpected error when converting a PDF file to PPTX containing a table of contents. The output PPTX does have the TOC but it links to incorrect slides. In the converted PPTX, the second link should open the last slide but instead opens the 3rd slide.
try (Document document = new Document("src/main/java/" + fileName + ".pdf")) {
document.save(fileName + ".pptx", SaveFormat.Pptx);
}
Aspose version used: 22.12
OS: macOS Ventura
Java 17
Files are attached:
2 Bundle.pdf (1015.6 KB)
Could you please look into this?