RealObjects PDFreactor Web Service PHP API
In the subdirectories you'll find the following files:
- lib/PDFreactor.class.php - The PDFreactor PHP wrapper class
- sample/simple.php - A sample demonstrating the simple integration of PDFreactor into PHP applications
- sample/async.php - A sample demonstrating an asynchronous integration which is recommended for medium to large documents
- sample/stream.php - A sample demonstrating how converted PDFs can be streamed, thus conserving memory
The API documentation can be found in the PDFreactor installation directory at doc/webservice/php.html
or
here.
Please see the PDFreactor manual for more information.