Click here to Skip to main content
15,887,453 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Step 1: First of all we have to download the iTextShaprp pdf library. you can download that from here
Step2 : After downloading file add the reference of iTextSharp.dll to your project by right clicking on solution explorer.
Step 3 : Now add the Namespace to your .cs or .vb

I'm following the above statements to creat a pdf on web.

iTextSharp.dll is not in the .net tab or com already. I had to download it from online. when i try to add it as a reference its not doing it. why?
Posted

1 solution

You have to use the browse tab to browse to wherever you put the DLL.

I usually create a folder in my project called "Other Assemblies", and put things like the itextsharp.dll in that folder. Then I can more easily browse to it.
 
Share this answer
 
Comments
RaisKazi 1-Sep-11 15:05pm    
To the point Answer. 5!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900