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
- Host: GitHub
- URL: https://github.com/tdebatty/php-odt2html
- Owner: tdebatty
- Created: 2013-08-29T14:33:46.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-09-05T09:53:09.000Z (over 12 years ago)
- Last Synced: 2025-03-26T02:51:06.592Z (10 months ago)
- Language: PHP
- Size: 270 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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();
```