Low Performance

Hi Everybody ,


I downloaded aspose.word library today .

Try it 1 word document (4 pages) to pdf total time 2 seconds.

This time is slow too . What is the reason of this. Can you help me .

Thanks.
Hi there,

Thanks for your inquiry. Please note that performance and memory usage all depend on complexity and size of the documents you are 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.

The process of building layout model is not linear; it may take a minute to render one page and may take a few seconds to render 100 pages. Also, Aspose.Words has to create APS (Aspose Page Specification) model in memory and this may again eat some more time and memory for some documents.

We're always working on improving performance; but, rendering will be always running slower than simple saving to flow formats (e.g. doc/docx).