Re: Problem with using Overlay - specific pages

2025-07-11 Thread Tilman Hausherr
On 7/11/2025 9:51 AM, Michael Horne wrote: Interesting! That version throws an error: class java.lang.String cannot be cast to class java.lang.Integer (java.lang.String and java.lang.Integer are in module java.base of loader 'bootstrap') at Overlay.java, line 132. I wonder if there's somethin

Re: Problem with using Overlay - specific pages

2025-07-11 Thread Michael Horne
Interesting! That version throws an error: class java.lang.String cannot be cast to class java.lang.Integer (java.lang.String and java.lang.Integer are in module java.base of loader 'bootstrap') at Overlay.java, line 132. I wonder if there's something fundamentally problematic about data types

Re: Problem with using Overlay - specific pages

2025-07-11 Thread Tilman Hausherr
On 7/11/2025 9:40 AM, Michael Horne wrote: Got it. Thanks Tilman! Will let you know if I manage to figure out how to see the debug! 🙂 It's just an output to the standard output. You don't have to activate anything. You can also see it if you run the tool by itself. Tilman ---

Re: Problem with using Overlay - specific pages

2025-07-11 Thread Michael Horne
Ah! Got it! :-) That bit of debug it spat out indicated a problem with what I was passing from Lucee into the overlay() call. It turns out that a regular Lucee/CFML struct defined with numeric keys are actually strings! So it couldn't figure out what to do with the keys (structs are Maps in th

Re: Problem with using Overlay - specific pages

2025-07-11 Thread Tilman Hausherr
Hi, Use this version: https://repository.apache.org/content/groups/snapshots/org/apache/pdfbox/pdfbox-app/3.0.6-SNAPSHOT/pdfbox-app-3.0.6-20250711.072333-59.jar please tell when you've downloaded it so that revert these changes. Tilman On 7/11/2025 8:53 AM, Michael Horne wrote: Hi Tilman, Tha

Re: Problem with using Overlay - specific pages

2025-07-11 Thread Michael Horne
Got it. Thanks Tilman! Will let you know if I manage to figure out how to see the debug! 🙂 -- Mike From: Tilman Hausherr Sent: 11 July 2025 08:35 To: users@pdfbox.apache.org Subject: Re: Problem with using Overlay - specific pages [You don't often get email from