Click here to Skip to main content
15,891,423 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello experts
I face a problem. I have a Pdf file which is open when user clicks on open pdf file link. Now my need is when user opens it, it should be opened in editable mode and after changes it needs to be automatically saved back on server. Is it possible?
If Yes then how ...
Thanks
Posted
Updated 3-Jul-14 0:42am
v6
Comments
Serge Desmedt 22-Feb-14 3:14am    
Maybe you should change your title to something like Edit instead of Create.
It may give you more interesting answers
Ashwani Gusain 22-Feb-14 4:07am    
Good serge.
ZurdoDev 22-Feb-14 17:26pm    
Look into iTextSharp. I don't know if it can do what you want but many people use it for generating pdfs from the web.

I am afraid, you can't.

I can think of a workaround though. First read the pdf file using some library like iTextSharp.
Show that text in a TextArea or something on the Page. Allow edit on that TextArea.

Add a Update button. On Click of that, delete the previous file and save the TextArea Content as pdf with the previous file name.
 
Share this answer
 
 
Share this answer
 
Please use aspose pdf for create and edit pdf.
aspose pdfhttp://www.aspose.com/.net/pdf-component.aspx[^][]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900