[jira] [Updated] (PDFBOX-1749) Out of memory exception when parsing TTF file

2013-10-23 Thread JIRA
[ https://issues.apache.org/jira/browse/PDFBOX-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Lehmkühler updated PDFBOX-1749: --- Affects Version/s: (was: 1.8.3) 1.8.2 Out of memory

[jira] [Updated] (PDFBOX-1749) Out of memory exception when parsing TTF file

2013-10-23 Thread JIRA
[ https://issues.apache.org/jira/browse/PDFBOX-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Lehmkühler updated PDFBOX-1749: --- Fix Version/s: 2.0.0 1.8.3 Out of memory exception when parsing

[jira] [Assigned] (PDFBOX-1749) Out of memory exception when parsing TTF file

2013-10-23 Thread JIRA
[ https://issues.apache.org/jira/browse/PDFBOX-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Lehmkühler reassigned PDFBOX-1749: -- Assignee: Andreas Lehmkühler Out of memory exception when parsing TTF file

[jira] [Updated] (PDFBOX-1745) PDF generated with PDFMergerUtility error out when opening.

2013-10-23 Thread JIRA
[ https://issues.apache.org/jira/browse/PDFBOX-1745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Lehmkühler updated PDFBOX-1745: --- Fix Version/s: (was: 1.8.3) PDF generated with PDFMergerUtility error out when

[jira] [Commented] (PDFBOX-1753) The font gets gibbrish when adding a line of text to an existing PDF with a table

2013-10-23 Thread JIRA
[ https://issues.apache.org/jira/browse/PDFBOX-1753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13802743#comment-13802743 ] Andreas Lehmkühler commented on PDFBOX-1753: MLKs explanation is totally

[jira] [Assigned] (PDFBOX-1753) The font gets gibbrish when adding a line of text to an existing PDF with a table

2013-10-23 Thread JIRA
[ https://issues.apache.org/jira/browse/PDFBOX-1753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Lehmkühler reassigned PDFBOX-1753: -- Assignee: Andreas Lehmkühler The font gets gibbrish when adding a line of

[jira] [Updated] (PDFBOX-1753) The font gets gibbrish when adding a line of text to an existing PDF with a table

2013-10-23 Thread JIRA
[ https://issues.apache.org/jira/browse/PDFBOX-1753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Lehmkühler updated PDFBOX-1753: --- Fix Version/s: 2.0.0 1.8.3 The font gets gibbrish when adding a

[jira] [Created] (PDFBOX-1754) Preflight doesn't detect JavaScript for some PDFs

2013-10-23 Thread Johan van der Knijff (JIRA)
Johan van der Knijff created PDFBOX-1754: Summary: Preflight doesn't detect JavaScript for some PDFs Key: PDFBOX-1754 URL: https://issues.apache.org/jira/browse/PDFBOX-1754 Project: PDFBox

[jira] [Updated] (PDFBOX-1745) PDF generated with PDFMergerUtility error out when opening.

2013-10-23 Thread Ken Liu (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ken Liu updated PDFBOX-1745: Attachment: merged_bad.pdf This is the result of pdf_1.pdf + pdf_2.pdf. It's not browse-able when down to

[jira] [Commented] (PDFBOX-1745) PDF generated with PDFMergerUtility error out when opening.

2013-10-23 Thread Ken Liu (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13803115#comment-13803115 ] Ken Liu commented on PDFBOX-1745: - Thanks Andreas! I just attached the problematic pdf

Parsing a large PDF file using PDFBox

2013-10-23 Thread anita kulkarni
Hi     I need to put a header and footer to an existing PDF document. This works fine but when the PDF gets large (18.9 MB) then I get the out of memory problem. Exception in thread main java.lang.OutOfMemoryError: Java heap space     at

[jira] [Created] (PDFBOX-1755) Wrong widthOfSpace

2013-10-23 Thread Manuel Aristaran (JIRA)
Manuel Aristaran created PDFBOX-1755: Summary: Wrong widthOfSpace Key: PDFBOX-1755 URL: https://issues.apache.org/jira/browse/PDFBOX-1755 Project: PDFBox Issue Type: Bug

[jira] [Updated] (PDFBOX-1755) Wrong widthOfSpace

2013-10-23 Thread Manuel Aristaran (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manuel Aristaran updated PDFBOX-1755: - Description: For some TextPositions in this particular PDF (after being processed with

[jira] [Updated] (PDFBOX-1755) Wrong widthOfSpace

2013-10-23 Thread Manuel Aristaran (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manuel Aristaran updated PDFBOX-1755: - Attachment: tabla_subsidios.pdf Offending PDF Wrong widthOfSpace --

[jira] [Commented] (PDFBOX-1748) PDPage.convertToImage fails with IndexOutOfBoundsException: Index: 0, Size: 0

2013-10-23 Thread Kurt M (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13803484#comment-13803484 ] Kurt M commented on PDFBOX-1748: We call close on PDdocument when we're through with it

Re: Parsing a large PDF file using PDFBox

2013-10-23 Thread Fred Hansen
How much memory has your computer got? How much space does the program occupy when processing a small pdf? On Wed, 10/23/13, anita kulkarni anita_avadh...@yahoo.com wrote: Subject: Parsing a large PDF file using PDFBox To: dev@pdfbox.apache.org