利用iTextSharp在pdf中创建超链接
本帖最后由 leiiguanghui 于 2013-01-23 18:04:24 编辑
请问各位大侠,怎么利用iTextSharp在pdf中创建超链接,利用网上介绍的下面的方法,可以创建链接,但问 题是怎么样设置其所在的位置
Document doc = new Document();
Font link = FontFactory.GetFont("Arial", 12, Font.UNDERLINE, new Color(0, 0, 255));
Anchor anchor = new Anchor("www.mikesdotnetting.com", link);
anchor.Reference = "http://www.mikesdotnetting.com";
doc.Add(anchor);
比如 RAR附件下载地址:http://localhost:8056/uploads/130123137.rar
我要将“http://localhost:8056/uploads/130123137.rar”设置为超链接,凭借上面的代码,无法指定其位置,怎么才能让链接地址跟在“RAR附件下载地址:”的后面
iTextSharp
------解决方案--------------------iTextSharp有文档:文档
------解决方案--------------------没用过,帮顶!