XPS functions

XPS functions

FunctionDescription
AsposeGetXpsPageCountGet the number of pages in the xps-document.

Detailed Description

Manipulate the XPS file.

/* Web Worker*/
const AsposePageWebWorker = new Worker("AsposePageforJS.js");

or

<!-- Load and initiate Aspose.Page for JavaScript via C++ -->
<script type="text/javascript" async src="AsposePageforJS.js"></script>