Hi!
For our purpose we need to extract figures (pictures, charts, etc) from many Word documents and render its as images.
The Aspose.Words product help us but after some time of work of our application we receive the error: java.lang.OutOfMemoryError: Java heap space.
We have write the simple test (see attachment) that works but not for long.
We have monitored the proceess with VisualVM and found that count of objects of types char[], String and sun.font.TrueTypeFont$DirectoryEntry () is growing.
--
Best regards,
Peter Titov