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
# Introduce your credentials:
# 'pKey' is the apikey associated with your Docxpresso installation
# 'docxpressoInstalattion' is the URL of your Docxpresso instance, i.e. https://xxxx.docxpresso.net
Example = DocxpressoSDK.Utils({'pKey':'*********','docxpressoInstallation':'***********'})
# If we need, for example, to regenerate a document you need to provide:
# 'id' that corresponds to the template id
# 'token' or unique identifier of the document to be regenerated
data = {}
data['id'] = 1111
data['token'] = '*******'
link = Example.regenerateDocument(data)
print(link)
Once you execute this code, it will generate a one time link to regenerate a document associated with that template id and that usage token.
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.1.tar.gz
(18.9 kB
view details)
File details
Details for the file DocxpressoSDK-1.0.1.tar.gz
.
File metadata
- Download URL: DocxpressoSDK-1.0.1.tar.gz
- Upload date:
- Size: 18.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 09a6a42e323299f5722a3d32db2034999bed1e525eb7ff722d3fca69c628b313 |
|
MD5 | 893fb3111aad725e9295f0832c498843 |
|
BLAKE2b-256 | 852b59d8010816f8acf084138094e87bf2ba805d46f5f8653df7671b7b287450 |