Type Alias: DocumentEncryptionAlgorithm
type DocumentEncryptionAlgorithm = "rc4-40" | "rc4-128" | "aes-128" | "aes-256" | "aes-256-r6";
Supported password-encryption algorithms for generated PDFs.
type DocumentEncryptionAlgorithm = "rc4-40" | "rc4-128" | "aes-128" | "aes-256" | "aes-256-r6";
Supported password-encryption algorithms for generated PDFs.