Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 707 Bytes

File metadata and controls

27 lines (15 loc) · 707 Bytes

AddWatermarkRequest

Properties

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

Enum: OutputEnum

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