Tutorial

Package repositories

MeadCo ScriptX Client Library sources are available on Github.

The library is packaged and made available from GitHub, NPM and Nuget.

NPM Use

npm install scriptxprint-html --save

Nuget Gallery

MeadCo ScriptX.Print Services Library

CDN Sources

As a result of being available on Github and NPM, the packages are available from a number of CDNs.

Example CDN Use

For the complete library supporting Cloud, On Premise and Windows PC services:

<script src="https://cdn.jsdelivr.net/npm/scriptxprint-html@1.14.2/dist/meadco-scriptxservices.min.js"></script>

Or, for print only to cloud/on premise services,

<script src="https://cdn.jsdelivr.net/npm/scriptxprint-html@1.14.2/dist/meadco-scriptxservicesprint.min.js"></script>