HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

unrtf — Convert RTF files to other file formats. More information: <https://manned.org/unrtf>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandunrtffilesconvertclirtffileother
linux

Problem

How to use the unrtf command: Convert RTF files to other file formats. More information: <https://manned.org/unrtf>.

Solution

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}}

Code Snippets

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}}

Context

tldr-pages: linux/unrtf

Revisions (0)

No revisions yet.