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?
#how to use show rule along with link()
7 messages · Page 1 of 1 (latest)
can you show your code?
#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()