Skip to main content

New PDF in Your Folder? Auto-Convert to PDF/A in Zapier, Watch → Compress → Convert → Upload (4 Steps)

· 11 min read
SEO and Content Writer

Tired of manually converting PDFs for your archive? Point Zapier at a folder, and every new PDF gets compressed, turned into PDF/A, and dropped into an output folder. No clicking, no batch runs. PDF/A keeps documents readable for years—everything’s embedded, nothing depends on external fonts or links. Here’s how to wire it up.

In a nutshell: New File in Folder watches /Blog Data/PDFACompress PDF (Maximum Compression) → Create PDF/A (e.g. PDF/A-1b) → Upload File to /Blog Data/PDFA/Output. Input: Sample PDF.pdf. Output: Zap_Output.pdf in PDF/A format.

What Is PDF/A, and Why Bother?

Regular PDFs can fall apart over time. Fonts go missing, colors drift, and links to external resources stop working. PDF/A fixes that. It’s an ISO standard (19005) built for archiving: fonts, images, and color profiles are all baked into the file. No encryption, no scripts, no dependencies that might disappear. The result? Documents that stay readable and verifiable for decades, no matter how software evolves.

Zapier Zap: New File in Folder (Dropbox) → Compress PDF → Create PDF/A → Upload File

Zap: trigger, compress, convert to PDF/A, upload. Each step shows a green checkmark when configured.


What You’ll Get

Input: A regular PDF (e.g. Sample PDF.pdf) dropped into /Blog Data/PDFA. Output: An archival PDF/A file (e.g. Zap_Output.pdf) in /Blog Data/PDFA/Output—ready for long-term storage, archives, or regulatory submission.


What You Need

  • ZapierZapier account. New Zap with one trigger and three actions.
  • PDF4me API keyGet your API key. Connect it when you add PDF4me actions. First time? See Connect PDF4me to Zapier.
  • Dropbox — For the watched folder and output. Any storage with New File in Folder and Upload File works (Google Drive, etc.).

The Zap: 4 Steps

  1. New File in Folder (Dropbox) — Triggers when a PDF appears in the folder. Polls every 2 minutes.
  2. Compress PDF (PDF4me) — Shrinks the file before archiving.
  3. Create PDF/A (PDF4me) — Converts to an archival-compliant format.
  4. Upload File (Dropbox) — Saves the PDF/A to your output folder.
Zapier: New File in Folder → Compress PDF → Create PDF/A → Upload File

Step 1: Watch the Folder (Trigger)

Zap so far: Trigger only.

  1. Add DropboxNew File in Folder as the trigger.
  2. SpaceDefault (or your Dropbox space).
  3. Folder (required) — /Blog Data/PDFA.
  4. Include files in subfolders?False (or True to include nested folders).
  5. Include file contents?Yes. Required so the Zap can pass the file to Compress PDF and Create PDF/A.
  6. Include sharing link?Yes (optional).
New File in Folder: Space Default, Folder /Blog Data/PDFA, Include file contents Yes

Include file contents? Must be Yes. If it’s No, Zapier passes a reference instead of the file, and the Compress/Create steps will fail.


Step 2: Compress the PDF

Zap so far: Trigger → Compress PDF.

  1. Add PDF4meCompress PDF.
  2. File (required) — Map 1. File from the New File in Folder step (Zapier may show "1. File: (Exists but not shown)").
  3. File Name — Map 1. File Name and 1. File Ext from step 1 (e.g. Sample PDF + .pdf).
  4. Compression TypeMaximum Compression (or Standard, Minimum).
Compress PDF: File from step 1, File Name Sample PDF.pdf, Compression Type Maximum Compression

Why compress first? Smaller files archive and transfer faster. If you skip this step, connect 1. File directly to Create PDF/A and map 1. File Name and 1. File Ext there.


Step 3: Convert to PDF/A

Zap so far: Trigger → Compress PDF → Create PDF/A.

  1. Add PDF4meCreate PDF/A.
  2. File (required) — Map 2. File Url from the Compress PDF step.
  3. Specify File Name — e.g. Zap_Output.pdf (or map from step 1 for dynamic naming).
  4. PDF/A Compliance (required) — Choose a level, e.g. PDF/A-1b Basic Conformance.
Create PDF/A: File from 2. File Url, Specify File Name Zap_Output.pdf, PDF/A Compliance PDF/A-1b

Choosing a compliance level

PDF/A Compliance dropdown: PDF/A-1b, 1a, 2b, 2u, 2a
PDF/A Compliance: PDF/A-2u, 2a, 3b, 3u, 3a

Basic (b) focuses on visual integrity; Accessible (a) adds structure for screen readers; Unicode (u) improves text handling. PDF/A-3 allows embedding other files (e.g. XML, Excel).


Step 4: Upload the Archival PDF

Zap so far: Trigger → Compress PDF → Create PDF/A → Upload File.

  1. Add DropboxUpload File.
  2. SpaceDefault.
  3. Folder (required) — /Blog Data/PDFA/Output.
  4. File (required) — Map 3. File Url from the Create PDF/A step.
  5. OverwriteFalse (rename if exists) or True (replace).
  6. Specify File Name — e.g. Zap_Output (or map from step 1).
  7. Specify File Extension.pdf.
  8. Include sharing link?Yes (optional).
Upload File: Folder /Blog Data/PDFA/Output, File from 3. File Url, Overwrite False, Specify File Name Zap_Output, Extension .pdf

Possible Zap loop: If you upload to the same folder that triggers the Zap, the new file can retrigger it. Use a different output folder (e.g. /Blog Data/PDFA/Output) to avoid loops.


Who Uses PDF/A? Real-World Examples

Government archives and libraries: Public records, historical documents, and digital collections must stay accessible for generations. PDF/A lets archivists and librarians preserve scans and born-digital documents without worrying about format obsolescence.

Insurance and claims: Policy documents, claim forms, and audit trails often need to be retained for 7–10 years or more. Regulators and auditors expect files that won’t degrade; PDF/A delivers that.

Tax and accounting firms: Returns, financial statements, and supporting documents are kept for years. PDF/A ensures that what you archive today will still open and look correct when the IRS or clients ask for it years later.


Quick Reference: Key Settings

StepSettingExample
1. New File in FolderInclude file contents?Yes
2. Compress PDFCompression TypeMaximum Compression
3. Create PDF/APDF/A CompliancePDF/A-1b Basic Conformance
4. Upload FileFolder/Blog Data/PDFA/Output

For full parameter details, see Create PDF/A — Zapier.


Troubleshooting

"File: (Exists but not shown)" or conversion fails

Set Include file contents? Yes in the trigger. The Compress and Create PDF/A steps need the actual file bytes, not a reference.

Possible Zap loop

Upload to a different folder than the trigger. Use /Blog Data/PDFA/Output so the new file doesn’t retrigger the Zap.

401, 402, or other API errors

PDF4me Troubleshooting covers 401 (API key), 402 (credits), and more.


What’s Next?

  • Add a Filter to convert only PDF files (exclude .docx, images, etc.).
  • Map 1. File Name to the output filename so each PDF keeps its name (e.g. Contract_2024.pdfContract_2024.pdf in PDF/A).
  • Same idea in Make if you prefer that platform.