Skip to content

Latest commit

History

History
28 lines (16 loc) · 775 Bytes

File metadata and controls

28 lines (16 loc) · 775 Bytes

EncryptDocumentRequest

Properties

NameTypeDescriptionNotes
fileUrlStringPublic URL to a PDF document
ownerPasswordStringAn owner password to open the encrypted document
userPasswordStringAn user password to open the encrypted document[optional]
nameStringName for the PDF file[optional]
outputOutputEnumReturned document output format[optional]
fileBase64StringPDF document in base64 encoded string format

Enum: OutputEnum

NameValue
FILE"file"
BASE64"base64"
URL"url"