Is PHPWord suitable for direct mail?

不羁岁月 提交于 2020-07-10 08:56:31

问题


Is PHPWord suitable for direct mail? (also named Mail Merge in MS Office Word)

Here is the process I want to automat:

.docx documents are provided to the application. They are formatted for direct mail with fixed parts and a collection of merge fields.

For each document, the application will search for the data in several databases, then create the custom documents.


回答1:


found this

http://phpword.readthedocs.io/en/latest/templates-processing.html

Efficient but does not use native word merge fields.

According to me, it's a lack because we are forced to retouch already existing standard documents.



来源:https://stackoverflow.com/questions/51561739/is-phpword-suitable-for-direct-mail

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!