π Export
Any document, as a PDF or a DOCX, printed the way it renders.
Export walks the rendered markdown β layout areas resolved, embeds included β and prints it server-side. No Pandoc and no Node.js: the PDF comes out of the same headless browser the portal already runs, which is why the output matches the page instead of approximating it.
What ships
- PDF, DOCX and HTML export from any markdown node's Export menu.
- A truthful table of contents β page numbers are read back from the printed PDF's own link annotations, because no browser implements CSS
target-counter. - Print templates as files β real
.htmland.cssyou can change, embedded in the module. - The Export app β export a real document to PDF, DOCX or email-safe HTML right on the page, then see how to turn exports on for your own node type. Nothing to set up.