Is there a control that displays a PDF and submits the pdf back to the server?
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
I am looking for a PDF control that displays the PDF and adds a "submit" button, that send that entire pdf back the server. I want to save the entire pdf as a BLOB on the database. I see a bunch of viewers, but looking for the other half. Thanks, mjc
-
I am looking for a PDF control that displays the PDF and adds a "submit" button, that send that entire pdf back the server. I want to save the entire pdf as a BLOB on the database. I see a bunch of viewers, but looking for the other half. Thanks, mjc
Absolutely No, @Michael this is not possible as you need to code to save the PDF document in db. This can be done on submit button click.