Hyperlinks not working in your PDFs? Never fear – CSS is here!
You can add some custom CSS to display clickable URLs in parentheses next to your hyperlinks in PDFs:
- Go to Settings > Style.
- Click on the Custom CSS tab below the preview pane.
- Copy the code below and paste it into t he bottom of your Custom CSS.
.ko-pdf-clickable-link {display: initial;}
- Save your changes.
Note: This Custom CSS will not generate clickable hyperlinks for same-page anchors.
Once you're done, your Style Settings should include this line:
Sample Custom CSS for clickable hyperlinks in PDFs
Which will produce a treatment like this (though the exact color of your hyperlinks will vary based on your style settings!):
Sample in-PDF clickable hyperlink