Security PDF functions
Security PDF functions
Name | Description |
---|---|
AsposePdfEncrypt | Encrypt a PDF-file. |
AsposePdfDecrypt | Decrypt a PDF-file. |
AsposePdfSignPKCS7 | Sign a PDF-file with digital signatures. |
AsposePdfChangePassword | Change 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';