Short: Converts RTF documents to other formats Author: Zachary Smith, Fredrik Wikstrom (OS4 compile) Uploader: Fredrik Wikstrom Type: text/misc Version: 0.20.5 Architecture: ppc-amigaos Description: The program unrtf is a converter from Rich Text Format (RTF) to a growing number of document formats. At present it supports Hypertext Markup Language (HTML), plain text, text with VT100 codes, and LaTeX . All output formats except HTML are "alpha" i.e. limited and development has just begun. However with HTML, the program supports tables, fonts, hyperlinks, and paragraph alignment. Font support includes face and size changes, as well as typical attributes such as italic, bold, underlining, strikethrough, smallcaps, allcaps, expand, compress and both foreground and background colors. Images are always stored to separate files in the current directory, or they can be ignored. Usage: unrtf [options] [file...] Options: [--nopict] [--noremap] [--html] [--text] [--vt] [--latex] [--help] [--verbose] [--version] --nopict disables the automatic storing of embedded pictures to the current directory. --noremap disables charset conversion (currently only works for 8-bit charsets). --html selects HTML output (default). --text selects plain ASCII text output. --vt selects text output with VT100 escape codes. --latex selects output of a LaTeX document. --verbose prints additional information. --version prints the program version. Example: bin/unrtf --html tests/backslash.rtf >backslash.html