Skip to content
FillFaster

Set Custom Base PDF in Make.com

This guide explains how to use a custom PDF document when creating submissions via Make.com. This feature allows you to dynamically provide a different PDF file for a submission while leveraging an existing template’s field configuration.

Using a custom base PDF is ideal when you need to maintain a consistent field structure (e.g., signature boxes, date fields in fixed positions) across documents that have different underlying content. Here are some common automation use cases:

  • Dynamic Documents from External Sources: When the main document is generated by another system (like Canva, Google Docs, or Airtable) and needs to be signed.
  • Personalized Contracts: For generating agreements where recipient data is already merged into the PDF document.
  • Variable Document Length: When the number of pages differs from the original template, but the fields are on pages that exist in both.
  • Automated Workflows: When your Make.com scenario generates or retrieves PDFs that need to be sent for signature.

The new PDF must have a similar structure to the template’s original document, ensuring that the predefined field locations are still valid.

  • An existing FillFaster template with fields configured
  • A Make.com scenario that creates submission links
  • A PDF file (as buffer data) that you want to use as the custom base PDF
  • The new PDF must contain at least the same number of pages as the original template

This feature is especially powerful when combined with Automatically Detecting PDF Placeholder Tags.

You can generate a completely dynamic PDF document that includes placeholder tags (e.g., {signature}, {date_today}, {name}). When you send this PDF as a custom base PDF, FillFaster will automatically detect these tags and convert them into interactive fields for the recipient to fill out.

This allows for a fully automated and dynamic document generation workflow in Make.com.

Set up your Make.com scenario with the FillFaster module “Create a Submission Link”. If you haven’t connected FillFaster to Make.com yet, see Connect FillFaster to Make.com.

  1. In the FillFaster “Create a Submission Link” module, select your template
  2. Configure your prefill data and other basic settings as needed
  1. Scroll down to the Advanced settings section in the module
  2. Locate the “Replace the base PDF file” field

Replace the base PDF file field in Make.com advanced settings

In the “Replace the base PDF file” field, you need to map only the buffer data of your PDF file from a previous Make.com module.

Important: Map only the buffer/binary data, not the entire file object. This typically comes from:

  • Download a file module
  • HTTP module response
  • Google Drive/Dropbox download module
  • Any module that outputs file buffer data

Example mapping:

Previous Module > Data (buffer)
  1. Complete the rest of your module configuration
  2. Run your scenario to test
  3. Verify that the submission link uses your custom PDF with the correct fields
  1. Export a document from Priority (invoice, delivery note, purchase order, etc.)
  2. Convert to PDF using Make.com
  3. Download the PDF
  4. Map the PDF buffer to the “Replace the base PDF file” field
  5. FillFaster adds signature fields to the customized document
  1. Fill a Google Docs template with customer data
  2. Convert to PDF using Make.com’s Google Docs module
  3. Download the PDF
  4. Map the buffer to create a submission link with the custom PDF
  5. Send for signature with predefined field locations
  1. Retrieve agreement data from Airtable
  2. Generate a PDF using a PDF generation service
  3. Map the PDF buffer to FillFaster
  4. Create submission link with customer-specific agreement
  1. Buffer Data Only - Always map just the buffer/binary data, not the entire file object
  2. Document Structure - Ensure the new PDF has the same structure as your template
  3. Page Count - The custom PDF must have at least as many pages as the template
  4. Field Locations - Fields must be in the same relative positions
  5. Testing - Always test your scenario with sample data before production use

Solution: Make sure you’re mapping only the buffer data, not the entire file object.

Solution: Verify that your custom PDF has the same page structure and dimensions as the original template.

Solution: Ensure your custom PDF has at least the same number of pages as the template.

Using custom base PDF in Make.com allows you to create fully automated workflows that combine dynamic document generation with FillFaster’s signature and form-filling capabilities. This is a powerful feature for building end-to-end document automation solutions.