[jira] [Commented] (PDFBOX-5049) PlainText.Paragraph.getLines extremely slow on long lines

2025-09-04 Thread Tilman Hausherr (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-5049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18018283#comment-18018283 ] Tilman Hausherr commented on PDFBOX-5049: - No, if there was, it would have been

[jira] [Commented] (PDFBOX-5049) PlainText.Paragraph.getLines extremely slow on long lines

2025-09-04 Thread Swathi Artham (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-5049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18018214#comment-18018214 ] Swathi Artham commented on PDFBOX-5049: --- [~tilman] is there a fix to this issue?

[jira] [Resolved] (PDFBOX-6059) Fix possible ClassCastException

2025-09-04 Thread Tilman Hausherr (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-6059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tilman Hausherr resolved PDFBOX-6059. - Fix Version/s: 2.0.35 3.0.6 PDFBox 4.0.0 A

[jira] [Commented] (PDFBOX-6061) NullPointerException in COSDictionary

2025-09-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-6061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18018106#comment-18018106 ] ASF subversion and git services commented on PDFBOX-6061: - Commi

[jira] [Commented] (PDFBOX-6060) Allow use of 12 monkeys in DCTFilter

2025-09-04 Thread Simon Steiner (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-6060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18018085#comment-18018085 ] Simon Steiner commented on PDFBOX-6060: --- We had a recent issue with 12 monkeys ima

[jira] [Commented] (PDFBOX-6062) XMPMetadata can only be parsed if xmp:CreateDate does not contain fractions of seconds

2025-09-04 Thread Tilman Hausherr (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-6062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18018174#comment-18018174 ] Tilman Hausherr commented on PDFBOX-6062: - Do you mind if the fraction is cut at

[jira] [Commented] (PDFBOX-6059) Fix possible ClassCastException

2025-09-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-6059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18018096#comment-18018096 ] ASF subversion and git services commented on PDFBOX-6059: - Commi

[jira] [Commented] (PDFBOX-6061) NullPointerException in COSDictionary

2025-09-04 Thread Michael Klink (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-6061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18018151#comment-18018151 ] Michael Klink commented on PDFBOX-6061: --- As an aside, I doubt that an empty indire

[jira] [Commented] (PDFBOX-6059) Fix possible ClassCastException

2025-09-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-6059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18018112#comment-18018112 ] ASF subversion and git services commented on PDFBOX-6059: - Commi

[jira] [Created] (PDFBOX-6060) Allow use of 12 monkeys in DCTFilter

2025-09-04 Thread Simon Steiner (Jira)
Simon Steiner created PDFBOX-6060: - Summary: Allow use of 12 monkeys in DCTFilter Key: PDFBOX-6060 URL: https://issues.apache.org/jira/browse/PDFBOX-6060 Project: PDFBox Issue Type: Bug

[jira] [Created] (PDFBOX-6062) XMPMetadata can only be parsed if xmp:CreateDate does not contain fractions of seconds

2025-09-04 Thread Jira
Jochen Stärk created PDFBOX-6062: Summary: XMPMetadata can only be parsed if xmp:CreateDate does not contain fractions of seconds Key: PDFBOX-6062 URL: https://issues.apache.org/jira/browse/PDFBOX-6062

[jira] [Closed] (PDFBOX-6060) Allow use of 12 monkeys in DCTFilter

2025-09-04 Thread Simon Steiner (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-6060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Steiner closed PDFBOX-6060. - Resolution: Won't Fix > Allow use of 12 monkeys in DCTFilter > -

[PR] PDFBOX-6061: Prevent NullPointerException in COSDictionary. [pdfbox]

2025-09-04 Thread via GitHub
jaragunde opened a new pull request, #243: URL: https://github.com/apache/pdfbox/pull/243 When iterating the items in a COSDictionary to retrieve one particular item in getKeyForValue(), we add a null check to prevent a call to getObject on a null COSObject. -- This is an automated messa

[jira] [Resolved] (PDFBOX-6061) NullPointerException in COSDictionary

2025-09-04 Thread Tilman Hausherr (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-6061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tilman Hausherr resolved PDFBOX-6061. - Fix Version/s: 2.0.35 3.0.6 PDFBox 4.0.0 A

Re: [PR] PDFBOX-6061: Prevent NullPointerException in COSDictionary. [pdfbox]

2025-09-04 Thread via GitHub
asf-gitbox-commits closed pull request #243: PDFBOX-6061: Prevent NullPointerException in COSDictionary. URL: https://github.com/apache/pdfbox/pull/243 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

[jira] [Created] (PDFBOX-6061) NullPointerException in COSDictionary

2025-09-04 Thread Jacobo Aragunde (Jira)
Jacobo Aragunde created PDFBOX-6061: --- Summary: NullPointerException in COSDictionary Key: PDFBOX-6061 URL: https://issues.apache.org/jira/browse/PDFBOX-6061 Project: PDFBox Issue Type: Bug

[jira] [Commented] (PDFBOX-6059) Fix possible ClassCastException

2025-09-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-6059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18018097#comment-18018097 ] ASF subversion and git services commented on PDFBOX-6059: - Commi

[jira] [Commented] (PDFBOX-6059) Fix possible ClassCastException

2025-09-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-6059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18018098#comment-18018098 ] ASF subversion and git services commented on PDFBOX-6059: - Commi

[jira] [Commented] (PDFBOX-6060) Allow use of 12 monkeys in DCTFilter

2025-09-04 Thread Tilman Hausherr (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-6060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18018086#comment-18018086 ] Tilman Hausherr commented on PDFBOX-6060: - Shouldn't you then address this with

[jira] [Commented] (PDFBOX-6060) Allow use of 12 monkeys in DCTFilter

2025-09-04 Thread Simon Steiner (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-6060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18018083#comment-18018083 ] Simon Steiner commented on PDFBOX-6060: --- That would mean all users are switched to

[jira] [Updated] (PDFBOX-6060) Allow use of 12 monkeys in DCTFilter

2025-09-04 Thread Simon Steiner (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-6060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Steiner updated PDFBOX-6060: -- Description: DCTFilter calls findRasterReader and returns the first reader, on error it shoul

[jira] [Commented] (PDFBOX-6060) Allow use of 12 monkeys in DCTFilter

2025-09-04 Thread Tilman Hausherr (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-6060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18018081#comment-18018081 ] Tilman Hausherr commented on PDFBOX-6060: - How about not changing the ordering?

[jira] [Updated] (PDFBOX-6060) Allow use of 12 monkeys in DCTFilter

2025-09-04 Thread Simon Steiner (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-6060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Steiner updated PDFBOX-6060: -- Description: DCTFilter calls findRasterReader and returns the first reader, on error it shoul

[jira] [Commented] (PDFBOX-6060) Allow use of 12 monkeys in DCTFilter

2025-09-04 Thread Simon Steiner (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-6060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18018078#comment-18018078 ] Simon Steiner commented on PDFBOX-6060: --- We changed ordering so its not first > A

[jira] [Comment Edited] (PDFBOX-6060) Allow use of 12 monkeys in DCTFilter

2025-09-04 Thread Simon Steiner (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-6060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18018078#comment-18018078 ] Simon Steiner edited comment on PDFBOX-6060 at 9/4/25 10:07 AM: --

[jira] [Commented] (PDFBOX-6060) Allow use of 12 monkeys in DCTFilter

2025-09-04 Thread Tilman Hausherr (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-6060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18018076#comment-18018076 ] Tilman Hausherr commented on PDFBOX-6060: - It should work if imageio-jpeg is in

[jira] [Reopened] (PDFBOX-6060) Allow use of 12 monkeys in DCTFilter

2025-09-04 Thread Simon Steiner (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-6060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Steiner reopened PDFBOX-6060: --- > Allow use of 12 monkeys in DCTFilter > > >