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

### Describe the Bug Hello, If you load a ODText document and try to create another one with createWriter method but pass the loaded document into it, and if the...

Bug Report
Open Document (ODT)
Status: Waiting for feedback

### Describe the Bug When you load a word document containing non-breaking hyphens, the hyphens are stripped from the loaded text. So for example if we had "2-6" with the...

Bug Report
Open XML (Word 2007+)
Status: Waiting for feedback

### Describe the Bug When saving a PhpWord object to HTML, the resulting HTML is missing any text inside a `PreserveText` container. ### Steps to Reproduce Please provide a code...

Bug Report
HTML

### Describe the Bug I use PHPWord (and PHPSpreadsheet) to convert word/excel (and Openoffice equivalent) files into PDF (by converting them in HTML then using DomPDF). When my file has...

Bug Report
HTML

### Describe the Bug I'm trying to create a `` element and add it as Html to my document. In one of the rows I have to add an ``...

Bug Report
HTML

### Is your feature request related to a problem? Please describe. When creating a word doc from HTML, word ignores block ing HTML header ### Describe the solution you'd like...

Bug Report
HTML
Status: Waiting for feedback

### Describe the Bug Hi there. When i try to generate .docx from html, that contains table, the table in result .docx documents is horizontally "mirrored". For example, if i...

Bug Report
Open XML (Word 2007+)

### Describe the bug and add attachments Ive tried switching the renderers for pdf (domPdf, tcpdf, mpdf) but the result is the same ![image](https://github.com/user-attachments/assets/c59fc0f9-ebd1-4d54-afa3-426a5f55ed77) Ive tried to convert the saved...

Bug Report

### Description I generally prefer to use style objects over style arrays in elements. But, if you pass a `\PhpOffice\PhpWord\Style\Cell` style element to the `\PhpOffice\PhpWord\Element\Cell` constructor then the `$returnObject: true`...

### Describe the bug and add attachments In my original docx file I have a series of table that I surrounded with ${block_name}${/block_name} then in my code I try to...

Bug Report