Core functions
Core Functions
Name | Description |
---|---|
AsposePagePrepare | Save the BLOB in the Memory FS for processing. |
AsposePagePrepareBase64 | Save the string representation BLOB in the Memory FS for processing. |
Detailed Description
Core functions for working with Postscript/XPS files.
/* 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>