[evince] Structure of a PDF hyperlink to open a PDF file at a specific page



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]