pdf

Automate PDF creation, processing, and data extraction tasks.

21|11|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/nullpond/minimax-skill-analysis --skill pdf-nullpond
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf
Source: https://github.com/nullpond/minimax-skill-analysis/tree/main/kimi/pdf
Command: npx skills add https://github.com/nullpond/minimax-skill-analysis --skill pdf-nullpond

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, chromium, pikepdf, pdfplumber, pypdf, and includes scripts (resource) components.

What problem does it solve?

PDF workflows are tedious: creating PDFs from HTML, processing existing PDFs, and extracting data, often requiring multiple tools and manual steps.

Core Features & Use Cases

  • Automate PDF creation from HTML and LaTeX with built-in routes
  • Process existing PDFs: extract text/tables, fill forms, merge/split/rotate
  • Optional LaTeX route via Tectonic and KaTeX/Mermaid support for academic documents

Quick Start

Convert a sample document (HTML, LaTeX, or PDF) to PDF and verify page count and basic statistics.

Frequently Asked Questions about pdf

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert HTML to PDF with Playwright and render Mermaid diagrams?

You can convert HTML to PDF using the Playwright-based route, which natively supports rendering Mermaid diagrams and KaTeX for mathematical formulas. This allows automated PDF generation directly from complex HTML documentation.

What's the best way to extract text and tables from existing PDF documents?

To extract text and tables from existing PDFs, this solution uses pdfplumber and pypdf. These Python-based tools parse document content accurately, enabling automated data extraction for research and administrative workflows.

Can I automate PDF form filling, merging, splitting, and rotation?

Yes, you can automate PDF form filling, merging, splitting, and rotation using pikepdf. It handles existing PDF operations efficiently, streamlining documentation processing across administrative tasks.

Does this PDF processing tool support LaTeX workflows via Tectonic?

Yes, it supports LaTeX workflows via an optional Tectonic route for academic documents. This integrates with KaTeX rendering to automate PDF creation from LaTeX sources.

Do I need Chromium installed to render HTML to PDF?

Yes, Chromium is required for the Playwright-based HTML-to-PDF rendering route. The dependency ensures accurate conversion of web content and complex visual elements into PDF format.