Outaspace has asked for the wisdom of the Perl Monks concerning the following question:
foreach my $szFile (@szFiles) { print "Converting $szFile\n"; my $hOOFile = OpenOffice::OODoc::File->new($szFile); $szFile =~ s/\.odt$/.html/; # MISSING odt -> html conversion $hOOFile->save($szSearchInFile); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Converting odt to html
by planetscape (Chancellor) on Oct 29, 2006 at 19:33 UTC |