Click here to Skip to main content
15,888,031 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello guys,

I would like to create a C# Win application, in which i want to create a .pdf file, update it based on some inputs, read the .pdf file & also to print the .pdf file.

How can i achieve it?
Is it possible to achieve it without using any third-party tools or APIs?

Can any one specify any good third party APIs or dlls for the same?
Posted
Updated 25-Mar-10 0:05am
v2

Using google is easy. Out of 12.4 *MILLION* hits (search phrase = "C# pdf files"), this one was the 2nd one. The first one was for an article here on CodeProject.

http://csharp-source.net/open-source/pdf-libraries[^]



 
Share this answer
 
abyclassic wrote:
Is it possible to achieve it without using any third-party tools or APIs?


No, of course not. That's why there's nothing in MSDN about a PDF namespace, there is not one.

Your best bet is to buy a library, but there are free ones that kind of work.
 
Share this answer
 
abyclassic wrote:
Is it possible to achieve it without using any third-party tools or APIs?


Theoretically yes, since the PDF specifications are publically available [^]. It would be a daunting task, however (see the article: "A PDF Forms Parser" for an insight).
:)
 
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