C# - generating pdf file

K

kazik

Hi,

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

Regards
kazik
 
J

Jeff Johnson

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.
 
A

Arne Vajhøj

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
 
A

Arne Vajhøj

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

libraries PDF read 1
References 1
Linq to SQL vs Ado.Net Entity Framework 2
WPF 1
Simple PDF library 1
PDF in asp.net 10
PDF 4
Dissecting and generating PDF files 3

Top