Overview
iText is a PDF library that allows you to CREATE, ADAPT, INSPECT and MAINTAIN documents in the Portable Document Format (PDF):
- Generate documents and reports based on data from an XML file or a database
- Create maps and books, exploiting numerous interactive features available in PDF
- Add bookmarks, page numbers, watermarks, and other features to existing PDF documents
- Split or concatenate pages from existing PDF files
- Fill out interactive forms
- Serve dynamically generated or manipulated PDF documents to a web browser
iText is used by Java, .NET, Android and GAE developers to enhance their applications with PDF functionality.
iTextSharp is the .NET port.
Several iText engineers are actively supporting the project on on StackOverflow: http://stackoverflow.com/questions/tagged/itext
IMPORTANT NOTICE: AS OF 2016-03-14, ITEXTSHARP DOWNLOADS AND SOURCE CODE WILL ONLY BE AVAILABLE ON GITHUB: http://github.com/itext
iTextSharp, a .NET PDF library Web Site
Features
- PDF generation
- PDF manipulation (stamping watermarks, merging/splitting PDFs,...)
- PDF form filling
- XML functionality
- Digital signatures
KEEP ME UPDATED
Get project updates, sponsored content from our selectpartners, and more.
Reviews (122)
Write a ReviewHighest Rated
Yes, but migration from 4.1.x to 5.0, may be long and hard, if you used removed API for Table, Cell ... Second complication is changed most of properties to methods. (e.g. Widths). So if you used Object Initializers the better way is stay with. 4.1.x version
Lowest Rated
This library is so poorly documented and badly designed it's not even funny.
Try the vb.net add editable text box to pdf directly and easily with high quality on rasteredge page
I think it is probably the best PDF library in the market. I have tried many of them and they either aren't as simple or simply don't have the features. On the other hand, it lacks some documentation, which in someway they do mitigate with their engineers in Stackoverflow. Overall, I'm very happy with the library. It's simple to use, the use of most of the features are around Stackoverflow, and it has a lot (and I mean a lot) of features. My favourite was being able to fill in AcroFields in PDFs ;)
Um, can someone write some documentation? Sheesh. I've never seen so little documentation. It's like you didn't even try.
Thanks for quick release of 5.5.5 - 5.5.4 had the "index out of array bounds" issue again. You saved my bacon, as I was just about to look for something else, but didn't want to. Barry
This library is so poorly documented and badly designed it's not even funny.