You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Ankit Agarwal (JIRA)" <ji...@apache.org> on 2016/06/23 05:42:16 UTC

[jira] [Created] (PDFBOX-3394) OutOFMemoryError(Heap Space)

Ankit Agarwal created PDFBOX-3394:
-------------------------------------

             Summary: OutOFMemoryError(Heap Space)
                 Key: PDFBOX-3394
                 URL: https://issues.apache.org/jira/browse/PDFBOX-3394
             Project: PDFBox
          Issue Type: Bug
          Components: Documentation, Rendering
    Affects Versions: 2.0.2, 2.0.1
         Environment: Windows 7, jre 1.8 , 
            Reporter: Ankit Agarwal
            Priority: Blocker



try{
PDFRenderer pdfRenderer = new PDFRenderer(pdDoc);
		 BufferedImage image = pdfRenderer.renderImageWithDPI(page-1, 300,ImageType.GRAY);
		 ImageIOUtil.writeImage(image,"G:/Trial/tempImg.png", 300);
//some codes 1
}
catch(Exception e)
{
//printing something
}
finally{
//some codes 2
}

When I debugged this code, i saw that just after the line renderImage withDPI ,control reaches finally and just after finally I get out of memory error.
Please provide some insight on this.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org