You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Christian Czech (JIRA)" <ji...@apache.org> on 2013/03/12 16:03:12 UTC

[jira] [Updated] (PDFBOX-1539) ERROR: Java heap space during text extraction

     [ https://issues.apache.org/jira/browse/PDFBOX-1539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Czech updated PDFBOX-1539:
------------------------------------

    Attachment: 3294e.pdf

Attach File for the problem
                
>  ERROR: Java heap space during text extraction
> ----------------------------------------------
>
>                 Key: PDFBOX-1539
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-1539
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Text extraction
>    Affects Versions: 1.7.1
>         Environment: Windows XP, java version 1.6.0_39
>            Reporter: Christian Czech
>         Attachments: 3294e.pdf
>
>
>  ERROR: Java heap space during text extraction
> Code:
> PDFTextStripper stripper = null;
> stripper = new PDFTextStripper(encoding);
> stripper.setStartPage(startPage);
> stripper.setEndPage(5);
> stripper.setSortByPosition(true);
> ...
> stripper.writeText(document, outputWriter_txt);

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira