I need to open a preexisting PDF file with some editable fields in the browser.
I want to fill out the editable fields of the pdf file and then save the file on my drive with the filled-out information.
This pdf contains check boxes, text boxes, signature fields and drop downs.
Can I do this in asp.net core MVC or asp.net web forms.
Any help will be highly appreciated. Any suggestions will be very helpful.