Hello,
I recently changed an application to use PDFBox 1.5.0 instead of 1.4.x.
A client is reporting some performance issues, which *could* be related
to memory consumption issues.
I see that in 1.5.0, the default behavior of using temporary files
(https://issues.apache.org/jira/browse/PDFBOX-948) has been changed.
Trying to find out if that is the problem for the client, I tried to
force PDFBox to use a temporary directory again.
Unfortunately, it seems that on the level of PDDocument, there is no way
to enforce this now. I need to use PDFParser and COSDocument directly to
construct a PDDocument with temporary directory. Is this correct? If
yes, an API in PDDocument to achieve this would be appreciated!
Regards
Michael
- Memory problems with 1.5.0? MB
-