Hyperlinks and pdfLinkService #17449
Unanswered
MrLockertsen
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have an application that loads base64-encoded pdf from an xml-file into a template using angular. I use pdf.js to display the pdf-content on a webpage.
This works well, however I'm having problems with enabling hyperlinks in the document so that they are clickable. I have followed the code example for simpleviewer.html, but the links are not "activated" in my template. Not sure what should happen after I invoke
pdfLinkService.setDocument(pdfDocument, null);
?
Beta Was this translation helpful? Give feedback.
All reactions