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

How to convert Word document into PDF using PHPWord

I am creating a Microsoft Word report using PHPWord. I basically start with a template and populate the fields and …

php pdf phpword
Making DomPDF as my pdf writer for phpWord

I used laravel for my app and the dompdf is found in: ../vendor/dompdf/dompdf What I wanted to achieve …

php composer-php dompdf phpword
phpword addText() align justify

When I use addText() it works fine with align=center, left or right, but when I try use align=justify …

phpword
Convert HTML code to doc using PHP and PHPWord

I am using PHPWord to load a docx template and replace tags like {test}. This is working perfectly fine. But …

php html openxml phpword
How to edit word documents with php?

I have an existing word document in my computer and like to edit this file from my website (using PHP). …

php ms-word phpword
PhpWord doesn't replace text

I have a docx file and I need to replace some text. This is done inside codeigniter framework; here is …

php docx phpword
How to make the table in word using PHPWord which includes multiple rowspan and colspan?

I have been learning the PHPWord for my academic project, and I also have the latest PHPWord library which supports "…

php phpword
edit docx file using phpword

is it possible to edit existing docx file using phpword? i want to add footer text to my existing docx …

php phpword
Formatting a text in a table cell with PHPWord e.g. bold, font, size e.t.c

I have the code snippet below //create a new word document $word= new PHPWord(); //create potrait orientation $section=$word->…

php phpword
How to change PHPWord table cell height?

When im creating a simple table with PHPTable the rows seems to be a bit too height. I would like …

php html phpword