RE: Re: Cannot get overlaypdf working on command line interface

2024-01-15 Thread Lukas Jans
Hi, Yes, that fixed it. Thank you so much for fixing it quickly! Lukas

Re: Cannot get overlaypdf working on command line interface

2024-01-15 Thread Tilman Hausherr
Hi, Sorry, it turns out there was a second bug, which has now been fixed. And this time I tested myself and it works. Please test again with the latest snapshot. https://repository.apache.org/content/groups/snapshots/org/apache/pdfbox/pdfbox-app/3.0.2-SNAPSHOT/ https://issues.apache.org/jira

RE: Re: Cannot get overlaypdf working on command line interface

2024-01-14 Thread Lukas Jans
Hello, Sorry for not replying earlier. I tried it now with the latest snapshot build, but still got the same exception: [Ein Bild, das Text, Screenshot, Schrift enth?lt. Automatisch generierte Beschreibung] The merge command still works as intended, but as for overlay, I do not see any change.

Re: Cannot get overlaypdf working on command line interface

2024-01-05 Thread Tilman Hausherr
Hi, The bug I found and fixed ( https://issues.apache.org/jira/browse/PDFBOX-5748 ) is only in the command line interface. Please try with a snapshot build: https://repository.apache.org/content/groups/snapshots/org/apache/pdfbox/pdfbox-app/3.0.2-SNAPSHOT/ *(at the bottom)* and tell whether

Re: Re: Cannot get overlaypdf working on command line interface

2024-01-05 Thread Lukas Jans
Hello again, Thanks very much for your swift reply. I then suspect that this only applies to the command line interface? (Because the intention of using the command line was only to get a feeling of how overlay works, the main aim is to use the java library in a project.) Kind regards Luke

Re: Cannot get overlaypdf working on command line interface

2024-01-04 Thread Tilman Hausherr
Sorry, seems I read part 1, 2 and 4 but not part 3. I suspect a bug in OverlayPDF.java that has been there since the end of 2020 (!), but only in 3.0.* and the trunk, "infile" is never assigned. Tilman On 05.01.2024 08:00, Lukas Jans wrote: *Tilman Hausherr*- Donnerstag, 4. Januar 2024 12:07

Re: Cannot get overlaypdf working on command line interface

2024-01-04 Thread Lukas Jans
Tilman Hausherr - Donnerstag, 4. Januar 2024 12:07:13 MEZ Please use "overlay" instead of "OverlayPDF". This is a documentation bug. (See also the "did you mean" line in the error message) Tilman Hello Thanks for the reply, but that is exactly what I did and described in the second half of my fi

Re: Cannot get overlaypdf working on command line interface

2024-01-04 Thread Tilman Hausherr
Please use "overlay" instead of "OverlayPDF". This is a documentation bug. (See also the "did you mean" line in the error message) Tilman On 04.01.2024 12:00, Lukas Jans wrote: Hello I am having troubles using the pdfbox command line interface. I have downloaded the pdfbox-app-3.0.1.jar and