pdf

Installation
SKILL.md

PDF Skill — Action Routing

CRITICAL: Decide Your Action FIRST

Before doing anything, classify the user's request and follow the MANDATORY action:

User wants to... MANDATORY action
Convert .md to .pdf / Generate PDF from markdown / 把 md 转成 pdf MUST use bash to run md_to_pdf.py script (see below)
Create a new PDF from scratch Use bash to run a Python script with reportlab
Read/extract text from a PDF Use read_file or bash with pdfplumber
Merge/split/rotate/encrypt PDFs Use bash with pypdf
Extract tables from a PDF Use bash with pdfplumber
Fill a PDF form Read FORMS.md first
OCR / read text from scanned PDF Convert to images → python_repl with vision LLM (see OCR below)

Markdown → PDF Conversion (MOST COMMON)

Related skills

More from memento-teams/memento-skills

Installs
8
GitHub Stars
1.3K
First Seen
Mar 26, 2026