尝试使用 PHP 打印 Avery L7173 标签

发布于 2024-10-08 16:27:03 字数 217 浏览 0 评论 0原文

我需要一个解决方案来为 2500 个地址条目的列表生成邮寄标签 (Avery L7173)。

在后端,我们有带有 PHP 的 Linux 服务器。 Python 是一种选择。没有 X 窗口。

由于我们从未这样做过,因此我们不知道是否应该使用 PDF 类或 Open Office 库。我们通过谷歌搜索找到了很多方向,但获得做过这件事的人的反馈将非常节省时间。

真挚地 py

I need a solution to produce mailing labels (Avery L7173) for a list of 2500 address entries.

On the backend we have Linux Server with PHP. Python is an option. No X window.

As we have never done this, we dont know if we should go with a PDF classe or the Open Office library. We have found lots of direction by googling around but having the feedback of someone who has done it would be great time saver.

Sincerely
py

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

此岸叶落 2024-10-15 16:27:03

我会尝试使用 FPFP 库生成 PDF,然后打印。为这样的事情设置坐标应该不会太难。

I'd try using FPFP library to generate the PDF and then printing. Setting the co-ordinates for something like this shouldn't be too hard.

穿透光 2024-10-15 16:27:03

我建议使用 此代码 检查/www.fpdf.org/" rel="nofollow noreferrer">fpdf。在这个库中,有不同格式的代码。

I will suggest to check this code using fpdf. In this library, there is code for different formats.

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