veggiemeat/php-cometdocs

Library for Cometdocs Conversion API

dev-master 2015-04-24 03:31 UTC

This package is not auto-updated.

Last update: 2024-04-17 07:08:05 UTC


README

(will write a better readme later)

USAGE:

$cometdocs = new \Cometdocs\Cometdocs();
$cometdocs->PDF2XLS()->convert(fopen('/path/to/file.pdf', 'r'));