Click here to Skip to main content
15,884,388 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how to convert an .aspx page to a PDF file in asp.net with vb
Posted

1 solution

To work with PDF, you can use iText, or its .NET port, iTextSharp:
http://en.wikipedia.org/wiki/IText[^],
http://itextpdf.com/[^],
http://sourceforge.net/projects/itextsharp/[^].

In included the reference to Java iText site as well, because most documentation is there. If you understand C#, it would not be difficult to understand Java-bases API documentation.

—SA
 
Share this answer
 
Comments
Brisingr Aerowing 27-May-15 17:24pm    
Look at the date on the question again, you should see something odd.
Sergey Alexandrovich Kryukov 27-May-15 18:48pm    
Yes, I can see it now, thank you. It's weird: the question post does not have newer versions. It's not clear how could it get to the top of posts.
But should I even care about it? A question is a question, and answer is still an answer. :-)
—SA
Brisingr Aerowing 28-May-15 11:15am    
True.

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