Appearance
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.