Core functions

Core Functions

NameDescription
AsposePdfPrepareSave the BLOB in the Memory FS for processing.
AsposePdfPrepareBase64Save the string representation BLOB in the Memory FS for processing.

Detailed Description

Core functions for working with PDF files.

/* Web Worker*/
const AsposePDFWebWorker = new Worker("AsposePDFforJS.js");

or

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