如何在 PDF(在浏览器中打开)中创建超链接,该超链接将在新选项卡/窗口中打开
我通过 XSLT 转换 (FOP) 从 XML 生成一些 PDF。 PDF 文件将在浏览器中打开。如果它包含任何超链接,则该超链接应该在新的浏览器选项卡/窗口中打开。我不太确定这是否可能。有什么见解吗?
I generate some PDF via XSLT transformation (FOP) from XML. The PDF file is opened in the browser. If it contains any hyperlink, that hyperlink is supposed to open in a new browser tab/window. I'm quite not sure if it is even possible. Any insights?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试 show-destination 属性。 在某些网站上提到了它,但我无法让它工作。我相信这还取决于您使用的 Fo 处理器、浏览器设置和 PDF 阅读器。
You could try show-destination property. It's mentioned on some sites but I couldn't get it to work. I believe it also depends on which Fo Processor you're using, your browser settings and the PDF reader.