链接在 PISA 中不起作用

发布于 2024-11-17 23:42:38 字数 433 浏览 5 评论 0原文

这是我的 HTML 的一部分:

<h5 id="my-header">Header is a header</h5>

... other stuff ...

<a href="#my-header">go there!</a>

我使用 PISA 处理此内容:

%PISA_BIN% -s --encoding utf-8 %TITLE%.html %TITLE%.pdf

在生成的 PDF 中,链接不起作用:它像通常的链接一样以蓝色下划线显示,但当我单击它时没有任何反应。使用 Adob​​e Reader、Foxit Reader 和 Chrome 嵌入式浏览器对此进行了测试。

此外,生成的 HTML 链接按预期工作。

怎么了?

Here is a part of my HTML:

<h5 id="my-header">Header is a header</h5>

... other stuff ...

<a href="#my-header">go there!</a>

I process this using PISA:

%PISA_BIN% -s --encoding utf-8 %TITLE%.html %TITLE%.pdf

In the resulting PDF, link is not working: it's shown in underlined blue as a usual link, but when I click on it nothing happens. Tested this with Adobe Reader, Foxit Reader and Chrome embedded browser.

Also, in the resulting HTML link works as expected.

What's wrong?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文