tags:

views:

110

answers:

1

In JavaScript for PDF there is a method used to get the Nth word on a page.

So, what is the token used by getPageNthWord() that separate words?

A: 

Whitespace, punctuation marks, newlines and the usual stuff.

dirkgently
Those are the obvious ones, but... I'm looking for the exact rule.
Daniel Silveira
Did you try this: http://www.adobe.com/devnet/acrobat/pdfs/js_api_reference.pdf ?
dirkgently