Comparison of iTextSharp and PDFSharp
I have been researching the open-source PDF librarays today. The comparison result is below:
|
|
iTextSharp
|
PDFSharp
|
|
Popularity
|
Get 49,200 pages from google
|
Get 38,900 pages from google
|
|
Latest version
|
5.0.0 released on 2009/12/8
|
1.3.1 released on 2009/12/9
|
|
Support
|
a .NET port from iText, java based
iText Software Corp
|
empira Software
|
|
Document
|
A book about iText
|
have a simple wiki website
|
|
Sample
|
Just see many Java projects for the book
|
Many
|
From the comparison table, the products are good, even the iTextSharp is more powerful, e.g. iTextSharpt support more Crypto ways.
But after reviewing the code, I think the PDFSharp is more suitable for general .NET application.
- It is simple, so that it is easy to learn and use.
- It is native with C#, not port from Java library, so the design is more understandable.