Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 621 Bytes

File metadata and controls

26 lines (14 loc) · 621 Bytes

WatermarkBase64

Properties

Name Type Description Notes
fileBase64 String PDF file from base64 string to add the watermark to
watermark WatermarkFileUrlWatermark
output OutputEnum Returned document output [optional]
name String File name of the returned document [optional]

Enum: OutputEnum

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