开发者

How to add HTML <A> Link in PDF With ASPPDF (Persists.pdf) in classic asp

开发者 https://www.devze.com 2023-01-29 07:36 出处:网络
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.

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.


You need to specify html mode when calling DrawText().

Canvas.DrawText "Visit <a href=""http://stackoverflow.com"">stack overflow</a>", "x=10, y=10, html=true", Font

Reference: http://www.asppdf.com/manual_06.html#6_4

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号