I'am using visual studio 2008. I wants to generate pdf file on button click. I have used
using iTextSharp.text;
using iTextSharp.text.pdf;
but it shows an error
The type or namespace name iTextSharp could not be found (are you missing a using directive or an assembly reference?
from searching I have found that , need to add a source assembly (iTextSharp.dll) . How will it possible?