Skip to content

Latest commit

History

History
27 lines (14 loc) · 747 Bytes

File metadata and controls

27 lines (14 loc) · 747 Bytes

PDFGeneratorAPI.EncryptDocumentRequest

Properties

NameTypeDescriptionNotes
file_urlStringPublic URL to a PDF document
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']
file_base64StringPDF document in base64 encoded string format

Enum: OutputEnum

  • file (value: "file")

  • base64 (value: "base64")

  • url (value: "url")