What problem does it solve?
This Skill prevents frustrating PDF “almost right” results by guiding creation and verification around real visual rendering, so typography, spacing, and layout stay correct.
Core Features & Use Cases
- Visual-first validation: Render PDF pages to PNGs and check alignment, legibility, headers/footers, and section transitions.
- PDF creation with reliable formatting: Generate PDFs programmatically using reportlab for consistent design.
- Controlled extraction for checks: Use pdfplumber or pypdf for text extraction and quick sanity checks, without assuming layout fidelity.
- Use Case: Produce a brochure or report, then re-render and visually confirm that tables, charts, and images are sharp, correctly aligned, and readable.
Quick Start
Use the pdf skill to render the provided PDF into page images and report any visible layout or formatting defects.