我正在使用 Visual Studio 2008。我想在单击按钮时生成 pdf 文件。我用过
using iTextSharp.text;
using iTextSharp.text.pdf;
但它显示一个错误
The type or namespace name iTextSharp could not be found (are you missing a using directive or an assembly reference?
通过搜索我发现,需要添加一个源程序集(iTextSharp.dll)。怎么可能?