* Rich Text Format Trimmer ****

MiniText (and the PenPoint text component) can read documents in Rich
Text Format. However, there are many RTF codes that MiniText does not
recognize (such as style sheet definitions).  When you export a file
as RTF from a word processor such as Microsoft Word, these extra
codes increase the size of the file by several hundred bytes. RTFTRIM
removes the RTF codes that are not needed by MiniText. 

RTFTRIM is particularly useful when creating RTF documents that will
be used by the PenPoint Help notebook.  These documents tend to be
small but numerous.  

The syntax for RTFTRIM is:

   RTFTRIM [infile] [-O outfile] [-V] [-D] [-?]

If you do not specify an infile, the input is read from stdin.
If you do not specify an outfile, the output is sent to stdout.  

-V specifies verbose output, which is logged to stdout.

-D specifies debugging mode.

-? prints help information.




