I need to create a word document in Linux environment using PHP. Please help me with the solution.
Announcement
Collapse
No announcement yet.
How to Create Word Document using PHP in Linux?
Collapse
X
-
How to Create Word Document using PHP in Linux?
With PHPWord you can generate word documents in docx format. It can use an existing .docx file as a template. You can add template variables to the document in the format ${varname}.
It has an LGPL license and the examples that came with the code work good.
Comment
Comment