Hi!
I know your Aspose.Words.Viewer.DocumentRenderer is still in beta state and is not supported by you, but I can do no better now to quickly preview Aspose.Word-generated documents while browsing through several tenthousands docs in my application.
Unfortunately there are some documents containing images (inserted by "InsertImage") which causes the DocumentRenderer immediately to eat up all RAM it could get from the PC, make the machine nearly stopp accepting any input via keyboard or mouse. If I pack the renderer call into a separat thread and abort this thread if it takes to long to finish, it seems that I end up with a huge memory leak (several hundred of megabytes).
Have you got any idea how to prevent this fatal behaviour?
Best
Jörg