RealObjects PDFreactor Web Service Python API
In the subdirectories you'll find the following files:
- lib/PDFreactor.py - The PDFreactor Python wrapper module
- sample/simple.py - A sample demonstrating the simple integration of PDFreactor into Python applications
- sample/async.py - A sample demonstrating an asynchronous integration which is recommended for medium to large documents
- sample/stream.py - 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/python.html
or
here.
Please see the PDFreactor manual for more information.