C# - generating pdf file

  • Thread starter Thread starter kazik
  • Start date Start date
K

kazik

Hi,

Could you recommend me some libraries/solutions for generating pdf file
(text + graphics)?

Regards
kazik
 
Could you recommend me some libraries/solutions for generating pdf file
(text + graphics)?

PDFsharp is good. I believe iTextSharp is more complete, but it cannot be
used in a commercial environment without purchasing a license, if that
affects you at all.
 
PDFsharp is good. I believe iTextSharp is more complete, but it cannot be
used in a commercial environment without purchasing a license, if that
affects you at all.

Technically the AGPL license does not prevent commercial usage.

But the requirement to make the calling code available
under AGPL does not fit well with most commercial
environments.

Arne
 
Could you recommend me some libraries/solutions for generating pdf file
(text + graphics)?

iTextSharp has a pretty good reputation.

I have only tried it for tiny stuff, so I am not an
expert on it, but it did work for that stuff.

Arne
 
Back
Top