Welcome on the iText Documentation pages. On this site, you'll find all the information you need to get started with iText:
- a plethora of examples
- the FAQ
- the keywords list
- the Javadoc API information
- a new book about iText (under construction; not available for free)
If you have comments or suggestions, please visit the contact page at itextpdf.com.
Writing documentation about a software project that is very alive and to which new functionality is added frequently, is a work that is constantly under construction. You can reward the work that is done on the documentation by buying the book about iText.
back to main pageIf your iTextSharp project is hosted on a server that has a partially trusted zone, you could get a SecurityException "That assembly does not allow partially trusted callers." If you run a simple script, it will probably work on your computer, but you could get a security exception on the server. That's because the iTextSharp assembly is not marked with the AllowPartiallyTrustedCallers attribute. For more info, read this blog post titled "Allowing Partially Trusted Callers" As you have the source for iTextSharp, you can build it any way you like and solve this problem yourself.
