Skip to main content

PDF

Export entire notebook

There are two ways to do that:

  • If you are running WLJS Desktop App Simply locate File menu and click Print or use Command palette.

  • If you are running WLJS on a server Use default browser's printing option or export to Static HTML and then export to PDF.

Page breaks

To manually insert page breaks use PageBreakAbove or PageBreakBelow symbols inside Markdown or WLX cells, i.e.

.md

<PageBreakAbove/>

Export presentation

Use a dedicated option for rendering presentations (slides) into a single PDF - Static Slides

Export graphs, expressions

warning

This requires WLJS Notebook desktop app, since we use a customized Chromium engine feature to produce high-quality vector-based PDFs from any Wolfram Language expression.

To export individual expressions -- use default Export function

Plot[x, {x, 0,1}];
Export["filename.pdf", %]

See also Files