Saving pdf with minimum size

HI ,

Good morning friends when i am working on aspose.cells

i want to save a spreadsheet in pdf format when i used the

workbook.Save("abc".Pdf");

it saves with 5500Kb because it has lot of data

as in excel we have save publish as minimum size which reduces size

do we have any thing in aspose please let me know

Thanks

Hi,

Well, as you said your workbook has lots of data, so the converted PDF file would be of larger sized. We don’t provide any zip type utility (in the shape of APIs) to minimize the generated PDF file’s size. By the way, you got somehow larger PDF file in size, the reason is simple, Other PDF tools like Adobe Tools adjust the pictures resolution or for some other objects (if you have in the workbook) to a lower level, but, we will retain the original resolution related to all the objects including pictures, so, the size might be a bit larger.

Moreover, Aspose.Cells for .NET is a spreadsheet management library rather than PDF management engine, this is our additional feature (Excel to PDF) for the users.

If you still find that the size of the generated PDF file is a bit large, kindly give us your template file, we will look into the issue soon.

Thank you.