Reducing pdf file size when exporting from ppt

I tried to reduce the output pdf size using this code:

pe = new Presentation(fName);
com.aspose.slides.export.PdfOptions opts = new PdfOptions();
opts.setJpegQuality(40);
opts.setTextCompression(PdfTextCompression.FLATE);
pe.save(outName, SaveFormat.PDF,opts);

Setting the jpeg quality seems to have no effect on the pdf size.

Thanks

Hi Oded,

Thanks for considering Aspose.Slides.

I am sorry for the delayed response. I have requested the development team to give an elaborative answer to your query. As soon as I receive a response from them, I will be happy to share that with you.

I am sorry for your inconvenience,