Overview
The 'Convert PDF to TIFF' flow action converts the PDF file provided into a TIFF file aligned to the configuration options 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 'Convert PDF to TIFF' flow action parameters are detailed below:
- File Content: A Base64 encoded representation of the PDF file to be converted.
- Filename: (Optional) The filename of the output TIFF 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 'Convert PDF to TIFF' flow action parameters are detailed below:
- Resolution: Set the image resolution
- Compression: Set the compression type
- Page Orientation: Set the page orientation of the TIFF file
- Skip Blank Pages: Set whether blank pages should be skipped upon conversion
Return Parameters
The 'Convert PDF to TIFF' flow action returns the following data.
Action Specific Return Values
- Filename: The TIFF filename
- File Content: The TIFF file
Standard Return Values
- 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 completed, has been queued or has failed.
0 Comments