Hi,
I ran into an issue where some text in a table in PDF are mispositioned when converted to PPTX. The export is fine when converting to Docx
Code:
var fileName = "Pharmacy - Age Cohort-03_02_2023";
try (Document document = new Document("src/main/java/" + fileName + ".pdf")) {
document.save("saved.pptx", SaveFormat.Pptx);
}
Java version: 17
Source PDF and PPTX files:
Archive.zip (163.1 KB)