# Holsee Conjure PDF

> PDF Skill

- Skill: `tomevault-io/holsee-conjure-pdf` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/holsee-conjure-pdf`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/holsee-conjure-pdf/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/holsee-conjure-pdf

---


# PDF Skill

This skill provides comprehensive PDF manipulation capabilities.

## Available Operations

### Text Extraction

Use `pdftotext` or Python's `pdfplumber` to extract text:

```bash
pdftotext input.pdf output.txt
```

### Table Extraction

Use `tabula-py` for extracting tables:

```python
import tabula
tables = tabula.read_pdf("input.pdf", pages="all")
```

## Scripts

See `scripts/extract_text.py` for a complete extraction script.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/holsee) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

