Aspose limit for content size for generating pdf and word document

Hi,
We are using Aspose enterprise license for exporting PDF and Word document.

I would like to know what would be max size of input content that can be process in one go by Aspose export libraries.

We are using InsertHTML method of DocumentBuilder class.

Hi Sandeep,

Thanks for your inquiry. Please note that CPU performance and memory usage all depend on complexity and size of the documents you are loading/generating.

In terms of memory, Aspose.Words does not have any limitations. If you're loading huge Word documents into Aspose.Words' DOM, more memory would be required. This is because during processing, the document needs to be held wholly in memory. Usually, Aspose.Words needs 10 times more memory than the original document size to build a DOM in the memory.

While rendering a document to fixed page formats (e.g. PDF, Jpeg, Xps), Aspose.Words needs to build two model in the memory – one for document and the other for rendered document.