On this Page

    -HighlightURL

    This option provides control over the display of hyperlinks.

    Syntax

    -HighlightURL Y|N

    Description

    This option provides control over the display of hyperlinks that are created in a PDF when an email or URL format is detected. The default for this option is Y.

    Also available as Printer Configuration Option: N

    A URL such as a website www.EclipseCorp.US or email info@EclipseCorp.US with the default option of -HighlightURL=Y will show as follows:

    and the -HighlightURL=N will show as follows:

    Note: The hyperlink is still active in both settings.

    Script Option

    If you wish to suppress the hyperlink, try adding the following script to the field or text label that contains a URL link or email address, the string will be shown without the link formatting.

    this._value = this._value.replace('.',String.fromCharCode(0x0008) + '.' );

     Note: This option is not functional for all fonts.