\href[page=10,pdfremotestartview=FitV] seems not to work
I'm trying to get a pdf file I'm composing (using LaTeX et. al.) to have a
functional hypertext link that will open a remote pdf file on the web
(ideally in the same PDF viewer I'm using to read the one I'm composing
although I don't think that's possible is it?) and then navigate to a
certain page while fitting the height of that page to the viewing window.
Here's my MWE:
\documentclass[12pt]{article}
\usepackage{geometry}
\geometry{letterpaper}
\usepackage{graphicx}
\usepackage{amssymb}
\usepackage[colorlinks=true,urlcolor=cyan]{hyperref}
\title{Brief Article}
\author{The Author}
\begin{document}
\maketitle
I want this \href[page=10,pdfremotestartview=FitV]{http://www.ctex.org/
documents/packages/layout/geometry.pdf}{link} to take me to page 10 of the
linked PDF file while fitting the height of the page to the window. And while
it does switch to my web browser which then downloads the PDF file and opens
that file (using the browser plugin) in a browser window, the browser/plugin
does not navigate to page 10 or fit the vertical height of the page to the
window.
\end{document}
As I write in the MWE, it works part of the way, but not all the way.
Am I doing something wrong here?
I found this, but I think it's much more complex a problem than the one I
face, and although it was helpful to me, it didn't completely solve the
problem I'm having now.
Any suggestions?
No comments:
Post a Comment