Skip to main content
Make Step
The total combined size of all input file URls must not exceed 2 GB. Requests that exceed this limit will not be processed.

Input


Upload Files Input Links

Integrating External File Sources

Streamline your Make workflows with external file sources like Google Drive and Dropbox using their unique actions. Discover efficient integration strategies in our guide: File Source Integrations in Make.

Merging Files from Google Drive using PDF.co

To overcome issues such as restricted files or temporary blocking by Google Drive, use the Upload a File step in PDF.co before merging:
  1. Set up a Google Drive Trigger to Watch Files in a Folder.
  2. Use Google Drive’s Download a File action to fetch file binary data.
  3. Add the Upload a File step in PDF.co to upload the file.
  4. Use the uploaded file URL in the Merge PDF step.
Here’s the complete scenario with all steps:
Google Drive - Upload and Merge
In the Upload a File step, use the file binary data from the Download a File action as shown below:
Google Drive - Upload a File
This approach ensures that the files are accessible and avoids issues related to file restrictions, rate limiting or temporary blocking by Google Drive.

Output

Profiles

To display the Profiles fields, you must enable Advanced Settings by clicking the toggle:
Advanced Settings
You can set additional options for the operation used in the PDF.co module by using Profiles. A profile is a string in JSON-like format containing predefined parameters.

Here’s an example of a Custom Profiles input:

With this input, the PDF.co module will return the output in base64 format. You can find the list of available parameters for customizing profiles in the PDF.co operation documentation below:
You can use any regular API parameter from the API Reference within Make using the std_params feature in profiles. The std_params enables the definition of regular API parameters in a JSON format, See Standard Parameters for detailed documentation and examples.