Security PDF functions

Security PDF functions

NameDescription
AsposePdfEncryptEncrypt a PDF-file.
AsposePdfDecryptDecrypt a PDF-file.
AsposePdfSignPKCS7Sign a PDF-file with digital signatures.
AsposePdfChangePasswordChange passwords of the PDF-file.

Detailed Description

Functions for working with security features 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>