Remove Password from PDF in Make
What this module does
PDF4me — Remove Password from PDF permanently decrypts and unlocks password-protected PDFs inside your Make scenario. Provide the PDF buffer and the correct password — the module returns an unrestricted PDF ready for editing, merging, splitting, or content extraction in the next modules of your scenario. Works with both user passwords (open protection) and owner passwords (permission restrictions) so a single module clears all access barriers in one step.
Authenticating Your API Request
Every PDF4me module in Make requires a valid Connection. Create or select one that holds your PDF4me API key so the scenario can authenticate PDF unlocking requests securely.
Important Facts You Should Not Miss

Set File to Map, wire File Name and Document from the prior download step, then enter the Password. The Doc Data output is the fully unlocked PDF ready for any downstream module.
Parameters
Required: Connection, File Name, Document, and Password must all be provided. The module cannot decrypt a PDF without the correct password.
| Parameter | Required | What it does | Example |
|---|---|---|---|
| Connection | Yes | PDF4me API connection. Click Add and paste your API key if connecting for the first time. Reused automatically across all PDF4me modules in your scenarios. | My PDF4me connection |
| File | Yes | How the protected PDF is supplied. Choose Map to wire File Name and Document from a prior module. Choose Dropbox – Download a File to pull directly from Dropbox without a separate download step. | Map |
| File Name | Yes | Filename of the password-protected PDF including .pdf extension. Map from the filename output of your source module — e.g. the Name field of a Dropbox or Google Drive download step. | protected_document.pdf |
| Document | Yes | Binary content of the password-protected PDF. Must be raw file bytes from a download or upload module — the Data field in Dropbox, Google Drive, or OneDrive. Do not pass a URL string or filename here. | 1. Data |
| Password | Yes | The exact password needed to unlock the PDF. Accepts both user passwords (open protection) and owner passwords (permission lock). Retrieve from a Make Data Store or environment variable rather than hardcoding. | SecurePass2024 |
Output Fields
| Field | Type | What it contains |
|---|---|---|
Name | String | Output filename with password removed. Map into an upload module as the destination filename. |
Doc Data | Buffer | Unlocked PDF document as a binary buffer with all password restrictions permanently removed. Map directly into any downstream PDF4me module or cloud storage upload step. |
Quick Setup
- Add PDF4me → Remove Password from PDF to your Make scenario.
- Select Connection (or click Add to create one with your PDF4me API key).
- Under File, choose Map to reveal the File Name and Document fields.
- Map File Name to the filename output of your source step (include
.pdfextension). - Map Document to the binary data field of the same step — typically named Data in Dropbox, Google Drive, or OneDrive modules.
- Enter the Password. For security, retrieve it from a Make Data Store lookup step rather than hardcoding it here.
- Click Save and run the scenario. Map the Doc Data output to the next module — upload, merge, convert, or archive the unlocked PDF.
Workflow Examples
Workflow ExamplesCommon Make scenario patterns using Remove Password from PDF.
- A watch folder trigger fires when new protected PDFs land in a Dropbox archive inbox.
- A Data Store Search step retrieves the correct password for the document based on its filename.
- Remove Password from PDF decrypts the locked file using the retrieved password.
- A PDF4me Create PDF/A module converts the unlocked PDF to the archival PDF/A format required by the records system.
- The compliant PDF/A uploads to the long-term archive folder in SharePoint. An index record is appended to Google Sheets with the filename and processing date.
- Gmail triggers when a new email arrives from a known vendor address with a PDF invoice attachment.
- A Data Store lookup retrieves the vendor's invoice password by sender email address.
- Remove Password from PDF unlocks the encrypted invoice.
- A PDF4me Extract Text or AI-Invoice Parser module reads the invoice number, amount, and due date from the unlocked PDF.
- An HTTP module creates the invoice record in the accounting system. The unlocked PDF uploads to the "Processed Invoices" folder in Dropbox for audit reference.
- A webhook fires when a document package assembly is requested via a form submission.
- Google Drive lists all PDF files in the project folder — some protected, some not.
- An Iterator loops over each file. A Router checks if the file is protected; if so, Remove Password from PDF unlocks it using the project password from a Data Store.
- PDF4me Merge PDFs combines all unlocked files into a single package document.
- Add Page Numbers stamps the merged document. Gmail delivers the final package to the requester with a confirmation message.