Search a pdf document using javascript
I want to write some javascript to include as an action behind a button on a form to search a PDF file and find lines in the document which include those words and then return the result to a text box in the form.
I have managed to write the code that opens the file and get the keywords to search on but can't work out how to use those parameters to search the file.
I will have five buttons on the form for five separate PDF docs.
Can anyone help, or suggest a better way?
