pdf-combine

Merge multiple PDF files into a single document using PyMuPDF.

11|1|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/Takazudo/claude-resources --skill pdf-combine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf-combine
Source: https://github.com/Takazudo/claude-resources/tree/main/skills/pdf-combine
Command: npx skills add https://github.com/Takazudo/claude-resources --skill pdf-combine

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires PyMuPDF, and includes scripts (resource) components.

What problem does it solve?

Combine multiple PDF files into a single PDF document.

Core Features & Use Cases

  • Merge PDFs from a directory in alphabetical order or concatenate a specified list of PDF paths in a precise order.
  • Respect file order and provide a single output file path for the merged document.
  • Use Case: When preparing a compiled report from quarterly PDFs, merge all sections into a single file for distribution.

Quick Start

Run the combine script to merge your PDFs by specifying input files or a directory and an output path.

Frequently Asked Questions about pdf-combine

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

FAQPage Schema
How do I merge multiple PDF files into a single document?

To merge PDF files into a single document, specify a list of input file paths or a directory. The Skill concatenates the PDFs in your specified order or alphabetically, outputting one merged file to your designated path.

Can I combine PDFs from a directory in a specific order?

You can combine PDFs from a directory in alphabetical order, or provide a precise list of file paths to concatenate documents in your exact specified sequence.

Does merging PDFs require a Python environment with PyMuPDF installed?

Yes, merging PDFs requires a Python environment with the PyMuPDF dependency installed to process the input files and generate the combined output document.

What happens to non-PDF files when combining documents from a directory?

When combining documents from a directory, the script validates inputs and automatically skips any non-PDF files to ensure the merged output contains only valid PDF data.

What is the best way to compile a directory of quarterly reports into one PDF?

Compiling a directory of quarterly reports into one PDF is done by pointing the script to the folder. It validates the files, skips non-PDFs, sorts them alphabetically, and outputs a single merged document.