Skip to main content

Add Attachments to PDF - File Embedder for Make

What this module does
PDF4me Add Attachments to PDF embeds any file type — spreadsheets, images, Word documents, CSVs — directly inside a PDF within your Make scenario. Supply the base PDF and one or more attachment files, and the module returns a self-contained PDF bundle with all files embedded. Recipients can open the PDF and extract the attachments without any separate file transfers.
Each attachment file requires both a File Name and File binary

For each attachment you add in the module, provide a File Name (the display name inside the PDF, including extension) and the File binary content. If you download the attachment from cloud storage, map both the filename output and the data output from that download step into the attachment item.

Use an Iterator to attach a dynamic list of files

If the number of files to attach varies per scenario run, use a Make Iterator to loop through each file and feed them individually into the module. Chain the module's output into the next iteration so attachments accumulate. This handles compliance packages or client deliverables where the attachment count is data-driven.

Output Document Data is the base64-encoded PDF with all files embedded

The module returns Document Data (the enriched PDF with all attachments embedded) and Name (the output filename). Map Document Data directly into a storage upload module (Dropbox, Google Drive, SharePoint) or an email attachment field — no intermediate decoding step is required for most Make integrations.

Authenticating Your API Request

To access the PDF4me Web API through Make, every request must include proper authentication credentials. Authentication ensures secure communication and validates your identity as an authorized user, enabling seamless integration between your Make scenarios and PDF4me's powerful attachment services.

Add Attachments to PDF Make

Key Features

  • File Embedding: Attach any file type to PDF documents
  • Multiple Attachments: Add multiple files to single PDF
  • Portfolio Creation: Create comprehensive document packages
  • Supporting Evidence: Embed source data with reports
  • Self-Contained Documents: Create all-in-one document bundles

Parameters

Complete list of parameters for the Add Attachments to PDF module. Configure these parameters to control file embedding.

Important: Parameters marked with an asterisk (***) are required and must be provided for the module to function correctly.

ParameterTypeDescriptionExample
File Name***StringSource PDF Filename
• Specify filename with .pdf extension
• Map from previous module output
• Main PDF to attach files to
• Supports dynamic naming
main_document.pdf
Document***BufferPDF File Content
• Map PDF file buffer from previous module
• Source from Dropbox, Google Drive, HTTP
• Binary PDF to receive attachments
• Main document container
[PDF Buffer]
AttachmentArrayFiles to Embed
• File Name - Name of attachment file
• File - Binary file content to attach
• Multiple attachments can be added
• Any file type supported
See module config

Output

The PDF4me Add Attachments to PDF module returns comprehensive output data for seamless Make scenario integration:

Table View

Response data in a structured table format:

ParameterTypeDescription
NameStringOutput PDF filename with embedded attachments
Document DataBinaryPDF with attached files in Base64 format

Scenario Examples

The PDF4me Add Attachments to PDF module in Make provides comprehensive scenario templates for attachment automation:

Automated Report with Supporting Data Package Scenario

Transform your reporting with automated attachment inclusion:

Complete Scenario Steps:

  1. Trigger: Monthly report generation completed
  2. Get Report PDF: Download generated report document
  3. Get Source Excel: Retrieve raw data Excel spreadsheet
  4. Get Backup Data: Download CSV backup data file
  5. Attach Both Files: Embed Excel and CSV in report PDF
  6. Upload Package: Save complete package to Google Drive
  7. Email Stakeholders: Send self-contained report bundle
  8. Archive Package: Store complete documentation together

Business Benefits:

  • Creates 40+ comprehensive report packages monthly
  • Provides source data with every report automatically
  • Eliminates separate attachment management
  • Ensures stakeholders have all supporting materials

Industry Use Cases & Applications

  • Case Documentation: Attach evidence files to legal briefs
  • Compliance Submissions: Embed supporting documents in reports
  • Contract Packages: Attach exhibits and schedules to contracts
  • Court Filings: Include all required attachments in filings

Get Help