Copy link to clipboard
Copied
How to make the actual hyperlink visible when creating a link in a PDF document?
Not just the visible / invisible rectangle but the link itself. For me, the link itself is always invisible!
Copy link to clipboard
Copied
That's how Links in PDF files work. They don't have text as a part of them. You're supposed to place them over text that already exists in the file.
Alternatively, you can use a button field instead of a Link object. Then you will be able to set its caption (or label) to the text of the link, and add to it a Mouse Up action to launch it.
Copy link to clipboard
Copied
That's how Links in PDF files work. They don't have text as a part of them. You're supposed to place them over text that already exists in the file.
Alternatively, you can use a button field instead of a Link object. Then you will be able to set its caption (or label) to the text of the link, and add to it a Mouse Up action to launch it.
Copy link to clipboard
Copied
Ah, I thought I was missing something!!
Many thanks!!👍