Is there a Javascript library for editing PDFs?
- by Fletcher Moore
Based on my Google and stackoverflow search I'm guessing no, but it can't hurt to ask.
The goal is: store some blank forms on my server. Then present these to the user, who edits the form in the browser with Javascript and submits the form back to the server.
The client wants to reuse parts of an old system (the forms) in which users would…