CloudConvert
Use CloudConvert to convert files, create thumbnails, merge files, add watermarks and more!
Actions51
- File Actions
- Metadata Actions
- PDF Actions
- Add PDF OCR Layer
- Decrypt PDF
- Merge Files
- Decrypt PDF
- Merge Files
- Split PDF Into Pages
- Convert PDF to PDF/A
- Extract Pages From PDF
- Split PDF Into Pages
- Convert PDF to PDF/A
- Encrypt PDF
- Extract Pages From PDF
- Rotate PDF Pages
- Split PDF Into Pages
- Add PDF OCR Layer
- Convert PDF to PDF/A
- Encrypt PDF
- Extract Pages From PDF
- Rotate PDF Pages
- Add PDF OCR Layer
- Decrypt PDF
- Encrypt PDF
- Merge Files
- Rotate PDF Pages
- Command Actions
- Website Actions
Overview
This node uses the CloudConvert service to convert files from one format to another. It supports various input methods including binary data or text content, and allows specifying the output format. This is useful for automating file format conversions in workflows, such as converting documents, images, or videos to different formats for compatibility or optimization purposes.
Use Case Examples
- Convert a PDF document to a Word document automatically after receiving it via email.
- Convert an image file from PNG to JPEG format for web optimization.
- Convert a video file to a different format for playback on specific devices.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method of authenticating with CloudConvert API, either OAuth2 or API Key. |
| Output Format | The desired output format to convert the file into. |
| Binary Input Data | Whether the input file data should be taken from a binary property. |
| Input File Contents | The text content of the file to upload if not using binary data. |
| Input File Name | The filename including extension of the input file if not using binary data. |
| Binary Property | The name of the binary property containing the file data to convert if using binary input. |
| Additional Options | A JSON dictionary of extra options to customize the conversion task. |
Output
JSON
data- The converted file data and related metadata returned from CloudConvert.
Dependencies
- CloudConvert API
Troubleshooting
- Ensure the authentication credentials (OAuth2 or API key) are correctly configured and valid.
- Verify that the input file data is correctly provided either as binary or text content depending on the 'Binary Input Data' setting.
- Make sure the specified output format is supported for the chosen operation.
- Check the 'Additional Options' JSON for correct syntax and valid parameters to avoid task errors.
Links
- CloudConvert API Documentation - Official API documentation for CloudConvert service.