Click here to Skip to main content
15,888,733 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Want to create a Windows based PDF editor application. Please suggest some tutorial or sample codes to start over it.
Posted

iTextSharp is a good tool, but you can also try other commercial tools for free trial.Such as PDF component[^]. After using, you can decide yourself which is suitable for you. I think this is a rational choice.
 
Share this answer
 
iTextSharp is one of the free open source tool available. Though if you are going to use your application for commercial purpose, then you have to either buy license or release your applicatin code as open source.

The source code and DLLs are at http://sourceforge.net/projects/itextsharp/[^]

This is one of the best tool available. These are the two links available to create and edit PDF in C#.

http://www.4guysfromrolla.com/articles/030911-1.aspx[^]

http://www.4guysfromrolla.com/articles/030211-1.aspx[^]

Of-course, you will have to figure out your requirement yourself in terms use-case and all.

Hope that helps, If it does mark it as answe/upvote.
Thanks,
Milind
 
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