Question

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.

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top