Reduce pdf file size ( > 10 MB) using Aspose.word

Hi Team,

How can we reduce the pdf file size after converting it from docx file using aspose library. Currently application generating more than 10 MB pdf file.
Can you please share any reference code?
also does aspose library supports larger file size reduction like file size of 15MB?

we have aspose.word license.

Thanks & Regards,
Sujay Tavshikar.

@Sujayt The output PDF size depends on the content of the input document. You can try using some of PDF save options to reduce the output document size, for example decrease JPEG image quality using JpegQuality option, or specifying image downsample options using DownsampleOptions property.
Also, you can enable OptimizeOutput option. But please note the accuracy of the content display may be affected if this property is set to true.

If possible, could you please share your input document here for testing? We will check it and let you know if it is possible to reduce the output document size.