从 pdf 中删除书签

发布于 2024-10-31 00:52:07 字数 141 浏览 0 评论 0原文

你好 我已经使用 Latex 准备了一份 pdf 文件,其中我在该 tex 文件中给出了电子邮件地址。当我点击 pdf 中的电子邮件链接时,它会弹出一个电子邮件客户端。如何删除不弹出的链接。基本上我想删除所有这些链接/书签? (我也不使用 hyperref 包) 谢谢

Hi
I have prepared a pdf using latex where i have given email addresses in that tex file. When i click the email links in pdf, it pops up with a email client. How can i remove the link not popping up. Basically i want to remove all these links/bookmarks? ( i am not using hyperref package also)
Thanks

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

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

发布评论

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

评论(2

暗喜 2024-11-07 00:52:07

由于您没有使用 hyperref,因此超链接(电子邮件地址)为由 PDF 查看器自动检测。您可以在 Adob​​e Acrobat 中通过编辑 > > 取消激活此功能。 首选项(或 Ctrl+K)并取消选择“常规”类别下的“从 URL 创建链接”:

在此处输入图像描述

Since you're not using hyperref, the hyperlink (email address) is detected automatically by the PDF viewer. You can de-activate this in Adobe Acrobat via Edit > Preferences (or Ctrl+K) and deselecting "Create links from URLs" under the "General" category:

enter image description here

三生殊途 2024-11-07 00:52:07

如果您想让电子邮件地址对机器来说不明显,我建议您采用类似于以下的格式对其进行编码:

<firstname> (dot) <lastname> (at) <somewhere> (dot) <net>

示例:

kaja(点)程序员(at)stackoverflow(点)com

If you want to make the email addresses non-obvious to the machine, I'd suggest that you code them in a format similar to this:

<firstname> (dot) <lastname> (at) <somewhere> (dot) <net>

An example:

kaja (dot) programmer (at) stackoverflow (dot) com

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