How To Support Links Without Using the PDFViewer? #20631
Replies: 1 comment
|
To support links in PDF.js **without using In PDF.js, links (both external URLs and internal page jumps) are annotations. They are handled by rendering an HTML Option 1: Render
|
Uh oh!
There was an error while loading. Please reload this page.
I have an application that wants to quite heavily modify viewing/interaction of the PDF's being viewerd. I've looked through the code examples and they all show the PDFViewer and PDFLinkService, but my question is how would I implement this without the viewer? e.g. I am currently handling document, page navigation, when to call render etc. etc.
I can see PDFLinkService accepts in its constructor:
which should be something I can provide it but just wondered if I'm going about this the wrong way? Do I need to implement my own LinkService?
All reactions