Pdf conversion results in large file sizes

We use aspose to convert excel and word docs to pdf. The pdf files are large in size. Has this issues been resolved. From the forums - CELLSNET-41096

Hi,


Regarding the Excel to PDF conversion issue, we recommend you to kindly download and try our latest version/fix: Aspose.Cells
for .NET v7.7.2.2

Also, try using re-sampling images feature of the product (that it supports now) while rendering to PDF file format, see the sample code below:
e.g
Sample code:

var wb = new Workbook(@“e:\test2\Outputinexcel.xlsx”);
PdfSaveOptions pso = new PdfSaveOptions(SaveFormat.Pdf);
pso.SetImageResample(300, 50);
wb.Save(@“e:\test2\out1.pdf”, pso);


Thank you.
<span style=“font-size:12.0pt;font-family:“Times New Roman”,“serif”;
mso-fareast-font-family:“Times New Roman”;mso-ansi-language:EN-SG;mso-fareast-language:
EN-SG;mso-bidi-language:AR-SA”>


Hi,


Thanks for your inquiry. Could you please also attach your input word/excel files, you’re getting these problems with, here for testing. We will investigate the issue further on our end and provide you more information.

Best regards,