PHPWord is a library written in pure PHP that provides methods to create/write word processor document formats (Word 2007, Open/Libre Office and Rich-Text Format).
I am currently using PHPWord to generate my documents, but I want to add an horizontal line in the document. …
php phpwordIs it possible to just do a simple find and replace for text on a Word document using PHPWord? From …
phpwordForgive the seeming lameness here. I'm working with a shared hosting with onnly access to cpanel and host are not …
php phpwordI don't know if is possible to add an image in a template with PHPWord using TemplateProcessor. I have a …
php docx phpwordWhen I use Html reader for my html for converting into docx, reader is cut off my table. PHP example: $…
php html phpwordI'm using PHP Word & htmltodocx_converter to create a word document, all works well but I just need an …
php phpwordI am using PHPWord 0.12.0. I have a table created, but cannot seem to align text in the cells. Here is …
phpwordTrying to create MS Word document using PHP library PHPWord. Can you help me how to merge two or more …
phpword