Feature request - PageCount setting when converting Excel to PDF

Our application processes Excel files from a wide variety of sources and converts them to PDF. Often the Excel files contain large amounts of data, so the resulting PDF contains thousands of pages.

We would like an option to limit the number of pages in the resulting PDF. In Aspose.Words this can be achieved using the PdfSaveOptions.PageCount setting.

Please let me know if it would be possible to add a similar setting to PdfSaveOptions in Aspose.Cells.

Thanks.

Hi,

Thanks for your posting and considering Aspose.Cells for .NET.

It is a new feature request. We will look into it and see if this feature could be implemented.

We have logged this new feature request in our database.

This issue has been logged as CELLSNET-40379.

Hi,


Please try setting PageSetup.FitToPagesTall and PageSetup.FitToPagesWide properties to accomplish your task accordingly.

Thank you.