Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 596 Bytes

File metadata and controls

25 lines (12 loc) · 596 Bytes

PDFGeneratorAPI.WatermarkBase64

Properties

Name Type Description Notes
file_base64 String PDF file from base64 string 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]

Enum: OutputEnum

  • file (value: "file")

  • base64 (value: "base64")

  • url (value: "url")