generating dynamic word documents for mass mailing
- by bluesystem
I need to generate a mass mailing based on a word document model with PHP.
Given is a database with the adresses and the data that need to be filled in my word model.
I want to generate a single word document with the different adresses and field contents from the database.
We have a Linux server and the COM object is not avalaible.
Is there a…