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

Auto download the file attachment using PHPWord

I'm trying to use PHPWord to generate word documents. And the document can be generated successfully. But there is a …

php phpword
PHPWord how to add text break / new line while in a text run

How can I add a text break or go to the next line/row while in a text run? I …

php format line phpword
ZipArchive::close(): Failure to create temporary file: Permission denied nginx

I would love a good suggestion how to fix the following. For a platform I have to create php word …

phpword phpoffice
manipulating template in PHPWord

I am using a word document generator for PHP for the reports module of the web-app i am developing. I …

php ms-word phpword
How to add/set images on PHPOffice/PHPWord Template?

I have an instance of a template on PHPWord. Is it possible to replace or add an image? Something like …

php phpword
Generate PDF from .docx generated by PHPWord

I am creating .docx files from a template using PHPWord. It works fine but now I want to convert the …

php pdf docx phpword
How can I read a Doc file with PhpWord?

recently i download php word which i download from github but i dont know how to read word file via …

php phpword
PHPword insert table in template

$PHPWord = new PHPWord(); $section = $PHPWord->createSection(); $table = $section->addTable(); $i = 1; $document = $PHPWord->loadTemplate('/var/sitLims/web/…

phpword
How to convert the html tag string to a word document using PHPWord?

I have a HTML string and I want to print in the word document in same format and style as …

php html phpword
PHPWord in Laravel 5

I want to use PHPWord on laravel 5 but I cannot find any packages for it. So I decided to add …

php laravel laravel-5 phpword