pdf-management

Merge, split, extract pages, read text and tables, and watermark PDF documents.

43|2|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/guoliang1114-boop/AriaAI --skill pdf-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf-management
Source: https://github.com/guoliang1114-boop/AriaAI/tree/main/skills/pdf-management
Command: npx skills add https://github.com/guoliang1114-boop/AriaAI --skill pdf-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you avoid manual, error-prone PDF handling when you need to transform PDFs for sharing, analysis, or document workflows.

Core Features & Use Cases

  • Merge PDF files: Combine multiple related PDFs into a single deliverable (e.g., proposal package).
  • Split or extract pages: Create focused outputs by cutting out specific page ranges or key pages (e.g., appendix extraction).
  • Read PDF content (text and tables): Retrieve page-level text and table data for downstream processing.
  • Add watermarks: Apply labeled watermarks for internal/external distribution control.

Quick Start

Ask to merge multiple PDFs into one by providing the file IDs and an output name.

Frequently Asked Questions about pdf-management

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, you combine multiple related PDFs into a single deliverable by providing the file IDs and an output name. This assembles separate documents into one cohesive file for sharing.

Can I extract specific pages from a PDF without splitting the entire file?

Yes, you can extract specific pages by specifying a 1-based page range. This creates a new file containing only the selected pages, ideal for focused outputs like appendix extraction.

How do I read text and tables from a PDF for downstream processing?

Reading PDF content retrieves per-page text and table data, converting unstructured documents into structured text data. This allows downstream review or follow-up tasks on the extracted information.

What is the best way to add watermarks to PDF documents for distribution control?

Adding watermarks applies labeled markings to PDFs for internal or external distribution control. This creates new watermarked files, ensuring documents are properly identified before sharing.

Does this PDF management tool require 1-based page indexing for splitting and extracting?

Yes, PDF splitting and page extraction operations require 1-based page indexing. This means the first page is referenced as page 1, ensuring accurate page selection.

What happens to the original file when I split or watermark a PDF?

When splitting, extracting, or watermarking PDFs, the tool creates entirely new files. The original document remains unchanged, preserving your source data while generating modified outputs.