使用 Flying Saucer 和 iText 问题将 XHTML 转为 PDF
我能够使用 Flying Saucer 和 iText 将 XHTML 转换为 pdf。然而,XHTML 有一个锚标记,我没有将其作为 pdf 中的链接获取。我如何呈现 pdf 中的链接。
提前致谢
I was able to convert XHTML to pdf using Flying Saucer and iText. However of the XHTML has an anchor tag, I am not getting it as link in the pdf. How do i render the link as it is in the pdf also.
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 iText 中,使用表示链接的文本创建一个 Chunk 并调用其setAnchor 将其链接到一些网址。
In iText, create a Chunk with the text representing the link and call its setAnchor to link it some URL.