scragg0x/omniconv-php

omniconv API wrapper in php

Installs: 290

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/scragg0x/omniconv-php

0.1.6 2015-06-08 20:54 UTC

This package is not auto-updated.

Last update: 2025-09-27 22:49:06 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');