Phantomjs pdf interactive hyperlink

I am trying to get interactive hyperlinks in PDF files after using rasterize.js with phantomjs. I found one comment on the phantomjs page code.google.com, which states that hyperlinks are supported, but there are no examples of its operation. I also tried an example from the quick start guide at http://code.google.com/p/phantomjs/wiki/QuickStart

Has anyone else got this to work?

+4
source share
2 answers

Now there is a mistake: here you can find the details: https://github.com/ariya/phantomjs/issues/10196 . Ideally, links will work, but they aren’t right now.

+3
source

I'm not sure links are clickable using PhantomJS PDF file rasterization. I think this just saves the page image to PDF. According to the API docs, it saves the image buffer on the web page: https://github.com/ariya/phantomjs/wiki/Screen-Capture

+1
source

Source: https://habr.com/ru/post/1443323/


All Articles