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 API to merge multiple files into a single PDF document. It is useful in scenarios where users need to combine several PDFs or other supported file types into one consolidated PDF file, such as compiling reports, combining scanned documents, or aggregating multiple forms into one file.
Use Case Examples
- Merging multiple PDF reports into a single document for easier sharing.
- Combining scanned pages into one PDF for archiving.
- Aggregating various document types into a single PDF file for submission or review.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method used to authenticate with the CloudConvert API, either OAuth2 or API Key. |
Output
JSON
mergedFileUrl- URL or reference to the merged PDF file output by the operation.status- Status of the merge operation, indicating success or failure.
Dependencies
- CloudConvert API
Troubleshooting
- Ensure the authentication credentials (OAuth2 token or API key) are valid and have the necessary permissions.
- Verify that the input files are supported and correctly provided in the expected format.
- Check for network connectivity issues that might prevent communication with the CloudConvert API.
- Common error messages include invalid operation errors if the operation parameter is incorrect, or authentication errors if credentials are missing or invalid.
Links
- CloudConvert API Documentation - Official documentation for CloudConvert API, including file merging capabilities.