pdf

Generate Markdown Architecture Decision Records from input fields.

1|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/abdullah1854/ClaudeSuperSkills --skill pdf-abdullah1854
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf
Source: https://github.com/abdullah1854/ClaudeSuperSkills/tree/main/pdf
Command: npx skills add https://github.com/abdullah1854/ClaudeSuperSkills --skill pdf-abdullah1854

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PDFs are often static and hard to extract data from. This Skill provides patterns to extract text, tables, and metadata, as well as merging or splitting PDFs.

Core Features & Use Cases

  • Text extraction: Preserve layout where needed.
  • Table extraction: Convert tables to structured data.
  • PDF composition: Merge, split, or annotate PDFs for workflows.

Quick Start

Extract text from a sample.pdf and save results to results.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 and tables from PDF files?

This Skill extracts text from PDFs while preserving layout, and converts tables into structured data. It handles both text and tabular content in a single workflow, making it useful for automating data recovery from static documents.

Can I merge or split PDF files programmatically?

Yes, the Skill supports PDF composition tasks including merging multiple PDFs, splitting documents into separate files, and annotating PDFs. This enables automation of document assembly and distribution workflows.

What's the best way to automate PDF data extraction workflows?

Use extraction patterns for text, tables, and metadata together with composition features to build end-to-end workflows. The Skill combines extraction and merging into a single pipeline, reducing manual handling and file conversions.

Do I need external dependencies or libraries to use PDF extraction?

The Skill has no external dependencies listed, meaning it operates as a standalone tool. This simplifies deployment and reduces setup complexity for PDF extraction and manipulation tasks.

When should I use PDF extraction instead of manual data entry?

Use extraction when PDFs contain repetitive data, structured tables, or large volumes of text that manual copying would be time-consuming or error-prone. Automation is fastest for batch processing and recurring workflows.