Have you tried adding a reference to the dll in your project and setting the "Copy Local" to true? Just store the dll somewhere on your hard drive (doesn't need to be in the bin) ,then set this reference in your project. When you build you project, it will be copied to the bin for you.
From: William K. Goodbody [mailto:[email protected]] Sent: Friday, May 28, 2010 10:52 AM To: 'Post all your questions about iText here' Subject: Re: [iText-questions] How to implement in Visual Studio What I have done is added this to the top of those pages that reference the dll <%@ Import Namespace="iTextSharp.text" %> <%@ Import Namespace="iTextSharp.text.pdf" %> From: [email protected] [mailto:[email protected]] Sent: Friday, May 28, 2010 10:34 AM To: [email protected] Subject: [iText-questions] How to implement in Visual Studio I've downloaded iText and want to use it in Visual Studio. I've found a page with lots of good examples, but no instructions that I can find in installing this and getting it running. I've copied the itextsharp.dll file into my bin folder, and I'm assuming that I need to put something int the web.config file to make it accessible to the rest of the app, then the examples I found may work, however, I have no idea what to put in the web.config file. Can someone help me out? Thanks, Jesse
------------------------------------------------------------------------------
_______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.itextpdf.com/book/ Check the site with examples before you ask questions: http://www.1t3xt.info/examples/ You can also search the keywords list: http://1t3xt.info/tutorials/keywords/
