The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

    use Pod::RTF;

    pod2rtf("perlfunc.pod");

DESCRIPTION

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.

AUTHOR

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

TODO

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