使用任何用于 java 的 pdf api 查找 pdf 中所选文本的坐标
我想使用任何用于 java 的 PDF Api 从 pdf 中提取选定的文本。使用 iText 和 PdfBox 我无法完成此任务。那么任何人都可以帮我解决这个问题吗?我想提取选定的文本(我将通过将鼠标拖动到 pdf 中的文本上来选择)并希望对该选定的文本进行评论。
I want to extract the selected text from a pdf using any PDF Api for java. Using iText and PdfBox I am unable to do this task. So can any one help me out with this. I want to extract the selected text(which I will select by dragging my mouse over the text in pdf) and want to give comment to that selected text.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,这种功能可以使用优秀的 jpedal 库来完成。
因此,请参考以下网址:http://www.jpedal.org/
HTH
杰罗姆
as far as I know this kind of feature could be done using the excellent jpedal library..
So please refer to the following URL : http://www.jpedal.org/
HTH
Jerome