diff --git a/README.md b/README.md index 1f182576..65c5a621 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ At TheCodingMachine, we build a lot of web applications (intranets, extranets an ## Features * HTML and Markdown conversions using Google Chrome headless -* Office conversions (.docx, .doc, .odt, .pptx, .ppt, .odp and so on) using [unoconv](https://github.com/dagwieers/unoconv) +* Office conversions (.txt, .rtf, .docx, .doc, .odt, .pptx, .ppt, .odp and so on) using [unoconv](https://github.com/dagwieers/unoconv) * Performance :zap:: Google Chrome and Libreoffice (unoconv) started once in the background thanks to PM2 * Failure prevention :broken_heart:: PM2 automatically restarts previous processes if they fail * Assets :package:: send your header, footer, images, fonts, stylesheets and so on for converting your HTML and Markdown to beaufitul PDFs! diff --git a/build/docs/04-office.md b/build/docs/04-office.md index 6c9567cc..bb8fd1f9 100644 --- a/build/docs/04-office.md +++ b/build/docs/04-office.md @@ -10,6 +10,8 @@ It accepts `POST` requests with a `multipart/form-data` Content-Type. You may send one or more Office documents. Following file extensions are accepted: +* `.txt` +* `.rtf` * `.doc` * `.docx` * `.odt` diff --git a/docs/index.html b/docs/index.html index 23fbea6d..5a54a96a 100755 --- a/docs/index.html +++ b/docs/index.html @@ -557,6 +557,8 @@ in the file index.html. This function will convert a given markdown

You may send one or more Office documents. Following file extensions are accepted: