minimax-pdf

Generate, fill, and reformat PDFs using a token-driven design system.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/shiro123444/Minmaxskills --skill minimax-pdf-shiro123444
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minimax-pdf
Source: https://github.com/shiro123444/Minmaxskills/tree/main/skills/minimax-pdf
Command: npx skills add https://github.com/shiro123444/Minmaxskills --skill minimax-pdf-shiro123444

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pypdf, reportlab, matplotlib, numpy, and includes scripts (resource) components.

What problem does it solve?

This skill enables end-to-end creation and styling of print-ready PDFs by applying a token-driven design system to cover and inner pages, ensuring a consistent and production-ready appearance.

Core Features & Use Cases

  • CREATE: generate a brand-aligned PDF from scratch, including cover design and content body
  • FILL: fill form fields in an existing PDF while preserving layout and typography
  • REFORMAT: parse and restyle an existing document to match the target design system and improve print quality

Quick Start

Create a polished PDF by running the full token-driven CREATE pipeline.

Frequently Asked Questions about minimax-pdf

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

FAQPage Schema
How do I automate PDF generation with a consistent design system?

You can automate PDF generation by applying a token-driven design system to cover and body pages, ensuring a brand-aligned and production-ready appearance across the entire document.

Can I fill form fields in an existing PDF without breaking the layout?

Yes, the FILL route fills form fields in an existing PDF while preserving the original layout and typography, ensuring the document's visual structure remains intact.

What's the best way to reformat an existing document for print-ready PDF output?

The REFORMAT route parses and restyles existing documents to match a target design system, applying token-driven styling to improve print quality and unify the visual appearance.

Do I need pypdf and reportlab to generate styled PDFs?

Yes, the pipeline requires pypdf and reportlab along with matplotlib and numpy to orchestrate cover rendering, body rendering, merging, and QA checks for print-ready PDFs.

How does a token pipeline work for PDF cover design?

A token pipeline standardizes design elements like typography and spacing, applying these tokens during cover rendering to generate a polished, brand-aligned PDF cover automatically.