Skip to content

zeropdf v1.3.0


zeropdf / DocumentEncryptionAlgorithm

Type Alias: DocumentEncryptionAlgorithm

ts
type DocumentEncryptionAlgorithm = "rc4-40" | "rc4-128" | "aes-128" | "aes-256" | "aes-256-r6";

Defined in: src/types.ts:208

Supported password-encryption algorithms for generated PDFs.

Released under the ISC license.