Hi,
I ran into an issue when exporting a PDF with a table to PPTX. One field is missing when converting from PDF to PPTX.
Issue: “Congenital Anomalies - Circulatory System” Diagnosis Sub-Groups is missing in PPTX exported file.
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.
Value-Based Care Analytics_04-19-2023_09_06.zip (345.5 KB)
Thanks,
Nitesh
@NiteshCG,
I just tried the latest version: 23.4.
private void Logic()
{
var doc = new Document($"{PartialPath}_input.pdf");
var saveOptions = new Aspose.Pdf.PptxSaveOptions();
doc.Save($"{PartialPath}_output.pptx", saveOptions);
}
This works fine, as you can see in the attachment.
#PdfToPptx.zip (290.4 KB)
@carlos.molina
We are currently using
aspose-pdf version: ‘22.9’
aspose-slides version: ‘23.2’
Could you please try using these versions?
Thanks,
Nitesh
@NiteshCG,
We do not try any older versions since if there is a problem with them, it won’t be fixed in that version.
If you have trouble upgrading, I can give you a link(https://helpdesk.aspose.com) where you can request a trial license to test it before committing to any purchase.