Top "Phpword" questions

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).

PHPWord horizontal line (<hr />)

I am currently using PHPWord to generate my documents, but I want to add an horizontal line in the document. …

php phpword
Finding and replacing text with PHPWord

Is it possible to just do a simple find and replace for text on a Word document using PHPWord? From …

phpword
PHPWord Installation without composer

Forgive the seeming lameness here. I'm working with a shared hosting with onnly access to cpanel and host are not …

php phpword
Add image in a .docx with PHPWord using TemplateProcessor

I don't know if is possible to add an image in a template with PHPWord using TemplateProcessor. I have a …

php docx phpword
HTML Reader from PHPWord does't work with tables?

When I use Html reader for my html for converting into docx, reader is cut off my table. PHP example: $…

php html phpword
PHPWord to PDF not able to load library

I have been trying all day to get this to work. Right now I am able to save the document …

php tcpdf dompdf phpword
PHP Word, send generated file to browser as output without saving it on disc

I'm using PHP Word & htmltodocx_converter to create a word document, all works well but I just need an …

php phpword
PHPWord bold certain words on a line

I was wondering if there was a way to bold certain words on a line. For example if I wanted …

php ms-word doc bold phpword
Align text in table cell to right in PHPWord 0.12.0

I am using PHPWord 0.12.0. I have a table created, but cannot seem to align text in the cells. Here is …

phpword
How to merge cells in PHPWord? Or to have different number of cells in each table row?

Trying to create MS Word document using PHP library PHPWord. Can you help me how to merge two or more …

phpword