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.

CommonJS

const AsposePdf = require('asposepdfnodejs');

ECMAScript/ES6

import AsposePdf from 'asposepdfnodejs';