# PDF Toolkit Windows

> Perform PDF operations on Windows using Python. Use for merging, splitting, rotating, extracting text, and stamping PDFs. Supports batch-safe scripts with pypdf and simple CLI inputs. Use when this capability is needed.

- Skill: `tomevault-io/pdf-toolkit-windows-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/pdf-toolkit-windows-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/pdf-toolkit-windows-2/raw
- Safety review: pending
- 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/pdf-toolkit-windows-2

---


# Pdf Toolkit Windows

## Overview

Provide common PDF operations via small, reliable scripts based on `pypdf`.

## Tasks

- Merge PDFs
- Split by page ranges
- Rotate pages
- Extract text
- Stamp text watermark

## Quick Start

```bash
python scripts/merge_pdfs.py --out build/merged.pdf --inputs a.pdf b.pdf
```

## Scripts

- `scripts/merge_pdfs.py`
- `scripts/split_pdf.py`
- `scripts/rotate_pdf.py`
- `scripts/extract_text.py`
- `scripts/stamp_text.py`

## References

- `references/dependencies.md`
- `references/page_ranges.md`

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

