Hey that's a good idea, didn't think of that. 

 

I use the following right in the code base files.    But to each his own.. J

 

C#

using iTextSharp.text;

using iTextSharp.text.pdf;

 

VB

Imports iTextSharp.text

Imports iTextSharp.text.pdf

 

 

Glen Hamel
Auric Networks Canada, Inc.
570 Orwell Street, Unit 1
Mississauga, Ontario
L5A 3V7

Phone : 905.361.7621 x 204
Fax : 905.274.3912
Email : glen.ha...@auricnet.ca <mailto:pe...@auricnet.ca> 

 <http://www.auricnet.ca/> http://www.auricnet.ca

 

From: William K. Goodbody [mailto:bill.goodb...@comcast.net] 
Sent: Friday, May 28, 2010 12:52 PM
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: j...@msdlg.com [mailto:j...@msdlg.com] 
Sent: Friday, May 28, 2010 10:34 AM
To: itext-questions@lists.sourceforge.net
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

 

No virus found in this incoming message.
Checked by AVG - www.avg.com
Version: 9.0.819 / Virus Database: 271.1.1/2901 - Release Date: 05/28/10
02:25:00

------------------------------------------------------------------------------

_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
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/

Reply via email to