PDF 中的工具提示:可能吗?

发布于 2024-09-12 00:23:58 字数 145 浏览 9 评论 0原文

我使用 tcpdf PHP 类 来创建 PDF。有什么解决方案可以为链接添加工具提示吗?

I'm using the tcpdf PHP class for creating PDFs. Is there any solution to add tooltips to links?

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

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

发布评论

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

评论(2

风流物 2024-09-19 00:23:58

链接本身不能有工具提示。查看者始终显示 URL。

但是 TCPDF 可以添加“注释”,这是最接近工具提示的(但必须分配给矩形区域而不是文本/段落)。
http://www.tecnick.com/ pagefiles/tcpdf/doc/com-tecnick-tcpdf/TCPDF.html#methodAnnotation

您必须参考 PDF 规范。第 8.4 节和 8.4.5 节,您正在寻找“Popup”。
http://www.adobe.com/devnet/pdf/pdfs/PDFReference16。 pdf

Links itself cannot have tooltips. Viewers always show the URL.

But TCPDF can add "Annotations", which is the closest you can get to tooltips (but have to be assigned to a rectangle area instead of to text/paragraphs).
http://www.tecnick.com/pagefiles/tcpdf/doc/com-tecnick-tcpdf/TCPDF.html#methodAnnotation

You'll have to refer to the PDF specification. Section 8.4 and 8.4.5, and you are looking for "Popup".
http://www.adobe.com/devnet/pdf/pdfs/PDFReference16.pdf

貪欢 2024-09-19 00:23:58

我不这么认为......似乎图书馆不支持它,我什至在实践中没有遇到过它。

顺便说一句,它们在 PDF 中称为注释。

I don't think so... seems the library doesn't support it, I even haven't met it in practice.

BTW they are called comments in PDF.

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