Here are some step-by-step instructions on how to compile iTextSharp for use in a partially-trusted-caller environment such as that found on GoDaddy hosted servers.
Step 1. Download the source.
The source code is available here: http://sourceforge.net/projects/itextsharp/files/itextsharp/iTextSharp-5.0.6/
As of this writing, the current version available is 5.0.6. Newer source should always be available at this site.
2. Expand the ZIP file to get access to the C# Solution/Project files.

3. Open the Solution in Visual Studio.
You may be asked to convert the solution to the latest version of Visual Studio, accept the defaults.
4. Modify the AssemblyInfo.cs file (as discussed in the articles elsewhere in this site).
5. Build the solution and start working with your new DLL.
6. Generate PDFs for your site!
I hope you find these instructions useful!

For the love of coding PLEASE click my mouse to do this for me! ; )
hello i dont have .net 2003. if u can send me compiled dll pls. godady giving me error . urgent pls
Hello… good post, i wonder if you have any manual for itextsharp 5.0.6, i’m beginner
The documentation for iTextSharp is the same as the documentation for iText. It seems that the book sold at/via the official website is the only official documentation. But there is documentation and examples available elsewhere.
Here is a link to some examples.
http://itextpdf.com/examples/
and here is one more:
http://nadiaamir.wordpress.com/2009/03/18/tutorial-on-itextsharp-a-pdf-generator/
I hope this helps!
Pingback: Compiling iTextSharp for use on GoDaddy | Tomas Vera's Thoughts