← 返回
未分类 中文

NotebookLM PDF Cleaner

Create a presentation-ready copy of a NotebookLM-exported slide-deck PDF by masking the small visible NotebookLM footer badge at the bottom-right of each pag...
将 NotebookLM 导出的 PDF 幻灯片制作成可直接演示的副本,遮盖每页右下角的 NotebookLM 底部徽标。
fudanjx fudanjx 来源
未分类 clawhub v1.0.1 1 版本 100000 Key: 无需
★ 1
Stars
📥 425
下载
💾 24
安装
1
版本
#latest

概述

NotebookLM PDF Cleaner

Use this skill for NotebookLM slide-deck PDFs that contain the small visible NotebookLM footer badge in the bottom-right corner.

Default behavior

The default behavior is intentionally narrow and safe:

  • keep the original PDF unchanged
  • write a new *-clean.pdf copy
  • mask the small bottom-right NotebookLM footer area on each page

It does not remove arbitrary watermarks or redesign slides.

Script

python3 {baseDir}/scripts/clean_notebooklm_pdf.py /path/to/input.pdf

By default it writes:

/path/to/input-clean.pdf

Useful flags

# Explicit output path
python3 {baseDir}/scripts/clean_notebooklm_pdf.py in.pdf --out out.pdf

# Inspect only (no output file written)
python3 {baseDir}/scripts/clean_notebooklm_pdf.py in.pdf --inspect

# Tune the bottom-right footer mask in PDF points (origin = bottom-left)
python3 {baseDir}/scripts/clean_notebooklm_pdf.py in.pdf --mask-x 1208 --mask-y 0 --mask-w 168 --mask-h 32

# Optional advanced hygiene flags
python3 {baseDir}/scripts/clean_notebooklm_pdf.py in.pdf --strip-metadata --strip-annots

Safety checks

  • Refuse non-PDF input
  • Refuse overwrite of the source file
  • Refuse overwrite of an existing output unless --force is used
  • Keep metadata/annotation stripping off by default

Defaults

The default mask is tuned for common 16:9 NotebookLM slide-deck exports:

  • mask-x = 1208
  • mask-y = 0
  • mask-w = 168
  • mask-h = 32

These values are scaled automatically for each page size.

Recommended workflow

  1. Keep the original PDF
  2. Create *-clean.pdf
  3. Spot-check page 1 and one later page
  4. If needed, adjust the mask values and rerun
  5. Share or email the cleaned copy

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-03-31 07:48 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

office-efficiency

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 464 📥 154,819
office-efficiency

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 279 📥 116,747
office-efficiency

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 387 📥 147,139