Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Open PDF in Browser and modify it and save it?

Tags:

asp.net

pdf

itext

I am thinking about opening a PDF file with some editable fields in the browser , by which i can modify the PDF file / fill information etc and then save that PDF FORM

Please guide me in a right direction ?

like image 445
vishu minhas Avatar asked Sep 06 '25 03:09

vishu minhas


2 Answers

I think in your case Rad PDF can work. It is a PDF Viewer and Editor for ASP.NET by which you can open the PDF with editable fields in browser and can even modify the PDF and save it. Check the link:-
https://www.radpdf.com/demo/easy-integration/
and another one is below:-
https://code.msdn.microsoft.com/PDF-Editor-to-Edit-PDF-5fb73b8d

Hope it will work in your case. Thanks

like image 50
Pargat Singh Avatar answered Sep 09 '25 03:09

Pargat Singh


You cannot. Simple.

PDFs are edited by the native app, in your case may be Chrome, Safari and Internet Explorer. You do not have control on anything that happens when the user edits the PDF in a native app context.

like image 37
Yeshodhan Kulkarni Avatar answered Sep 09 '25 05:09

Yeshodhan Kulkarni