scragg0x/omniconv-php

omniconv API wrapper in php

0.1.6 2015-06-08 20:54 UTC

This package is not auto-updated.

Last update: 2024-04-27 15:04:41 UTC


README

VERY simple api wrapper for omniconv.com

API Reference

http://omniconv.com/api

Example

$omniconv = new Omniconv\Client($apiKey);

$omniconv->conv('pdf', '/path/to/infile.odt', '/path/to/outfile.pdf');