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