What problem does it solve?
It solves the problem of producing polished, print-ready PDFs and updating existing PDF documents without losing visual consistency or layout control.
Core Features & Use Cases
- CREATE (from content.json): Generate new PDFs with a token-driven, design-system cover and a styled body layout for client-ready deliverables.
- FILL (PDF form filling): Inspect a PDF’s fillable fields and write values (text, checkbox, dropdown, radio) while preserving form structure.
- REFORMAT (restyle existing documents): Parse supported source formats into content blocks and render them through the same design pipeline.
Typical use case: prepare a strategy proposal or report from structured content, then quickly fill a PDF form (or restyle an existing draft) into a final, non-editable PDF.
Quick Start
Use minimax-pdf to generate a new PDF by converting your content JSON into a polished report.pdf with a single run command that includes title, type, author, date, content, and out paths.