Skip to content

Latest commit

History

History
26 lines (13 loc) · 688 Bytes

File metadata and controls

26 lines (13 loc) · 688 Bytes

PDFGeneratorAPI.EncryptAndDecryptBase64

Properties

NameTypeDescriptionNotes
file_base64StringPDF document in base64 encoded string format
owner_passwordStringAn owner password to open the encrypted document
user_passwordStringAn user password to open the encrypted document[optional]
nameStringName for the PDF file[optional]
outputStringReturned document output format[optional] [default to 'base64']

Enum: OutputEnum

  • file (value: "file")

  • base64 (value: "base64")

  • url (value: "url")