Is there any way to improve image quality in pdf converted from pptx

Hi Team,

Is there any way I can increase the picture quality in pdf which is generated from pptx.

I’m using the following snippet

fp = new FileOutputStream(new File(outpdf));
PresentationEx pptxPresentation = new PresentationEx(inputppptx);
pptxPresentation.save(fp, SaveFormat.Pdf);

Thanks,
Ram

Hi Ram,


I have observed the code snippet shared by you and like to share that it is generating the PDF with default maximum quality PDF options. Please visit this documentation link to observe the PDF export with different options as well. Please use the shared options and if there is still an issue then please share the sample presentation along with generated PDF for further investigation on our end. Please also use Aspose.Slides for Java 3.0.0 on your end.

Many Thanks,