โ† All skills
Tencent SkillHub ยท Developer Tools

Pdf Poppler Utils

A collection of PDF manipulation tools from the poppler-utils package. Use when working with PDF files - extracting text, images, metadata, splitting, mergin...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

A collection of PDF manipulation tools from the poppler-utils package. Use when working with PDF files - extracting text, images, metadata, splitting, mergin...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, tools/pdfattach.md, tools/pdfdetach.md, tools/pdffonts.md, tools/pdfimages.md, tools/pdfinfo.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 15 sections Open source page

pdf-poppler-utils Skill

A collection of PDF manipulation tools from the poppler-utils package.

Prerequisites

Homebrew installed on your system

Install Poppler

brew install poppler

โš ๏ธ Important Warning About curl

The poppler Homebrew package has curl as a dependency. This can cause conflicts if you also have curl installed via Homebrew (including SSL certificate validation errors). Use the system curl directly or consider alternative approaches. Before using poppler, it is strongly recommended to unlink the Homebrew installed curl: brew unlink curl -v โš ๏ธ Please ask for human permission before executing brew unlink curl -v. If the human is unsure, recommend executing it (to resolve the potential conflict).

When to Use Which Tool

ToolUse CasepdfinfoGet detailed metadata and information about a PDFpdftotextExtract text content from a PDFpdffontsAnalyze font usage in a PDFpdfimagesExtract images embedded in a PDFpdfdetachExtract attachments from a PDFpdfseparateSplit a multi-page PDF into individual pagespdfuniteMerge multiple PDFs into onepdfsigVerify digital signatures in a PDFpdftohtmlConvert PDF to HTMLpdftoppmConvert PDF pages to image formats (PNG, PPM)pdftocairoConvert PDF to Cairo image formats (PNG, JPEG, TIFF, PDF, SVG)pdfattachAttach files to a PDF

View PDF Information

pdfinfo document.pdf

Extract Text

pdftotext document.pdf output.txt pdftotext document.pdf - | less # Stream to stdout

Extract Images

pdfimages -png document.pdf image_prefix

Split PDF

pdfseparate document.pdf page_%03d.pdf

Merge PDFs

pdfunite file1.pdf file2.pdf file3.pdf merged.pdf

Convert to HTML

pdftohtml document.pdf output.html

Convert to Images

pdftoppm -png -r 300 document.pdf output_prefix

Tool Details

See individual documentation files in the tools/ folder for detailed usage: pdfattach - Attach files to a PDF pdfdetach - Extract attachments from a PDF pdffonts - Analyze fonts in a PDF pdfimages - Extract images from a PDF pdfinfo - Get PDF metadata and information pdfseparate - Split PDF into individual pages pdfsig - Verify digital signatures pdftocairo - Convert PDF to Cairo formats pdftohtml - Convert PDF to HTML pdftoppm - Convert PDF to PPM/PNG images pdftops - Convert PDF to PostScript pdftotext - Extract text from PDF pdfunite - Merge multiple PDFs

Common Options

Many tools share common options: OptionDescription-opw <password>Owner password (bypasses all security)-upw <password>User password-vPrint version information-hPrint help

Notes

All tools follow the convention: tool [options] input.pdf [output] Use - as filename to read from stdin / write to stdout Exit codes: 0=success, 1=error opening PDF, 2=error opening output, 3=permission error, 99=other error Reference: Debian manpages

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
6 Docs
  • SKILL.md Primary doc
  • tools/pdfattach.md Docs
  • tools/pdfdetach.md Docs
  • tools/pdffonts.md Docs
  • tools/pdfimages.md Docs
  • tools/pdfinfo.md Docs