mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
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:
co-authored by
Dylan
Ivan Baluta
parent
3475a24068
commit
2bc3c95e3a
@@ -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}}`
|
||||
Reference in New Issue
Block a user