PHPWord
PHPWord copied to clipboard
A pure PHP library for reading and writing word processing documents
### Describe the solution you'd like It will be nice to have the capability of automatically updating TOC's page numbers, especially after setting values.
### Description Since comments are part of the OOXML spec and I need to build an application that uses comments, I implemented them into phpWord Fixes #1604 Fixes #622 ###...
离线安装需求
作者你好,我是在无互联网的环境下开发部署PHPword的,请问怎样才能离线安装PHPword呢?有没有便捷的安装包?
Hello, I am making a table, but all the rows have the same height and I want to make them smaller than they are, I have changed the height parameter...
### Describe the Bug the HTML writer don't handle fontstyle ### Steps to Reproduce Please provide a code sample that reproduces the issue. just look at https://github.com/PHPOffice/PHPWord/blob/develop/src/PhpWord/Writer/HTML/Element/Link.php no style or...
### Describe the Bug Inconsistency in exporting HTML to various output formats. I develop the WIKINDX bibliographic management software that has a word processor in it which uses TInyMCE. Currently...
using Html::addHtml() `$html= "` writer HTML : ok writer Word2007 : ok writer ODText : img not showing, but existing without error in the ODT XML (odt is zip, just...
I'm using phpword to generate documents and I am trying to figure out how I can add padding between the the number/bullet of the list item and the paragraph that...
This is: - [x] a bug report - [ ] a feature request - [ ] **not** a usage question (ask them on https://stackoverflow.com/questions/tagged/phpword) ### Expected Behavior when i transed...
### Description When using textRun with templates, there is no possibility to set default checkbox state. This commit adds the possibility as shown below. ```php $templateProcessor = new \PhpOffice\PhpWord\TemplateProcessor("template.docx"); $textRun...