I need to be able to view an embedded pdf in an ASP.Net form as well as print and save the document back to the web server. The pdf document allows filling out of various fields and I also need to have a Print and Save button that's on the form that's not in the pdf default viewer.
So the scenario is the user opens a pdf document in an asp.net webform, fills out the form, and then clicks either the print button or save button. The print button should activate the print in the pdf viewer, however the save button should automatically take the changes submitted in the pdf document and save them to the web server. I can't have the user bringing up a seperate Save As dialog and save it to his computer.