Guide
A Complete Guide to Exporting Joplin Notes to PDF
Updated July 10, 2026
Joplin is a highly secure, open-source note-taking application that supports full Markdown formatting. While it is perfect for organizing personal notes and code snippets, you will often need to share your thoughts with colleagues or clients as standard documents.
In this guide, we will explore the built-in methods to export Joplin notes to PDF, discuss custom styling with CSS, and introduce a faster way to format and export your Markdown documents using browser-based conversion.
How to Export Joplin Notes to PDF (Built-in)
Joplin provides a direct PDF exporter on its desktop client:
- Select the note you want to export in the Joplin sidebar.
- Go to the top menu and select File > Export PDF.
- A print settings dialog will appear. Here you can configure:
- Page size (A4, Letter, etc.)
- Page orientation (Portrait or Landscape)
- Margins (Top, bottom, left, right in millimeters)
- Header and footer settings (including page numbers)
- Click Export and choose where to save the document on your computer.
The PDF will render using the theme currently active in Joplin (such as Light, Dark, or Dracula).
Customizing Joplin PDFs with User CSS
If you want to change the styling of your Joplin PDF exports, you can use Joplin’s custom stylesheet support:
- Navigate to Tools > Options (or Joplin > Preferences on macOS).
- Select Appearance in the sidebar.
- Click on Show Advanced Settings.
- Click on Custom PDF stylesheet (
userpdf.css). - Add custom CSS rules to control fonts, code block formatting, and page layouts. For example, to change body text font:
body {
font-family: 'Helvetica Neue', Arial, sans-serif;
color: #333333;
line-height: 1.6;
}
- Save the CSS file and restart Joplin to apply the changes to your next PDF export.
Limitations of Joplin’s PDF Exporter
While Joplin’s PDF export is functional, it has several limitations:
- No Real-Time Page-Break Preview: You cannot see where page breaks will occur until you export and open the PDF in an external viewer.
- Complex CSS Configuration: Customizing margins, table colors, or code snippets requires writing raw CSS, which is time-consuming.
- Theme Lock: If you write notes in Dark Mode, you have to manually switch Joplin to Light Mode before exporting if you want a clean white paper document.
- Mobile Limitations: The mobile version of Joplin does not support advanced PDF exports or custom stylesheets.
A Fast, Online Alternative for Joplin Note Conversion
If you want to format your Joplin notes without modifying CSS files, copy the Markdown from Joplin and paste it into MarkdownToFile.com.
Since Joplin notes are written in clean CommonMark, they paste directly into our browser-based editor without formatting issues.
| Feature | Joplin Native PDF Export | MarkdownToFile.com |
|---|---|---|
| Layout Templates | None (requires custom CSS) | 4 built-in responsive themes |
| Live Pagination | No | Yes (WYSIWYG layout preview) |
| KaTeX & Math | Supported | Supported out-of-the-box |
| Page Margins | Manual input (mm) | Margin presets (Thin, Normal, Wide) |
| Privacy | Local | 100% local (no server uploads) |
Using a browser tool allows you to instantly toggle between styling options like Academic or Clean, insert manual page breaks, adjust font scales, and export a high-quality PDF from any device, including mobile.
Ready to convert your Joplin notes? Open the editor, paste your Joplin Markdown, and export your polished document instantly.
Written by Markdown to PDF Editorial Team
Our team specializes in document design, web standards, and developer utilities. This guide was researched and vetted against current browser printing standards and Paged.js specifications. Learn more on our About page.
Try it yourself — free, no signup
Convert your Markdown to a polished PDF right in your browser.
Open the editor