Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to add reference for
1. using iTextSharp.text.pdf;
2. using iTextSharp.text;

in C# using Microsoft Visual Studio 2010.

Waiting for Response.

Regards,
Shoaib Farooq
Posted

1 solution

Open the Solution Explorer pane.
Locate your project and make sure it is expanded at least one level.
Right click "References" and select "Add Reference..."
In the resulting dialog locate the ITextSharp.Dll Assembly and (if you used Browse, press "Open")
Press the "Add" button to add a green tick beside it.
Press "Close"
 
Share this answer
 

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