text2rtf is a small command line application to convert plain text to RTF. It can read from stdin and write to stdout, or it can convert a list of files, appending the .rtf suffix. The font is set to either Times or Courier.
| Licenses | GPL |
|---|---|
| Operating Systems | POSIX |
| Implementation | C |
- All comments
Recent commentsGreat program
I sent you an email regarding this project, Dr. Weinstein. I was wondering if you would actually like to take a look at the source as I have modified it. It is a great little utility, but I needed a bit more flexibility for my use. I have added the ability to adjust the font size and all of the margins.
Since I am new to C, this program provided a nice way to experiment and learn some more of the language. I was also able to make it work for us at work. At the very least, thanks for a neat little utility!