pdfrx_web
    Preparing search index...

    Type Alias PdfLinkTarget

    PdfLinkTarget:
        | { kind: "uri"; url: string }
        | { dest: PdfDest; kind: "destination" }

    A link on a page, either an explicit link annotation or (when auto-detection is enabled) a URL found in the page text.

    Explicit link annotations are defined by ISO 32000-2:2020, 12.5.6.5, Table 176. Their destinations use 12.3.2; URI actions use 12.6.4.8. See PdfPage.loadLinks.