I ran into an issue while converting PDF to PPTX file. Images in the PDF are exporting correctly but have an additional shape around them. When I select an element in PPTX and type something, the image is overwritten. This behavior is not seen in DOCX conversions. Code and files are below.
var fileName = ""; // Enter the PDF filename
try (Document document = new Document("src/main/java/" + fileName + ".pdf")) {
document.save("saved.pptx", SaveFormat.Pptx);
}
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.
Issue ID(s): PDFJAVA-42550
You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.
We are afraid that the ticket has not been yet. We will surely look into it on a first come first serve basis and let you know as soon as we make some progress towards its resolution. Please be patient and spare us some time.