Turn Form Objects into Hyperlinks
    • 04 Apr 2025
    • 1 Minute to read
    • Contributors
    • PDF

    Turn Form Objects into Hyperlinks

    • PDF

    Article summary

    Select the Formats tab to create a hyperlink. Once the Active checkbox is selected, the Hyperlink tab becomes enabled, and you can enter any URL into the Address field.

    Note

    This functionality is supported only for PDF, TIFF, and EMF sheets whose underlying format is EMF.

    You can insert an embedded JobInfo as a part of the hyperlink to include a dynamic value as a part of the URL.

    Note

    To insert the value of the current rearrange as a part of the hyperlink, activate script and type on the Objects tab:

    setJobInfo("InvoiceID", CurrentRearrange.text);

    CurrentRearrange.text;