Skip to content

Latest commit

History

History
26 lines (13 loc) · 680 Bytes

File metadata and controls

26 lines (13 loc) · 680 Bytes

PDFGeneratorAPI.AddWatermarkRequest

Properties

NameTypeDescriptionNotes
file_urlStringPDF file from remote URL to add the watermark to
watermarkWatermarkFileUrlWatermark
outputStringReturned document output[optional] [default to 'base64']
nameStringFile name of the returned document[optional]
file_base64StringPDF file from base64 string to add the watermark to

Enum: OutputEnum

  • file (value: "file")

  • base64 (value: "base64")

  • url (value: "url")