Re: Question about PDFDebugger

2018-04-27 Thread Jason
Wow. I will definitely try it out this weekend. Thank you. Best Wishes, Jason > On Apr 27, 2018, at 5:30 PM, Tilman Hausherr wrote: > > I did it, it turned out to be easy... get the latest version here: > https://repository.apache.org/content/groups/snapshots/org/apache/pdfbox/pdfbox-debugger/2

Re: Question about PDFDebugger

2018-04-27 Thread Tilman Hausherr
I did it, it turned out to be easy... get the latest version here: https://repository.apache.org/content/groups/snapshots/org/apache/pdfbox/pdfbox-debugger/2.0.10-SNAPSHOT/ use it with jdk7 or 8, not jdk9 or 10. I suspect that I discovered a new bug related to hidpi screens that is related to PD

Re: Question about PDFDebugger

2018-04-27 Thread Tilman Hausherr
It's a bit tricky because not all widget annotations are fields, sometimes the field is a parent. (See the file from PDFBOX-142). But I think it can be done... would it be ok if the name is displayed in the status line, near the coordinate? I'm not an awt / swing developer so I can't do a popu

Re: Question about PDFDebugger

2018-04-27 Thread JZ Q
Hi Tilman, As the user moves the mouse on the rendering view, pdf debugger knows the coordinate. Can we add a feature to display all PDField's FQN under the mouse cursor? Each field is bounded by a rectangle. Or can we provide a simple search of coordinate and fetch the fields. I feel this is a v

Re: Question about PDFDebugger

2018-04-27 Thread Tilman Hausherr
No, there is no such feature. There is no interaction from the rendering window with the rest. If this happened to me, I would either look at the names in the annotation fields, or check the rectangle of each annotation. Tilman Am 27.04.2018 um 17:12 schrieb JZ Q: Hi everyone, PDFDebugger

Question about PDFDebugger

2018-04-27 Thread JZ Q
Hi everyone, PDFDebugger tool is very helpful. When I select the page number, the right panel displays PDF page. Is there any way to associate the form field on the view with the node on the navigation panel on the left? For example, if I click on one field on the right panel, I was hoping that th