Skip to content

samuel-poon/docsend2pdf-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
)

About

Python wrapper for DocSend2PDF

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages