File & Document Management Workflows
Document processing and management
Export BigMarker registrants to Google Sheets
A ready-to-use Make workflow that connects Bigmarker, Google-sheets. Export BigMarker registrants to Google Sheets. Customize and deploy in minutes.
MakeFreeDomain Outbound: Automate Lead Extraction & Outreach
Automates domain sales outreach by generating targeted leads from Google Maps, scraping emails, enriching data, crafting personalized emails, sending via Gmail, and tracking in Excel.
n8n$24.99AI-Powered Amazon Affiliate Facebook Posting Automation
Automates converting Amazon product links from Google Sheets into engaging Facebook posts with AI captions, images, and affiliate links.
n8n$24.99Export Gravity Forms entries to Google Sheets
A ready-to-use Make workflow that connects Gravity-forms, Google-sheets. Export Gravity Forms entries to Google Sheets. Customize and deploy in minutes.
Make$2.99Create new rows in a Google Sheets spreadsheet from new survey responses in dotdigital
A ready-to-use Make workflow that connects Dotdigital, Util, Google-sheets. Create new rows in a Google Sheets spreadsheet from new survey responses in dotdigital. Customize and deploy in minutes.
Make$3.99Add Google Sheets rows for new Ticket Tailor orders
A ready-to-use Make workflow that connects Ticket-tailor, Google-sheets. Add Google Sheets rows for new Ticket Tailor orders. Customize and deploy in minutes.
Make$2.99Create Android contacts from Zoho Invoice contacts
A ready-to-use Make workflow that connects Zoho-invoice, Android. Create Android contacts from Zoho Invoice contacts. Customize and deploy in minutes.
Make$3.99Import Formspree subsmissions to Google Sheets
A ready-to-use Make workflow that connects Formspree, Google-sheets. Import Formspree subsmissions to Google Sheets. Customize and deploy in minutes.
MakeFreeAutomate Extraction of Signed Documents from DocuSign with Koncile OCR
Streamline the process of extracting signed documents from DocuSign and processing them with Koncile OCR for advanced text recognition.
Make$4.99Multi-Model AI Telegram Chatbot with AIMLAPI & Usage Limits
Build a Telegram bot for dynamic multi-AI model chats using #model_id commands, with daily user limits tracked in Google Sheets and full interaction logging.
n8n$22.99Add Google Sheets rows for new Order Desk manually created orders
A ready-to-use Make workflow that connects Order-desk, Google-sheets. Add Google Sheets rows for new Order Desk manually created orders. Customize and deploy in minutes.
Make$2.99Deploy a Comprehensive Nextcloud MCP Server for AI Integration
Set up a fully functional MCP server for Nextcloud operations, enabling seamless AI agent integration with zero configuration. Access all 17 pre-built operations to manage files, folders, and users efficiently.
n8n$14.99Automatically Add New Invoice Ninja Invoices to Microsoft Excel 365
Seamlessly transfer new invoices from Invoice Ninja to Microsoft Excel 365 as new rows, ensuring your financial data is always up-to-date.
MakeFreeAutomate File Uploads to Google Drive via Custom Webhook
Effortlessly automate the process of uploading files to Google Drive by triggering actions through a custom webhook, enhancing your file management efficiency.
Make$2.99Automate Typeform Data Entry into NextCloud Spreadsheet
Automatically append new Typeform submissions to a NextCloud-hosted spreadsheet, ensuring seamless data integration and management.
n8n$4.99Merge Multiple PDF Files with CustomJS API
This n8n template demonstrates how to download multiple PDF files from public URLs and merge them into a single PDF using the PDF Toolkit from www.customjs.space. [@custom-js/n8n-nodes-pdf-toolkit](https://www.npmjs.com/package/@custom-js/n8n-nodes-pdf-toolkit) ### Notice Community nodes can only be installed on self-hosted instances of n8n. ### What this workflow does - **Downloads** each PDF using an HTTP Request. - **Populates** files into an array with **Merge** node from n8n. - **Merges** all downloaded PDFs using the Merge PDF node from the @custom-js/n8n-nodes-pdf-toolkit. - **Writes** the final merged PDF to disk. ### Requirements - **Self-hosted** n8n instance - **CustomJS API key** for merging multiple PDF files. - **PDF files to be merged** ### Workflow Steps: 1. **Manual Trigger**: Runs with user interaction. 2. **HTTP Request Node For PDF Download**: Pass URLs for PDF files to merge. 3. **Merge Node For Array Population**: Just populates two files into an array. 4. **Merge PDF files**: Uses the **CustomJS** node to merge the incoming PDF files into a single PDF file. If the size of PDF files exceeds 6MB, you can simply pass an array of URLs for PDF files. --- ### Usage ### Get API key from [customJS](https://www.customjs.space) - Sign up to the customJS platform. - Navigate to your profile page. - Press the Show button to get the API key.  ### Set Credentials for CustomJS API on n8n Copy and paste your API key generated from CustomJS here.  ### Design workflow - A Manual Trigger for starting the workflow. - Two HTTP Request Nodes for downloading PDF files. - A Merge Node for populating files as an array. - Merge PDFs node for merging files. - Write to Disk node for saving the merged PDF file. You can replace the logic for triggering and returning results. For example, you can trigger this workflow by calling a webhook and get a result as a response from the webhook. Simply replace the Manual Trigger and Write to Disk nodes. ### Perfect for - Bundling reports or invoices. - Generating document sets from external sources. - Automating PDF handling without writing custom code.
n8n$4.99Automatically Upload New Dropbox Media to Restdb.io
Automatically upload new media files from a specified Dropbox folder to Restdb.io, ensuring your database is always up-to-date with the latest content.
Make$3.99Automate Adobe Sign Agreement Creation from New Airtable Entries
Automatically create agreements in Adobe Sign whenever new rows are added to Airtable, streamlining your document workflow.
MakeFreeRead a File from Disk
This manual workflow for n8n shows how the Read Binary File node works. Trigger it on demand to read a file from your local disk, making it a practical example for testing or building workflows that need file input.
n8n$2.99Export CSV File to JSON
This manual trigger workflow in n8n reads a local CSV file, uses the spreadsheet file node to parse it, then writes the data as a JSON file. Useful for anyone needing to convert tabular data into a structured format for APIs or other integrations without manual reformatting.
n8n$4.99Automate Google Drive File Sharing and Link Generation
Streamline your Google Drive file sharing process with this n8n workflow, which automates public link generation and access status modification for batch file handling.
n8n$9.99Automate PDF Segmentation Using AI and Chunkr.ai
This workflow automatically segments PDF documents by generating a hierarchical Table of Contents using AI and Chunkr.ai, allowing for precise content extraction and enhanced document processing.
n8n$19.99Extract Specific Pages from PDFs with Custom JavaScript API
This n8n template shows how to extract selected pages from a generated PDF with the PDF Toolkit by www.customjs.space. [@custom-js/n8n-nodes-pdf-toolkit](https://www.npmjs.com/package/@custom-js/n8n-nodes-pdf-toolkit) ## Notice Community nodes can only be installed on self-hosted instances of n8n. ## What this workflow does - **Downloads** each PDF using an HTTP Request. - **Extracts** pages from the PDF file as needed. ## Requirements - **Self-hosted** n8n instance - **CustomJS API key** for extracting PDF files. - **PDF files to be merged** to be converted into a PDF ## Workflow Steps: 1. **Manual Trigger**: Runs with user interaction. 2. **Download PDF File**: Pass URLs for PDF files to merge. 3. **Extract Pages from PDF**: Extract selected pages from a generated PDF --- ## Usage ### Get API key from [customJS](https://www.customjs.space) - Sign up to the customJS platform. - Navigate to your profile page. - Press the Show button to get your API key.  ### Set Credentials for CustomJS API on n8n Copy and paste your API key generated from CustomJS here.  ### Design workflow - A Manual Trigger for starting the workflow. - HTTP Request Nodes for downloading PDF files. - Extract Pages from PDF. You can replace the logic for triggering and returning results. For example, you can trigger this workflow by calling a webhook and get a result as a response from the webhook. Simply replace the Manual Trigger and Write to Disk nodes. ## Perfect for - Taking note of specific pages from PDF files. - Splitting a PDF file into multiple parts.
n8n$3.99Automate PDF Generation and Manipulation with Api2Pdf and AWS Lambda
This workflow transforms Api2Pdf's PDF generation capabilities into an MCP-compatible server using AWS Lambda, enabling seamless integration with AI agents for automated PDF processing.
n8n$14.99
Related categories
Custom AI Systems & Services
Our team of experienced AI builders will help build custom AI systems, workflows, and solutions.
Request Custom Work