philip-sorokin / word-template-engine

Word Template Engine
GNU General Public License v3.0
5 stars 1 forks source link

Word Template Engine

Word Template Engine is a PHP based template processor and converter that allows to create documents from DOCX templates (download an example.docx) and convert them trough LibreOffice into the following formats: PDF, HTML, XHTML, mail-adapted HTML. This light-weight library will help you in creating invoices, contracts, waylists and other documents. Use variables inside your document and substitute them with values on the server side, replace and delete images, manage document sections (pages), make a document copy or a section copy inside the document, add rows to your tables. Output the documents to a user browser, attach the WORD or PDF files to emails, or create a HTML mail content from your template.

Documentation and examples: https://addondev.com/opensource/word-template-engine

Changelog

[1.0.1] - 2021-07-19

[1.0.2] - 2021-07-21

[1.0.3] - 2023-04-28