1.0.0 • Published 5 years ago

webviewer-downloader v1.0.0

Weekly downloads
6
License
ISC
Repository
github
Last release
5 years ago

webviewer-downloader

NPM package to download the latest version of WebViewer.

This script downloads the zipfile from https://www.pdftron.com/downloads/WebViewer.zip and extracts it + cleans up unused files. It also contains a script that gets + writes a users license key.

Testing

Run node index.js --baseLocation . to install deps in the cwd.

Using

npx @pdftron/webviewer-downloader

Params

--baseLocation - The root location of the project. Defaults to ../../. --licenseLocation - The folder you want to install the license key, relative to baseLocation. Defaults to ./public. --webviewerLocation - The folder you want to install WebViewer, relative to baseLocation. Defaults to ./public/lib.

Publishing

1) Update version number