Are there any limitations in Aspose Cells/Words/PDF/Slides?

Hello.

We are using already the Aspose Cells/Words/PDF/Slides libraries and we were wondering if there are any known limitations to them (memory limitations, number of pages/slides limitations, etc).

We are not so interested in limitations of the Office formats themselves.

We are using the .NET version of the libraries in a Windows environment, so our concern and question is focused on this scope. We also use those libraries to convert to PDF, apart from the usual operations (build new files, count pages, concatenate files, etc).

I have found this similar question: Is there any limit in Aspose PDF
But it is focused more on the Java implementation and limited on Aspose.PDF.

Best regards,
Kostas

@kgk2000,

Regarding Aspose.Cells, there is no limitation in terms of memory consumption, number of pages in the worksheets/spreadsheet and adding worksheets to the workbook. Aspose.Cells API follows MS Excel standards and specifications. Please visit the conversion attributes table link for details on rendering Excel spreadsheet to PDF format. Furthermore visit the link supported chart types for rendering images or PDF.

Regarding Aspose.Slides, the API supports up to 65536 slides in a presentation. The presentation file size of 2GB has been test. So you can say that the presentation can grow up to 2GB. Furthermore It also depends on program memory as well, that Visual Studio allocates for any project during execution.

Thanks a lot. :slight_smile:
If you have any details for the rest of your products as well, I would be grateful.

@kgk2000,

Sure, we will update you. Thank you for your feedback.