Create/Read/Write Advance PDF Report using iTextSharp.DLL in Desktop, Mobile, Web Application
Introduction
Recently I was looking for an Advance Tool to create complex PDF Report in C#.Net and I found
iTextSharp
. The main problem is that lacks of Documentation. Yes, there are a few examples in C#, but that is not sufficient to the Beginners and the examples are in older version of iTextSharp
, there are lots of change in the latest version. So, it will be difficult for beginners to convert older version to latest version. Besides, I think that if I write an Article on this, then it will help me also as a future reference as I'll describe each functionality of this library with example. Frankly speaking, in this Article, you find all the examples from Chapter 1 of the book iText in Action, Second Edition which is written for Java Developers. I'll explain all the examples of the rest Chapters in my next release of this Article. So if any one is interested in using this library, he/she will get a good kick start.
To know the history or any other details of iTextSharp, please go through the Official Website
No comments:
Post a Comment