I have a 10,000 page document. All pages are laid out exactly the same. There is an address field on all pages with an address. I need some way of pulling each address from each page in the document into a single file or just extrapolation in general.
If anyone knows of a way to do this using Acrobat Professional 8 or with any program really, this information would be greatly useful.
Thankyou.
If there is an actual form field then yes, of course, this data can be easily extracted.
But if you mean the address is just in a specific location, it takes a little bit more work, but it can be done. There is a function in Acrobat for getting words from the page, "doc.getPageNthWord()" and a companion function for getting the word's location, "doc.getPageNthWordQuad()". Together these functions can be used to extract information from a specific location on the document.
Not a trivial scripting Job.
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