I'm trying to find a way in JavaScript to extract all the pages of a document which contain a specific text. Is it possible to use the result of "search" in JavaScript and find out the page numbers? Because then I can use the "extractPage" method to extract the pages.
- Mike