Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 714 Bytes

File metadata and controls

27 lines (15 loc) · 714 Bytes

EncryptAndDecryptBase64

Properties

Name Type Description Notes
fileBase64 String PDF document in base64 encoded string format
ownerPassword String An owner password to open the encrypted document
userPassword String An user password to open the encrypted document [optional]
name String Name for the PDF file [optional]
output OutputEnum Returned document output format [optional]

Enum: OutputEnum

Name Value
FILE "file"
BASE64 "base64"
URL "url"