[evince] Structure of a PDF hyperlink to open a PDF file at a specific page
- From: Denis Bitouzé <dbitouze wanadoo fr>
- To: evince-list gnome org
- Subject: [evince] Structure of a PDF hyperlink to open a PDF file at a specific page
- Date: Tue, 22 Nov 2011 21:01:23 +0100
Hi,
with LaTeX, it is possible to create hyperlinks to PDF documents
(either locally or external):
\documentclass{article}
\usepackage{hyperref}
\begin{document}
\href{file.pdf}{Click here to open file.pdf}
\end{document}
But is there a structure that could have the "URL" in order to open the
PDF file at a specific page?
I tried to mimic command line option but this was unsuccessful:
\documentclass{article}
\usepackage{hyperref}
\begin{document}
\href{-p 3 file.pdf}{Click here to open file.pdf at page 3}
\end{document}
Thanks in anticipation.
--
Denis
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]