webd/odt2html

There is no license information available for the latest version (dev-master) of this package.

Convert OpenOffice text files (ODT) to HTML

dev-master 2013-09-05 09:52 UTC

This package is auto-updated.

Last update: 2024-04-19 21:15:30 UTC


README

PHP library to convert OpenOffice text files (ODT) to HTML.

Usage

$odt2html = new \webd\odt2html\ODT2HTML($odt_file);
echo $odt2html->parse();