Error splitting PDF

2023-11-08 Thread Joan Fisbein
Hi all, I'm using PDFBox 3.0.0 and im getting this error when trying to split this PDF. I tested with code from trunk and the error is still there. Tried to get a Jira account to open an issue but was denied. Here you can download the problematic PDF:

Re: Error splitting PDF

2023-11-09 Thread Joan Fisbein
err wrote: > Hello Joan, > > Sorry for the rejection, this was a close call, the description didn't > mention what happened (a stack overflow). Feel free to register again so > you can follow the issue I created > https://issues.apache.org/jira/browse/PDFBOX-5712 > > Tilman >

Re: Error splitting PDF

2023-11-10 Thread Joan Fisbein
Just submitted my request for a Jira account :-) On Fri, 10 Nov 2023 at 05:06, Tilman Hausherr wrote: > On 09.11.2023 10:16, Joan Fisbein wrote: > > Hi Tilman, > > I tried to register again at > > https://selfserve.apache.org/jira-account.html and now I get an er

2 errors on PDF Splitting

2023-11-15 Thread Joan Fisbein
I have 2 errors when trying to split some PDFs. Tested against PDFBox 3.0.1-SNAPSHOT from Github. *Error 1:* Exception in thread "main" java.lang.StackOverflowError at java.base/java.util.HashMap.tableSizeFor(HashMap.java:378) at java.base/java.util.HashMap.(HashMap.java:455) at

Re: 2 errors on PDF Splitting

2023-11-17 Thread Joan Fisbein
> > https://repository.apache.org/content/groups/snapshots/org/apache/pdfbox/pdfbox-app/3.0.1-SNAPSHOT/ > so please try if it works with that one. It worked for me. > > Tilman > > On 15.11.2023 10:29, Joan Fisbein wrote: > > I have 2 errors when trying to split some PDFs. >