Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 591 Bytes

File metadata and controls

26 lines (14 loc) · 591 Bytes

OptimizeDocumentRequest

Properties

Name Type Description Notes
fileUrl String Public URL to a PDF document
name String Name for the PDF file [optional]
output OutputEnum Returned document output format [optional]
fileBase64 String PDF document in base64 encoded string format

Enum: OutputEnum

Name Value
FILE "file"
BASE64 "base64"
URL "url"