Skip to content

Releases: Label305/DocxExtractor

Add support for php 8.1

16 Nov 09:02

Choose a tag to compare

0.2.2

Update support for php 8.1

Bugfixes

24 Jun 14:08

Choose a tag to compare

Bugfixes

Update to php 8.0

28 Mar 15:23

Choose a tag to compare

Update to php 8.0

Bugfixes

28 Jan 12:42

Choose a tag to compare

Add fallback for loading html contents in DomDocument.

Bugfixes

27 Jan 15:08

Choose a tag to compare

Fix incorrect check for markup

Bugfixes

27 Jan 14:33
6714aa4

Choose a tag to compare

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

26 Jan 14:38

Choose a tag to compare

0.1.35

Fix incorrect key while injecting new contents

Bugfixes

24 Jan 15:22
0e0cbfc

Choose a tag to compare

Fixes for:

  • Hyperlink styling and clickability in document
  • Formatting for html entities
  • Support for reading nested w:sdtContent tags

Hyperlink support

20 Oct 13:14
4f178b3

Choose a tag to compare

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

09 Sep 07:39

Choose a tag to compare

Fix adding w:pPr with node style when not exists