What problem does it solve? Working with PDFs often fails silently: text extraction loses layout, generated documents render with clipped text or broken tables, and defects go unnoticed until delivery. This Skill enforces a render-and-inspect workflow so PDF reading, creation, and review produce visually verified results. ## Core Features & Use Cases - Visual PDF Review: Render pages to PNGs with Poppler's pdftoppm and inspect alignment, spacing, and legibility before delivery. - Programmatic PDF Generation: Create new PDF documents with reportlab while maintaining consistent typography, margins, and section hierarchy. - Text Extraction and Checks: Use 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 charts and tables, render every page to images, and fix overlapping elements or broken tables before sending it to stakeholders. ## Quick Start Use the pdf skill to create a formatted PDF report and render each page to PNG so you can visually verify the layout before delivery.