I have this workflow.
- Load a pdf containing form fields into the browser (pdf in iframe or div).
- A user fills it out
- A user click ‘Submit’ button (in another div) to save the pdf.
What I would like to do in #3 is to collect all the data associated with the form fields and save the data to the database table. I don’t want a user to save the pdf to his/her local computer and upload it to the server. I would like to make it more user-friendly.
i am using dot net mvc i am able to load pdf in the browser window in that pdf i have some text fields are available any user can edit it what i want to save those updated pdf in my server programatically currently user can be able to download it using browser default behaviour how to resolve it?
Hassan Mustafa is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.