Skip to content

WebLink

@scaryterry/pdfium


Defined in: src/core/types.ts:1696

A web link detected in page text content.

These are URLs automatically detected in the page text, distinct from interactive link annotations.

index: number

Defined in: src/core/types.ts:1698

Zero-based index of the web link.


rects: Rect[]

Defined in: src/core/types.ts:1702

Bounding rectangles covering the link text.


optional textRange: object

Defined in: src/core/types.ts:1704

The text range in the page content.

charCount: number

Number of characters in the link text.

startCharIndex: number

Starting character index in the text page.


url: string

Defined in: src/core/types.ts:1700

The URL string.