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

Name Type Description Notes
file_url String PDF file from remote URL to add the watermark to
watermark WatermarkFileUrlWatermark
output String Returned document output [optional] [default to 'base64']
name String File name of the returned document [optional]
file_base64 String PDF file from base64 string to add the watermark to

Enum: OutputEnum

  • file (value: "file")

  • base64 (value: "base64")

  • url (value: "url")