Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 666 Bytes

File metadata and controls

26 lines (13 loc) · 666 Bytes

PDFGeneratorAPI.EncryptAndDecryptUrl

Properties

Name Type Description Notes
file_url String Public URL to a PDF document
owner_password String An owner password to open the encrypted document
user_password String An user password to open the encrypted document [optional]
name String Name for the PDF file [optional]
output String Returned document output format [optional] [default to 'base64']

Enum: OutputEnum

  • file (value: "file")

  • base64 (value: "base64")

  • url (value: "url")