I'm looking for a tool to identify overwriting.
I have a pdf that lists City, Specialty and doctor names however there are incidents when the specialty field is on top of the doctor's name. I’m looking for a way to find these occurrences with Adobe 8.0 Professional. Can anyone help?
If nothing else, you can write an Acrobat Script to search for overlapping text. There is a fucntion that returns the coordinates of each word on a page, this.getPageNthWordQuads().
Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]
The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/]http://www.adobe.com/devnet/acrobat/[/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script