issues Search Results · repo:PHPOffice/PHPWord language:PHP
Filter by
1k results
(80 ms)1k results
inPHPOffice/PHPWord (press backspace or delete to remove)Describe the problem
` public function replaceBlock($blockname, $replacement): void
{
$matches = [];
$escapedMacroOpeningChars = preg_quote(self::$macroOpeningChars);
$escapedMacroClosingChars ...
Change Request
ttzzw9527
- Opened 2 days ago
- #2791
In README the GD extension is described as optional. Anyway, when you include PHPWord as a dependency from an outside
project, composer marks GD as a mandatory dependency.
See https://github.com/PHPOffice/PHPWord/issues/2781#issuecomment-2953894329 ...
f-lombardo
- 1
- Opened 5 days ago
- #2789
update the code: phpoffice/phpword/src/PhpWord/Shared/Html.php
add this variable at the beginning of Html class:
protected static $rowIndex = 0;
protected static $columnIndex = 0;
protected static ...
majeeed87
- Opened 9 days ago
- #2787
Current version of dependency phpoffice/math (0.2.0) has a security issue ( CVE-2025-48882 ).
Needs to be bumped up to 0.3.0.
JonBaron78
- 3
- Opened 15 days ago
- #2783
Hi ! Can you tell me if you have plan to switch from Math0.2 to Math0.3 soon ? Math0.2 is red noticed by
Roave/SecurityAdvisories. Thank :)
AurelienTisserand
- 14
- Opened 16 days ago
- #2781
Describe the bug and add attachments
When creating a document from HTML, when adding HTML via the static call HTML::addHTML if the content contains a image
tag with a p tag. The call fails with the DomDocument ...
Bug Report
HTML
liamh101
- 2
- Opened 24 days ago
- #2780
Describe the problem
Word 2007 uses w:checkBox instead of w14:checkBox and w:ffData instead of w:sdt :
w:ffData
w:checkBox
w:size w:val= 20 /
w:checked w:val= true /
/w:checkBox ...
Change Request
dmgruben
- Opened 29 days ago
- #2779
Hi, Why TemplateProcessor add an spaceAfter = 8pt after some paragraphs, no alls. And how can I remove/prevent that, so
TemplateProcessor keep the same format of the original document?. Thank you.
irodri06
- Opened on May 5
- #2777
Hi all,
Isn t there any solid solution for this block removal or replacement issue? I ve tried every suggested solution but
nothing worked, I use version 1.3 and PHP v8.2
I know there are bunch of opened ...
ozilion
- 1
- Opened on Apr 24
- #2775
Describe the bug and add attachments
p style= line-height: 4; this is my first line /p p style= line-height: 4; here is the second line /p p style=
line-height: 4; here is the third line /p ul li style= ...
Bug Report
wasim0071
- Opened on Apr 18
- #2774

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.