#how to use show rule along with link()

7 messages · Page 1 of 1 (latest)

misty niche
#

link() function is not working. Not working in the sense, I can't able to able the link to access the hyperlink behind the text in any pdf viewer. I have tried opening the pdf document in Chrome, Firefox, Gnome pdf viewer and some others too. I think the link() does not provide Link element according to PDF specification. What is the possible solution?

misty niche
#

#show link: it=> underline(text(fill: blue, it.body))
#link("https://example.com")[example link]

#

I found that the problem is not associated with link() function but in show rule in the above example.

#

how to use show rule along with link()

limber forge
#

i think it should be it instead of it.body

#

it.body only gets the content inside the link, not the link itself.