I'm using c# and reading and opening pdf from sql db.
My requirement is that users are able to edit and save the pdf. How can this be done?
I'm using c# and reading and opening pdf from sql db.
My requirement is that users are able to edit and save the pdf. How can this be done?
Convert the PDF to SVG and then you can open up editings app'ns and save it from System.IO.Packaging
. Alternatively use iText-Sharp.