
Pod::RTF - convert POD data to Rich Text Format

use Pod::RTF;
pod2rtf("perlfunc.pod");

Pod::RTF is a module that can convert documentation in the POD format (such as can be found throughout the Perl distribution) into Rich Text Format.

Aldo Calpini <dada@divinf.it>. Based on Pod::Text by Tom Christiansen <tchrist@mox.perl.com>

A lot of cleanup work, support user defined fonts and colors, and maybe learn something more on Rich Text Format.