File & Document Management Automation Workflows — Page 4 | Neura Market
    Neura Market
    Neura Market
    /Categories
    Marketplace
    Directories
    Resources
    Home/Categories/File & Document Management

    File & Document Management Workflows

    Document processing and management

    • Automate LINE File Management with Google Drive and Sheets Logging

      Streamline your file management by automatically saving LINE message files to Google Drive, organizing them by date and type, and logging details in Google Sheets.

      n8n$14.99
    • Parse and Extract Invoice Data with Nanonets OCR and Export to Excel

      This workflow contains community nodes that are only compatible with the self-hosted version of n8n. ## Description This workflow automates document processing and structured table extraction using the Nanonets API. You can submit a PDF file via an n8n form trigger or webhook—the workflow then forwards the document to Nanonets, waits for asynchronous parsing to finish, retrieves the results (including header fields and line items/tables), and returns the output as an Excel file. Ideal for automating invoice, receipt, or order data extraction with downstream business use. ## How It Works - A document is uploaded (via n8n form or webhook). - The PDF is sent to the Nanonets Workflow API for parsing. - The workflow waits until processing is complete. - Parsed results are fetched. Both top-level fields and any table rows/line items are extracted and restructured. - Data is exported to Excel format and delivered to the requester. ## Setup Steps 1. **Nanonets Account**: Register for a Nanonets account and set up a workflow for your specific document type (e.g., invoice, receipt). 2. **Credentials in n8n**: Add HTTP Basic Auth credentials in n8n for the Nanonets API (never store credentials directly in node parameters). 3. **Webhook/Form Configuration**: - Option 1: Configure and enable the included n8n Form Trigger node for document uploads. - Option 2: Use the included Webhook node to accept external POSTs with a PDF file. 4. **Adjust Workflow**: - Update any HTTP nodes to use your credential profile. - Insert your Nanonets Workflow ID in all relevant nodes. 5. **Test the Workflow**: Enable the workflow and try with a sample document. ## Features - Accepts documents via n8n Form Trigger or direct webhook POST. - Securely sends files to Nanonets for document parsing (credentials stored in n8n credentials manager). - Automatically waits for async processing, checking Nanonets until results are ready. - Extracts both header data and all table/line items into a tabular format. - Exports results as an Excel file download. - Modular nodes allow easy customization or extension. ## Prerequisites - **Nanonets account** with workflow configured for your document type. - **n8n** instance with HTTP Request, Webhook/Form, Code, and Excel/Spreadsheet nodes enabled. - **Valid HTTP Basic Auth credentials** saved in n8n for API access. ## Example Use Cases | Scenario | Benefit | |---------------------|----------------------------------------------| | Invoice Processing | Automated extraction of line items and totals| | Receipt Digitization| Parse amounts and charges for expense reports| | Purchase Orders | Convert scanned POs into structured Excel sheets| ## Notes - You must set up credentials in the n8n credentials manager—do not store API keys directly in nodes. - All configuration and endpoints are clearly explained with inline sticky notes in the workflow editor. - Easily adaptable for other document types or similar APIs—just modify endpoints and result mapping.

    Marketplace

    • Prompts
    • Workflows
    • Agents Store
    • Workflow Packs
    • Categories
    • Marketplace

    Directories

    • AI Tools Directory
    • ChatGPT
    • Claude
    • Gemini
    • Cursor
    • Grok
    • DeepSeek
    • Perplexity
    • CoPilot
    • Midjourney
    • Stable Diffusion
    • MCP Servers
    • .md Directory
    • All Directories

    Free Tools

    • AI Text Humanizer
    • AI Content Detector
    • Workflow Generator
    • Model Comparison
    • AI Pricing Calculator
    • AI Benchmarks
    • ROI Calculator
    • All Free Tools

    Resources

    • AI News
    • Blog
    • AI Answers
    • Error Solutions
    • AI Tutorials
    • AI Models
    • Integrations
    • Alternatives
    • n8n vs Zapier
    • Make vs Zapier
    • n8n vs Make
    • Resource Library
    • Documentation
    • API Access to Our Data

    Community

    • AI Newsletter
    • AI Jobs
    • AI Events
    • AI Companies
    • Start Selling
    • Sell n8n Workflows
    • Sell AI Agents
    • Sell Prompts
    • Creator Guide
    • Advertise
    • Affiliates

    Company

    • About
    • Contact
    • Help
    • Careers
    • Pricing
    • Terms
    • Privacy
    • License
    • DMCA

    The #1 Newsletter in AI

    Weekly updates, news, and content that matter.

    Neura Market Logoneuramarket

    © 2026 Neura Market. All rights reserved.

    n8n$9.99
  1. Convert HTML to PDF and Deliver via Webhook

    This n8n workflow converts HTML content into a PDF using CustomJS and sends it back to the requester through a webhook.

    n8n$3.99
  2. Automate Invoice Data Extraction and Excel Export with DocSumo

    Streamline your invoice processing by automatically extracting structured data from PDFs using DocSumo and exporting it to Excel. This workflow simplifies data entry and reporting tasks, making it ideal for integration with accounting systems.

    n8n$4.99
  3. Automate HOA Lien Document Generation with n8n, Apify, and Google Workspace

    Streamline the lien filing process for Homeowners Associations by automating document retrieval, information extraction, and document generation using n8n, Apify, and Google Workspace.

    n8n$19.99
  4. Automate PDF Processing and Summarization from Emails and Messaging Apps with OpenAI

    Automatically extract and summarize PDF documents from Gmail, Outlook, Telegram, and WhatsApp using OpenAI, providing concise insights and routing summaries back to the original senders.

    n8n$14.99
  5. Comprehensive Google Drive Operations with AI Integration

    Deploy a fully operational MCP server that integrates all Google Drive operations with AI agents, requiring no configuration. This workflow supports 17 pre-built operations for seamless interaction with Google Drive.

    n8n$14.99
  6. Convert HTML to PDF & Extract Text from PDFs with CustomJS API

    ![workflow.png](fileId:1274) This n8n workflow illustrates how to convert PDF files into text with 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 - **Change** the requested HTML to PDF. - **Extract** text from the PDF. - **Use** a Code node to handle URLs that point to PDF files. - **Convert** the PDF to text. ### Requirements - **Self-hosted** n8n instance. - **CustomJS API key** for converting PDF to text. - **HTML** Data to convert PDF files. - **Code node** for handling URL that indicates PDF file. ### Workflow Steps: 1. **Manual Trigger**: - Runs with user interaction. 2. **HTML to PDF**: - Request HTML Data - Convert HTML to PDF 3. **Convert PDF to Text**: - Convert the generated text from PDF --- ### Usage #### Get API key from [customJS](https://www.customjs.space) - Sign up to customJS platform. - Navigate to your profile page. - Press Show button to get API key. ![1.png](fileId:1275) #### Set Credentials for CustomJS API on n8n Copy and paste your API key generated from CustomJS here. ![2.png](fileId:1273) #### Design workflow - A Manual Trigger for starting the workflow. - HTTP Request Nodes for downloading PDF files. - Code node for handling URL that indicates PDF file. - Convert PDF to text. You can replace 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 Manual Trigger and Write to Disk nodes.

    n8n$4.99
  7. Automate Markdown Note Creation in Obsidian via Google Drive

    This workflow automatically converts n8n workflow outputs into Markdown notes, synchronizing them with your Obsidian Vault through Google Drive. Enhance your note-taking process by integrating AI for formatting and metadata generation.

    n8n$9.99
  8. Convert HTML & PDF Files to PNG Images with CustomJS PDF Toolkit

    ![workflow.png](fileId:1271) This n8n workflow shows how to convert PDF files into PNG format with 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 - **Generate** PDF file from the requested HTML. - **Convert** the PDF to PNG images. - **Use** a Code node to handle URLs that point to PDF files. - **Convert** the PDF to PNG format. ### Requirements - **Self-hosted** n8n instance. - **CustomJS API key** for converting PDF to PNG. - **HTML** Data to convert PDF files. - **Code node** for handling URL that indicates PDF file. ### Workflow Steps: 1. **Manual Trigger**: - Runs with user interaction. 2. **HTML to PDF**: - Request HTML Data. - Convert HTML to PDF. - Request PDF from Code. 3. **Convert PDF to PNG**: - Convert the generated PNG from PDF. --- ### Usage ### Get API key from [customJS](https://www.customjs.space) - Sign up to customJS platform. - Navigate to your profile page. - Press Show button to get API key. ![1.png](fileId:1272) ### Set Credentials for CustomJS API on n8n Copy and paste your API key generated from CustomJS here. ![2.png](fileId:1270) ### Design workflow - A Manual Trigger for starting the workflow. - HTTP Request Nodes for downloading PDF files. - Code node for handling URL that indicates PDF file. - Convert PDF to PNG. You can replace 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 Manual Trigger and Write to Disk nodes.

    n8n$9.99
  9. Automate Invoice Processing from Gmail with AI and Human Verification

    Streamline your invoice management by automatically processing invoices received via Gmail using Azure OpenAI for analysis and optional human verification for accuracy.

    n8n$14.99
  10. Transcribe Audio Files with Google Cloud and Telegram

    Transcribe audio messages from Telegram using **Google Gemini** for free. Send an audio file to your Telegram bot and get a full transcription using Gemini's free model. ![image.png](fileId:1076) ### Who is this template for? Anyone who needs quick and accurate transcriptions of audio messages. Perfect for: - Creators and podcasters - Coaches or educators - People who receive a lot of audio on Telegram You can also adapt this workflow to transcribe audio from other sources, like WhatsApp, Google Drive, or direct uploads. ### How it works 1. You send an audio file to your Telegram bot. 2. n8n downloads the file and converts it to text using Google Gemini. 3. The transcript is sent back to you on Telegram. ### How to set up You'll just need: - A Telegram bot token - A Google Gemini API key (free tier supported) The rest works out by itself. ### Check out my other templates ☀️🌊 [**https://n8n.io/creators/solomon/**](https://n8n.io/creators/solomon/)

    n8n$14.99
  11. Convert HTML to PDF and Compress Files with CustomJS API

    ![workflow.png](fileId:1268) This n8n template demonstrates how to convert HTML into a PDF, compress the generated PDF, and return it as a binary response using the PDF Toolkit from www.customjs.space. ### Notice Community nodes can only be installed on self-hosted instances of n8n. [@custom-js/n8n-nodes-pdf-toolkit](https://www.npmjs.com/package/@custom-js/n8n-nodes-pdf-toolkit) ### What this workflow does - **Convert** the requested HTML to PDF. - **Compress** the PDF file. - **Use** a Code node to handle URLs pointing to PDF files if they exceed 6MB. - **Compress** the PDF pages. ### Requirements - **Self-hosted** n8n instance - **CustomJS API key** for compressing PDF files. - **HTML** Data to convert to PDF files - **Code node** for handling URLs that indicate a PDF file. ### Workflow Steps: 1. **Manual Trigger**: Runs with user interaction. 2. **HTML to PDF**: Request HTML Data - Convert HTML to PDF - Request PDF from URL. 3. **Compress Pages from PDF**: Compress PDF as a binary file. --- ### 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. ![1.png](fileId:1269) ### Set Credentials for CustomJS API on n8n Copy and paste your API key generated from CustomJS here. ![2.png](fileId:1267) ### Design workflow - A Manual Trigger for starting the workflow. - HTTP Request Nodes for downloading PDF files. - Code node for handling URLs that indicate a PDF file. - Compress PDF files. 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.

    n8n$9.99
  12. Automate FTP File Transfers to Google Drive

    This workflow automates the transfer of files from an FTP server to Google Drive, ideal for backups, data migration, and file synchronization.

    n8n$9.99
  13. Automate Email Export from Gmail to Google Drive as CSV

    This n8n workflow automates the export of emails from a specific sender in Gmail, formats the data, and uploads it as a CSV file to Google Drive.

    n8n$9.99
  14. Create eSignatures.io contracts from Google Sheets

    Every time a new row is added to your Google Sheets spreadsheet, Make will automatically create a contract from an eSignatures.io template. he template uses this [example spreadsheet](https://docs.google.com/spreadsheets/d/1LuxqFtx8eBNUwLyHkPxbUpP-aqMMX8ykE25Yn4UmKk/edit?usp=sharing).

    Make$3.99
  15. Deploy a Microsoft OneDrive MCP Server for AI Integration

    Set up a complete Microsoft OneDrive MCP server to handle all 14 operations seamlessly with AI agents. This workflow requires no configuration and is ready for immediate deployment.

    n8n$14.99
  16. Automatically Secure New PDF Files in SharePoint with Plumsail

    This workflow automatically secures new PDF files in a SharePoint library using Plumsail Documents, ensuring they are protected and saved back to the cloud storage.

    Make$4.99
  17. Automate Invoice Classification and Sorting in Google Drive with AI

    Streamline your invoice processing by automatically classifying and sorting invoices in Google Drive using AI-powered classification. This workflow leverages n8n to extract, classify, and organize invoices into industry-specific folders, reducing manual effort and increasing efficiency.

    n8n$14.99
  18. Automate Image Resizing and Insertion from Google Drive to Google Docs

    This n8n workflow automates the retrieval, resizing, and insertion of images from Google Drive into Google Docs, ensuring efficient document creation with minimal manual effort.

    n8n$9.99
  19. Automate Record Management in FileMaker

    This workflow automates the creation, updating, and retrieval of records in FileMaker, streamlining data management processes.

    n8n$4.99
  20. Download and Save Files from Google Drive

    This workflow automates the process of downloading a file from Google Drive and saving it locally as a binary file.

    n8n$3.99
  21. Respond 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. ![image.png](fileId:709) 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: ![image.png](fileId:710) 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.99
  22. Automate Scenario Blueprint Creation and File Upload to Google Drive

    Efficiently generate scenario blueprints and seamlessly upload them to Google Drive, enhancing your workflow automation with Make and Google Drive.

    Make$3.99
  23. ← PreviousPage 4 of 34Next →

    Related categories

    Communication (2,463)AI (1,930)Business Operations & ERPs (1,540)Other (1,425)Productivity (1,202)Marketing (1,145)Data & Analytics (995)CRM - Sales (604)Notifications (580)Social Media (562)

    Need a custom file & document management workflow?

    Our automation experts build tailored workflows for your exact stack and process.

    Request a Custom Workflow