phantomjs pdf clickable hyperlink

hyperlink, pdf, pdf-generation, phantomjs

Solution

There is a bug right now that you can find details on here: https://github.com/ariya/phantomjs/issues/10196. Ideally the links would work but they don't right now.

Problem

I have been trying to get clickable hyperlinks in PDFs after using rasterize.js with phantomjs. I have found one comment on the phantomjs code.google.com page that says that hyperlinks are supported, but no examples of it working. I also tried the example from the quickstart guide at http://code.google.com/p/phantomjs/wiki/QuickStart Has anyone else gotten this to work?

Original source