View Single Post
Old Apr 15th, 2008, 9:52 AM   #7
mbd
Programmer
 
Join Date: Nov 2007
Posts: 86
Rep Power: 1 mbd is on a distinguished road
Re: Application to export to an PDF

to use itextsharp, take the .dll file from the release folder and add it to your project through the add existing item menu. then from the add references menu, choose the browse tab and browse to the .dll file in your project. that will give you access to al the classes in itextsharp.

Edit: forgot to mention that this method will allow you to Ise itextsharp on the server without actually installing anything there.

Last edited by mbd; Apr 15th, 2008 at 9:58 AM. Reason: forgot to mention something
mbd is offline   Reply With Quote