[ https://issues.apache.org/jira/browse/PDFBOX-3334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15266273#comment-15266273 ]
Tilman Hausherr commented on PDFBOX-3334: ----------------------------------------- I added this to my code {code} PDFTextStripper stripper = new PDFTextStripper(); stripper.getText(document); {code} before rendering but no change, only one ttf object remaining. Thanks for the cache file, so ttc files have nothing to do with it, you're using windows like me. I'll have to think about the rest. Yes, TTFTable objects reference their own font. > TrueType fonts memory leak > -------------------------- > > Key: PDFBOX-3334 > URL: https://issues.apache.org/jira/browse/PDFBOX-3334 > Project: PDFBox > Issue Type: Bug > Components: FontBox > Affects Versions: 2.0.1 > Reporter: Juraj Lonc > Attachments: .pdfbox.cache, screenshot-1.png, > skusenosti-z-implementacie-a-prevadzky-systemu_roman-pavco.pdf > > > I open this PDF document, read all pages and render to images, close document. > After running GC there are still TrueTypeFont objects in memory. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org