|
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
|