用 Java 扫描 PDF
使用 Java 扫描 .PDF 表单的最佳方法是什么?例如,扫描仪对象扫描具有空格的 .PDF 表单;姓名、地址、电话号码等。这些空格需要通过界面填写,然后打印到新的 .PDF 上。
Whats the best way to scan a .PDF form using Java? Where the scanner object scans the .PDF form which has blank spaces for example; Name, Address, Phone Number etc. These spaces need to be filled in by an Interface then printed onto a new .PDF.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要使用 Java 解析 pdf 文件,您有很多选择。
http://xmlgraphics.apache.org/fop/
http://itextpdf.com/
http://www. jpedal.org/
http://pdfjet.com/os/edition.html
http://bfo.com/products/download.jsp
等等
To parse pdf files using Java you have plenty of options.
http://xmlgraphics.apache.org/fop/
http://itextpdf.com/
http://www.jpedal.org/
http://pdfjet.com/os/edition.html
http://bfo.com/products/download.jsp
and many more