pdf

Extract text from PDFs and create or merge PDF documents.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/yjzaaa/learn-claude-code-my --skill pdf-yjzaaa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf
Source: https://github.com/yjzaaa/learn-claude-code-my/tree/main/skills/pdf
Command: npx skills add https://github.com/yjzaaa/learn-claude-code-my --skill pdf-yjzaaa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PDF workflows are tedious: extracting text, creating PDFs from Markdown/HTML, and merging documents into a single file.

Core Features & Use Cases

  • Text extraction: read text from PDFs for indexing, search, or data entry.
  • PDF creation: generate PDFs from Markdown, HTML, or programmatic inputs.
  • Merging & splitting: combine multiple PDFs or split into pages for archival or distribution.

Quick Start

Extract all text from input.pdf and save it to output.txt.

Frequently Asked Questions about pdf

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract text from a PDF for indexing and data entry?

You can extract text from PDFs by applying tools like PyMuPDF and pdftotext to read text content. This streamlines document workflows for indexing, search, and data entry tasks across administrative and research contexts.

What is the best way to generate a PDF from Markdown or HTML?

Generating PDFs from Markdown or HTML is achieved by applying pandoc, pdfkit, and wkhtmltopdf. These tools create PDF documents from programmatic inputs, streamlining document creation workflows for development and administrative contexts.

Can I merge multiple PDF documents into a single file for distribution?

Yes, you can merge multiple PDFs into a single file for archival or distribution. This functionality combines documents to streamline workflows across administrative, research, and development contexts.

Does this text extraction approach work with PyMuPDF and pdftotext?

Yes, the text extraction approach explicitly supports PyMuPDF and pdftotext. These tools read text from PDFs to enable indexing, search, and data entry tasks across administrative, research, and development contexts.