What problem does it solve? Producing PDFs that look correct when printed requires print-specific CSS knowledge that most HTML authors lack, leading to broken page breaks, wrong paper sizes, and undefined viewport units in print output. ## Core Features & Use Cases - Print-correct styling rules: Enforces @page size and margins, mm/pt units, and a strict heading hierarchy so documents paginate correctly at A4 or Letter. - Page-break control: Provides break-after and break-inside hints for headings, tables, and figures, plus explicit page-break classes for covers and major sections. - Typography and layout guidance: Recommends font pairings, two-column CSS columns layouts, table styling, and cover-page patterns for long documents. - Use Case: Ask the assistant to generate a multi-page quarterly report as HTML, and it produces a styled document with a cover page, section headings, and tables that render cleanly to PDF through the pdf-builder MCP App. ## Quick Start Use the pdf skill to create a two-page A4 report with a cover page and styled tables summarizing this quarter's sales data.