We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated php version
Update support for php 8.1
Merge branch 'master' of github.com:Label305/DocxExtractor into master
Update readme
Add fallback for loading contents in DOMDocument
Bugfix check for markup
Fix checking for markup value (#34)
Fix incorrect key while injecting new contents
Fix incorrect encoding of content (#33) * don't decode html in Paragraph::paragraphWithHTML * added tests for special characters in file
Merge pull request #30 from Label305/feature_hyperlink Added hyperlink support