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