Hi,
I ran into an issue while converting PDF to PPTX in Aspose. The images in the second, third, and fourth column in the PDF are converted as a single unit to PPTX while the images in the first column are exported individually. It seems they should be exported individually too.
Code and sample PDF and PPTX are below.
var fileName = ""; // Enter the PDF filename
try (Document document = new Document("src/main/java/" + fileName + ".pdf")) {
document.save("saved.pptx", SaveFormat.Pptx);
}
Healthcare Benefits Analytics_03-07-2023_06_24 2.zip (1.1 MB)
Could you please take a look?
Regards,
Sitamsh