Is using Adobe javascript a good solution for ....
Given a library of about 200 pdf documents that are informational only, text sections of these documents are to be stored in a database for tracking. A plan is to use a web appliction to allow a user to select document sections in a browser , and store those sections in the database.
The first idea was to use pdf hilighting to select the text, capture the event, display a small menu and then use ajax / server code to save the highlighted text in the database.
Whats the best way to accomplish this?
What are potential problems?