py-pspdfkit

A simple API wrapper for PSPDFKit


Keywords
pspdfkit, pdf, pspdfkit-library
License
MIT
Install
pip install py-pspdfkit==0.2.5

Documentation

PSPDFKit API wrapper

py-pspdfkit is a simple API wrapper for PSPDFKit. travis

Installation

pip install py-pspdfkit

Usage

from pspdfkit import API
client = API('http://localhost:5000', 'secret')
client.upload_file_from_url(
    'https://isotropic.org/papers/chicken.pdf',
    'cc90ea63a926fe36a9c92fab0ca246db40f34e39170764153c13e427e4acc1fb'
)

Web application examples