PHP:如何与openoffice进行邮件合并?

发布于 2024-12-22 01:24:10 字数 94 浏览 1 评论 0原文

我有关于将 Open Office 与 PHP 集成的问题。我想从 PHP 合并邮件。 你知道我到底应该用这个做什么吗?

从php调用java有什么选择吗?

I have question about integrate Open office with PHP. I want make mail merge from PHP.
Do you have any idea what should exaclly I do with this?

There any options with java's calling from php?

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

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

发布评论

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

评论(3

夏日落 2024-12-29 01:24:10

您可以使用 OpenTBS 在 PHP 下轻松构建邮件合并。 OpenTBS 是一个 PHP 类,可以构建真正的 ODT 文件,以及使用模板的任何 OpenOffice 和 Ms Office 文档。您只需使用OpenOffice设计模板,然后将其与PHP下的数据合并,您就可以直接下载新的ODT,或者作为文件保存在服务器上。

You can use OpenTBS to easily build your mail merge under PHP. OpenTBS is a PHP class which can build real ODT files, and also any OpenOffice and Ms Office documents using templates. You just design the template with OpenOffice and then merge it with the data under PHP and you have a new ODT directly for download, or as a files saved on the server.

°如果伤别离去 2024-12-29 01:24:10

我不确定你的意思“Java从PHP调用”,但你可以调用 JODReports 的命令行或 Docmosis,具体取决于您的性能要求。

希望有帮助。

I'm not sure what you mean "Java's calling from PHP", but you could call the command line of JODReports or Docmosis depending on your performance requirements.

Hope that helps.

○闲身 2024-12-29 01:24:10

我用 Java 编写了基于 iText 的 jar 文件,我从 PHP 命令行调用它,工作正常!

I write jar file - based on iText, in Java and I call it from PHP comand line, works fine!

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