Releases: Label305/DocxExtractor
Releases · Label305/DocxExtractor
Add support for php 8.1
0.2.2 Update support for php 8.1
Bugfixes
Bugfixes
Update to php 8.0
Update to php 8.0
Bugfixes
Add fallback for loading html contents in DomDocument.
Bugfixes
Fix incorrect check for markup
Bugfixes
Sometimes markup tags like <w:b> contain a val attribute which defines for instance bold is enabled.
Support for this was added for bold, underline and italic.
Bugfixes
0.1.35 Fix incorrect key while injecting new contents
Bugfixes
Fixes for:
- Hyperlink styling and clickability in document
- Formatting for html entities
- Support for reading nested w:sdtContent tags
Hyperlink support
Added support for hyperlink nodes:
<w:hyperlink r:id="rId5" w:tgtFrame="_blank" w:history="1"> <w:r> <w:rPr> <w:rStyle w:val="Hyperlink"/> <w:rFonts w:ascii="Roboto" w:hAnsi="Roboto"/> </w:rPr> <w:t>KLIK OP DEZE LINK EN ZIE UW NIEUW GEBOUWDE WONING.</w:t> </w:r> </w:hyperlink>
Before only the w:t text would be extracted. Now the hyperlink will be extracted (including w:rStyle w:rFonts child nodes)
Bugfixes
Fix adding w:pPr with node style when not exists