开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜