我想在特定页面上超链接到外部 pdf 文件。我有一个解决方案可以打开文件,但不是在特定页面上。
我尝试过\href{./PR.I.OAT_Sensor_Assembly.pdf**\#=2**}{Reference 1}
和 以及\href{./PR.I.OAT_Sensor_Assembly.pdf**\#page.#1**}{Reference 1}
。\href{./PR.I.OAT_Sensor_Assembly.pdf#page=2}{Reference 1}
目前没有任何效果,我的 pdf 查看器有问题吗?
我也尝试使用pdfnewwindow
命令在新窗口中打开特定页面上的 pdf 文件。
\documentclass{article}
\usepackage{hyperref}
\begin{document}
\href{./PR.I.OAT_Sensor_Assembly.pdf{Reference 1}}
\end{document}