通过根据 PDF 中的文本添加条形码来批量编辑 PDF?

发布于 2024-12-11 19:38:19 字数 232 浏览 0 评论 0原文

我每天从主要客户那里收到大约 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

誰ツ都不明白 2024-12-18 19:38:19

您将需要使用包含文本提取的 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文