Thanks for the reply,
If I am comprising the output PDF using some third party PDF Compressor, then I am getting the siginficant reduction in file size.
Another issues is, I won’t find following property for pdfOptions Object.
pdfOptions.JpegQuality = 60;
I am able see TextCompression Propety but not the JpegQuality Property
// Set PdfOptions
PdfOptions pdfOptions = new PdfOptions();
pdfOptions.TextCompression = PdfTextCompression.Flate;
pdfOptions.JpegQuality = 60;
Compression should not distort much of the image quality[Some distortion will be acceptable, but should not be visiable to user]
Please suggest,
Thanks
Siraj