# PDF4me Developer Documentation > Enterprise-grade REST API, no-code automation integrations, browser extensions, and an interactive API tester for PDF and document automation. PDF4me is a cloud-based document automation platform used by developers and teams worldwide. This documentation covers the complete V2 REST API reference, no-code integrations with Power Automate, Zapier, Make, and n8n, browser extensions for Chrome and Google Workspace, a live in-browser API tester, and in-depth guides for Word template generation and document processing. Base API URL: https://api.pdf4me.com Dashboard: https://dev.pdf4me.com/dashboard/ API Keys: https://dev.pdf4me.com/dashboard/#/api-keys/ --- ## Getting Started - [Getting Started with the PDF4me API Portal](https://docs.pdf4me.com/general-guidelines/getting-started-api-portal/): Create your account, generate an API key, and make your first authenticated REST API request. - [Connect to the PDF4me V2 API](https://docs.pdf4me.com/general-guidelines/connect-to-pdf4meapi/): Base URL, authentication headers, request and response format for the V2 REST API. - [Connect to Power Automate](https://docs.pdf4me.com/general-guidelines/connect-to-power-automate/): Add the PDF4me connector to Microsoft Power Automate and authenticate with your API key. - [Connect to Zapier](https://docs.pdf4me.com/general-guidelines/connect-to-zapier/): Install the PDF4me Zapier app and connect your account for no-code PDF automation. - [Connect to Make](https://docs.pdf4me.com/general-guidelines/connect-to-make/): Add PDF4me to Make (formerly Integromat) and configure the connection module. - [Connect to n8n](https://docs.pdf4me.com/general-guidelines/connect-to-n8n/): Set up the PDF4me node in n8n for self-hosted or cloud workflow automation. - [PDF4me MCP — Getting Started](https://docs.pdf4me.com/integration/pdf4me-mcp/getting-started/): Configure PDF4me MCP in Cursor, Claude Desktop, VS Code, Windsurf, and Continue using `uvx`, then run PDF actions from your AI client. --- ## Troubleshooting - [Troubleshooting Overview](https://docs.pdf4me.com/general-guidelines/troubleshooting/): Index of common errors and how to resolve them. - [401 Unauthorized](https://docs.pdf4me.com/general-guidelines/troubleshooting/401-unauthorized/): Fix authentication errors — missing, malformed, or expired API keys. - [402 No Credit / Daily Limit](https://docs.pdf4me.com/general-guidelines/troubleshooting/402-no-credit-daily-limit/): Understand credit consumption and daily limits. - [File Is Empty or Could Not Open](https://docs.pdf4me.com/general-guidelines/troubleshooting/file-is-empty-could-not-open/): Diagnose empty file responses and document read failures. - [Zapier & Power Automate Tips](https://docs.pdf4me.com/general-guidelines/troubleshooting/zapier-power-automate-tips/): Common gotchas when using PDF4me with Zapier and Power Automate. --- ## PDF4me REST API Reference Full REST API documentation for all document operations. Authenticate with `Authorization: Basic `. ### Convert - [Convert to PDF](https://docs.pdf4me.com/pdf4me-api/convert/convert-to-pdf/): Convert Word, Excel, PowerPoint, HTML, Markdown, images, and 50+ formats to PDF. - [Convert URL to PDF](https://docs.pdf4me.com/pdf4me-api/convert/convert-url-to-pdf/): Render any public web URL to a PDF document. - [Convert HTML to PDF](https://docs.pdf4me.com/pdf4me-api/convert/convert-html-to-pdf/): Convert raw HTML content or HTML files to PDF with full CSS support. - [Convert Markdown to PDF](https://docs.pdf4me.com/pdf4me-api/convert/convert-markdown-to-pdf/): Render Markdown files to formatted PDF documents. - [PDF to Word](https://docs.pdf4me.com/pdf4me-api/convert/convert-pdf-to-word/): Convert PDF files to editable .docx Word documents. - [PDF to Excel](https://docs.pdf4me.com/pdf4me-api/convert/convert-pdf-to-excel/): Extract tables and data from PDF to .xlsx Excel format. - [PDF to PowerPoint](https://docs.pdf4me.com/pdf4me-api/convert/convert-pdf-to-powerpoint/): Convert PDF slides to editable .pptx PowerPoint presentations. - [Create PDF/A](https://docs.pdf4me.com/pdf4me-api/convert/create-pdfa/): Convert documents to PDF/A-1b, PDF/A-2b, or PDF/A-3b for long-term archival. - [Flatten PDF](https://docs.pdf4me.com/pdf4me-api/convert/flatten-pdf/): Flatten PDF form fields, annotations, and layers into a non-editable PDF. - [Linearize PDF](https://docs.pdf4me.com/pdf4me-api/convert/linearize-pdf/): Optimize PDF for fast web viewing (PDF Fast Web View). - [Convert JSON to Excel](https://docs.pdf4me.com/pdf4me-api/convert/convert-json-to-excel/): Transform structured JSON data into an Excel spreadsheet. - [Convert Visio](https://docs.pdf4me.com/pdf4me-api/convert/convert-visio/): Convert Microsoft Visio (.vsdx) diagrams to PDF. - [Convert Word to PDF Form](https://docs.pdf4me.com/pdf4me-api/convert/convert-word-to-pdf-form/): Transform Word documents with form controls to interactive PDF forms. ### Edit - [Add Header / Footer to PDF](https://docs.pdf4me.com/pdf4me-api/edit/add-header-footer-to-pdf/): Inject HTML-formatted headers and footers into any PDF, with page number variables. - [Add Page Number to PDF](https://docs.pdf4me.com/pdf4me-api/edit/add-page-number-to-pdf/): Stamp page numbers with custom position, font, and format. - [Sign PDF](https://docs.pdf4me.com/pdf4me-api/edit/sign-pdf/): Apply digital or image-based signatures to PDF documents programmatically. - [Add Image Stamp to PDF](https://docs.pdf4me.com/pdf4me-api/edit/add-image-stamp-to-pdf/): Watermark or brand PDFs with image stamps at any position. - [Add Text Stamp to PDF](https://docs.pdf4me.com/pdf4me-api/edit/add-text-stamp-to-pdf/): Add text watermarks, "CONFIDENTIAL" stamps, or custom overlays. - [Add Margin to PDF](https://docs.pdf4me.com/pdf4me-api/edit/add-margin-to-pdf/): Add white or custom-color margins to PDF pages for binding or branding. - [Add Attachment to PDF](https://docs.pdf4me.com/pdf4me-api/edit/add-attachment-to-pdf/): Embed files as attachments inside a PDF document. ### Merge & Split - [Merge Multiple PDFs](https://docs.pdf4me.com/pdf4me-api/merge-split/merge-multiple-pdf-files/): Combine two or more PDF documents into a single file, preserving order and formatting. - [PDF Merge Overlay](https://docs.pdf4me.com/pdf4me-api/merge-split/merge-pdf-overlay/): Overlay one PDF on top of another — useful for letterheads, stamps, and watermarks. - [Split PDF](https://docs.pdf4me.com/pdf4me-api/merge-split/split-pdf/): Split a PDF by page ranges, page count, or into individual pages. - [Split PDF by Barcode](https://docs.pdf4me.com/pdf4me-api/merge-split/split-by-barcode/): Automatically split multi-document PDFs using barcode markers on separator pages. - [Split PDF by Text](https://docs.pdf4me.com/pdf4me-api/merge-split/split-pdf-by-text/): Split PDFs at pages containing specific text patterns or keywords. - [Split PDF by Swiss QR](https://docs.pdf4me.com/pdf4me-api/merge-split/split-pdf-by-swiss-qr/): Split invoice batches using embedded Swiss QR bill codes. ### Optimize - [Compress PDF](https://docs.pdf4me.com/pdf4me-api/optimize/compress-pdf/): Reduce PDF file size with configurable compression levels while maintaining quality. ### Organize - [Delete Blank Pages from PDF](https://docs.pdf4me.com/pdf4me-api/organize/delete-blank-pages-from-pdf/): Automatically detect and remove blank or near-blank pages from a PDF. - [Delete Specific Pages](https://docs.pdf4me.com/pdf4me-api/organize/delete-pages/): Remove specified pages by page number or range. - [Extract Pages](https://docs.pdf4me.com/pdf4me-api/organize/extract-pages/): Extract a subset of pages from a PDF into a new document. - [Rotate Document](https://docs.pdf4me.com/pdf4me-api/organize/rotate-document/): Rotate all pages in a PDF by 90, 180, or 270 degrees. - [Rotate Single Page](https://docs.pdf4me.com/pdf4me-api/organize/rotate-page/): Rotate individual pages independently within a PDF. ### Barcode - [Add Barcode to PDF](https://docs.pdf4me.com/pdf4me-api/barcode/add-barcode-to-pdf/): Embed QR codes, Code 128, EAN, Data Matrix, and 50+ barcode types into PDFs. - [Read Barcode from PDF](https://docs.pdf4me.com/pdf4me-api/barcode/read-barcode-from-pdf/): Extract and decode barcode data from any page of a PDF document. - [Create Barcode](https://docs.pdf4me.com/pdf4me-api/barcode/create-barcode/): Generate standalone barcode images in all major formats. - [Create Swiss QR Bill](https://docs.pdf4me.com/pdf4me-api/barcode/create-swissqr-bill/): Generate compliant Swiss QR payment bills for invoicing. - [Read Swiss QR Code](https://docs.pdf4me.com/pdf4me-api/barcode/read-swissqr-code/): Decode and extract structured payment data from Swiss QR bill codes. ### Forms - [Fill a PDF Form](https://docs.pdf4me.com/pdf4me-api/forms/fill-a-pdf-form/): Populate AcroForm PDF fields programmatically using JSON field-value pairs. - [Add Form Fields to PDF](https://docs.pdf4me.com/pdf4me-api/forms/add-form-fields-to-pdf/): Add interactive text boxes, checkboxes, radio buttons, and dropdowns to any PDF. ### Extract & AI - [Extract Form Data from PDF](https://docs.pdf4me.com/pdf4me-api/extract/extract-form-data-from-pdf/): Read submitted AcroForm field values from a completed PDF form. - [Classify Document](https://docs.pdf4me.com/pdf4me-api/extract/classify-document/): AI-powered document classification — identify document type (invoice, contract, receipt, etc.). - [Parse Document](https://docs.pdf4me.com/pdf4me-api/extract/parse-document/): AI-powered structured data extraction from any document using a trained model. - [Extract Text by Expression](https://docs.pdf4me.com/pdf4me-api/extract/extract-text-by-expression/): Extract specific text from a PDF using regex or keyword-based expressions. - [Extract Resources](https://docs.pdf4me.com/pdf4me-api/extract/extract-resources/): Extract embedded images, fonts, and raw text from a PDF. - [Extract Table from PDF](https://docs.pdf4me.com/pdf4me-api/extract/extract-table-from-pdf/): Extract tabular data from PDFs into structured JSON or CSV output. - [Extract Text from Word](https://docs.pdf4me.com/pdf4me-api/extract/extract-text-from-word/): Extract plain text content from .docx Word documents. - [Extract Attachment from PDF](https://docs.pdf4me.com/pdf4me-api/extract/extract-attachment-from-pdf/): Retrieve files embedded as attachments inside a PDF document. ### Find & Search - [OCR — Convert PDF to Editable](https://docs.pdf4me.com/pdf4me-api/find-search/convert-pdf-to-editable-pdf-using-ocr/): Apply OCR to scanned PDFs to make them text-searchable and selectable. - [Find and Replace Text in PDF](https://docs.pdf4me.com/pdf4me-api/find-search/find-and-replace-text/): Search for text patterns and replace them within a PDF document. ### Generate (Document from Template) - [Generate Document (Single)](https://docs.pdf4me.com/pdf4me-api/generate/generate-document-single/): Merge a Word or HTML template with a single JSON data record to produce a PDF or Word output. - [Generate Documents (Bulk)](https://docs.pdf4me.com/pdf4me-api/generate/generate-documents-multiple/): Batch-generate documents from a template using multiple JSON data records. - [Enable Track Changes in Word](https://docs.pdf4me.com/pdf4me-api/generate/enable-tracking-changes-in-word/): Enable tracked changes in a Word document programmatically. - [Get Track Changes from Word](https://docs.pdf4me.com/pdf4me-api/generate/get-tracking-changes-in-word/): Extract all tracked change revisions from a Word document. - [Replace Text with Image in Word](https://docs.pdf4me.com/pdf4me-api/generate/replace-text-with-image-in-word/): Find a text placeholder in a Word document and replace it with an embedded image. ### Security - [Protect PDF](https://docs.pdf4me.com/pdf4me-api/security/protect-document/): Add password protection and permission restrictions (print, copy, edit) to a PDF. - [Unlock PDF](https://docs.pdf4me.com/pdf4me-api/security/unlock-pdf/): Remove password protection from a PDF using the owner password. ### PDF Operations - [Get PDF Information](https://docs.pdf4me.com/pdf4me-api/pdf/get-pdf-information/): Retrieve metadata: page count, dimensions, encryption status, and PDF version. - [Get PDF Metadata](https://docs.pdf4me.com/pdf4me-api/pdf/get-pdf-metadata/): Read document properties: title, author, subject, keywords, and creation date. - [Repair PDF](https://docs.pdf4me.com/pdf4me-api/pdf/repair-pdf-document/): Repair and recover corrupted or malformed PDF documents. ### Image Operations - [Compress Image](https://docs.pdf4me.com/pdf4me-api/image/compress-image/): Reduce image file size with configurable quality for JPEG, PNG, and WebP. - [Convert Image Format](https://docs.pdf4me.com/pdf4me-api/image/convert-image-format/): Convert between JPEG, PNG, WEBP, TIFF, BMP, and GIF formats. - [Create Image from PDF](https://docs.pdf4me.com/pdf4me-api/image/create-image-from-pdf/): Render PDF pages as high-resolution image files (JPEG, PNG, TIFF). - [OCR on Image](https://docs.pdf4me.com/pdf4me-api/image/image-extract-text/): Extract text from images using optical character recognition. - [Add Image Watermark](https://docs.pdf4me.com/pdf4me-api/image/add-image-watermark-to-image/): Overlay a logo or watermark image onto another image. - [Add Text Watermark](https://docs.pdf4me.com/pdf4me-api/image/add-text-watermark-to-image/): Stamp text watermarks on images with custom font and opacity. - [Crop Image](https://docs.pdf4me.com/pdf4me-api/image/crop-image/): Crop images to specific dimensions or coordinate-based regions. - [Flip Image](https://docs.pdf4me.com/pdf4me-api/image/flip-image/): Flip images horizontally or vertically. - [Resize Image](https://docs.pdf4me.com/pdf4me-api/image/resize-image/): Resize images to exact pixel dimensions or by percentage scale. - [Rotate Image](https://docs.pdf4me.com/pdf4me-api/image/rotate-image/): Rotate images by any angle. - [Rotate Image by EXIF Data](https://docs.pdf4me.com/pdf4me-api/image/rotate-image-by-exif-data/): Auto-correct image orientation using embedded EXIF metadata. - [Get Image Metadata](https://docs.pdf4me.com/pdf4me-api/image/get-image-metadata/): Extract EXIF, IPTC, and XMP metadata from image files. - [Remove EXIF Tags](https://docs.pdf4me.com/pdf4me-api/image/remove-exif-tags-from-image/): Strip metadata from images for privacy compliance. ### Excel Operations - [Merge Excel Files](https://docs.pdf4me.com/pdf4me-api/excel/merge-files/): Combine multiple .xlsx files into a single workbook. - [Extract Rows](https://docs.pdf4me.com/pdf4me-api/excel/extract-rows/): Extract specific rows from an Excel worksheet by condition or range. - [Add Rows](https://docs.pdf4me.com/pdf4me-api/excel/add-rows/): Append new data rows to an existing Excel worksheet. - [Update Rows](https://docs.pdf4me.com/pdf4me-api/excel/update-rows/): Update specific rows in an Excel sheet with new values. - [Delete Rows](https://docs.pdf4me.com/pdf4me-api/excel/delete-rows/): Remove specified rows from an Excel worksheet. - [Merge Rows](https://docs.pdf4me.com/pdf4me-api/excel/merge-rows/): Merge row data across multiple sheets or files. - [Extract Worksheets](https://docs.pdf4me.com/pdf4me-api/excel/extract-worksheets/): Extract specific worksheets from a multi-sheet Excel file. - [Delete Worksheets](https://docs.pdf4me.com/pdf4me-api/excel/delete-worksheets/): Remove unwanted worksheets from an Excel workbook. - [Add Text Watermark](https://docs.pdf4me.com/pdf4me-api/excel/add-text-watermark/): Add watermark text to Excel worksheet headers. - [Add Image Header/Footer](https://docs.pdf4me.com/pdf4me-api/excel/add-image-header-footer/): Insert images into Excel worksheet headers or footers. - [Add Text Header/Footer](https://docs.pdf4me.com/pdf4me-api/excel/add-text-header-footer/): Add text content to Excel worksheet headers or footers. - [Remove Header/Footer](https://docs.pdf4me.com/pdf4me-api/excel/remove-header-footer/): Clear header and footer content from Excel worksheets. - [Remove Watermark](https://docs.pdf4me.com/pdf4me-api/excel/remove-watermark/): Remove watermark text from Excel worksheets. - [Replace Text](https://docs.pdf4me.com/pdf4me-api/excel/replace-text/): Find and replace text strings within Excel cell content. - [Parse CSV](https://docs.pdf4me.com/pdf4me-api/excel/parse-csv/): Parse CSV files and convert to structured Excel format. - [Secure Excel](https://docs.pdf4me.com/pdf4me-api/excel/secure-document/): Password-protect Excel workbooks. - [Unlock Excel](https://docs.pdf4me.com/pdf4me-api/excel/unlock-document/): Remove password protection from Excel files. ### Word Operations - [Merge Word Documents](https://docs.pdf4me.com/pdf4me-api/pdf4me-word/merge-documents/): Combine multiple .docx files into a single Word document. - [Split Word Document](https://docs.pdf4me.com/pdf4me-api/pdf4me-word/split-document/): Split a Word document by heading level, page count, or section breaks. - [Compare Documents](https://docs.pdf4me.com/pdf4me-api/pdf4me-word/compare-documents/): Compare two Word documents and generate a redlined difference report. - [Replace Text in Word](https://docs.pdf4me.com/pdf4me-api/pdf4me-word/replace-text/): Find and replace text strings in Word documents programmatically. - [Replace Text with Image in Word](https://docs.pdf4me.com/pdf4me-api/pdf4me-word/replace-text-with-image/): Swap text placeholders in Word for embedded images. - [Add Text Watermark to Word](https://docs.pdf4me.com/pdf4me-api/pdf4me-word/add-text-watermark/): Add text watermarks to Word documents. - [Add Image Watermark to Word](https://docs.pdf4me.com/pdf4me-api/pdf4me-word/add-watermark/): Overlay image watermarks on Word documents. - [Extract Metadata from Word](https://docs.pdf4me.com/pdf4me-api/pdf4me-word/extract-metadata/): Read document properties and custom metadata from Word files. - [Optimize Word Document](https://docs.pdf4me.com/pdf4me-api/pdf4me-word/optimize-document/): Reduce Word file size by removing unused styles and embedded objects. - [Secure Word Document](https://docs.pdf4me.com/pdf4me-api/pdf4me-word/secure-document/): Password-protect Word documents. - [Delete Pages from Word](https://docs.pdf4me.com/pdf4me-api/pdf4me-word/delete-pages/): Remove specific pages from a Word document. - [Update Headers/Footers in Word](https://docs.pdf4me.com/pdf4me-api/pdf4me-word/update-headers-footers/): Modify header and footer content in Word documents. - [Update Table of Contents](https://docs.pdf4me.com/pdf4me-api/pdf4me-word/update-table-of-contents/): Refresh or regenerate the table of contents in a Word document. --- ## Document Generation — Word Template Syntax PDF4me supports a powerful Word template engine for mail merge and document generation. Templates use `{{variable}}` syntax with support for tables, images, HTML content, repeating sections, and conditional logic. - [Word Template Syntax Overview](https://docs.pdf4me.com/general-guidelines/word-template-syntax/overview/): Introduction to the template engine, supported syntax, and how to structure templates. - [Variables in Templates](https://docs.pdf4me.com/general-guidelines/word-template-variables/): Bind JSON data fields to Word template placeholders using `{{fieldName}}` syntax. - [Tables in Templates](https://docs.pdf4me.com/general-guidelines/word-template-tables/): Render dynamic tables from JSON arrays using table row repeat syntax. - [Repeat Paragraphs and Sections](https://docs.pdf4me.com/general-guidelines/word-template-syntax/repeat-paragraphs/): Repeat blocks of content for each item in a JSON array. - [Insert Images in Templates](https://docs.pdf4me.com/general-guidelines/word-template-syntax/insert-images/): Embed dynamic images into Word templates from URLs or base64 data. - [Insert HTML in Templates](https://docs.pdf4me.com/general-guidelines/word-template-syntax/insert-html/): Render HTML content inside Word document templates. - [Formatting in Templates](https://docs.pdf4me.com/general-guidelines/word-template-syntax/formatting/): Apply conditional formatting, number formatting, and date formatting in templates. - [Text Controls in Templates](https://docs.pdf4me.com/general-guidelines/word-template-syntax/text-controls/): Use content controls for structured data entry in Word templates. - [Lists in Templates](https://docs.pdf4me.com/general-guidelines/word-template-lists/): Generate dynamic bullet and numbered lists from JSON arrays. - [Hyperlinks in Templates](https://docs.pdf4me.com/general-guidelines/word-template-hyperlinks/): Insert dynamic hyperlinks into Word document output. - [Enumeration in Templates](https://docs.pdf4me.com/general-guidelines/word-template-enumeration/): Number items in a repeating section automatically. - [Inserting Documents](https://docs.pdf4me.com/general-guidelines/word-template-syntax/inserting-documents/): Embed one Word document inside another using template syntax. - [Generate from Word Template (Power Automate)](https://docs.pdf4me.com/general-guidelines/generate-document-word-template-power-automate/): Step-by-step guide to document generation with Word templates in Power Automate. - [Generate from Word Template (Make)](https://docs.pdf4me.com/general-guidelines/generate-document-word-template-make/): Document generation with Word templates in Make (Integromat). - [Generate from Word Template (Zapier)](https://docs.pdf4me.com/general-guidelines/generate-document-word-template-zapier/): Document generation with Word templates in Zapier. - [Generate from HTML Template (Make)](https://docs.pdf4me.com/general-guidelines/generate-document-html-template-make/): Use HTML templates with data binding in Make. - [Generate from HTML Template (Zapier)](https://docs.pdf4me.com/general-guidelines/generate-document-html-template-zapier/): Use HTML templates with data binding in Zapier. - [Set Up Classify Document](https://docs.pdf4me.com/general-guidelines/set-up-classify-document/): Configure PDF4me's AI document classifier with custom document types. - [Prepare Parse Info for a Document](https://docs.pdf4me.com/general-guidelines/prepare-parse-info-document/): Create the parse definition JSON required for AI-powered data extraction. --- ## No-Code Integrations ### Power Automate Connect PDF4me to Microsoft Power Automate for automated document workflows in SharePoint, OneDrive, Teams, and Outlook. - [Power Automate — Getting Started](https://docs.pdf4me.com/integration/power-automate/getting-started/): Install the connector, authenticate, and build your first PDF automation flow. - [Power Automate — Authorization](https://docs.pdf4me.com/integration/power-automate/authorization/): Authentication options and connector permission scopes. **Convert:** [To PDF](https://docs.pdf4me.com/integration/power-automate/convert/convert-to-pdf/) · [URL to PDF](https://docs.pdf4me.com/integration/power-automate/convert/convert-url-to-pdf/) · [HTML to PDF](https://docs.pdf4me.com/integration/power-automate/convert/html-to-pdf/) · [Markdown to PDF](https://docs.pdf4me.com/integration/power-automate/convert/convert-markdown-to-pdf/) · [PDF to Word](https://docs.pdf4me.com/integration/power-automate/convert/pdf-to-word/) · [PDF to Excel](https://docs.pdf4me.com/integration/power-automate/convert/pdf-to-excel/) · [PDF to PowerPoint](https://docs.pdf4me.com/integration/power-automate/convert/convert-pdf-to-powerpoint/) · [Create PDF/A](https://docs.pdf4me.com/integration/power-automate/convert/create-pdfa/) · [JSON to Excel](https://docs.pdf4me.com/integration/power-automate/convert/convert-json-to-excel/) · [Visio to PDF](https://docs.pdf4me.com/integration/power-automate/convert/convert-visio/) · [Word to PDF Form](https://docs.pdf4me.com/integration/power-automate/convert/convert-word-to-pdf-form/) **Edit:** [Add Header/Footer](https://docs.pdf4me.com/integration/power-automate/edit/add-html-header-footer-pdf/) · [Add Page Numbers](https://docs.pdf4me.com/integration/power-automate/edit/add-page-number-pdf/) · [Sign PDF](https://docs.pdf4me.com/integration/power-automate/edit/sign-pdf/) · [Digital Sign](https://docs.pdf4me.com/integration/power-automate/edit/digital-sign/) · [Image Stamp](https://docs.pdf4me.com/integration/power-automate/pdf/image-stamp/) · [Text Stamp](https://docs.pdf4me.com/integration/power-automate/edit/add-text-stamp-pdf/) · [Add Margin](https://docs.pdf4me.com/integration/power-automate/edit/add-margin-to-pdf/) · [Add Attachment](https://docs.pdf4me.com/integration/power-automate/edit/add-attachment-to-pdf/) · [Add Form Field](https://docs.pdf4me.com/integration/power-automate/edit/add-form-field-to-pdf/) · [PDF OCR](https://docs.pdf4me.com/integration/power-automate/edit/pdf-ocr/) · [Find & Replace](https://docs.pdf4me.com/integration/power-automate/find-search/find-replace-text/) **Merge & Split:** [Merge PDFs](https://docs.pdf4me.com/integration/power-automate/merge-split/merge-multiple-pdfs/) · [Merge Overlay](https://docs.pdf4me.com/integration/power-automate/merge-split/merge-overlay/) · [Split PDF](https://docs.pdf4me.com/integration/power-automate/merge-split/split-pdf/) · [Split by Barcode](https://docs.pdf4me.com/integration/power-automate/merge-split/split-pdf-barcode/) · [Split by Text](https://docs.pdf4me.com/integration/power-automate/merge-split/split-pdf-text/) · [Split by Swiss QR](https://docs.pdf4me.com/integration/power-automate/merge-split/split-pdf-swiss-qr/) · [Mail Merge](https://docs.pdf4me.com/integration/power-automate/merge-split/mail-merge-data-string/) **Extract:** [Classify Document](https://docs.pdf4me.com/integration/power-automate/extract/classify-document/) · [Parse Document](https://docs.pdf4me.com/integration/power-automate/pdf/parse-document/) · [Extract Form Data](https://docs.pdf4me.com/integration/power-automate/extract/extract-form-data-pdf/) · [Extract Table](https://docs.pdf4me.com/integration/power-automate/extract/extract-table-pdf/) · [Extract Text](https://docs.pdf4me.com/integration/power-automate/extract/extract-text-expression/) · [Extract Pages](https://docs.pdf4me.com/integration/power-automate/extract/extract-pages/) · [Extract Attachment](https://docs.pdf4me.com/integration/power-automate/pdf/extract-attachment-from-pdf/) **Generate:** [Single Document](https://docs.pdf4me.com/integration/power-automate/generate/generate-document-single/) · [Multiple Documents](https://docs.pdf4me.com/integration/power-automate/generate/generate-documents-multiple/) · [From Word Template](https://docs.pdf4me.com/integration/power-automate/generate/generate-document-from-word/) · [From HTML Template](https://docs.pdf4me.com/integration/power-automate/generate/generate-document-from-html/) **Barcode:** [Add to PDF](https://docs.pdf4me.com/integration/power-automate/barcode/add-barcode-to-pdf/) · [Create Barcode](https://docs.pdf4me.com/integration/power-automate/barcode/create-barcode/) · [Read from PDF](https://docs.pdf4me.com/integration/power-automate/barcode/read-barcode-from-pdf/) · [Read from Image](https://docs.pdf4me.com/integration/power-automate/barcode/read-barcode-from-image/) · [Swiss QR Bill](https://docs.pdf4me.com/integration/power-automate/barcode/create-swissqr-bill/) · [Read Swiss QR](https://docs.pdf4me.com/integration/power-automate/barcode/read-swissqr-code/) · [EPC QR / SEPA](https://docs.pdf4me.com/integration/power-automate/barcode/generate-epc-qr-code-sepa-payment/) **Security:** [Protect PDF](https://docs.pdf4me.com/integration/power-automate/security/protect-document/) · [Unlock PDF](https://docs.pdf4me.com/integration/power-automate/security/unlock-pdf/) **PDF AI:** [AI Invoice Parser](https://docs.pdf4me.com/integration/power-automate/pdf4me-ai/ai-invoice-parser/) · [Bank Statement](https://docs.pdf4me.com/integration/power-automate/pdf4me-ai/ai-bank-statement-parser/) · [Bank Cheque](https://docs.pdf4me.com/integration/power-automate/pdf4me-ai/ai-bank-cheque-parser/) · [Contract](https://docs.pdf4me.com/integration/power-automate/pdf4me-ai/ai-contract-parser/) · [Credit Card](https://docs.pdf4me.com/integration/power-automate/pdf4me-ai/ai-credit-card-parser/) · [Health Card](https://docs.pdf4me.com/integration/power-automate/pdf4me-ai/ai-health-card-parser/) · [Marriage Certificate](https://docs.pdf4me.com/integration/power-automate/pdf4me-ai/ai-marriage-certificate-parser/) · [Mortgage Document](https://docs.pdf4me.com/integration/power-automate/pdf4me-ai/ai-mortgage-document-parser/) · [Pay Stub / Payslip](https://docs.pdf4me.com/integration/power-automate/pdf4me-ai/ai-pay-stub-payslip-parser/) · [Receipt](https://docs.pdf4me.com/integration/power-automate/pdf4me-ai/ai-receipt-parser/) · [Tax Document](https://docs.pdf4me.com/integration/power-automate/pdf4me-ai/ai-tax-document-parser/) ### Zapier - [Zapier — Getting Started](https://docs.pdf4me.com/integration/zapier/getting-started/): Connect PDF4me to Zapier and automate PDF tasks in any Zap. **Convert:** [To PDF](https://docs.pdf4me.com/integration/zapier/convert/convert-to-pdf/) · [URL to PDF](https://docs.pdf4me.com/integration/zapier/convert/convert-url-to-pdf/) · [HTML to PDF](https://docs.pdf4me.com/integration/zapier/convert/convert-html-to-pdf/) · [PDF to Word](https://docs.pdf4me.com/integration/zapier/convert/pdf-to-word/) · [PDF to Excel](https://docs.pdf4me.com/integration/zapier/convert/pdf-to-excel/) · [PDF to PowerPoint](https://docs.pdf4me.com/integration/zapier/convert/pdf-to-powerpoint/) · [JSON to Excel](https://docs.pdf4me.com/integration/zapier/convert/convert-json-to-excel/) · [Image Format](https://docs.pdf4me.com/integration/zapier/convert/convert-image-format/) · [Visio](https://docs.pdf4me.com/integration/zapier/convert/convert-visio/) · [Word to PDF Form](https://docs.pdf4me.com/integration/zapier/convert/convert-word-to-pdf-form/) **Edit:** [Add Header/Footer](https://docs.pdf4me.com/integration/zapier/edit/add-html-header-footer-to-pdf/) · [Add Page Numbers](https://docs.pdf4me.com/integration/zapier/edit/add-page-number-to-pdf/) · [Sign PDF](https://docs.pdf4me.com/integration/zapier/edit/sign-pdf/) · [Add Barcode](https://docs.pdf4me.com/integration/zapier/edit/add-barcode-to-pdf/) · [Add Form Field](https://docs.pdf4me.com/integration/zapier/edit/add-form-field-to-pdf/) · [Add Margin](https://docs.pdf4me.com/integration/zapier/edit/add-margin-to-pdf/) · [Add Attachment](https://docs.pdf4me.com/integration/zapier/edit/add-attachment-to-pdf/) · [Flatten PDF](https://docs.pdf4me.com/integration/zapier/edit/flatten-pdf/) · [Crop PDF](https://docs.pdf4me.com/integration/zapier/edit/crop-pdf/) · [Create Hyperlinks](https://docs.pdf4me.com/integration/zapier/edit/create-hyperlinks-in-pdf/) · [Delete Hyperlinks](https://docs.pdf4me.com/integration/zapier/edit/delete-hyperlinks-from-pdf/) **Merge & Split:** [Merge PDFs](https://docs.pdf4me.com/integration/zapier/merge-split/merge-multiple-pdfs/) **Barcode:** [Create Barcode](https://docs.pdf4me.com/integration/zapier/barcode/create-barcode/) · [Swiss QR Bill](https://docs.pdf4me.com/integration/zapier/barcode/create-swissqr-bill/) · [EPC QR / SEPA](https://docs.pdf4me.com/integration/zapier/barcode/create-epc-qr-code/) · [Read Barcodes](https://docs.pdf4me.com/integration/zapier/barcode/read-barcodes/) · [Read Swiss QR](https://docs.pdf4me.com/integration/zapier/barcode/read-swissqr-code/) **Extract:** [Extract Form Data](https://docs.pdf4me.com/integration/zapier/extract/extract-for-data-from-pdf-document/) · [Extract Table](https://docs.pdf4me.com/integration/zapier/extract/extract-table-from-pdf/) · [Extract Pages](https://docs.pdf4me.com/integration/zapier/extract/extract-pages-from-pdf/) · [Extract Text](https://docs.pdf4me.com/integration/zapier/extract/extract-text-by-expression/) · [Extract Hyperlinks](https://docs.pdf4me.com/integration/zapier/extract/extract-hyperlinks-from-pdf/) · [Extract Attachment](https://docs.pdf4me.com/integration/zapier/extract/extract-attachment-from-pdf/) **Generate:** [Single Document](https://docs.pdf4me.com/integration/zapier/generate/generate-document-single/) · [Multiple Documents](https://docs.pdf4me.com/integration/zapier/generate/generate-documents-multiple/) ### Make (formerly Integromat) - [Make — Getting Started](https://docs.pdf4me.com/integration/make/getting-started/): Install the PDF4me app in Make and build your first scenario. **Convert:** [To PDF](https://docs.pdf4me.com/integration/make/convert/to-pdf/) · [URL to PDF](https://docs.pdf4me.com/integration/make/convert/url-to-pdf/) · [HTML to PDF](https://docs.pdf4me.com/integration/make/convert/html-to-pdf/) · [Markdown to PDF](https://docs.pdf4me.com/integration/make/convert/markdown-to-pdf/) · [PDF to Word](https://docs.pdf4me.com/integration/make/convert/pdf-to-word/) · [PDF to Excel](https://docs.pdf4me.com/integration/make/convert/pdf-to-excel/) · [PDF to PowerPoint](https://docs.pdf4me.com/integration/make/convert/pdf-to-powerpoint/) · [Create PDF/A](https://docs.pdf4me.com/integration/make/convert/create-pdfa/) · [JSON to Excel](https://docs.pdf4me.com/integration/make/convert/json-to-excel/) · [Visio](https://docs.pdf4me.com/integration/make/convert/visio/) · [Word to PDF Form](https://docs.pdf4me.com/integration/make/convert/word-to-pdf-form/) · [Flatten PDF](https://docs.pdf4me.com/integration/make/convert/flatten-pdf/) **Edit:** [Add Header/Footer](https://docs.pdf4me.com/integration/make/edit/add-html-header-footer/) · [Sign PDF](https://docs.pdf4me.com/integration/make/edit/sign-pdf/) · [Image Watermark](https://docs.pdf4me.com/integration/make/edit/add-image-watermark/) · [Text Watermark](https://docs.pdf4me.com/integration/make/edit/add-text-watermark/) · [Add Page Numbers](https://docs.pdf4me.com/integration/make/edit/add-page-number/) · [Add Margin](https://docs.pdf4me.com/integration/make/edit/add-margin-to-pdf/) · [Add Attachment](https://docs.pdf4me.com/integration/make/edit/add-attachments-to-pdf/) · [Update Hyperlinks](https://docs.pdf4me.com/integration/make/edit/update-hyperlinks/) **Merge & Split:** [Merge 2 PDFs](https://docs.pdf4me.com/integration/make/merge-split/merge-2-pdfs/) · [Merge Multiple PDFs](https://docs.pdf4me.com/integration/make/merge-split/merge-multiple-pdfs/) · [Merge Overlay](https://docs.pdf4me.com/integration/make/merge-split/merge-overlay/) · [Split PDF](https://docs.pdf4me.com/integration/make/merge-split/split-pdf/) · [Split by Barcode](https://docs.pdf4me.com/integration/make/merge-split/split-by-barcode/) · [Split by Text](https://docs.pdf4me.com/integration/make/merge-split/split-by-text/) · [Split by Swiss QR](https://docs.pdf4me.com/integration/make/merge-split/split-by-swiss-qr/) · [Mail Merge (Single)](https://docs.pdf4me.com/integration/make/merge-split/mail-merge-single-doc/) · [Mail Merge (List)](https://docs.pdf4me.com/integration/make/merge-split/mail-merge-list-docs/) **Extract:** [Classify Document](https://docs.pdf4me.com/integration/make/extract/classify-document/) · [Parse Document](https://docs.pdf4me.com/integration/make/extract/parse-document/) · [Extract Form Data](https://docs.pdf4me.com/integration/make/extract/extract-pdf-form-data/) · [Extract Text](https://docs.pdf4me.com/integration/make/extract/extract-text-by-expression/) · [Extract Pages](https://docs.pdf4me.com/integration/make/extract/extract-pages/) · [Extract Resources](https://docs.pdf4me.com/integration/make/extract/extract-resources/) · [Extract Attachment](https://docs.pdf4me.com/integration/make/extract/extract-attachment-from-pdf/) **Generate:** [Single Document](https://docs.pdf4me.com/integration/make/generate/generate-document-single/) · [Multiple Documents](https://docs.pdf4me.com/integration/make/generate/generate-documents-multiple/) **Barcode:** [Add to PDF](https://docs.pdf4me.com/integration/make/barcode/add-barcode-to-pdf/) · [Create Barcode](https://docs.pdf4me.com/integration/make/barcode/create-barcode/) · [Read from PDF](https://docs.pdf4me.com/integration/make/barcode/read-barcodes-from-pdf/) · [Swiss QR Bill](https://docs.pdf4me.com/integration/make/barcode/create-swissqr-bill/) · [Read Swiss QR](https://docs.pdf4me.com/integration/make/barcode/read-swissqr-code/) · [EPC QR / SEPA](https://docs.pdf4me.com/integration/make/barcode/generate-epc-qr-sepa/) **PDF AI:** [AI Invoice Parser](https://docs.pdf4me.com/integration/make/pdf4me-ai/ai-invoice-parser/) · [Bank Cheque](https://docs.pdf4me.com/integration/make/pdf4me-ai/ai-process-bank-cheque/) · [Bank Statement](https://docs.pdf4me.com/integration/make/pdf4me-ai/ai-process-bank-statement/) · [Contract](https://docs.pdf4me.com/integration/make/pdf4me-ai/ai-process-contract/) · [Credit Card](https://docs.pdf4me.com/integration/make/pdf4me-ai/ai-process-credit-card/) · [Health Card](https://docs.pdf4me.com/integration/make/pdf4me-ai/ai-process-health-card/) · [Marriage Certificate](https://docs.pdf4me.com/integration/make/pdf4me-ai/ai-process-marriage-certificate/) · [Mortgage Document](https://docs.pdf4me.com/integration/make/pdf4me-ai/ai-process-mortgage-document/) · [Pay Stub/Payslip](https://docs.pdf4me.com/integration/make/pdf4me-ai/ai-process-pay-stub-payslip/) · [Receipt](https://docs.pdf4me.com/integration/make/pdf4me-ai/ai-process-receipt/) · [Order](https://docs.pdf4me.com/integration/make/pdf4me-ai/ai-process-order/) ### n8n - [n8n — Getting Started](https://docs.pdf4me.com/integration/n8n/getting-started/): Add the PDF4me node to your n8n instance and configure credentials. **Convert:** [To PDF](https://docs.pdf4me.com/integration/n8n/convert/convert-to-pdf/) · [URL to PDF](https://docs.pdf4me.com/integration/n8n/convert/convert-url-to-pdf/) · [HTML to PDF](https://docs.pdf4me.com/integration/n8n/convert/convert-html-to-pdf/) · [Markdown to PDF](https://docs.pdf4me.com/integration/n8n/convert/markdown-to-pdf/) · [PDF to Word](https://docs.pdf4me.com/integration/n8n/convert/convert-pdf-to-word/) · [PDF to Excel](https://docs.pdf4me.com/integration/n8n/convert/convert-pdf-to-excel/) · [PDF to PowerPoint](https://docs.pdf4me.com/integration/n8n/convert/convert-pdf-to-powerpoint/) · [Create PDF/A](https://docs.pdf4me.com/integration/n8n/convert/create-pdfa/) · [Flatten PDF](https://docs.pdf4me.com/integration/n8n/convert/flatten-pdf/) · [Linearize PDF](https://docs.pdf4me.com/integration/n8n/convert/linearize-pdf/) · [JSON to Excel](https://docs.pdf4me.com/integration/n8n/convert/convert-json-to-excel/) · [Visio](https://docs.pdf4me.com/integration/n8n/convert/convert-visio/) · [Word to PDF Form](https://docs.pdf4me.com/integration/n8n/convert/convert-word-to-pdf-form/) **Edit:** [Add Header/Footer](https://docs.pdf4me.com/integration/n8n/edit/add-html-header-footer-to-pdf/) · [Add Page Numbers](https://docs.pdf4me.com/integration/n8n/edit/add-page-number-to-pdf/) · [Sign PDF](https://docs.pdf4me.com/integration/n8n/edit/sign-pdf/) · [Image Stamp](https://docs.pdf4me.com/integration/n8n/edit/add-image-stamp-to-pdf/) · [Text Stamp](https://docs.pdf4me.com/integration/n8n/edit/add-text-stamp-to-pdf/) · [Add Margin](https://docs.pdf4me.com/integration/n8n/edit/add-margin-to-pdf/) · [Add Attachment](https://docs.pdf4me.com/integration/n8n/edit/add-attachment-to-pdf/) **Merge & Split:** [Merge PDFs](https://docs.pdf4me.com/integration/n8n/merge-split/merge-multiple-pdfs/) · [Overlay](https://docs.pdf4me.com/integration/n8n/merge-split/overlay-pdfs/) · [Split PDF](https://docs.pdf4me.com/integration/n8n/merge-split/split-pdf/) · [Split by Barcode](https://docs.pdf4me.com/integration/n8n/merge-split/split-pdf-barcode/) · [Split by Text](https://docs.pdf4me.com/integration/n8n/merge-split/split-pdf-by-text/) · [Split by Swiss QR](https://docs.pdf4me.com/integration/n8n/merge-split/split-pdf-swiss-qr/) **Extract:** [Classify Document](https://docs.pdf4me.com/integration/n8n/extract/classify-document/) · [Parse Document](https://docs.pdf4me.com/integration/n8n/extract/parse-document/) · [Extract Form Data](https://docs.pdf4me.com/integration/n8n/extract/extract-form-data-from-pdf/) · [Extract Table](https://docs.pdf4me.com/integration/n8n/extract/extract-table-from-pdf/) · [Extract Text](https://docs.pdf4me.com/integration/n8n/extract/extract-text-by-expression/) · [Extract Pages](https://docs.pdf4me.com/integration/n8n/organize/extract-pages-from-pdf/) · [Extract Attachment](https://docs.pdf4me.com/integration/n8n/extract/extract-attachment-from-pdf/) **Generate:** [Single Document](https://docs.pdf4me.com/integration/n8n/generate/generate-document-single/) · [Multiple Documents](https://docs.pdf4me.com/integration/n8n/generate/generate-documents-multiple/) **Barcode:** [Add to PDF](https://docs.pdf4me.com/integration/n8n/barcode/add-barcode-to-pdf/) · [Create Barcode](https://docs.pdf4me.com/integration/n8n/barcode/create-barcode/) · [Read from PDF](https://docs.pdf4me.com/integration/n8n/barcode/read-barcode-from-pdf/) · [Swiss QR Bill](https://docs.pdf4me.com/integration/n8n/barcode/create-swiss-qr-bill/) · [Read Swiss QR](https://docs.pdf4me.com/integration/n8n/barcode/read-swiss-qr-code/) **PDF AI:** [AI Invoice Parser](https://docs.pdf4me.com/integration/n8n/pdf4me-ai/ai-invoice-parser/) · [Bank Cheque](https://docs.pdf4me.com/integration/n8n/pdf4me-ai/ai-process-bank-cheque/) · [Bank Statement](https://docs.pdf4me.com/integration/n8n/pdf4me-ai/ai-process-bank-statement/) · [Contract](https://docs.pdf4me.com/integration/n8n/pdf4me-ai/ai-process-contract/) · [Credit Card](https://docs.pdf4me.com/integration/n8n/pdf4me-ai/ai-process-credit-card/) · [Health Card](https://docs.pdf4me.com/integration/n8n/pdf4me-ai/ai-process-health-card/) · [Marriage Certificate](https://docs.pdf4me.com/integration/n8n/pdf4me-ai/ai-process-marriage-certificate/) · [Mortgage Document](https://docs.pdf4me.com/integration/n8n/pdf4me-ai/ai-process-mortgage-document/) · [Pay Stub/Payslip](https://docs.pdf4me.com/integration/n8n/pdf4me-ai/ai-process-pay-stub-payslip/) · [Receipt](https://docs.pdf4me.com/integration/n8n/pdf4me-ai/ai-process-receipt/) · [Tax Document](https://docs.pdf4me.com/integration/n8n/pdf4me-ai/ai-process-tax-document/) --- ## Extensions - [Extensions Overview](https://docs.pdf4me.com/extensions/): All available PDF4me browser and platform extensions. - [Chrome Extension](https://docs.pdf4me.com/extensions/install-pdf4me-chrome/): Install and use the PDF4me Chrome extension to convert, compress, and sign PDFs directly from any website. - [Google Workspace Add-on](https://docs.pdf4me.com/extensions/install-pdf4me-google-workspace/): Process PDFs from Google Docs, Sheets, and Drive using the PDF4me Workspace add-on. - [Microsoft Teams App](https://docs.pdf4me.com/extensions/install-pdf4me-microsoft-teams/): Use PDF4me document actions directly inside Microsoft Teams tabs and conversations. --- ## Interactive API Tester Test any PDF4me API endpoint live in your browser — no code required. - [API Tester Overview](https://docs.pdf4me.com/url-api-tester/): How to use the in-browser PDF4me API tester to send requests and inspect responses. --- ## Developer Blog How-to tutorials, workflow automation recipes, and integration guides written by the PDF4me team. - [Blog Index](https://docs.pdf4me.com/blog): All PDF4me developer blog posts. - [Add Barcodes / QR Codes to PDF — Complete Guide](https://docs.pdf4me.com/blog/add-barcodes-qr-codes-to-pdf-complete-guide/) - [Add HTML Header & Footer in Make](https://docs.pdf4me.com/blog/add-html-header-footer-pdf-make/) - [Add HTML Header & Footer in n8n](https://docs.pdf4me.com/blog/add-html-header-footer-pdf-n8n/) - [Add HTML Header & Footer in Power Automate](https://docs.pdf4me.com/blog/add-html-header-footer-pdf-power-automate) - [Add HTML Header & Footer in Zapier](https://docs.pdf4me.com/blog/add-html-header-footer-pdf-zapier/) - [AI Invoice Processing in Power Automate](https://docs.pdf4me.com/blog/ai-invoice-processing-power-automate/) - [AI Invoice to Text with Zapier + Dropbox](https://docs.pdf4me.com/blog/ai-invoice-to-text-zapier-dropbox/) - [Classify Document in Make](https://docs.pdf4me.com/blog/classify-document-pdf4me-make/) - [Classify Document in n8n](https://docs.pdf4me.com/blog/classify-document-pdf4me-n8n/) - [Classify Document in Power Automate](https://docs.pdf4me.com/blog/classify-document-pdf4me-powerautomate/) - [Classify Document in Zapier](https://docs.pdf4me.com/blog/classify-document-pdf4me-zapier/) - [Compress & Convert to PDF/A in n8n](https://docs.pdf4me.com/blog/compress-pdfa-n8n-workflow/) - [Convert PDF to PDF/A in Make](https://docs.pdf4me.com/blog/convert-pdf-pdfa-archival-make/) - [Convert PDF to PDF/A in Power Automate](https://docs.pdf4me.com/blog/convert-pdf-pdfa-power-automate-archival/) - [Convert PDF to PDF/A in Zapier](https://docs.pdf4me.com/blog/convert-pdf-pdfa-zapier-archival/) - [Excel to PDF with Make + Dropbox](https://docs.pdf4me.com/blog/excel-to-pdf-make-dropbox-workflow/) - [Excel to PDF with n8n + Dropbox](https://docs.pdf4me.com/blog/excel-to-pdf-n8n-dropbox-workflow/) - [Excel to PDF with Power Automate + Dropbox](https://docs.pdf4me.com/blog/excel-to-pdf-power-automate-dropbox/) - [Extract and Map Invoice Data with Zapier + AI](https://docs.pdf4me.com/blog/extract-and-map-invoice-data-zapier-pdf4me-ai/) - [Extract Form Data in Make + Dropbox](https://docs.pdf4me.com/blog/extract-form-data-pdf-make-dropbox-workflow/) - [Extract Form Data in n8n + Dropbox](https://docs.pdf4me.com/blog/extract-form-data-pdf-n8n-dropbox-workflow/) - [Extract Form Data in Power Automate + Dropbox](https://docs.pdf4me.com/blog/extract-form-data-pdf-power-automate-dropbox/) - [Extract Text in Power Automate](https://docs.pdf4me.com/blog/extract-text-power-automate/) - [Extract Text from Scanned PDFs in Zapier](https://docs.pdf4me.com/blog/extract-text-zapier-scanned-pdfs/) - [Fill PDF Form with JSON in Make](https://docs.pdf4me.com/blog/fill-pdf-form-json-make-workflow/) - [Fill PDF Form in n8n](https://docs.pdf4me.com/blog/fill-pdf-form-n8n-workflow/) - [Fill PDF Form in Power Automate](https://docs.pdf4me.com/blog/fill-pdf-form-power-automate-workflow/) - [Fill PDF Form in Zapier](https://docs.pdf4me.com/blog/fill-pdf-form-zapier-workflow/) - [Generate Document from Google Docs in Make](https://docs.pdf4me.com/blog/google-docs-generate-document-make/) - [Generate Document from Google Docs in Zapier](https://docs.pdf4me.com/blog/google-docs-generate-document-zapier-trigger/) - [HTML to PDF in Make](https://docs.pdf4me.com/blog/html-to-pdf-make-workflow/) - [HTML to PDF in n8n](https://docs.pdf4me.com/blog/html-to-pdf-n8n-workflow/) - [HTML to PDF in Power Automate](https://docs.pdf4me.com/blog/html-to-pdf-power-automate-workflow/) - [HTML to PDF in Zapier](https://docs.pdf4me.com/blog/html-to-pdf-zapier-workflow/) - [Image Compression API Tutorial with Postman](https://docs.pdf4me.com/blog/image-compression-api-postman-tutorial/) - [Introducing the PDF4me API Tester](https://docs.pdf4me.com/blog/introducing-pdf4me-api-tester/) - [Mail Merge with Make](https://docs.pdf4me.com/blog/mail-merge-make-workflow/) - [Mail Merge with Zapier](https://docs.pdf4me.com/blog/mail-merge-zapier-trigger-workflow/) - [Merge Multiple PDFs in a Folder with Make](https://docs.pdf4me.com/blog/merge-multiple-pdfs-folder-make/) - [Parse Invoices with AI in Make](https://docs.pdf4me.com/blog/parse-invoices-ai-make-automation/) - [Parse Invoices with AI in n8n](https://docs.pdf4me.com/blog/parse-invoices-n8n-upload-ai/) - [PDF to Excel with n8n + OCR + Dropbox](https://docs.pdf4me.com/blog/pdf-to-excel-n8n-ocr-dropbox/) - [PDF to Excel with Power Automate + OCR](https://docs.pdf4me.com/blog/pdf-to-excel-power-automate-ocr-workflow/) - [PDF to PowerPoint with Make + OCR + Dropbox](https://docs.pdf4me.com/blog/pdf-to-powerpoint-make-ocr-dropbox/) - [PDF4me Extensions Complete Guide](https://docs.pdf4me.com/blog/pdf4me-extensions-complete-guide/) - [Rename Files Dynamically in n8n](https://docs.pdf4me.com/blog/rename-files-dynamically-pdf4me-n8n/) - [Rename Files Dynamically in Power Automate](https://docs.pdf4me.com/blog/rename-files-dynamically-pdf4me-powerautomate/) - [Rename PDFs Using Swiss QR in Power Automate](https://docs.pdf4me.com/blog/rename-pdfs-swissqr-sharepoint-powerautomate/) - [Rename PDFs Using Barcode in Make](https://docs.pdf4me.com/blog/rename-pdfs-using-barcode-pdf4me-make/) - [Rename PDFs Using Barcode in n8n](https://docs.pdf4me.com/blog/rename-pdfs-using-barcode-pdf4me-n8n/) - [Rename PDFs Using Barcode in Power Automate](https://docs.pdf4me.com/blog/rename-pdfs-using-barcode-powerautomate/) - [Rename PDFs Using Barcode in Zapier](https://docs.pdf4me.com/blog/rename-pdfs-using-barcode-zapier/) - [Rename PDFs Using Parse in Make](https://docs.pdf4me.com/blog/rename-pdfs-using-parse-make/) - [Rename PDFs Using Parse in Zapier](https://docs.pdf4me.com/blog/rename-pdfs-using-parse-zapier/) - [Rename PDFs Using Swiss QR in Make](https://docs.pdf4me.com/blog/rename-pdfs-using-swissqr-make/) - [Rename PDFs Using Swiss QR in n8n](https://docs.pdf4me.com/blog/rename-pdfs-using-swissqr-pdf4me-n8n/) - [Rename PDFs Using Swiss QR in Zapier](https://docs.pdf4me.com/blog/rename-pdfs-using-swissqr-zapier/) - [Sign & Fill PDF in Make](https://docs.pdf4me.com/blog/sign-fill-pdf-make-workflow/) - [Sign & Fill PDF in Power Automate](https://docs.pdf4me.com/blog/sign-fill-pdf-power-automate-workflow/) - [Split PDF by Barcode in n8n](https://docs.pdf4me.com/blog/split-pdf-barcode-n8n-workflow/) - [Split PDF by Barcode in Make](https://docs.pdf4me.com/blog/split-pdf-by-barcode-make/) - [Split PDF by Barcode in Power Automate](https://docs.pdf4me.com/blog/split-pdf-by-barcode-power-automate/) - [Split PDF by Barcode in Zapier](https://docs.pdf4me.com/blog/split-pdf-by-barcode-zapier/) - [Swiss QR + Merge in Make](https://docs.pdf4me.com/blog/swiss-qr-merge-make-workflow/) - [Swiss QR + Merge in n8n](https://docs.pdf4me.com/blog/swiss-qr-merge-n8n-workflow/) - [Swiss QR + Merge in Power Automate](https://docs.pdf4me.com/blog/swiss-qr-merge-power-automate/) - [Validate PDFs with Dropbox in Power Automate](https://docs.pdf4me.com/blog/validate-pdfs-dropbox-power-automate/) - [Word to PDF/A in Make](https://docs.pdf4me.com/blog/word-to-pdfa-make-convert-then-archive/) - [Word to PDF/A in Power Automate](https://docs.pdf4me.com/blog/word-to-pdfa-power-automate-convert-then-archive/) - [Word to PDF/A in Zapier](https://docs.pdf4me.com/blog/word-to-pdfa-zapier-convert-then-archive/) - [ZUGFeRD Invoice in n8n + Dropbox](https://docs.pdf4me.com/blog/zugferd-invoice-n8n-dropbox-json-workflow/) - [ZUGFeRD Invoice in Power Automate + Dropbox](https://docs.pdf4me.com/blog/zugferd-invoice-power-automate-dropbox-json-workflow/) --- ## Social & Community - LinkedIn: https://www.linkedin.com/company/pdf4me/ - X (Twitter): https://x.com/pdf4me - Instagram: https://www.instagram.com/pdf4me/ - Support: https://dev.pdf4me.com/support/ - Dashboard: https://dev.pdf4me.com/dashboard/