Browse our Products

Aspose.PDF for JavaScript via C++ 23.6 Release Notes

Improvements and Changes

  1. Added the ability to use Web Workers.

Examples using Web Workers are included in the distribution package (’example_worker.html’ and ‘snippets’ folder).

Using Web Worker:

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

Complete details of API can be referenced from Aspose.PDF for JavaScript via C++ API Reference Guide.