Block 1 - Pass through binary
- Type / Role
- n8n-nodes-base.set - set
- Config choices
- Version 3.4
This workflow is provided as-is. Please review and test before using in production.
Page2Image: Convert PDF to PNG Workflow (Multi Page Support) How It Works This workflow automatically converts each page of a multi page PDF into high quality PNG images. It uses the [PDF.co API](h...
n8n-nodes-base.set, n8n-nodes-base.httprequest, n8n-nodes-base.merge, n8n-nodes-base.manualtrigger, n8n-nodes-base.compression, n8n-nodes-base.aggregate, n8n-nodes-base.stickynote, n8n-nodes-base.html
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Ludwig.
Original n8n.io sourceThis workflow automatically converts each page of a multi-page PDF into high-quality PNG images. It uses the PDF.co API in the background to process the PDF and generate individual images for every page. The entire process is streamlined, making it ideal for converting documents quickly and efficiently.
Create a PDF.co Account: Sign up for a PDF.co account and get your API Key. This will be required for authentication.
Import the Workflow into n8n: Add the workflow to your n8n instance.
Enter Your API Key: In the workflow, enter your PDF.co API Key to authenticate the process.
Test the Workflow: Run the workflow, and check that each page of the sample PDFs has been converted to a PNG image.
Replace the sample PDFs with your own PDFs and get started automatically converting your PDFs to images!
Setup should take just a few minutes, assuming you already have your PDF.co API Key.
This workflow requires PDF.co’s API for converting PDF pages into PNG images. You’ll need an active PDF.co account and your unique API Key. Once you have that, just plug it into the workflow, and you’re ready to convert multi-page PDFs into PNGs instantly!
The workflow currently uses sample PDF files to demonstrate the conversion process. To make it work for your use case, replace the sample PDF logic with your own logic to retrieve PDFs. Whether the PDFs are uploaded, fetched from a URL, or pulled from a storage service, just plug your retrieval method into the workflow, and it will handle the conversion seamlessly.
The PDF.co Web API is REST-based, ensuring secure and efficient communication. All requests are transmitted over HTTPS to protect your data.
To use the API, you simply authenticate with your API Key and make requests to initiate the conversion. For this workflow, your API Key allows seamless communication with PDF.co to convert PDF pages into images.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 25 workflow blocks. Download the JSON for the full node graph.
| Workflow | Convert PDF to PNG with PDF.co API (multi-page support) |
|---|---|
| Complexity | advanced |
| Nodes | 25 |
| Categories | Document Extraction |
| Author | Ludwig |
| Published | 03 May 2025 |
Use the JSON export at /data/workflows/3847/3847.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Page2Image: Convert PDF to PNG Workflow (Multi Page Support) How It Works This workflow automatically converts each page of a multi page PDF into high quality PNG images. It uses the [PDF.co API](h...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Document Extraction use case.