PHP:如何与openoffice进行邮件合并?
我有关于将 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以使用 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.
我不确定你的意思“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.
我用 Java 编写了基于 iText 的 jar 文件,我从 PHP 命令行调用它,工作正常!
I write jar file - based on iText, in Java and I call it from PHP comand line, works fine!