使用 PDFBox 在 PDF 中插入带有链接的图像
我有多个 PDF,我想在每个页面上插入一个链接到 http://xyz.com 的徽标(即,单击徽标会在浏览器中打开 xyz.com)。 另外,我想在徽标旁边插入一些文本“单击此处在 xyz.com 上查看此页面”,其中“单击此处”是一个链接(每个页面上都有不同的链接,例如 http://xyz.com/show.php?id=76&page=3)
我已经能够添加徽标和文本,但无法弄清楚如何使文本成为链接。
I have multiple PDFs and I want to insert a logo on every page which links to http://xyz.com (that is, clicking on the logo opens up xyz.com in the browser).
Also, I want to insert some text 'Click Here to view this page at xyz.com' next to the logo where 'Click Here' is a link (different link on every page, like http://xyz.com/show.php?id=76&page=3)
I have been able to add the logo and the text but could not figure out how to make the text a link.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我也将其发布在 pdfbox-users 邮件列表上,Hesham G 在那里发布了指向解决方案的指针。 链接
I had posted this on pdfbox-users mailing list also and a pointer to the solution was posted there by Hesham G. Link