OpenOffice::PerlPoint is an Open Office / Open Document to PerlPoint converter class.
SYNOPSIS
# load the module
use OpenOffice::PerlPoint;
# build an object
my $oo2pp=new OpenOffice::PerlPoint(file=>$ooFile);
# convert document
my $perlpoint=$oo2pp->oo2pp;
OpenOffice::PerlPoint is a translator class to transform Open Office 1.0 and 2.0 (and generally OASIS Open Document) documents into PerlPoint sources. It is based on OpenOffice::OODoc.
Once you have transformed an Open Office or Open Document document into PerlPoint, it may be furtherly processed using the PerlPoint utilities.
If you prefer, you do not need to perform an explicit transformation. Beginning with release 0.40, PerlPoint::Package can process Open Office / Open Document sources directly. Please see PerlPoint::Parser for details, or the documentation that comes with PerlPoint.
This software is in alpha state. It supports just a subset of the source format features. Please see the NOTES sections below.
Product's homepage
Requirements:
· Perl