LaTeX hyperref package: opening the target PDF file on a specific page

Does anyone know if it is possible to use the LaTeX hypertext package to open the target PDf on a specific page? I tried using the command \ href {FILENAME # page = XX} {LINK_TEXT}, where XX is the number of the landing page, but not the dice. The file itself opens, but always starts on the first page. The idea is that I have a large index, which is a separate document; each element in the index has a link to the target document along with the page number.

Maybe I'm using the wrong link macro?

Any ideas?

+5
source share
1 answer

pdfLatex, , :

\href{filename#page.xx}{link text}

. = page.

+3

All Articles