PHPWord
PHPWord copied to clipboard
A pure PHP library for reading and writing word processing documents
### Description Add softhyphen symbol support for word reader.
To analyze a template I would like to get the all the blocks that are available (only names or array with name key and content value) and to be able...
### Description add support wordwrap for paragraph to fixes https://github.com/PHPOffice/PHPWord/issues/1687 ### Checklist: - [ ] I have run `composer run-script check --timeout=0` and no errors were reported - [ ]...
Now all text from "textarea" is saved as just solid text. How can I make the text stay in lines? `` `$program_description = $_POST['program_description']; $document->setValue('program_description', $program_description);`
Is there a way setValue for a link, and link text? --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/7710754-insert-links-in-templates?utm_campaign=plugin&utm_content=tracker%2F323108&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F323108&utm_medium=issues&utm_source=github).
I have a table in my *.docx tamplate. I clonerow it. But how can i delete some clonerowed row? Fore example, how can i delete clonerowed row with mark ${names17}?...
php version 7.4 $word = IOFactory::load('test.doc', 'MsDoc'); Notice: Trying to access array offset on value of type null phpoffice/phpword/src/PhpWord/Reader/MsDoc.php on line 2319 phpoffice/phpword/src/PhpWord/Reader/MsDoc.php on line 2354 phpoffice/phpword/src/PhpWord/Reader/MsDoc.php on line 2346...
Will it be possible to add text to a shape? It would be fanastic to be able to add text and also control the vertical and horizontal alignment, margins etc.
### Description Added setHyperLink() method to Template Processor allowing to insert external hyperlinks. Fixes #1887 #471 ### Additional info - I had to fix code of TOC element class due...
### Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) ### Checklist: - [x] I have...