tags:

views:

65

answers:

1

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?

A: 

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.

Charles Stewart