dealfonso / pdfjs-viewer

A viewer based on PDFjs, which can be embedded in any web page (not using iframes)
Apache License 2.0
48 stars 1 forks source link

Is it possible to have clickable links? #13

Closed restless closed 4 months ago

restless commented 4 months ago

The original pdfjs makes it possible to render clickable links (with the help of the PDFLinkService - https://github.com/mozilla/pdfjs-dist/blob/master/web/pdf_viewer.js#L95). Is it possilble to achive that in pdfjs-viewer as well?

dealfonso commented 4 months ago

Sorry but at this moment, such feature is not available.