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-2021 Joenio Marques da Costa