通过根据 PDF 中的文本添加条形码来批量编辑 PDF?
我每天从主要客户那里收到大约 30 个工单。他们以标准化报告格式(单个 PDF)将它们发送给我,每个不同的工单对应一页。不幸的是,这些 PDF 报告不包含条形码格式的 workrorder_ID,仅包含常规文本字体,并且他们不愿意遵守我通过添加条形码来修改报告的请求。有没有办法自动将条形码添加到 PDF 中?基本上,我希望 PDF 编辑应用程序搜索文本“workoder ID:”并在 work_order ID 下方插入条形码。 请指教。非常感谢
I receive around 30 workorders a day from my primary client. They send them to me in a standardized report format, in a single PDF, with one page for each different workorder. Unfortunately, these PDF reports dont include the workrorder_ID in a barcoded format, only in regular text font and they are unwilling to comply to my request to modify the report by adding a barcode. Is there a way to automatically add a barcode to the PDF? basically I would want the PDF editing app to search for the text “workoder ID:” and to insert the barcode, beneath the work_order ID.
please advise. thanks very much
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您将需要使用包含文本提取的 PDF 库,其中包括报告提取的每个字符串的位置。当您找到工单 ID 文本的位置时,您可以使用相同的库将条形码添加到正确的位置。 Quick PDF Library 是一种选择,iText 是另一种选择。
http://www.quickpdflibrary.com
http://itextpdf.com
免责声明:我为 Quick PDF Library 提供了一些咨询
You will need to use a PDF Library that includes a text extraction that includes reporting the location of each string extracted. When you find the location of the Work Order ID text you can then use the same library add the barcode in correct position. Quick PDF Library would be one option and iText be another.
http://www.quickpdflibrary.com
http://itextpdf.com
Disclaimer : I do some consulting for Quick PDF Library