Introduction
I was asked to make a C# class from which I could transform a text file into a pdf file. Thanks to many suggestions found on Reddit, I was able to find a Dll that is capable to do the job with minimum coding and very nice set of functionnalities. However I wasn't able to test its performance in Batch creating millions of pdf files.
The name of the dll I chose is iTextSharp and can be found there
Problems found
Unfortunately if the library seems great, the documentation seems rather absent and I had to google a lot to reach some result.
Here is the Code I used to transform the content of multi-lines textboxes in a multi-page pdf file, adding a signature at the end when finding in the text a sequence of caracters
After having included the Dll as reference in the project.
History
2010-09-07: Help request! help me finish this article (and complete my software).
2010-09-09: Solving the problem using iTextSharp.
|