Skip to content

Commit

Permalink
Merge pull request #66 from nextcloud/enh/65/add-rtf-support
Browse files Browse the repository at this point in the history
Add rtf support
  • Loading branch information
julien-nc authored Apr 16, 2024
2 parents 7f21048 + 4213612 commit ca6290e
Show file tree
Hide file tree
Showing 5 changed files with 184 additions and 70 deletions.
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
"require": {
"php": "^8.1",
"erusev/parsedown": "^1.7",
"henck/rtf-to-html": "^1.2",
"html2text/html2text": "^4.3",
"phpoffice/phpword": "^1.2"
},
"scripts": {
Expand Down
182 changes: 136 additions & 46 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ca6290e

Please sign in to comment.