NotebookLM Remover

NotebookLM PDF Slides Watermark Remover

Automatically detect and remove the NotebookLM logo from PDF slides. Outputs an image-based PDF that keeps the visual page layout.

Drop a file to begin
PDF · recommended under 50MB · local
PDF cleaned!

NotebookLM PDF Slides Watermark Remover — Features

Remove watermark from every page

100% browser-local, no upload

Keep visual PDF page layout

The NotebookLM PDF Slides Watermark Remover is designed to clean PDF presentations generated by Google NotebookLM. The tool uses PDF.js to render each page to canvas, detects the "Created with NotebookLM" watermark area as image content, uses gradient fill to restore the background, and rebuilds an image-based PDF with pdf-lib. The entire process happens in your browser without uploading files. The output keeps the visual page layout, but it does not preserve selectable text, font objects, links, or vector content from the original PDF. Large PDFs may fail due to browser memory limits; for best results, use NotebookLM slide deck PDFs under 50MB.

How to Use

  1. Upload your NotebookLM-exported PDF slides file (recommended under 50MB)
  2. The tool renders each page and detects watermarks, using gradient fill algorithm to intelligently remove them
  3. Download the processed image-based PDF with the visual page layout retained

Why Choose This Tool

  • Precise Detection — Connected component analysis algorithm accurately identifies watermark areas, avoiding content deletion
  • Smart Fill — Gradient interpolation technology restores background with no visible traces after processing
  • Visual output — Keeps the page appearance for viewing and sharing, without preserving original editable PDF objects

Supported Files

Supports PDF format, recommended under 50MB. Best for NotebookLM-generated slide deck PDFs.

Limitations

Outputs image-based PDF without selectable text, links, or vector content. Large files may fail due to browser memory limits. Processing time depends on page count.

The NotebookLM PDF slides watermark remover at a glance

The one thing to settle up front: the output is an image-based PDF. Every page is re-rendered at 2x and rebuilt as a JPEG at quality 0.95, so selectable text, hyperlinks and vector artwork do not survive the round trip.

InputPDF exported from a Gemini Notebook (formerly NotebookLM) slide deck. Any PDF with a bottom-right corner mark works.
OutputPDF. Each page is rebuilt as a JPEG at quality 0.95, so the file is image-based.
Is text still selectable?No. Selectable text, embedded fonts, hyperlinks and vector artwork are not carried over. Read the limits section before you use this on a deck you need to search.
Render resolution2× the original page size (3× in professional mode), so a 720 × 405 pt slide is processed at 1440 × 810 px.
Page countNo limit. Pages are processed one at a time, so a 60-page deck takes about 60 times one page.
Recommended file sizeUnder 50 MB. Hard cap 500 MB on desktop, 100 MB on mobile.
Where processing happensIn your browser tab, on your own CPU. The PDF is never sent anywhere.
PriceFree. No page cap, no trial limit, no watermark added to the output.
AccountNone. No sign-up, no email, no install.

How the NotebookLM PDF slides watermark remover works

Three passes, all local: pdf.js renders each page onto a canvas at 2x the page size (3x in professional mode), the detector finds and fills the corner mark, then pdf-lib assembles the cleaned canvases into a new PDF.

Render, erase, rebuild — three passes over the file

The deck is opened locally by pdf.js, which renders every page onto an HTML canvas at 2× the page's point size. The watermark engine erases the mark on each canvas. pdf-lib then assembles those cleaned canvases into a new PDF, one JPEG page each at quality 0.95. Nothing in this chain contacts a server with your file. The only network requests the page makes are one-time fetches of the pdf.js and pdf-lib library files themselves, which the browser then caches.

How the mark is located on each page

The NotebookLM PDF slides watermark remover crops a box in the bottom-right corner — at least 350 × 80 px, growing to 22% of the page width and 8% of its height on large canvases, and never larger than half the width or a quarter of the height. It takes the median grey value of that box as the background, then runs connected-component analysis over pixels that differ from it by 80, then 60, then 45 grey levels. Both darker and lighter pixels are marked, so a white wordmark on a dark slide is found the same way a dark one on a white slide is. Components are then thrown out: anything under 20 px of area (10 px tall / 35 px area on pages over 1200 px, 14 px / 60 px over 2000 px), anything taller than 80% of the box, anything with a side ratio worse than 12:1 — that removes rules and borders — and anything whose centre sits in the top quarter of the box. What survives on the same row, within 35% of the box height of the largest piece, is merged: that is how the sparkle icon and the wordmark next to it end up in one rectangle. The rectangle is then grown by 15 px horizontally and 8 px vertically (25 and 14 on very large pages). Two shortcuts exist. Exports at exactly 1536 × 2752 or 2752 × 1536 skip detection entirely and use a known 216 × 44 px rectangle. If detection finds nothing at all, the slides watermark remover falls back to a fixed box at 80% width, 94% height, covering 20% × 6% of the page.

How the gap is filled back in

There is no inpainting model and no cloud call. The NotebookLM PDF slides watermark remover reads an 8 px strip directly above the rectangle and another directly below it, averages each strip column by column, then draws a straight vertical ramp between the two averages for every column. That is why the result is invisible on a flat or vertically graded slide background, which is what most Gemini Notebook templates use, and why it is visible on a photograph. A ramp between two colours cannot reconstruct a face, a chart line or a texture that happened to sit under the mark.

When people reach for a NotebookLM PDF slides watermark remover

Lecturers, consultants and students about to print or send a deck, mostly. The mark sits in the same corner of every page, so a 40-page handout carries it 40 times and patching it by hand in a PDF editor is 40 separate edits.

A lecturer printing a 40-page handout for a seminar

The mark sits in the same corner of all 40 pages. Printed at A4 and photocopied 30 times, it reproduces on every sheet, and on a monochrome copier it often prints darker than it looks on screen. Cleaning the PDF once before the print run is a single pass; covering the corner by hand in a PDF editor is 40 separate edits. Note the trade-off first: if students need to search the handout or a screen reader has to read it, keep the original PDF alongside the cleaned one.

A consultant sending a strategy deck to a client

A client paying for analysis reads a tool badge on slide 1 as a statement about how the work was done. The badge is not a copyright notice and it says nothing about who owns the reasoning in the deck, but it is the first thing on the page after the title. For this job the image-based output is usually fine: the deck is going out as a read-only PDF attachment and nobody needs to select the text.

A student preparing a thesis-defence deck

Most programmes now require an AI-use declaration in a specific place and a specific form — a statement page, a form field, a methods paragraph. A vendor badge in the corner of a slide is not that declaration, and removing it does not remove the obligation to make one. Clean the deck so it matches your department's template, then declare the slides watermark remover where your institution asks you to. The two are separate tasks.

Merging three decks into one master file

When a team assembles a quarterly review from several Gemini Notebook exports plus hand-built slides, only the generated pages carry the mark. Mixed branding across one document reads as an assembly error rather than as attribution. Clean the exported PDFs first, then merge.

What the NotebookLM PDF slides watermark remover will not do

The real cost is the text layer. The output is an image-based PDF, so Ctrl-F, copy-paste, hyperlinks and screen readers all stop working. If your original is a .pptx, the PPTX route keeps the text objects intact instead.

The output is an image-based PDF — this is the real cost

The page looks the same. It is no longer a text PDF. Ctrl-F finds nothing, text cannot be copied, hyperlinks stop working, screen readers get no content, and vector charts become pixels at the resolution they were rendered. For a deck that will be presented or printed, this rarely matters. For a document that will be searched, quoted, cited or read assistively, it matters more than the watermark does. If your original is a .pptx rather than a PDF, use the PPTX watermark remover instead — that path rewrites only the embedded images and leaves the text objects alone.

The page box grows with the render scale

Pages are added at the pixel dimensions of the rendered canvas, and PDF measures pages in points. At 2× render, a 720 × 405 pt slide becomes a 1440 × 810 pt page — visually identical, physically double. On screen and in any viewer that fits to window you will not notice. A print dialog may report an unusual paper size; choose Fit to page or Scale to paper size and it prints correctly.

Detection is heuristic, so busy corners fail

The NotebookLM PDF slides watermark remover looks for a compact dark-or-light group of pixels in a quiet corner. A slide whose bottom-right corner holds a full-bleed photograph, a dense chart, or high-contrast texture breaks two assumptions at once: the median background is no longer meaningful, and the vertical ramp has nothing coherent to interpolate between. The result is a visible smooth patch rather than a clean removal. The preview exists for this reason. Scroll the whole deck before downloading.

Only the visible mark is touched

Google applies invisible provenance signals such as SynthID to its generated imagery. This slides watermark remover edits pixels in one corner of a rendered page — it does not detect, target or strip any invisible watermark, and it makes no claim that the output is untraceable. Treat the result as a debranded copy of your own deck, not as a laundered one.

Troubleshooting the slides watermark remover

Two things account for most reports: text is no longer selectable, which is the re-render working as designed, and the mark surviving on one page out of forty, which means the detector rejected every candidate in a dark or busy corner.

I can no longer select or search text in the cleaned PDF.

Expected, not a bug. The pipeline re-renders each page as an image, so there is no text layer left in the output. Keep the original export for searching and quoting, and use the cleaned copy for presenting and printing. If you need both in one file, run the cleaned PDF through an OCR tool to add a text layer back — the layout will match, the fonts will not.

The watermark is gone on most slides but still visible on slide 4.

On that page the detector rejected every candidate — usually because the corner background is dark, textured, or already contains high-contrast content, so the mark did not stand out from the median grey by 45 levels in any of the three passes. The fixed fallback box then landed slightly off the mark. Fix that page manually in a PDF editor, or if the slide has a plain-background variant, regenerate it in Gemini Notebook and re-run the deck.

A grey or blurred rectangle appeared where the logo used to be.

The fill sampled two strips of background that did not match each other — this happens over photographs, gradients running left-to-right instead of top-to-bottom, and patterned fills. The NotebookLM PDF slides watermark remover drew a vertical ramp between two averages, which is smooth where the original was detailed. There is no setting that fixes this; the honest answer is to patch that page in an image editor, or change the slide background in Gemini Notebook and export again.

Something I wanted was erased — a page number, a source citation, a chart legend.

Anything compact and contrasty in the bottom-right corner can match the watermark profile. The slides watermark remover cannot tell your footer from Google's badge; both are small dark text in the same place. Check the preview page by page. If a footer is being eaten consistently, move it out of the corner in the source document and re-export.

The cleaned PDF is much larger than the original.

Text PDFs store glyphs and vectors; this output stores a 2× JPEG per page at quality 0.95. A 3 MB, 30-page text deck can come back at 15–25 MB. If size matters more than fidelity, run the result through any PDF compressor afterwards, or use the PPTX route where the original compression is preserved.

Nothing happens, or the tab reloads, with a very large file on my phone.

Mobile browsers cap at 100 MB here, desktop at 500 MB, and the dropzone warns above 50 MB because every page is held as a full-size canvas during processing. A 100-page deck at 3× render can exhaust memory on a phone well before the cap. Process large decks on a desktop, or split the PDF into two halves first.

Privacy, copyright and acceptable use

Your PDF is never uploaded — pdf.js, the canvas and pdf-lib all run inside the tab, and the NotebookLM PDF slides watermark remover keeps working with the network disconnected. The badge is a service credit, not a copyright notice, so removing it transfers no rights either way.

Use it on decks you own or are authorised to change

The badge on a Gemini Notebook export is a service credit for the generation tool, not a copyright notice on the content. Removing it does not transfer, create or extinguish any right in the deck. That cuts both ways: if the underlying material came from a source you do not own, cleaning the corner changes nothing about that, and you still need to attribute the source properly. Do not use this on someone else's file to pass their work off as yours. That is the one use we ask you not to make of it.

Nothing is uploaded, and you can check that yourself

The claim is verifiable in about thirty seconds. Open your browser's developer tools, switch to the Network panel, then drop a PDF onto this page. You will see the pdf.js and pdf-lib library files load once, and after that no request carrying your document — because pdf.js, the canvas and pdf-lib all run inside the tab. Turn your network off entirely after the page has loaded and the slides watermark remover still works. There is no upload, so there is no file to store, no retention window and no account to delete. See the privacy policy for what the site itself logs.

Removing branding is not a disclosure strategy

If your context requires you to say that a document was AI-assisted — coursework, a regulated filing, a journal submission, a client engagement with an AI clause — that duty is unaffected by what is in the corner of the page. The NotebookLM PDF slides watermark remover removes a vendor logo. It does not remove an obligation, and it does not alter the invisible provenance signals Google embeds in generated imagery.

FAQ

PDF Slides RemoverFAQ

How to export PDF from NotebookLM?

Open your notebook in NotebookLM, click the "Export" button in the top-right corner, and select PDF format to download the watermarked slides.

What content will be removed?

The tool targets the "Created with NotebookLM" watermark area in the bottom-right corner of each page. PDF files are rendered and rebuilt as image-based PDFs, so the visual layout is retained but selectable text, font objects, links, and vector content are not preserved.

Is it safe?

100% browser-local processing. Your PDF file is never uploaded to any server. Your files never leave your device.

How do I remove the NotebookLM watermark from a PDF?

Drop the PDF in and the NotebookLM PDF slides watermark remover renders every page with pdf.js at scale 2, runs connected-component detection over the bottom-right 350x80 area, fills the mark by interpolating the background gradient above and below it, then rebuilds the document with pdf-lib. No page ever leaves the tab.

Will the text in my PDF still be selectable afterwards?

No, and this is the trade-off worth knowing before you start. Each page is rasterised and reassembled, so the output is an image-based PDF: the visual layout is identical, but selectable text, embedded fonts, hyperlinks and vector art are gone. If you need editable text, clean the PPTX export instead — that path keeps everything.

How large a PDF can it handle?

Stay under about 50 MB. Every page is rendered to a canvas at scale 2 and held in memory before the rebuild, so a long deck can exhaust the tab and fail outright rather than degrade. Splitting a large deck in half and cleaning each part is faster than retrying the whole thing.

Can I just remove the NotebookLM watermark in Canva instead?

You can cover it — Canva has no watermark removal, so you would import each page as an image and place a shape over the corner. That is manual per page, it uploads your deck to Canva's servers, and the result is still an image. This tool does the same job across every page at once, locally.

Is it legal to remove the NotebookLM watermark from slides?

For decks built from your own sources this is governed by Google's terms rather than copyright law, and nothing here is legal advice. Removing the mark from someone else's work to pass it off as yours is not something this tool is licensed for — see our acceptable use policy.