Performance concerns

Hello, I am currently evaluating your product for use in our existing application. With the evaluation, I cannot make a valid assessment on the impact of performance to our project. Do you have some metrics i can read or a full evaluation?

I figured out how to request a temporary license, so no worries there. Are there any documented metrics available on the performance of aspose words against com interop? (I need to make a convincing argument to management)

Hello
Thanks for your request. There is no any documented metrics. And it is quite difficult to answer such questions because performance and memory usage all depend on complexity and size of the documents you are generating. Also you should note rendering will be always running slower than simple saving to flow formats.
Best regards,

Hi Andrey,
Thank you for your prompt reply. Can you direct me somewhere to learn more of these flow formats you speak of? The documents we are generating are large, complex, and inflexible.

Hi
Thanks for your request. Please follow the link to learn more about file formats supported by Aspose.Words.
https://docs.aspose.com/words/net/supported-document-formats/
Using the classes of the Aspose.Words DOM, you can get detailed programmatic access to document elements and formatting. Please see the following link to learn more about Aspose.Words Document Object Model (DOM) and its relationships.
https://docs.aspose.com/words/net/aspose-words-document-object-model/
Best regards,