webviewer-downloader
v1.0.0
Published
Downloads the latest version of WebViewer
Readme
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
- Update version number
