unrtf

Converts Rich Text Format (RTF) files to HTML, LaTeX, and other formats

brewmacoslinux
Try with needOr install directly
Source

About

RTF to other formats converter

Commands

unrtf

Examples

Convert RTF file to HTML$ unrtf --html input.rtf > output.html
Convert RTF file to LaTeX format$ unrtf --latex input.rtf > output.tex
Convert RTF to plain text$ unrtf --text input.rtf > output.txt