Aspose.word for creating reports

I have explored about creating PDF reports using Aspose Word format Template in Java and developed a report in pdf formart by passing data objects to the Aspose word template and it is creating with good look and feel. But I have faced performance issue, when generating a report with around 5k records with columns it is not creating Report and it is taking longer. Does any body have suggestion to create Reports using Aspose?

@majjit,

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

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).

To ensure a timely and accurate response, please attach the following resources here for testing:

  • Your input Word document.
  • Please create a standalone console application (source code without compilation errors) that helps us to reproduce your problem on our end and attach it here for testing.

As soon as you get these pieces of information ready, we’ll start investigation into your issue and provide you more information. Thanks for your cooperation.

PS: To attach these resources, please zip and upload them.