pdf-official

This guide covers essential PDF processing operations using Python libraries and command-line tools. For advanced features, JavaScript libraries, and detailed examples, see reference.md. If you need to fill out a PDF form, read forms.md and follow its instructions.

Content Preview
---
name: pdf-official
description: "This guide covers essential PDF processing operations using Python libraries and command-line tools. For advanced features, JavaScript libraries, and detailed examples, see reference.md. If you need to fill out a PDF form, read forms.md and follow its instructions."
risk: unknown
source: community
date_added: "2026-02-27"
---

# PDF Processing Guide

## Overview

This guide covers essential PDF processing operations using Python libraries and command-line too
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/pdf-official.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/pdf-official/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/pdf-official/SKILL.md

Related Skills