Agent skill · Security

pdftk-server

Skill for using the command-line tool pdftk (PDFtk Server) for working with PDF files. Use when asked to merge PDFs, split PDFs, rotate pages, encrypt or decrypt PDFs, fill PDF forms, apply watermarks, stamp overlays, extract metadata, burst documents into pages, repair corrupted PDFs, attach or extract files, or perform any PDF manipulation from the command line.

GitHub68,948★ · +463/wk · 2 repos on radarProfile →
copilotMIT
Install
npx skills add github/awesome-copilot --skill pdftk-server --agent copilot

Same command for any agent — swap --agent for claude-code, codex, cursor.

Facts
Files in the skill folder: 6
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/pdftk-server/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 37,432 · +281 this week
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# PDFtk Server PDFtk Server is a command-line tool for working with PDF documents. It can merge, split, rotate, encrypt, decrypt, watermark, stamp, fill forms, extract metadata, and manipulate PDFs in a variety of ways. ## When to Use This Skill - Merging or joining multiple PDF files into one - Splitting or bursting a PDF into individual pages - Rotating PDF pages - Encrypting or decrypting PDF files - Filling PDF form fields from FDF/XFDF data - Applying background watermarks or foreground stamps - Extracting PDF metadata, bookmarks, or form field information - Repairing corrupted PDF files - Attaching or extracting files embedded in PDFs - Removing specific pages from a PDF - Collating separately scanned even/odd pages - Compressing or decompressing PDF page streams ## Prerequisites - PDFtk Server must be installed on the system - **Windows**: `winget install --id PDFLabs.PDFtk.Server` - **macOS**: `brew install pdftk-java` - **Linux (Debian/Ubuntu)**: `sudo apt-get install pdftk` - **Linux (Red Hat/Fedora)**: `sudo dnf install pdftk` - Access to a terminal or command prompt - Verify installation by running `pdftk --version` ## Step-by-Step Workflows ### Merge Multiple PDFs ```b

What's inside
Steps it walks through
  1. When to Use This Skill
  2. Prerequisites
  3. Step-by-Step Workflows
  4. Merge Multiple PDFs
  5. Split a PDF into Individual Pages
  6. Extract Specific Pages
  7. Remove Specific Pages
  8. Rotate Pages
  9. Encrypt a PDF
  10. Decrypt a PDF
  11. Fill a PDF Form
  12. Apply a Background Watermark
  13. Stamp an Overlay
  14. Extract Metadata
Ships with 5 files
  • references/download.md
  • references/pdftk-cli-examples.md
  • references/pdftk-man-page.md
  • references/pdftk-server-license.md
  • references/third-party-materials.md
Commands it runs
pdftk file1.pdf file2.pdf cat output merged.pdf
pdftk A=file1.pdf B=file2.pdf cat A B output merged.pdf
pdftk input.pdf burst
pdftk input.pdf cat 1-5 10-15 output extracted.pdf
pdftk input.pdf cat 1-12 14-end output output.pdf
pdftk input.pdf cat 1-endeast output rotated.pdf
pdftk input.pdf output secured.pdf owner_pw mypassword user_pw userpass
pdftk secured.pdf input_pw mypassword output unsecured.pdf
pdftk form.pdf fill_form data.fdf output filled.pdf flatten
pdftk input.pdf background watermark.pdf output watermarked.pdf
More from awesome-copilot
All skills →
About this skill
What does the pdftk-server skill do?

Skill for using the command-line tool pdftk (PDFtk Server) for working with PDF files. Use when asked to merge PDFs, split PDFs, rotate pages, encrypt or decrypt PDFs, fill PDF forms, apply watermarks, stamp overlays, extract metadata, burst documents into pages, repair corrupted PDFs, attach or extract files, or perform any PDF manipulation from the command line.

How do I install it?

Run `npx skills add github/awesome-copilot --skill pdftk-server --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From github/awesome-copilot, a repository with 37,432 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going