The problem is exporting as PDF can only be done when the note is rendered (visible) in the note view, so exporting a notebook would mean displaying each note one after the other and exporting a PDF from it. Then these PDFs will have be concatenated into a single one using some package.

An alternative for now would be to export as Markdown, then you can use a tool like Pandoc to convert and concat them all to a single PDF.

2 Likes