editing pdf file in a browser

Anjali Agarwal 1,531 Reputation points
2024-02-11T02:28:09.8533333+00:00

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.

Developer technologies ASP.NET ASP.NET Core
Developer technologies ASP.NET Other
{count} vote

Accepted answer
  1. Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator
    2024-02-11T17:41:03.9833333+00:00

    An editable pdf is typically downloaded, edited and uploaded. If the user has the correct pdf viewer, then can edit the pdf in the browser, but still will need to save and upload.

    if you are trying to produce a pdf editor in the browser, then you need a JavaScript based pdf editor. Google “JavaScript pdf editor” and select the one that meets your needs. Most are commercial products.

    2 people found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.