diff --git a/pages/linux/unrtf.md b/pages/linux/unrtf.md new file mode 100644 index 0000000000..8a296b22a7 --- /dev/null +++ b/pages/linux/unrtf.md @@ -0,0 +1,16 @@ +# unrtf + +> Convert RTF files to other file formats. +> More information: . + +- Convert an RTF file to HTML (default): + +`unrtf {{path/to/file.rtf}}` + +- Convert an RTF file to plain ASCII: + +`unrtf --text {{path/to/file.rtf}}` + +- Convert an RTF file to LaTeX: + +`unrtf --latex {{path/to/file.rtf}}`