Hi,
I ran into an issue when exporting a PDF with a table and a watermark to PPTX. Some data values are missing from the table near the watermark text. The conversion is fine without the watermark.
var fileName = ""; // Enter the PDF filename
try (Document document = new Document("src/main/java/" + fileName + ".pdf")) {
document.save("saved.pptx", SaveFormat.Pptx);
}
I’ve attached the source PDF & PPTX in a zip.
Archive.zip (6.3 MB)
Regards,
Sitamsh