嵌入 PDF 的超链接

嵌入 PDF 的超链接

我找到了一种嵌入 PDF 并使用 提供超链接的方法hypgotoe。所以,这与我目前正在做的事情类似

\documentclass{article}
\usepackage{embedfile}
\usepackage{hypgotoe}
\embedfile{/home/pavan/test.pdf}
\begin{document}
\href{gotoe:embedded=/home/pavan/test.pdf}{description}
\end{document}

问题是我无法获取超链接。我在最终 PDF 中看到“说明”,但没有链接我嵌入文件的超链接。我在这里做错了什么?

相关内容