Re: Change requests

2025-04-05 Thread NH Rao
Greetings, Thank you for your response. I'll extract out the test cases and will work with you. Here is one to start with. I tried running PDF debugger in eclipse and noticed that tooltips are broken because of missing ICC profile ISOcoated_v2_300_bas.icc. A quick repository search showed this fi

Re: Change requests

2025-03-24 Thread Tilman Hausherr
Thanks! That one was replaced in PDFBOX-5558 with a different icc profile, so I adjusted the file name instead, see https://issues.apache.org/jira/browse/PDFBOX-5979 I never noticed this myself despite using PDFDebugger a lot, because I kept the old profile for tests. Tilman On 24.03.2025 23:

Re: Change requests

2025-03-23 Thread Tilman Hausherr
On 22.03.2025 20:51, Niranjan Rao wrote: Greetings, Having glanced through PDF specifications I understand kind of challenges PDFBox team faces. Scaling/transformation and matrix manipulations can drive anyone crazy.  PDF debugger tool is another valuable tool that I found using more and mor

Change requests

2025-03-22 Thread Niranjan Rao
Greetings, Having glanced through PDF specifications I understand kind of challenges PDFBox team faces. Scaling/transformation and matrix manipulations can drive anyone crazy.  PDF debugger tool is another valuable tool that I found using more and more, its extremely useful tool. My use cas