Skip to content

tizz98/py-pspdfkit

Repository files navigation

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('https://localhost:5000', 'secret')
client.upload_file_from_url(
    'https://isotropic.org/papers/chicken.pdf',
    'cc90ea63a926fe36a9c92fab0ca246db40f34e39170764153c13e427e4acc1fb'
)

Web application examples

About

Python API wrapper around PSPDFKit

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages