CloudConvert icon

CloudConvert

Use CloudConvert to convert files, create thumbnails, merge files, add watermarks and more!

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

  1. Merging multiple PDF reports into a single document for easier sharing.
  2. Combining scanned pages into one PDF for archiving.
  3. 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

Discussion