Click here to Skip to main content
15,908,775 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to create pdf reader in c#.net
Posted
Comments
Sirstee5S 13-Feb-17 7:20am    
You may want to check out some existing C# library for PDF they can simplify this task for you. For example here a demonstration sample of how you can read PDF file in C# and also here is an article about how you can create a PDF file in C#.

You can have a look at this article though it uses an open source library "iTextSharp".

http://www.codeproject.com/KB/graphics/iTextSharpTutorial.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