在 PHP 中从 Word 模板生成 Word 文档的最佳方法是什么?

发布于 2024-11-17 07:41:13 字数 175 浏览 3 评论 0原文

我有一个 Word 文档中 Avery 信纸样式的模板。我想要做的是用图像(在本例中为二维码)填充模板,以便于打印和标记对象。

我想知道,最简单的方法是什么?我将模板保存为 Word XML 文件,但看着该文件,我感到绝望。我还尝试将模板转换为 HTML,但不出所料,它搞砸了格式。我不知道下一步该去哪里,有什么想法吗?

I have a template for a style of Avery stationery in a Word document. What I'd like to do is fill in the template with images (in this case, QR codes) for easy printing and labeling of objects.

I'm wondering, what would be the easiest way to do this? I saved the template as a Word XML file, but looking at the file, I feel hopeless. I also tried converting the template to HTML, but unsuprisingly it screwed up the formatting. I'm not sure where to go next, any ideas?

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

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

发布评论

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

评论(2

纸短情长 2024-11-24 07:41:13

有几个不错的选择可以做到这一点。我推荐 PHP LiveDocX (免费)或 PHP DocX(免费基本版)。

There are a couple of good options out there to do this. I would recommend PHP LiveDocX (free) or PHP DocX (free basic version).

戏舞 2024-11-24 07:41:13

查看 PHP 类, MsDoc生成器。它将允许您动态创建和添加元素(文本、表格、图像)。

Check out the PHP Class, MsDoc Generator. It will let you create and add elements (text, tables, images) dynamically.

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