UNPKG

@adobe/pdfservices-node-sdk

Version:

The Adobe PDF Services Node.js SDK provides APIs for creating, combining, exporting and manipulating PDFs.

14 lines (13 loc) 288 B
/** * Supported encryption algorithms for {@link ProtectPDFJob} */ export declare enum EncryptionAlgorithm { /** * Represents AES-128 encryption algorithm */ AES_128 = "AES_128", /** * Represents AES-256 encryption algorithm */ AES_256 = "AES_256" }