PDF library for c#?

  • Thread starter Thread starter DanS
  • Start date Start date
D

DanS

Does anyone know of an opensource library in c# for creating pdf docs
without having Adobe installed? If not opensource, a 3rd party component
would work as long as it's not too expensive.

thanks!
 
A great open source C# PDF library is iTextSharp. It is
based on the iText Java PDF library. I have used it in
several professional applications. It is a great library
that is fairly simple to implement, fast, and flexible. I
highly recommend it.

http://itextsharp.sourceforge.net/
 
Back
Top