PHPWord takes a set of instructions and assembles content based on a template.
Rendered files are .DOCx files, compliant to the Office Open XML (OpenXML) standard.
Microsoft Office is not needed to generate the files.
Here are some key features of "PHPWord":
· Insert document sections
· Format document sections
· Insert text elements
· Format text elements
· Insert text breaks
· Insert page breaks
· Insert images
· Format images
· Insert binary OLE-Objects
· Format binary OLE-Objects
· Insert watermarks
· Format watermarks
· Insert header
· Insert footer
· Insert tables
· Format tables
· Insert native titles
· Insert native table-of-contents
· Insert list elements
· Format list elements
· Insert hyperlinks
· Format hyperlinks
· Simple template system
What's New in This Release: [ read full changelog ]
· Added support for watermarks.
· Added support for page borders.
· Added really simple template support (search / replace values).
· Edited handling with paragraph styles (paragraph styles are now placed in a own object).
· Fixed error with UPPERCASED image extensions.