Python wrapper for DocSend2PDF
Project description
DocSend2PDF (Unofficial)
Use DocSend2PDF with Python. I am not affiliated with DocSend2PDF or DocSend in any way.
Installation
pip3 install docsend2pdf
Quick Start
from docsend2pdf import DocSendClient
docsend_client = DocSendClient()
docsend_client.download(
file_name=FILE_NAME # Required, (e.g. 'output.pdf')
url=URL, # Required (e.g. 'https://docsend.com/view/abc123')
email=EMAIL, # Optional
passcode=PASSCODE, # Optional
searchable=True, # Optional, defaults to True
)
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
docsend2pdf-0.0.2.tar.gz
(3.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file docsend2pdf-0.0.2.tar.gz.
File metadata
- Download URL: docsend2pdf-0.0.2.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f47ce2b48b0d30375c73efa34d2038bdca52d9941caef44ae17f0f10082dfaa
|
|
| MD5 |
10ea7f9125d1f4b3213fe00897248585
|
|
| BLAKE2b-256 |
3576f0c51629b610818afa06da100b99a20aa8889a2811f7fb60f2de631eea62
|
File details
Details for the file docsend2pdf-0.0.2-py3-none-any.whl.
File metadata
- Download URL: docsend2pdf-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
11f8e44329f3963f1b7d08d95376918898ca8cac5f68a6fb2fd4866a97f14e4e
|
|
| MD5 |
89b8b3ca1dd25124767d6c2b3203b998
|
|
| BLAKE2b-256 |
b47451008feab16b809719146370ef5e74451f620bd40ce39200c5ddf0872307
|