SDK package
Project description
Docxpresso
This is the python version of Docxpresso SDK
Install
Prerequisites
- Python 3.9
Install Package
pip install DocxpressoSDK
Quick Start
The following is the minimum needed code to generate a one time link. Use this example, and modify the data[] variables:
import DocxpressoSDK
Example = DocxpressoSDK.Utils({'pKey':'*********','docxpressoInstallation':'***********'})
data = {}
data['id'] = 1111
data['token'] = '*******'
Example.regenerateDocument(data)
Once you execute this code, it will generate a one time link to validate a document in the associated Docxpresso SERVER interface
Change Log
1.0.0 (4/10/2022)
- first Release
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
DocxpressoSDK-1.0.tar.gz
(18.7 kB
view details)
File details
Details for the file DocxpressoSDK-1.0.tar.gz
.
File metadata
- Download URL: DocxpressoSDK-1.0.tar.gz
- Upload date:
- Size: 18.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f4b105d7adce895b182859621e7331c9a15d7a36359518470209324b4b1af0c |
|
MD5 | af87abce5f349ff476f29ed839443fd0 |
|
BLAKE2b-256 | a2b6c10f90b783385617720ad4f1e7941f28521573bbeda196d75ccda5f2bf64 |