https://github.com/neworbit/adobe-sign-downloader
Download PDFs from Adobe Sign
https://github.com/neworbit/adobe-sign-downloader
package
Last synced: 9 months ago
JSON representation
Download PDFs from Adobe Sign
- Host: GitHub
- URL: https://github.com/neworbit/adobe-sign-downloader
- Owner: NewOrbit
- License: mit
- Created: 2018-05-23T10:56:48.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T19:26:32.000Z (over 3 years ago)
- Last Synced: 2025-08-25T15:06:17.903Z (9 months ago)
- Topics: package
- Language: TypeScript
- Size: 43 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# adobe-sign-downloader
This package can be used to download files from Adobe Sign for agreements and library documents.
## Installation
npm install -g adobe-sign-downloader
## Usage
adobe-sign-downloader [documentType] [accessToken] [documentId]
adobe-sign-downloader agreement abc123 def456
`documentType` is the type of document you want to download - either `agreement` or `libraryDocument` (case sensitive).
`accessToken` is your Adobe Sign access token.
`documentId` is the ID of the document you wish to download.
This will create a folder `adobe-sign-downloader` in your current directory, and will place the downloaded PDF there.
## License
Made with :sparkling_heart: by [NewOrbit](https://www.neworbit.co.uk/) in Oxfordshire, and licensed under the [MIT Licence](LICENCE)