Why is it useful?
CDNs provide a convenient way to include javascript libraries and css frameworks into web pages. With the introduction of PAS Hosted, I don't need to host anything in order to integrate PrizmDoc into my application.
Who would benefit from it?
Developers who are looking for the easiest way to embed the PrizmDoc viewer, that offers more customization than the iframe viewer.
How should it work?
Host the static assets from the iframe viewer on published, public-facing URLs. Like so:
<link rel="stylesheet" href="https://cdn.accusoft.com/viewercontrol.css">
<link rel="stylesheet" href="https://cdn.accusoft.com/viewer.css">
<script src="https://cdn.accusoft.com/bundle.js"></script>
<script src="https://cdn.accusoft.com/viewercontrol.js"></script>
<script src="https://cdn.accusoft.com/viewer.js"></script>