How to convert README.md to PDF
- Drop a local README.md file or paste README Markdown.
- Check the live preview for headings, links, tables, code blocks, and Mermaid diagrams.
- Download a clean documentation PDF directly from the browser.
Drop a JSON or TOON file here
or click here to choose a file
Supports .json, .toon, and .txt files
Drop a Markdown or PDF file here
or click here to choose a file
Supports .md, .markdown, .txt, and .pdf files
Drop a PDF here
or click here to choose a file
100% local
README to PDF converter
MarkDone turns GitHub README.md files and repository documentation into PDFs with live preview, GFM-style tables, code blocks, links, and Mermaid diagrams. The conversion runs on your device, so private repository documentation is not uploaded to a server.
Preview common GitHub README elements such as tables, links, fenced code blocks, and Mermaid diagrams. Public absolute image URLs can render; relative repository paths may need to be changed to full URLs.
Export a README for onboarding, portfolio reviews, project proposals, client handoffs, or nontechnical stakeholders. The local workflow is also useful for private repositories and internal technical documentation.
README PDFs often need project metadata, install steps, tables, and code fences to survive the trip from GitHub to a document.
# Acme SDK  Install: ```bash npm install @acme/sdk ``` | Package | Runtime | |---|---| | core | Node 20 | | web | Browser | - [x] Authentication - [ ] Webhook guide
Private repository READMEs stay local, but a downloaded file no longer knows its GitHub repository URL. Convert relative image paths, badge links, and docs links to absolute URLs when they must appear in the preview and exported PDF.
Download or open the repository README.md file, drop it into MarkDone, check the live preview, and download the generated PDF.
Public absolute image URLs can render in the preview. Relative repository image paths and some badges may need to be changed to full URLs because a local README file does not include GitHub repository context.
Yes. MarkDone can open supported Markdown files such as README.md, CHANGELOG.md, CONTRIBUTING.md, setup guides, and other repository documentation.
No. README to PDF conversion runs locally in your browser. Your repository documentation stays on your device.
The preview supports common README elements including headings, lists, links, GFM-style tables, fenced code blocks, and Mermaid diagram blocks.