unrtf: add page (#21251)

Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
This commit is contained in:
crispyfires
2026-02-27 12:24:34 +07:00
committed by GitHub
co-authored by Dylan Ivan Baluta
parent 3475a24068
commit 2bc3c95e3a
+16
View File
@@ -0,0 +1,16 @@
# unrtf
> Convert RTF files to other file formats.
> More information: <https://manned.org/unrtf>.
- 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}}`