链接在 PISA 中不起作用
这是我的 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 中,链接不起作用:它像通常的链接一样以蓝色下划线显示,但当我单击它时没有任何反应。使用 Adobe 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论