[jira] [Commented] (PDFBOX-2272) Can't extract vertical text correctly

2015-07-14 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14625878#comment-14625878 ] Tilman Hausherr commented on PDFBOX-2272: - Please submit this as a diff against

Re: Performance of the trunkversion

2015-07-14 Thread Andreas Lehmkühler
Manfred Pock pock.manf...@gmail.com hat am 14. Juli 2015 um 12:15 geschrieben: Yes, the input is a inputstream. I can try it direct from file. But in general we get the pdf from an document management system as stream. Does make sense that i save the pdf to file before? If possible,

Re: Performance of the trunkversion

2015-07-14 Thread Timo Boehme
Hi, as I see it (had only a quick look at the implementation) the ScratchFileBuffer implementation is not optimal for fast random access. Single writes of bytes are not buffered but directly written to the file - a lot of I/O-operations) and seek operations have to travel the linked page

Re: Performance of the trunkversion

2015-07-14 Thread Andreas Lehmkühler
Hi, Manfred Pock pock.manf...@gmail.com hat am 14. Juli 2015 um 11:39 geschrieben: Ok, we load the pdf with useScratchFiles = true, if we load them with false the performance is better, but a little bit slower than the old one. What do you use as input, a stream or a real file? If the

[jira] [Commented] (PDFBOX-2860) NonSeq parser slower than Seq parser

2015-07-14 Thread simon steiner (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626187#comment-14626187 ] simon steiner commented on PDFBOX-2860: --- It sounds like if we can pass a file we

Performance of the trunkversion

2015-07-14 Thread Manfred Pock
Hi, we use the Pdfbox-trunkversion to render pdf's, currently we use the version from 12. May 2015. Today i have done an update to the current version and have test it. It seems to be that it need now much more time to render pdf's, it depends of the size of the pdf. for example you can

Re: Performance of the trunkversion

2015-07-14 Thread Manfred Pock
Yes, the input is a inputstream. I can try it direct from file. But in general we get the pdf from an document management system as stream. Does make sense that i save the pdf to file before? Why is there so an big performance difference beetween the version from May and the current version,

Understanding PDFBox

2015-07-14 Thread Subham Tripathi
Hi All, I wish to contribute to Apache PDFBox but before that i was trying to understand the codebase. I am finding it very tough to understand the code base as i am not finding any flow to follow. Is there any documentation from which i can draw some high level insight of the PDFBox ? -- Best

Re: Performance of the trunkversion

2015-07-14 Thread Timo Boehme
Hi, instead of having a linked page list in ScratchFileBuffer I would propose having a list of pages with the page numbers (integer) kept in memory (takes 1k for 1MB data). This would ease page handling, seeking does not need I/O-operations and caching of pages would be a lot easier. I may

Re: Understanding PDFBox

2015-07-14 Thread khyrul Bashar
Hi Subham I'm a GSoc student here in PDFBox this year and I'm improving PDFDebugger of PDFBox issue https://issues.apache.org/jira/browse/PDFBOX-2530. Before applying for the project, I had to be familiar with the code base. I was in a bit of puzzle for the first time, but now I've a basic

[jira] [Commented] (PDFBOX-2877) Wrong text placement for autosize fields compared to Adobe generated

2015-07-14 Thread Maruan Sahyoun (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626372#comment-14626372 ] Maruan Sahyoun commented on PDFBOX-2877: I made some progress and the results

[jira] [Commented] (PDFBOX-2852) Improve code quality (2)

2015-07-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626537#comment-14626537 ] ASF subversion and git services commented on PDFBOX-2852: - Commit

[jira] [Commented] (PDFBOX-2852) Improve code quality (2)

2015-07-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626541#comment-14626541 ] ASF subversion and git services commented on PDFBOX-2852: - Commit

Re: Understanding PDFBox

2015-07-14 Thread Tilman Hausherr
Am 14.07.2015 um 12:58 schrieb Subham Tripathi: Hi All, I wish to contribute to Apache PDFBox but before that i was trying to understand the codebase. I am finding it very tough to understand the code base as i am not finding any flow to follow. Is there any documentation from which i can draw

[jira] [Commented] (PDFBOX-2852) Improve code quality (2)

2015-07-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626552#comment-14626552 ] ASF subversion and git services commented on PDFBOX-2852: - Commit

[jira] [Commented] (PDFBOX-2852) Improve code quality (2)

2015-07-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626576#comment-14626576 ] ASF subversion and git services commented on PDFBOX-2852: - Commit

[jira] [Commented] (PDFBOX-2852) Improve code quality (2)

2015-07-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626589#comment-14626589 ] ASF subversion and git services commented on PDFBOX-2852: - Commit

[jira] [Commented] (PDFBOX-2842) Overhaul font substitution

2015-07-14 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626531#comment-14626531 ] Tilman Hausherr commented on PDFBOX-2842: - {code}LOG.warn(New fonts found, font

[jira] [Commented] (PDFBOX-2852) Improve code quality (2)

2015-07-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626538#comment-14626538 ] ASF subversion and git services commented on PDFBOX-2852: - Commit

[jira] [Commented] (PDFBOX-2852) Improve code quality (2)

2015-07-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626570#comment-14626570 ] ASF subversion and git services commented on PDFBOX-2852: - Commit

[jira] [Commented] (PDFBOX-2852) Improve code quality (2)

2015-07-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626587#comment-14626587 ] ASF subversion and git services commented on PDFBOX-2852: - Commit

[jira] [Commented] (PDFBOX-2852) Improve code quality (2)

2015-07-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626573#comment-14626573 ] ASF subversion and git services commented on PDFBOX-2852: - Commit

[jira] [Commented] (PDFBOX-2852) Improve code quality (2)

2015-07-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626578#comment-14626578 ] ASF subversion and git services commented on PDFBOX-2852: - Commit

[jira] [Commented] (PDFBOX-2852) Improve code quality (2)

2015-07-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626585#comment-14626585 ] ASF subversion and git services commented on PDFBOX-2852: - Commit

[jira] [Commented] (PDFBOX-2530) Improve PDFDebugger

2015-07-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626593#comment-14626593 ] ASF subversion and git services commented on PDFBOX-2530: - Commit

[jira] [Commented] (PDFBOX-2852) Improve code quality (2)

2015-07-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626592#comment-14626592 ] ASF subversion and git services commented on PDFBOX-2852: - Commit

Re: first stack trace report from pdfbox 2.0.0 trunk

2015-07-14 Thread Tilman Hausherr
Hi Tim, Currently there is at least one known regression, mentioned in PDFBOX-2842, it applies to 029423 but also to other files. Tilman Am 10.07.2015 um 13:57 schrieb Allison, Timothy B.: All, I just posted the first stacktrace report from my initial partial batch run of against

[jira] [Commented] (PDFBOX-2530) Improve PDFDebugger

2015-07-14 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626647#comment-14626647 ] Tilman Hausherr commented on PDFBOX-2530: - There is a new bug (class cast

[jira] [Commented] (PDFBOX-2860) NonSeq parser slower than Seq parser

2015-07-14 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626658#comment-14626658 ] Tilman Hausherr commented on PDFBOX-2860: - No you can't because the sequential

[jira] [Comment Edited] (PDFBOX-2530) Improve PDFDebugger

2015-07-14 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626647#comment-14626647 ] Tilman Hausherr edited comment on PDFBOX-2530 at 7/14/15 4:57 PM:

Re: Understanding PDFBox

2015-07-14 Thread John Hewson
The book “Developing with PDF” provides a short and gentle introduction to the PDF format. We have a brief architectural summary of PDFBox at: http://pdfbox.apache.org/1.8/architecture.html http://pdfbox.apache.org/1.8/architecture.html But in general, to make sense of PDFBox, you’ll need to

[jira] [Commented] (PDFBOX-2842) Overhaul font substitution

2015-07-14 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626822#comment-14626822 ] John Hewson commented on PDFBOX-2842: - I'm not sure. My thinking was that I really

[jira] [Commented] (PDFBOX-2530) Improve PDFDebugger

2015-07-14 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626958#comment-14626958 ] John Hewson commented on PDFBOX-2530: - JComboBox doesn't have a type parameter in

[jira] [Comment Edited] (PDFBOX-2272) Can't extract vertical text correctly

2015-07-14 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626972#comment-14626972 ] John Hewson edited comment on PDFBOX-2272 at 7/14/15 8:09 PM:

[jira] [Comment Edited] (PDFBOX-2272) Can't extract vertical text correctly

2015-07-14 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626972#comment-14626972 ] John Hewson edited comment on PDFBOX-2272 at 7/14/15 8:09 PM:

[jira] [Resolved] (PDFBOX-2881) Radial and Axial shading steps are calculated incorrectly

2015-07-14 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson resolved PDFBOX-2881. - Resolution: Fixed Radial and Axial shading steps are calculated incorrectly

[jira] [Commented] (PDFBOX-2881) Radial and Axial shading steps are calculated incorrectly

2015-07-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14627111#comment-14627111 ] ASF subversion and git services commented on PDFBOX-2881: - Commit

RE: first stack trace report from pdfbox 2.0.0 trunk

2015-07-14 Thread Allison, Timothy B.
Interesting, yes: 781/781172.pdf, 490/490376.pdf and 029/029423.pdf. Are you running your own regression testing against govdocs1? Is it duplicated effort for me to do anything with 2.0.0? Or, is your point that should I wait until PDFBOX-2842 is completed? Thank you! Best, Tim

[jira] [Updated] (PDFBOX-2272) Can't extract vertical text correctly

2015-07-14 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tilman Hausherr updated PDFBOX-2272: Attachment: (was: vertical.diff) Can't extract vertical text correctly

[jira] [Commented] (PDFBOX-2530) Improve PDFDebugger

2015-07-14 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626939#comment-14626939 ] Tilman Hausherr commented on PDFBOX-2530: - Why this? {code} -JComboBox

[jira] [Commented] (PDFBOX-2530) Improve PDFDebugger

2015-07-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626954#comment-14626954 ] ASF subversion and git services commented on PDFBOX-2530: - Commit

[jira] [Commented] (PDFBOX-2272) Can't extract vertical text correctly

2015-07-14 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626998#comment-14626998 ] John Hewson commented on PDFBOX-2272: - The patch looks to large to me, why has

[jira] [Commented] (PDFBOX-2530) Improve PDFDebugger

2015-07-14 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626928#comment-14626928 ] Tilman Hausherr commented on PDFBOX-2530: - How about checking if there is a mask,

[jira] [Commented] (PDFBOX-2272) Can't extract vertical text correctly

2015-07-14 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626889#comment-14626889 ] John Hewson commented on PDFBOX-2272: - That's not an SVN patch... Can't extract

[jira] [Commented] (PDFBOX-2272) Can't extract vertical text correctly

2015-07-14 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626972#comment-14626972 ] John Hewson commented on PDFBOX-2272: - No, diff and SVN patch are different formats.

[jira] [Commented] (PDFBOX-2272) Can't extract vertical text correctly

2015-07-14 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626997#comment-14626997 ] John Hewson commented on PDFBOX-2272: - That's ok, I already applied it using the

[jira] [Reopened] (PDFBOX-2842) Overhaul font substitution

2015-07-14 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tilman Hausherr reopened PDFBOX-2842: - reopening, the regression from July 2 on 029423-p1.pdf has been missed :-( Overhaul font

[jira] [Created] (PDFBOX-2881) Radial and Axial shading steps are calculated incorrectly

2015-07-14 Thread John Hewson (JIRA)
John Hewson created PDFBOX-2881: --- Summary: Radial and Axial shading steps are calculated incorrectly Key: PDFBOX-2881 URL: https://issues.apache.org/jira/browse/PDFBOX-2881 Project: PDFBox

[jira] [Updated] (PDFBOX-2881) Radial and Axial shading steps are calculated incorrectly

2015-07-14 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-2881: Description: I found a shading bug while writing some code to dump all shadings in a PDF. I don't

[jira] [Commented] (PDFBOX-2530) Improve PDFDebugger

2015-07-14 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626885#comment-14626885 ] John Hewson commented on PDFBOX-2530: - Two minor issues: - PDImageXObject#getImage()

[jira] [Closed] (PDFBOX-2839) Missing TextPosition(s) in PDFTextStripper

2015-07-14 Thread Christopher Clark (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Clark closed PDFBOX-2839. - Resolution: Not A Problem Having looked at this further I see that a 1:1 correspondence

Re: first stack trace report from pdfbox 2.0.0 trunk

2015-07-14 Thread Tilman Hausherr
Am 14.07.2015 um 21:37 schrieb Allison, Timothy B.: Interesting, yes: 781/781172.pdf, 490/490376.pdf and 029/029423.pdf. Are you running your own regression testing against govdocs1? Yes, from time to time for the last few months. Is it duplicated effort for me to do anything with 2.0.0?

[jira] [Comment Edited] (PDFBOX-2272) Can't extract vertical text correctly

2015-07-14 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626998#comment-14626998 ] John Hewson edited comment on PDFBOX-2272 at 7/14/15 8:30 PM:

Re: first stack trace report from pdfbox 2.0.0 trunk

2015-07-14 Thread John Hewson
On 14 Jul 2015, at 13:20, Tilman Hausherr thaush...@t-online.de wrote: Am 14.07.2015 um 21:37 schrieb Allison, Timothy B.: Interesting, yes: 781/781172.pdf, 490/490376.pdf and 029/029423.pdf. Are you running your own regression testing against govdocs1? Yes, from time to time for the

[jira] [Resolved] (PDFBOX-2842) Overhaul font substitution

2015-07-14 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson resolved PDFBOX-2842. - Resolution: Fixed I'm going to leave this item for a rainy day: - ExternalFonts is a black box:

[jira] [Commented] (PDFBOX-2530) Improve PDFDebugger

2015-07-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14627010#comment-14627010 ] ASF subversion and git services commented on PDFBOX-2530: - Commit

[jira] [Commented] (PDFBOX-2530) Improve PDFDebugger

2015-07-14 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14627011#comment-14627011 ] John Hewson commented on PDFBOX-2530: - Yep, I put the code to do that on the wrong

[jira] [Commented] (PDFBOX-2272) Can't extract vertical text correctly

2015-07-14 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626904#comment-14626904 ] Tilman Hausherr commented on PDFBOX-2272: - The only difference is that the

[jira] [Commented] (PDFBOX-2530) Improve PDFDebugger

2015-07-14 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626964#comment-14626964 ] John Hewson commented on PDFBOX-2530: - Yes, adding Image + Mask as the default item

[jira] [Updated] (PDFBOX-2272) Can't extract vertical text correctly

2015-07-14 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tilman Hausherr updated PDFBOX-2272: Attachment: vertical.patch ok, here's the same as a .patch (hopefully). Can't extract

[jira] [Updated] (PDFBOX-2530) Improve PDFDebugger

2015-07-14 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tilman Hausherr updated PDFBOX-2530: Attachment: filters-screenshot.png [~jahewson] please add a , or whatever... this is what

[jira] [Comment Edited] (PDFBOX-2842) Overhaul font substitution

2015-07-14 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14627002#comment-14627002 ] John Hewson edited comment on PDFBOX-2842 at 7/14/15 8:35 PM:

Re: first stack trace report from pdfbox 2.0.0 trunk

2015-07-14 Thread Tilman Hausherr
Am 14.07.2015 um 22:35 schrieb John Hewson: On 14 Jul 2015, at 13:20, Tilman Hausherr thaush...@t-online.de wrote: Am 14.07.2015 um 21:37 schrieb Allison, Timothy B.: Interesting, yes: 781/781172.pdf, 490/490376.pdf and 029/029423.pdf. Are you running your own regression testing against

[jira] [Commented] (PDFBOX-2842) Overhaul font substitution

2015-07-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14627346#comment-14627346 ] ASF subversion and git services commented on PDFBOX-2842: - Commit

Re: first stack trace report from pdfbox 2.0.0 trunk

2015-07-14 Thread John Hewson
On 14 Jul 2015, at 13:49, Tilman Hausherr thaush...@t-online.de wrote: Am 14.07.2015 um 22:35 schrieb John Hewson: On 14 Jul 2015, at 13:20, Tilman Hausherr thaush...@t-online.de wrote: Am 14.07.2015 um 21:37 schrieb Allison, Timothy B.: Interesting, yes: 781/781172.pdf, 490/490376.pdf

[jira] [Resolved] (PDFBOX-2842) Overhaul font substitution

2015-07-14 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson resolved PDFBOX-2842. - Resolution: Fixed Overhaul font substitution -- Key:

[jira] [Created] (PDFBOX-2882) Improve performance when using scratch file

2015-07-14 Thread Timo Boehme (JIRA)
Timo Boehme created PDFBOX-2882: --- Summary: Improve performance when using scratch file Key: PDFBOX-2882 URL: https://issues.apache.org/jira/browse/PDFBOX-2882 Project: PDFBox Issue Type:

[jira] [Commented] (PDFBOX-2842) Overhaul font substitution

2015-07-14 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14627288#comment-14627288 ] John Hewson commented on PDFBOX-2842: - Thanks, yes I missed that one. Overhaul font

[jira] [Commented] (PDFBOX-2842) Overhaul font substitution

2015-07-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14627287#comment-14627287 ] ASF subversion and git services commented on PDFBOX-2842: - Commit

[jira] [Updated] (PDFBOX-2882) Improve performance when using scratch file

2015-07-14 Thread Timo Boehme (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timo Boehme updated PDFBOX-2882: Attachment: ScratchFileBuffer.java ScratchFile.java Drop-in replacement for

[jira] [Commented] (PDFBOX-2881) Radial and Axial shading steps are calculated incorrectly

2015-07-14 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14627568#comment-14627568 ] Tilman Hausherr commented on PDFBOX-2881: - Can you tell a file that was rendering

[jira] [Updated] (PDFBOX-2845) Error parsing PDF

2015-07-14 Thread Christopher Clark (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Clark updated PDFBOX-2845: -- Fix Version/s: 2.0.0 Error parsing PDF - Key:

[jira] [Assigned] (PDFBOX-2882) Improve performance when using scratch file

2015-07-14 Thread Timo Boehme (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timo Boehme reassigned PDFBOX-2882: --- Assignee: Timo Boehme Improve performance when using scratch file

[jira] [Commented] (PDFBOX-2272) Can't extract vertical text correctly

2015-07-14 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626831#comment-14626831 ] John Hewson commented on PDFBOX-2272: -

[jira] [Commented] (PDFBOX-2871) Performance issue when filling the first PDTextField of an AcroForm

2015-07-14 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626837#comment-14626837 ] John Hewson commented on PDFBOX-2871: - I'm not really worried about speeding up font

[jira] [Comment Edited] (PDFBOX-2871) Performance issue when filling the first PDTextField of an AcroForm

2015-07-14 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626837#comment-14626837 ] John Hewson edited comment on PDFBOX-2871 at 7/14/15 6:41 PM:

[jira] [Comment Edited] (PDFBOX-2272) Can't extract vertical text correctly

2015-07-14 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626841#comment-14626841 ] Tilman Hausherr edited comment on PDFBOX-2272 at 7/14/15 6:43 PM:

[jira] [Updated] (PDFBOX-2272) Can't extract vertical text correctly

2015-07-14 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tilman Hausherr updated PDFBOX-2272: Attachment: vertical.diff Here's the change as a patch, just to show that this isn't some

[jira] [Commented] (PDFBOX-2530) Improve PDFDebugger

2015-07-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626869#comment-14626869 ] ASF subversion and git services commented on PDFBOX-2530: - Commit

[jira] [Commented] (PDFBOX-2530) Improve PDFDebugger

2015-07-14 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626872#comment-14626872 ] John Hewson commented on PDFBOX-2530: - I was testing the new image view on some

[jira] [Commented] (PDFBOX-2530) Improve PDFDebugger

2015-07-14 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626751#comment-14626751 ] Tilman Hausherr commented on PDFBOX-2530: - Commit msg has been fixed separately

[jira] [Commented] (PDFBOX-2530) Improve PDFDebugger

2015-07-14 Thread khyrul bashar (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626753#comment-14626753 ] khyrul bashar commented on PDFBOX-2530: --- I've uploaded a patch. Improve

[jira] [Commented] (PDFBOX-2530) Improve PDFDebugger

2015-07-14 Thread khyrul bashar (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626754#comment-14626754 ] khyrul bashar commented on PDFBOX-2530: --- I've uploaded a patch. Improve

[jira] [Issue Comment Deleted] (PDFBOX-2530) Improve PDFDebugger

2015-07-14 Thread khyrul bashar (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] khyrul bashar updated PDFBOX-2530: -- Comment: was deleted (was: I've uploaded a patch. ) Improve PDFDebugger ---

[jira] [Commented] (PDFBOX-2530) Improve PDFDebugger

2015-07-14 Thread khyrul bashar (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626755#comment-14626755 ] khyrul bashar commented on PDFBOX-2530: --- Thanks :) Improve PDFDebugger

[jira] [Comment Edited] (PDFBOX-2530) Improve PDFDebugger

2015-07-14 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626647#comment-14626647 ] Tilman Hausherr edited comment on PDFBOX-2530 at 7/14/15 5:57 PM:

[jira] [Updated] (PDFBOX-2530) Improve PDFDebugger

2015-07-14 Thread khyrul bashar (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] khyrul bashar updated PDFBOX-2530: -- Attachment: Sonarqube_warning_resolved.diff Improve PDFDebugger ---

[jira] [Updated] (PDFBOX-2530) Improve PDFDebugger

2015-07-14 Thread khyrul bashar (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] khyrul bashar updated PDFBOX-2530: -- Attachment: Class_cast_exception_in_page_mode_avoided.diff Improve PDFDebugger

[jira] [Commented] (PDFBOX-2530) Improve PDFDebugger

2015-07-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626774#comment-14626774 ] ASF subversion and git services commented on PDFBOX-2530: - Commit