PHPWord icon indicating copy to clipboard operation
PHPWord copied to clipboard

A pure PHP library for reading and writing word processing documents

Results 413 PHPWord issues
Sort by recently updated
recently updated
newest added

This is a feature/doc/issue request. not an how to. Is not clear if is possible at all to convert a docx into a pdf

Documentation

- [x] Migration to Github Actions from Travis CI - [x] Support for recents versions of PHP and remove support for PHP < 7.1 - [ ] Add PHPStan -...

Change Request

### Describe the Bug When I try to insert a generated table in a processed file opened throught TemplateProcessor I can't open it in microsoft word but in open office...

Bug Report

In [Documentation](https://phpword.readthedocs.io/en/latest/general.html#document-protection) it is said that a part of document can be protected. But it seems incorrect - only the whole document can be protected. It would be great to...

Change Request

- [x] Documentation of the project with ReadTheDocs (#43 / #82) - [x] Writers - [x] HTML Writer (#67) - [x] PDF Writer (#68) - [x] Readers - [x] DOCX...

Change Request

### Describe the Bug Setting up a value via the Template Processor can result in an invalid/broken Word file being generated. ### Steps to Reproduce Please find the sample code...

Bug Report

### Describe the Bug when loading my html I have this error p>Message: DOMDocument::loadXML(): Opening and ending tag mismatch: meta line 1 and head in Entity, line: 1 I see...

Bug Report

### Description Hello 👋 Congratulations on this huge project 🔥 I'm glad to open a pull request with new additions where the goal is to allow developers to customize macros...

`Fatal error: Uncaught exception 'PhpOffice\PhpWord\Exception\CreateTemporaryFileException' with message 'Could not create a temporary file with unique name in the specified directory.' in /var/www/d0gmatist/data/www/d0gmatist.pro/engine/modules/blanks/PhpWord/TemplateProcessor.php:76 Stack trace: #0 /var/www/d0gmatist/data/www/d0gmatist.pro/engine/ajax/blanks/blanks_generator.php(78): PhpOffice\PhpWord\TemplateProcessor->__construct('/var/www/d0gmat...') #1 {main} thrown...

Hello author, forgive my poor English, I am a Chinese. 😁 When there are cells merge, getVMerge() has no 'continue' status and cannot get the all merged cells. I fixed...

Bug Report