generating dynamic word documents for mass mailing
Posted
by bluesystem
on Stack Overflow
See other posts from Stack Overflow
or by bluesystem
Published on 2010-04-22T10:58:58Z
Indexed on
2010/04/22
11:03 UTC
Read the original article
Hit count: 225
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 ready to use class to do this? Did you had any experiance with PHPWord? What is the best practice in this case?
In the ideal case the client should just upload th word master document, with the fields that need to be filled and then fusioned to a multiple pages word document containing the whole mailing.
© Stack Overflow or respective owner