pdf

Read, extract, merge, split, rotate, and secure PDFs programmatically.

1|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/Rysnz/OpenHarness --skill pdf-rysnz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf
Source: https://github.com/Rysnz/OpenHarness/tree/main/src/crates/core/builtin_skills/pdf
Command: npx skills add https://github.com/Rysnz/OpenHarness --skill pdf-rysnz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the tedious manual work of performing common PDF tasks, such as reading, extracting text and tables, merging multiple documents, and manipulating pages, by providing a programmable workflow.

Core Features & Use Cases

  • Read and extract text, tables, and images from PDFs.
  • Merge, split, rotate, watermark, and password-protect PDFs; create new PDFs and handle encrypted PDFs; perform OCR on scanned documents.
  • Use Case: When you need to consolidate thousands of invoices into a searchable dataset and extract key fields for analytics.

Quick Start

Process example.pdf to extract text and tables and export them to CSV.

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 a PDF for data analytics?

To extract text and tables from a PDF, you can automate the document processing workflow to read files and export structured data like key fields to CSV. This allows you to consolidate large volumes of invoices into searchable datasets.

Can I perform OCR on scanned PDF documents to digitize archives?

Yes, you can perform OCR on scanned PDF documents to digitize archives. The automated workflow reads scanned files and converts them into searchable text, enabling data-annotation pipelines and archival digitization.

What is the best way to merge and split multiple PDF files in a batch?

The best way to merge and split multiple PDF files is through a programmable workflow that automates batch document manipulation. This provides safe, predictable results for consolidating or dividing documents across legal and finance domains.

Does this PDF processing approach handle encrypted or password-protected files?

Yes, this PDF processing approach handles encrypted or password-protected files. You can secure documents by applying password protection, or read existing encrypted PDFs by leveraging built-in validation steps for safe access.

How do I rotate and watermark PDFs programmatically for form handling?

You can rotate and watermark PDFs programmatically by integrating document manipulation tasks into your workflow. This automates page modifications and secures forms, ensuring predictable results for batch document processing.