如何添加 HTML在经典 asp 中使用 ASPPDF (Persists.pdf) 链接 PDF
我通过 persists.pdf dll 在经典 asp 中生成了 pdf 文件。但我无法在此 pdf 文件中添加 html 链接。我没有得到任何例子。有谁可以了解一下吗。
提前致谢。
I generated the pdf file in classic asp by persists.pdf dll. But I am unable to add html link in this pdf file. I didn't get any example. Can anyone know about it.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
调用
DrawText()
时需要指定html模式。参考:http://www.asppdf.com/manual_06.html#6_4
You need to specify html mode when calling
DrawText()
.Reference: http://www.asppdf.com/manual_06.html#6_4