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 integrates with CloudConvert to create an archive (such as ZIP or RAR) from multiple input files. It is useful for automating file compression and packaging workflows, such as bundling documents, images, or other files into a single archive for easier storage or transfer.
Use Case Examples
- Creating a ZIP archive from multiple image files to send as a single package.
- Automating the compression of report files into a RAR archive for backup purposes.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method used to authenticate with CloudConvert API, either OAuth2 or API Key. |
| Output Format | The format of the archive to create, e.g., ZIP or RAR. |
| Binary Input Data | Whether the input files to archive are taken from binary data fields. |
| Input File Contents | Text content of the file to upload if not using binary data. |
| Input File Name | Name of the input file including its extension, used when not using binary data. |
| Binary Property | Name of the binary property containing the file data when using binary input. |
Output
JSON
data- The resulting archive file data and metadata returned from CloudConvert.
Dependencies
- CloudConvert API
Troubleshooting
- Ensure correct authentication method is selected and credentials are valid.
- Verify that input files are correctly provided either as binary data or text content with filenames.
- Check that the output format is supported for archive creation by CloudConvert.
- Common error: 'Invalid operation' indicates the selected operation is not supported or incorrectly specified.
Links
- CloudConvert API Documentation - Official API documentation for CloudConvert, detailing supported operations and formats.