Re: Overlay not rendering

2025-08-12 Thread Brent
We have tested this change and it is working for our test cases. Thank you. - To unsubscribe, e-mail: users-unsubscr...@pdfbox.apache.org For additional commands, e-mail: users-h...@pdfbox.apache.org

Re: Overlay not rendering

2025-08-08 Thread Brent
Sure we can test your change.  No hurry on our end since we have our immediate issue resolved with the work around.  Just let me know if you want us test code changes that you published to the mail list, or checkout a branch from the repo. --

Re: Overlay not rendering

2025-08-08 Thread Brent
Ultimately we decided to make 4 versions of our overlay  (0, 90, 180 & 270 degree rotated), examine the page rotation, and then use the overlay matching that rotation. - To unsubscribe, e-mail: users-unsubscr...@pdfbox.apache.o

Re: Overlay not rendering

2025-08-07 Thread Brent
would think the overlay would be rotated. However, we'll look at the code you have provided and see if that gains us some ground. If we get it working I'll let you know. Thank you for your help, Brent -- Forwarded message - From: Tilman Hausherr Date: Thu, Aug 7, 2025

Re: Overlay not rendering

2025-08-06 Thread Brent
have a more elegant way that we might approach this. Thank you for your help, Brent On Wed, Aug 6, 2025 at 2:43 PM Tilman Hausherr wrote: > Hi, > Maybe the document has rotated pages, I'm not sure if we support this > properly. > I'm going to sleep, but feel free to t

Re: Overlay not rendering

2025-08-06 Thread Brent
ature of the content. Is there further information that I could provide that would help diagnose this? Perhaps we have an edge case of the same issue? Thank you. Brent

RE: Re: Overlay not rendering

2025-08-05 Thread Brent
Thank you.  I appreciate your insight.  This has given us a few ideas on how to work around the issue.  Worst case scenario we'll build PDFBox with the code changes identified by Tilman.  Brent - To unsubscribe, e-mail:

RE: Re: Overlay not rendering

2025-08-05 Thread Brent
Thank you for this.  I looked at the PDFBox debug tool for this, but I'm not savvy with the internals of PDF documents to know what to look for.  I could see that my overlay was there, but not showing, your explanation makes sense.  I appreciate your help on this.

Overlay not rendering

2025-08-04 Thread Brent
, Brent - To unsubscribe, e-mail: users-unsubscr...@pdfbox.apache.org For additional commands, e-mail: users-h...@pdfbox.apache.org

Re: Problem loading large pdf files

2013-10-30 Thread Brent Pathakis
Disregard the last message. I was using RandomAccess and RandomAccesFile from java.io* *Brent Pathakis* 801 536 0041 On Wed, Oct 30, 2013 at 12:02 PM, Brent Pathakis wrote: > I tried this: > > RandomAccess scratchFile=null; > > > if (tmpFile.exists()){ > tmpFile.dele

Re: Problem loading large pdf files

2013-10-30 Thread Brent Pathakis
run time: java.lang.ClassCastException: java.io.RandomAccessFile cannot be cast to org .apache.pdfbox.io.RandomAccess at PDFRedact.main(PDFRedact.java:34) *Brent Pathakis* 801 536 0041 On Wed, Oct 30, 2013 at 10:55 AM, Gilad Denneboom wrote: > I used this code in one occasion: > >

Re: Problem loading large pdf files

2013-10-30 Thread Brent Pathakis
Thanks. Do you have an example of code using the scratch file? On Oct 30, 2013 9:30 AM, "Gilad Denneboom" wrote: > Try using a scratch file in the load method of PDDocument. > > > On Wed, Oct 30, 2013 at 3:48 PM, Brent Pathakis > wrote: > > > Hi, > >

Problem loading large pdf files

2013-10-30 Thread Brent Pathakis
ideas or help would be appreciated. *Brent Pathakis* 801 536 0041