Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 782 Bytes

File metadata and controls

29 lines (15 loc) · 782 Bytes

PDFGeneratorAPI.MakeAccessibleRequest

Properties

Name Type Description Notes
file_url String Public URL to a PDF document
options [AccessibilityOption] Accessibility processing options [optional]
name String Name for the PDF file [optional]
output String Returned document output format [optional] [default to 'base64']
metadata MetadataParam [optional]
file_base64 String PDF document in base64 encoded string format

Enum: OutputEnum

  • base64 (value: "base64")

  • file (value: "file")

  • url (value: "url")

  • viewer (value: "viewer")