Enterprise DNA
S Skills Claude Skills one click

PDF Skill

by Anthropic

Read, extract, and generate PDFs from Claude. The Anthropic reference skill for the format every business actually uses.

PS

Skills

PDF Skill

Added 17 May 2026

#claude-skill #pdf #anthropic #reference #documents

Overview

The PDF skill in Anthropic's reference skills repo gives Claude the patterns for handling PDFs end to end: text extraction, table parsing, page-aware reading for large files, and clean PDF generation from HTML or markdown. The complementary surface to the PDF Form Filler skill, focused on read and create.

Best for

Best for
Any team where PDFs are the actual customer-facing deliverable

Use cases

  • Extract structured data from a stack of invoices or statements
  • Generate a polished branded report PDF from a markdown brief
  • Page-aware read on a large PDF without blowing out context
  • Convert a Word or HTML doc into a fixed-format PDF for distribution

Notes

Why it matters

PDF is the universal delivery format for finance, legal, and operations. A reliable PDF skill is the difference between an agent that drafts content and one that ships finished business artifacts.

How teams use it in production

Combine the PDF skill with a branded HTML shell to get a consistent on-brand output. The skill handles the bridge from prompt to file; the shell handles the design polish.

What to watch

The PDF skill plus a vendor-shipped brand shell is becoming the default pattern for “send me this as a report” pipelines.

Pros

  • Reference quality, maintained alongside the rest of the Office skills
  • Page-aware reading patterns prevent context blowout on big docs
  • Pairs cleanly with the PDF Form Filler skill for end-to-end PDF work
  • Composes with DOCX, PPTX, XLSX for full document pipelines

Cons

  • PDF rendering quality still depends on the upstream HTML toolchain
  • Complex form layouts are better served by the form filler skill
  • Scanned PDFs need a separate OCR step