You can increase resolution for images in output PDF documents using PdfOptions class as follows:
var pdfOptions = new PdfOptions();
pdfOptions.setSufficientResolution(300);
var doc = new Presentation("7120-testpräsentation.pptx");
doc.save("output.pdf", SaveFormat.Pdf, pdfOptions);
doc.dispose();
Thank you for reporting on the issue. I’ve reproduced the problem you described.
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): SLIDESJAVA-39387
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.
Please also share the following additional information if it is possible:
@depi,
The issues you found earlier (filed as SLIDESJAVA-39387) have been fixed in Aspose.Slides for Java 24.3 (JAR).
You can check all fixes on the Release Notes page.
You can also find the latest version of our library on the Product Download page.