Pixtex
Open the editor →
guides

GETTING A WORKFLOW OUT OF n8n.

n8n exports workflows as JSON, which is the right format for a machine and the wrong one for every person you need to show it to. These are the practical ways round that — images, embeds, handovers, and what the file actually contains before you send it.

7 guides · 41 min · updated 28 July 2026

start hereExport6 min

How to export an n8n workflow as an image

n8n has no built-in image export. Its Download button produces workflow JSON, and its canvas has no "save as PNG" option. To get an image you render that JSON with a separate tool: paste the file into Pixtex and download a PNG, SVG, JPEG, WebP or PDF of the canvas at up to 4× resolution — no screenshotting, no cropping, and nothing lost off the edge of the viewport.

Read the guide →

Making the image

Getting a picture out of a workflow that n8n will only hand you as JSON.

Publishing it

Putting the diagram somewhere other people will actually run into it.

Handing it over

What to send a client or a stranger — and what to strip out before you do.

Not sure which one

You run an agency
and the client keeps asking for "the documentation". How to document an n8n workflow for a client
You sell or publish templates
and the listing image is doing the selling. Images for n8n templates and tutorials
You ship code
and the diagram in the README went stale two commits ago. Embed an n8n workflow diagram in a README

We also measured 10,957 of them

A census of the public n8n.io template library — how big a real workflow is, what it is built out of, and how many carry a sticky note. Raw data published under CC BY.

read the research →

Try it on your own workflow

In n8n: open the workflow, menu, Download. Drop that file on the editor and export a PNG, SVG or PDF. Free, no account, nothing to install.