RE: Consumed memory after closing PDDocument

2020-03-25 Thread Hesham Gneady
I am using PDFBox 2.0.8 I will try to make those tests and let you know. Best regards, Hesham -- Included Message: Yeah but it should free most of the stuff. It would be worth testing whether is an

Re: Consumed memory after closing PDDocument

2020-03-25 Thread Tilman Hausherr
Yeah but it should free most of the stuff. It would be worth testing whether is an OutOfMemory if you open and close the document a lot of times. If no => then don't bother. If yes => please test whether the problem is gone with jdk11 or jdk14, if not, please share the file. (I assume you

RE: Consumed memory after closing PDDocument

2020-03-25 Thread Hesham Gneady
I think it's because the book I'm testing is 400 MB in size, and it has more than 9500 pages of OCRed content :) Best regards, Hesham -- Included Message: Hi, That is a good version. Yes I'm