File & Document Management Workflows
Document processing and management
Write a File to the Host Machine
Unfortunately, I can't view images or files, so I'm unable to directly correct the description from the screenshot you mentioned. However, if you can provide the text from the description, I'd be more than happy to help correct it for you.
n8n$3.99Respond with File Download to Incoming HTTP Request
This simple workflow demonstrates how to get an end user's browser to download a file. It makes use of the [Content-Disposition](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Disposition) header to set a filename and control the browser behavior.  A use case could be the download of a PDF file at the end of an application process or to export data from a database without replacing the current page content in the browser. With this approach, the current page remains open and the file is simply downloaded instead:  The original idea was first presented [here](https://community.n8n.io/t/webhook-to-excel-file/11059/24?u=mutedjam) by @dickhoning in the n8n community.
n8n$3.99Convert XML to JSON
Transforms XML data to JSON, honoring XML attributes by putting them in a separate key: 
n8n$3.99Automate Record Management in FileMaker
This workflow automates the creation, updating, and retrieval of records in FileMaker, streamlining data management processes.
n8n$4.99Personal Knowledgebase AI Agent for Telegram
AI agent that summarizes YouTube videos/articles from Google Sheets, stores them, and retrieves via Telegram chat for instant access.
n8n$24.99Merge Binary Objects from Multiple Items into a Single Item
This workflow is the opposite of [this one](https://n8n.io/workflows/1621-split-out-binary-data/). It transforms multiple different items with one binary object named `data` into a single item with multiple binary objects:  This can be useful when creating a single .zip archive, for example. It uses the updated Code node instead of the older Function node.
n8n$4.99Simple File-Based Key-Value Store (WriteKey)
Store a key with a value in a local JSON file. Multiple keys could be saved in a single file. Related workflow: [GetKey](https://n8n.io/workflows/1408) Create a subfolder in your n8n home directory: `/home/node/.n8n/local-files`. In Docker, look at the data path and create a subfolder `local-files`. Set the correct access rights with `chmod 1000:1000 local-files`. Put the workflow code in a new workflow named `WriteKey`. Create another workflow with a `function item`: ```js return { file: "/4711.json", // 4711 should be your workflow id key: "MyKey", value: "MyValue" } ``` Pipe the `function item` to an `Execution Workflow` that calls the `WriteKey` workflow. It would be nice if we could get someday a shiny built-in n8n node that does the job. :)
n8n$9.99Write JSON to Disk in Binary Format
The "Write Binary File" expects binary data. The JSON data is, however, JSON. There should really be a node that allows moving data around between both of them. For now, it can be done with a Function Node. At least until a proper one is in place. The first node is example data, which you can customize or replace. The second node named "Make Binary" is the important one with the custom code which makes the data binary and writes it to the correct location.
n8n$3.99Retrieve All Excel Workbooks on Demand
Trigger this n8n workflow manually to fetch all Excel workbooks from your connected Microsoft account. It scans for every workbook accessible via your integration and outputs the file list for further processing. Ideal for users who need an up-to-date inventory of Excel files on demand before running additional steps like data extraction or reporting.
n8n$2.99Extract and Generate Thumbnails of Google Slides Presentation
This workflow retrieves all slides from a Google Slides presentation and generates thumbnails for each slide, enabling easy integration with storage services like Dropbox or Google Drive.
n8n$3.99Secure PDFs with Passwords Using ConvertAPI
Automatically download, protect, and store PDF files with a password using ConvertAPI. Ideal for developers and organizations needing secure document handling.
n8n$4.99Automate Image Replacement in Google Docs and Export as PDF/Docx
Streamline the process of replacing images in Google Docs using URLs from your database, and export the updated documents in PDF or Docx format for easy sharing.
n8n$14.99Automate PDF Invoice Generation and Email Delivery with n8n and JSReport
This workflow automates the creation and distribution of PDF invoices using n8n and JSReport, streamlining document management for accounting and administrative teams.
n8n$4.99Automate Fireflies.ai Transcript Storage in Google Docs
This workflow automatically saves Fireflies.ai transcripts to Google Docs at regular intervals, ensuring your meeting notes are organized and easily accessible.
Make$4.99Automate Scanned Document Uploads to Nextcloud Using ScanservJS
This workflow automates the process of uploading scanned documents from a USB scanner to Nextcloud using ScanservJS. It periodically checks for new scans and uploads them to a specified Nextcloud folder, making it ideal for efficient document management in home or office environments.
n8n$4.99Automate OVH Invoice Management with Google Sheets and Drive
Streamline your OVH invoice management by automatically syncing invoices to Google Sheets and saving PDFs to Google Drive. This workflow eliminates the need to manually download invoices, saving you time and effort.
n8n$14.99Automatically Transfer MP4 Attachments from Gmail to Google Drive
This workflow retrieves MP4 attachments from Gmail emails and uploads them to Google Drive, providing a web view link for easy access.
n8n$3.99Automate Monthly Sync of Stripe Invoice PDFs to AWS S3
This workflow automates the monthly synchronization of invoice PDFs from Stripe to an AWS S3 bucket, organizing them into a structured folder path based on year and month.
n8n$14.99Save new images resized by Mallabe Images to Dropbox
Every time a new image resized by Mallabe Images, Make will automatically save that image to a Dropbox folder you specify.
Make$3.99Upload Discord attachments to Google Drive
Every time a new message is sent to a selected Discord Channel, Make will automatically save the attached file to Google Drive.
Make$4.99Save new Box documents to Parseur
Every time there is new document files in a specified Box folder, Make will automatically upload it to Parseur.
Make$3.99Automate File Conversion and Upload in OneDrive with Aspose
Automatically convert files from a specified OneDrive folder using Aspose and upload the converted files back to OneDrive.
Make$4.99Seamlessly Transfer Files from Dropbox to Box
Automatically move files from a designated Dropbox folder to a Box folder, ensuring your data is synchronized across platforms.
Make$3.99Automate HTML to PDF Conversion with ConvertAPI
Effortlessly convert HTML files to PDF format using ConvertAPI and store them locally. Ideal for developers and organizations needing reliable file format conversion.
n8n$4.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