Oliver Bühler
About
Projects
Blog
Resume
Tools
Contact
DE
EN
☾
DARK
DE
EN
☾
DARK
Home
>
Tools
>
Markdown → PDF
Markdown →
PDF
Write on the left, live preview on the right. Fine-tune and export as PDF.
File name
.pdf
Paper
A4
Letter
Orientation
Portrait
Landscape
PDF theme
Light
Dark
Options
Page numbers
Contents
Export PDF
Edit
Preview
Editor
B
I
H1
H2
“
Import
# Project Nimbus A tiny tool that turns **Markdown** into polished PDFs — right in your browser. > No uploads, no server. Everything runs locally on your device. ## Features - GitHub-flavored Markdown (tables, task lists) - Syntax-highlighted code blocks - Footnotes[^1] and blockquotes - Mermaid diagrams ### Task list - [x] Live preview - [x] Export to PDF - [ ] Custom templates ## Quick start ```bash npm install npm run dev ``` ## Configuration | Option | Default | Description | | ----------- | --------- | ----------------------- | | paperSize | A4 | A4 or Letter | | orientation | portrait | portrait or landscape | | pageNumbers | true | footer page numbers | ## Flow ```mermaid graph LR A[Markdown] --> B(Parse) B --> C{Render} C --> D[Preview] C --> E[PDF] ``` [^1]: Footnotes render at the bottom of the document.
144
words
897
chars
1 min read
Preview
A4 · Portrait