NotebookLM to PDF
5 min readNotebookLM to PDF

How to export NotebookLM to PDF

A step-by-step guide to saving a NotebookLM chat or notebook as a clean PDF, with formatting and citations intact, without copying and pasting.

#guide#pdf#export

NotebookLM has no PDF button. If you have tried Ctrl+P you have probably seen the result: half the conversation, a sidebar that should not be there, and citation markers that no longer line up. This guide shows a cleaner way to turn a notebook into a PDF, and what to check before you share it.

The quickest method

The fastest route is the NotebookLM to PDF extension, which adds the export button the app is missing.

  1. Install the extension from the Chrome Web Store.
  2. Open the notebook you want to save in NotebookLM.
  3. Click the export button that appears on the page.
  4. Choose PDF as the format.
  5. Decide what to include: the chat, your notes, the source list, or all of them.
  6. Save the file.

The PDF is built inside your browser, so the notebook is not uploaded anywhere. For private or unpublished research that is the part that matters.

Why not just print to PDF

The browser print dialog is right there, so it is worth saying why it usually disappoints.

Print captures what is on screen. A NotebookLM chat is a scrolling panel inside a larger app, so printing tends to grab the wrong region, cut long answers off, and include navigation you did not want. Citations are the first thing to break, because the markers depend on layout that print rearranges.

Print to PDF is fine for a screenshot-style snapshot. It is not reliable for a full conversation you intend to keep.

What a good PDF export keeps

A clean export should preserve:

  • Headings and lists, so a long answer is still readable.
  • Citations, sitting next to the claims they support rather than scattered as loose numbers.
  • Tables, laid out as tables instead of runs of text. If a table is the main thing you want, consider exporting to Excel instead so you can sort and calculate.
  • Selectable text, not a flat image, so the PDF stays searchable.

If your export turns the page into a picture, you lose search and accessibility, so check that the text is still selectable in the finished file.

After you export

Open the PDF and skim it before sending it on. Two quick checks save embarrassment later: confirm the whole conversation made it in, not just the visible part, and confirm a couple of citations still point at the right sources.

If you also need an editable copy, export the same notebook again as Word or Markdown. There is a guide for that in NotebookLM to Word, Markdown, and HTML, and a broader overview in how to export from NotebookLM.

Frequently asked questions

Why is there no PDF button in NotebookLM?

NotebookLM does not ship an export feature, so there is no native PDF button. A browser extension adds one by reading the notebook you have open and rendering it to PDF.

Will the PDF keep my citations?

Yes. A proper export keeps each citation next to the answer it supports, instead of dropping the markers the way copy-paste does.

Can I print to PDF instead?

You can, but the browser print dialog usually captures the visible layout rather than the full conversation, and it tends to mangle long chats and citations. A dedicated export gives a cleaner result.

Related guides