PDF.JS - `Link` annotations without url

Viewed 11

I want to handle 'Link' annotations without a URL in PDF.JS. This means that I want to go to a specific page within a pdf when I click. When I consoled it, I got the information below.

*annotationFlags: 4
borderWidth: 0
color: (3) [0, 0, 0]
dest: (5) [Ref, Name, 0, 540, 0]
hasAppearance: false
rect: (4) [903.0582, 471.4042, 932.7119, 501.1216]
subtype: "Link"*
0 Answers
Related