Core functions

Core Functions

NameDescription
AsposePagePrepareSave the BLOB in the Memory FS for processing.
AsposePagePrepareBase64Save 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>