What problem does it solve? Working with PDFs often fails silently: text extraction loses layout, generated documents have clipped text or broken tables, and defects go unnoticed until delivery. This Skill enforces a render-and-inspect workflow so PDF output is visually verified before it reaches the user. ## Core Features & Use Cases - Visual PDF Review: Renders PDF pages to PNG images with Poppler's pdftoppm so layout, spacing, and typography can be inspected directly. - Programmatic PDF Generation: Creates new PDF documents with reportlab, with re-rendering after each meaningful update to catch alignment and legibility issues. - Text Extraction and Checks: Uses pdfplumber or pypdf for text extraction and quick content checks, without relying on them for layout fidelity. - Use Case: Generate a multi-page report PDF with tables and charts, render every page to PNG, verify headers, footers, and page numbering, then deliver only after zero visual defects remain. ## Quick Start Use the pdf skill to create a polished one-page summary PDF from this content and render it for visual review before delivery.