Description
This tag handles hyperlinks in text that would be available also in PDF.
Parameters and typographical expressions
1.URL string.
Tag effects
The effects of this tag are not visible.
Type and scope
Can be inserted anywhere in text.
In versions 2.1 to 2.5 In PDF, the word Google will have a hyperlink to the Google web page: >httplink !https://www.google.it/!<google>res 1< In the output PDF the text with hyperlink is clickable with no style changes: the style can be set using a custom GN4 character style usually in 'J' format, something like >sav<>co Y<>httplink !#1!< where #1 is a variable Name: url / type: string / default: https:// The >co Y< colors the url to make it more visible Note: the text at the moment can not be rotated. In version 2.6 In PDF, the word Google will have a hyperlink to the Google web page, where you can insert also the character styles: >httplink !https://www.google.it/!<google>httplink< Modified the behaviour of the httplink tag to be able to include also the character styles like italic, bold, etc... Now the >httplink !web url!< GNML tag ends at the next >httplink< command (without any parameter) and not at the next >res 1< as previously. In that way, you can include the italic and the bold styles into the link. See http://forum.teradp.com/topic.asp?TOPIC_ID=320&FORUM_ID=13&whichpage=3#4151 for more information about >httplink< GNML command. |