Overview
The 'PDF - Remove Watermarks' action removes all or targeted watermarks from the PDF document provided.
Credit Count
This action consumes 1 credit per operation.
Note, different Encodian actions can consume different number credits. Please always check the action specific documentation and read What is an Encodian Action for a full description of how credits are consumed.
Parameters
The default 'PDF - Remove Watermarks' flow action parameters are detailed below:
- Filename: The filename (including the file extension) of the source PDF file.
- File Content: A Base64 encoded representation of the source PDF file.
Please refer to the Obtaining the 'File Contents' Parameter article for guidance on how to obtain the 'File Content' parameter ready to provide to an Encodian flow action.
Advanced Parameters
The advanced 'PDF - Remove Watermarks' flow action parameters are detailed below:
- Watermark IDs: Identifiers of the watermark(s) to remove. Multiple identifiers should be provided comma separated.
- Watermark Type: Set the type of watermark to remove from the PDF document provided, covering 'Text', 'Image' or 'All' watermark types.
Return Parameters
The 'PDF - Remove Watermarks' flow action returns the following data.
Standard Return Values
- Filename - The filename for the processed PDF document.
- FileContent - The processed file content (Base 64).
- OperationId - The unique ID assigned to this operation.
- HttpStatusCode - The HTTP Status code for the response.
- HttpStatusMessage - The HTTP Status message for the response.
- Errors - An array of error messages should an error occur.
- Operation Status - Indicates whether the operation has been completed, has been queued or has failed.
0 Comments