Hi!
Recently I upgraded to Aspose.Slides for Java 21.12 after using 18.9 for some years, but I noticed that the save as PDF option is producing lower quality PDFs which is an issue for me. Settings im using are
saveOptions.setJpegQuality((byte)100);
saveOptions.setBestImagesCompressionRatio(true);
saveOptions.setSaveMetafilesAsPng(false);
saveOptions.setCompliance(PdfCompliance.PdfA1a);
I have also tried different options with those but result is the same. Attached is the original PPTX and the PDFs generated with 18.9 and 21.12 so you can compare the quality. Is there a way to increase quality in the new version? Thank you for your help.output with 18.9.pdf (218.5 KB)
output with 21.12.pdf (231.5 KB)
Example.zip (704.1 KB)