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 (and replaces) the original API module by RealObjects. To make use of it, you need
a running PDFreactor server
the keys needed to access it; depending on the server configuration:
the license key (from RealObjects; see https://www.pdfreactor.com/buy/) (unless installed on the server)
and / or
an API key, if required by the server.
Features
The module pdfreactor.api contains the Python API version 8 (based on wrappers/python/lib/PDFreactor.py from the PDFreactor tarball), suitable to talk to PDFreactor server versions 8 to 11.
Modifications
Here is an overview of the modifications in our distribution, compared to the original PDFreactor.py.
Structural changes
The original PDFreactor module from the server distribution tarball is called pdfreactor.api here.
The exception classes have been moved to the pdfreactor.exceptions module.
Compatible changes
Most code reduction measures don’t affect the usage of the PDFreactor class:
Generic changes to the code, e.g. Python version switches and imports (which are executed at runtime in Python) have been moved out of the methods to the top of the module.
Code to handle options is replaced by methods and a helper function:
For all methods which use a config argument: If none is given, create one, to take our client information.
The connectionSettings option is used by several methods and processed by an appropriate method.
A few methods accept an optional stream argument before another option. This is handled by a special function as well. Every legitimate usage should continue to work.
Incompatible changes
Reduced the number of exception classes:
All classes which inherit from ServerException have been removed, as well as the PDFreactor._createServerException method.
ServerException is an HTTPError now and sports a few additional read-only properties to provide the same information.
This allowed us to greatly simplify the error handling code in the conversion methods.
If you wish to use all (remaining) exception classes of the package, import from the pdfreactor.exceptions module.
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.
Documentation
We expect most questions to be subject to the PDFreactor API documentation; see:
Examples
Some sample scripts by RealObjects are (minimally modified) 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
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 concerning this API distribution (e.g. because of a new or modified API version by RealObjects), please let us know; please use the issue tracker mentioned above.
For issues regarding the PDFreactor itself, please refer to RealObjects.
License
The project is licensed under the MIT License.
Changelog
1.8.2 (2023-01-20)
Bugfixes:
In case of ServerExceptions, the .result attribute doesn’t contain JSON but XML text; adjusted .pdfreactor_says to handle this (and don’t raise ValueErrors anymore).
[tobiasherp]
1.8.1[.post0] (2022-08-24)
Bugfixes:
Fixed issue 1, “convertAsBinary fails if apiKey is configured” [tobiasherp]
1.8.0 (2022-07-12)
Initial release, providing a PDFreactor API v8. [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.8.2.tar.gz
.
File metadata
- Download URL: pdfreactor-api-1.8.2.tar.gz
- Upload date:
- Size: 19.2 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 | 4f7b3ace4add77c444e50a4d13877aa1eaa5459d90b924f1e3e2f5570b035fba |
|
MD5 | ae48386208d22ac384636ed6fbc5ebdc |
|
BLAKE2b-256 | d8c9b11a814f356eea984779c80ee73150dd1bf85b794969d91f9b6d9d4d3bbf |