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

NAME

UnRTF - A Perl wrapper around unrtf tool

DESCRIPTION

UnRTF is a simple wrapper around unrtf command line tool, unrtf converts RTF files to text and write it to the STDOUT.

See: http://www.gnu.org/software/unrtf.

SYNOPSIS

   use UnRTF;
   my $unrtf = UnRTF->new(file => "/tmp/file.rtf");
   my $text = $unrtf->convert(format => 'text');

COPYRIGHT

Copyright (C) 2013 Joenio Costa