logo
Documents
Last updated: Jul 22

How to merge Airtable attachments into one PDF using Make

Internet Marketer

When working with Airtable, it's often necessary to merge Airtable attachments into a single PDF to simplify document management, sharing, and storage. Many users have expressed the need for this kind of automation, whether they want to merge PDF attachments or convert image attachments to a PDF.

I have a form that generates a single record that has multiple attachment fields. I am trying to find a way with either a script or an automation to pull all the different attachments together and print.
Airtable Community
I'm looking for suggestions on the best method to combine multiple attachments within a record. Essentially I need a button/formula/automation for each row in my table to act as Adobe's "Combine Files" function in Acrobat.
Airtable Community

This guide shows how to automate the process of merging attachments from a single Airtable record into one PDF using Make and Plumsail Documents. It works with PDFs, images, Word and Excel files, and combines them all into a single, ordered document.

You'll learn how to:

  • retrieve all attachments from a record
  • merge them using the Merge any files into PDF action in Make
  • save the resulting file to Google Drive
  • attach the final PDF back to Airtable

The entire process runs in one scenario and doesn't require separating files by type.

NOTE: If you're new to Make, you can get 2 months of Make Pro for free using our partner link.

Further in the article:

 

Merge Airtable attachments into one PDF

Plumsail Documents for Make offers a handy action called Merge any files into PDF, which lets you combine multiple file types such as PDFs, images, Word documents, and Excel spreadsheets into a single well-structured PDF. You can pass in all attachments from an Airtable record at once, and the module will return one cohesive document.

Let's say your Airtable record contains both a contract in PDF and a scanned receipt in JPEG. Instead of handling them separately, you can now merge them into one cohesive PDF document.

This guide shows how to do exactly that, retrieve different file types from Airtable and generate a unified PDF, which is then linked back to the original record for easy access.

Here's an example of an Airtable base. Each record includes mixed file types in the Attachment field:

Airtable record with files  

And this is the automation scenario we'll build in Make:

Make scenario overview  

1. Retrieve records with attachments

  • Use the Airtable Search Records module in Make to gather records containing attachments.
  • You can use any Airtable trigger action that fits your workflow.
  • In the module, select your base and table, and specify the attachment fields in the Output Fields section.

Retrieve records  

2. Process each file individually

  • Add an Iterator to handle multiple attachments from a single record.
  • Set the Array field to the list of attachments from the previous module.
  • This will allow Make to download and process each file one by one.

Iterator  

3. Download files from Airtable

  • Use the HTTP Get a file module to download each file.
  • Map the file URL from the Iterator module to the URL field.

HTTP Get File  

4. Aggregate files for merging

  • Add a Control Flow – Array Aggregator module.
  • Set the source module to HTTP Get File, and structure type to the next merge step.

Array Aggregator  

5. Merge files into a single PDF

  • Add Plumsail Documents – Merge any files into PDF.
  • Enable Map and use the array output from the aggregator as the input.
  • The module will combine all supported files into one PDF.

Merge any files into PDF  

6. Upload the PDF to Google Drive

  • Use Google Drive – Upload a file to store the final PDF.
  • Choose your folder and set the Source to the merged document.

Upload to Drive  

7. Generate a shareable link

  • Add Google Drive – Get a share link to make the file accessible.
  • Set the role to Reader and access type to Anyone.

Share Link  

8. Attach the PDF back to Airtable

  • Use Airtable – Update a record to add the final PDF URL to the same record.
  • Set the record ID and insert the Google Drive share link into the attachment field.

Update Airtable  

9. Optional cleanup in Google Drive

  • Optionally, delete the file from Drive using Google Drive – Delete a file/folder.
  • Set the file ID to remove the document after it's added to Airtable.

Delete File  

The setup is complete. The scenario will now automatically process each record, merge mixed file types, and attach a single PDF to Airtable.

Final Airtable table
Final PDF in record  

The Merge any files into PDF action supports a wide range of formats including PDF, JPEG, PNG, DOCX, XLSX and others. You can send them together without converting or separating by type — the module will merge them into a single, well-structured PDF automatically.

This makes it suitable for automating document workflows such as internal reporting, record archiving, or preparing files for clients. Whether you're working with contracts, scanned receipts, product images, or spreadsheets, this action handles them all in one step.

You can also use it beyond Airtable. The module works with any file source available in Make — such as Google Drive, Dropbox, or email attachments.

Start merge any attachments in Airtable with Make and Plumsail Documents

Try out the Plumsail Documents functionality in Make today. Register for an account and get a one-month free trial of Plumsail Documents.

If you don't have a Make account yet, you can try the Pro Plan free for two months using this sign-up link.

Join our community portal to connect with other users and share your ideas!