1.0.0 • Published 7 years ago
webviewer-downloader v1.0.0
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
1.0.0
7 years ago