I’ve heard there is a way to create PDF files. I need a C# framework but anything other than iTextSharp.
Please note I wish to use C# .net framework only, not iTextSharp or any other utility.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try Pdf Sharp ==> http://www.pdfsharp.net/
Its all open source and free under the MIT license, in case you want to invent your own library you can see how they did it.
The API is similar to GDI+, Also, they have something called MigraDoc which can be used to create a document in memory and then render it to RTF, XPS, or PDF.