Hi,
I want to extract text in all page from particular location say from X: 100 to X:200 and Y: 100 to Y:200
Can you please give me a script to do that?
Regards
Saravanakumar
Hi,
I want to extract text in all page from particular location say from X: 100 to X:200 and Y: 100 to Y:200
Can you please give me a script to do that?
Regards
Saravanakumar
http://www.acrobatusers.com/tech_corners/javascript_corner/tips/2006/page_bounds/
http://www.acrobatusers.com/tutorials/2007/10/auto_placement_annotations/
To find words on a page and thier coordinates use the "doc.getPageNthWord()" and "doc.getPageNthWordQuad()" functions. You'll find and example in the Acrobat JavaScript Reference.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script