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



Excerpts from Denis Bitouzé's message of mar nov 22 21:01:23 +0100 2011:
> 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}

Try file.pdf#3 I'm not sure it will work though.

> Thanks in anticipation.
-- 
Carlos Garcia Campos
PGP key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x523E6462

Attachment: signature.asc
Description: PGP signature



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]