Python API for PDFreactor
Project description
Python API for PDFreactor (https://www.pdfreactor.com), a HTML-to-PDF processor.
This distribution package is based on the original API module by RealObjects. To make use of it, you need
a license key (from RealObjects; see https://www.pdfreactor.com/buy/)
a running PDFreactor server.
Features
The module pdfreactor.api contains the Python API version 6 (based on wrappers/python/lib/PDFreactor.py from the PDFreactor tarball), suitable to talk to PDFreactor server versions 8 to 10.
Examples
Some sample scripts are contained in the docs/sample/ directory:
- simple.py
A sample demonstrating the simple integration of PDFreactor into Python applications
- async.py
A sample demonstrating an asynchronous integration which is recommended for medium to large documents
- stream.py
A sample demonstrating how converted PDFs can be streamed, thus conserving memory
Documentation
Installation
Simply install using pip:
pip install pdfreactor-api
Or, to integrate in a project built using zc.buildout, add to your buildout.cfg script:
[buildout] ... eggs = pdfreactor-api
and then run bin/buildout.
Contribute
(To this API distribution package:)
Issue Tracker: https://github.com/visaplan/pdfreactor-api/issues
Source Code: https://github.com/visaplan/pdfreactor-api
Support
If you are having issues, please let us know; please use the issue tracker mentioned above.
License
The project is licensed under the MIT License.
Contributors
Tobias Herp, tobias.herp@visaplan.com
Changelog
1.0 (unreleased)
Initial release. [tobiasherp]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pdfreactor-api-1.0.dev3.tar.gz
.
File metadata
- Download URL: pdfreactor-api-1.0.dev3.tar.gz
- Upload date:
- Size: 11.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d80e2fac5a072380c03c449f964efb0146f3911d2d2784704155cf3368a39645 |
|
MD5 | 4b3ff666b11480f01d81d22d30d491d7 |
|
BLAKE2b-256 | 0e44c68ee6508019805dc1c3469975c6e21f6f189b309402a3c4059ece167de6 |