UnRTF is a command-line program written in C which converts documents in Rich Text (.rtf) format to HTML, LaTeX, PostScript, plain text and other formats.
UnRTF is a command-line program written in C which converts documents in Rich Text (.rtf) format to HTML, LaTeX, PostScript, plain text and other formats.
To install unrtf, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install unrtf
To see what files were installed by unrtf, run:
port contents unrtf
To later upgrade unrtf, run:
sudo port selfupdate && sudo port upgrade unrtf
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.