Performance saving or building document for the first time

Hi team,
I have a problem with Aspose.Words performance. The first time that I save a document, the time spent is 3 seconds. The same with BuildReport. The next times we execute this actions the time is much shorter.
I want to know if exists any way for initialize Aspose and decrease the first time duration.
Thanks a lot in advance.

@ppalomo,

Thanks for your inquiry. When a document is loaded into Aspose.Words DOM, it takes some time to load all resources first time. Upon the first time, Aspose.Words initializes common static resources, for example fonts installed on the PC. Unfortunately, there is no workaround for this case.

1 Like