Skip to content

Create PDF from Markdown Node

Document/PDF

Typesets Markdown into a paginated PDF with selectable text, tables, code blocks, charts and embedded images

pdf_create_from_markdownmedia
Inputs10
Outputs3
Security exposure8/10
Packagemedia

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
8/10High
PrivacyPotential sensitivity of processed data.
8/10High
PerformanceRuntime or resource pressure.
6/10Medium
GovernancePolicy, audit, or compliance impact.
8/10High
ReliabilityOperational stability considerations.
7/10High
CostExternal or compute cost impact.
9/10High

Input Pins

10

Input

Execution
exec_in

Trigger

Markdown

String
markdown

Markdown source to typeset

Output Path

Struct
output

Save path

FlowPathFlowPath3 fields
pathstringrequired
store_refstringrequired
cache_store_refstring | null
Schema enforced

Page Size

String
page_size

Page geometry

Default a4
a4letterlegala5a3

Embed Images

Boolean
embed_images

Download and embed images referenced by the Markdown. Disable to render placeholders instead.

Default true

Page Numbers

Boolean
page_numbers

Print a page number in the footer

Default true

Title

String
title

Document title. Also sets the running header and the cover block.

Subtitle

String
subtitle

Secondary line under the title on the cover block

Cover Block

Boolean
cover

Open the document with the accent title block

Default true

Author

String
author

Document author metadata

Output Pins

3

Done

Execution
exec_out

Continues

Result

Struct
result

Output file path

FlowPathFlowPath3 fields
pathstringrequired
store_refstringrequired
cache_store_refstring | null

Pages

Integer
pages

Number of pages written

Node Info

Internal name
pdf_create_from_markdown
Category
Document/PDF