webviewer-downloader

Downloads the latest version of WebViewer

Usage no npm install needed!

<script type="module">
  import webviewerDownloader from 'https://cdn.skypack.dev/webviewer-downloader';
</script>

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

  1. Update version number