Convert Joplin notes to PDF, Word or HTML
Resource links handled, so attachments do not become unreadable internal identifiers in your document.
Convert Markdown to PDF
Markdown source
Joplin's resource links are the thing to know
Joplin stores notes as Markdown, so most of a note converts without incident. The complication is attachments. When you attach a file or paste an image, Joplin does not write a normal path — it writes a link to its own internal resource store, which looks like :/a1b2c3d4e5f6.
That identifier is meaningful only inside Joplin. Converted anywhere else it produces a link pointing at nothing, and in a PDF it appears as a string of hex that reads like a mistake. This converter keeps the label and drops the dead target, so “see [the diagram](:/a1b2…)” becomes “see the diagram” — readable, with no broken reference.
For the attachment itself, use Joplin's own Export → MD when you need the files: it writes the note alongside a _resources folder containing the attachments. You can then reference an image by its real filename before converting, or attach it separately.
The rest is ordinary Markdown. Headings, lists, tables, code blocks with highlighting and checkboxes all convert cleanly. Joplin's own export offers PDF and HTML but not Word, which is the usual reason people come looking.
How to convert a Joplin note
Copy the note
In Joplin, switch the editor to Markdown, select all and copy. That is the fastest route for a single note.
Or export it
File → Export → MD writes the note as a .md file with a _resources folder for attachments.
Convert
Paste or drop it above, choose your format, download.
Every format, from the same file
Joplin to PDF
Produces a paginated PDF with real, selectable text rather than a screenshot of a preview. Headings are never orphaned at the foot of a page and long tables repeat their header row across breaks.
Joplin to Word
Produces a .docx using native Word heading styles, so the navigation pane and automatic tables of contents work and a colleague can edit or comment on it normally.
Joplin to HTML
Produces one self-contained HTML file with the stylesheet inlined — no external assets to host, so it opens correctly from a USB stick or an email attachment.
Joplin to plain text
Lays the note out for a fixed-width reader: underlined headings, tables as aligned columns, prose wrapped at 80 columns. Useful for pasting into a ticket or an email.
Joplin to PDF, Joplin export to PDF, Joplin markdown to PDF
Joplin exports PDF and HTML but not Word, so “Joplin to Word” is the gap this fills. Because Joplin stores notes as Markdown, you can also simply copy a note and paste it here without exporting anything.
Questions
Why do my attachment links look like :/a1b2c3?
That is Joplin's internal resource identifier, meaningful only inside Joplin. This converter keeps the link text and drops the dead target, so the sentence still reads properly.
How do I include attached images?
Use File → Export → MD, which writes attachments into a _resources folder beside the note. Reference the image by its real filename before converting.
Why not use Joplin's own PDF export?
Use it if PDF is all you need. This adds Word — which Joplin does not export — plus a self-contained HTML file and plain text.
Do checkboxes convert?
Yes. They become task lists, shown as checkbox glyphs in PDF and Word and as real checkboxes in HTML.
Are my notes uploaded?
No. Conversion happens in your browser, so a note never leaves your machine.