Tagged Questions
9
votes
2answers
593 views
Embedding a pdf file with clickable external links into a LaTeX document
I want to embed a screenshot of a web page into a LaTeX document as a vector graphic with
clickable links.
I'm using wkhtmltopdf to render the web page as a letter-sized pdf file with working links. ...
25
votes
3answers
1k views
How to preserve hyperlinks in included pdf?
I have generated PDFs with figures that have hyperlinks (hyperref to websites, \href) in them. When I compile these figures standalone the hyperlinks work. But when I try to include these PDFs (as ...