Skip to main content
Version: v2023.18.0

Hyperlinks

General

  • Key: hyperlinks

    DescriptionParameter KeyType
    Load URLs into the ARender framehyperlinks.loadInARenderBoolean
    Load hyperlinks from the source documenthyperlinks.loadFromPDFBoolean
    Display frame/blue box around hyperlinks if neededhyperlinks.displayFrameBoolean
    Allow internal hyperlinks from the source documenthyperlinks.load.internalBoolean
    Allow external hyperlinks from the source documenthyperlinks.load.externalBoolean

These parameters allow to influence of the behavior associated with internal hyperlinks stored into source documents. If you do not wish to have the internal links of a PDF to be displayed or clicked, use the parameter hyperlinks.loadFromPDF=false.

Annotation

The following properties defines the annotation behaviours when creating hyperlinks:

  • Key: annotation.hyperlink

    DescriptionParameter KeyType
    Opacity for the Hyperlink annotationannotation.hyperlink.opacityFloat
    Color for the Hyperlink annotationannotation.hyperlink.default.colorString
    Allow the hyperlink target to be an external documentannotation.hyperlink.externe.target.enabledBoolean
    Define the time limitation (in ms) to display the hyperlink target elementsannotation.hyperlink.target.show.timeoutInteger
    Set the legacy hyperlink creation. If true, the target page starts from index 1 otherwise it starts from index 0.annotation.hyperlink.use.legacy.creationBoolean
    If true, clicking on a hyperlink leading to another document will open this document in a new tab.annotation.hyperlink.open.document.tabBoolean

Example

annotation.hyperlink.opacity=0.5f
annotation.hyperlink.default.color=#0000FF
annotation.hyperlink.externe.target.enabled=true
annotation.hyperlink.target.show.timeout=10000
annotation.hyperlink.use.legacy.creation=false
annotation.hyperlink.open.document.tab=true