有 LaTeX PdfPages 包含的文件的链接

发布于 2024-08-03 15:00:44 字数 538 浏览 2 评论 0原文

如何维护 pdf 文件 A 中包含指向其自身的链接的 pdf 文件 A 中的链接,以及包含文件 A 的文件 B 中的链接?

文件 A 具有指向其自身的内部链接。我将它包含到 Pdfpages 的 FileB 中,这样

This is in FileB

\usepackage[enable-survey]{pdfpages}
\usepackage{hyperref}
\includepdf[linktodoc=true, link=true]{fileA.pdf}

我已经测试了以下选项但未成功

linktodoc=true
link=true
thread=true

我正在阅读 本教程

How can you maintain the links in your pdf fileA which contains links to itself in the fileB which includes FileA?

FileA has internal links to itself. I include it to FileB by Pdfpages such that

This is in FileB

\usepackage[enable-survey]{pdfpages}
\usepackage{hyperref}
\includepdf[linktodoc=true, link=true]{fileA.pdf}

I have tested the following options unsuccessfully

linktodoc=true
link=true
thread=true

I am reading this tutorial.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

Bonjour°[大白 2024-08-10 15:00:44

我从 Pdfpages 的创建者 A. Matthias 那里得到了以下回复。

这是一个无法实现的功能
宏观层面落实。它
必须在
pdftex、xetex 等本身编码。

在 CTAN 上,您可以找到一个名为的 Java 程序
可以提取和重新插入的“pax”
某种链接(但不是全部)。

因此,PDFpages 中还有很多工作要做。

I get the following response from the creator of Pdfpages, A. Matthias.

This is a feature that cannot be
implemented on the macro level. It
would have to be implemented in the
pdftex, xetex, etc. code itself.

On CTAN you find a Java program called
`pax' that can extract and reinsert
some kind of links (but not all).

So there is work to be done in PDFpages.

葬花如无物 2024-08-10 15:00:44

根据您链接到的文档,使用 link 选项,您必须通过给定的链接名称链接到插入的页面 - <文件名>.<页码>。如果您查看此演示,您可以看到一些执行此操作以及使用 linktodoc 功能的明确示例。

According to the documentation you linked to, with the link option, you have to link to the inserted pages by their given link names - <filename>.<page number>. If you have a look at this demonstration, you can see some explicit examples of doing this, as well as using linktodoc functionality.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文