Click here to Skip to main content
15,881,757 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to save or capture user inputs that enter to fillable PDF document opened in a web browser, i am aware that we can create submit-able PDF documents using adobe acrobat pro or any other tool.but in my case i need to display PDF document in a browser which original PDF file is locate at server side.so after user fill the PDF fillable fields they need to press HTML button("Save"),and file need to be save on server.
Posted
Updated 13-Oct-15 4:27am
v3
Comments
Krunal Rohit 13-Oct-15 9:12am    
So you want to show the PDF in browser returned by the server ?

-KR
pawan Jha1988 14-Oct-15 1:01am    
Yes Open in browser and Edit it and save back to the server.
George Jonsson 13-Oct-15 10:37am    
So where are you stuck?
Nathan Minier 13-Oct-15 11:02am    
I've been working on something similar. Using pure HTML5 you should be able to treat it as a BLOB and submit that as a file back to the server, but since my software needed to be backwards compatible, I didn't chase that rabbit to conclusion so that's the most insight I can offer.
pawan Jha1988 14-Oct-15 3:46am    
Can you please share the code how you had done. so that i can take help from there.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900