How to open pdf in editable mode in the browser
I have downloaded 4 blank pdf templates. I need to open these templates with the help of drop down select box. For eg. If user selects option 1 then one pdf will be opened and if user selects option 2 then another pdf will be opened in the browser. But the problem is that these pdf must be opened in editable mode so that user can fill some data and then save it. I am facing the problem to open these pdfs in editable mode. I am using jsp and java script. I am not able to implement the code of opening the pdf in editable mode. Please help.
