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); }
In reply to Converting odt to html by Outaspace
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |