pdf

Installation
SKILL.md

PDF

Work PDFs in the sandbox with preinstalled Python libs. Pick the library by task:

  • Extract text/tables/layout/word-coordinates → pdfplumber; quick raw text or page ops → pypdf.
  • Merge / split / rotate / crop / watermark / encrypt / metadatapypdf.
  • Fill formspypdf (fillable AcroForm fields) or annotation overlay (flat forms).
  • Create from scratchreportlab.

Write a short Python snippet and run it via exec. Save outputs to the workspace dir. After exec completes, use the Generated artifacts URL from the tool result in the final answer so the user can download the PDF.

Extract text and tables (pdfplumber)

Installs
1
Repository
hkuds/deeptutor
GitHub Stars
25.2K
First Seen
Jun 16, 2026
pdf — hkuds/deeptutor