An open API service indexing awesome lists of open source software.

https://github.com/tdebatty/php-odt2html

PHP library to convert Openoffice files (ODT) to HTML
https://github.com/tdebatty/php-odt2html

Last synced: 9 months ago
JSON representation

PHP library to convert Openoffice files (ODT) to HTML

Awesome Lists containing this project

README

          

php-odt2html
============

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

Usage
-----

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