PDF.js Express Version
7.3.1
Detailed description of issue
Looking to redirect to a page when the document is loaded, got the page number from url params but how to trigger after load. Help me with the method to trigger with the action object
Expected behaviour
Redirect to a specific page
Does your issue happen with every document, or just one?
every document
Link to document
Code snippet
Trying like this
let goto = new Actions.GoTo({ dest: new Actions.GoTo.Dest({ page: jumpToAnnotation, }), });
console.log(goto);