mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-21 04:36:49 +08:00
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
319 B
319 B
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}}