What problem does it solve? Working with PDFs programmatically often produces broken layouts, clipped text, or unreadable output that only becomes visible after delivery. This Skill provides a workflow for reading, generating, and rendering PDFs to PNG images so every page can be visually inspected before final delivery. ## Core Features & Use Cases - PDF Generation: Create new PDF documents programmatically with reportlab, controlling typography, spacing, margins, and section hierarchy. - Content Extraction: Extract text and metadata from existing PDFs using pdfplumber or pypdf for quick checks and content review. - Visual Verification: Render PDF pages to PNG images with pdftoppm from Poppler and inspect them for alignment, spacing, and legibility defects. - Use Case: Generate a multi-page quarterly report PDF with charts and tables, render each page to PNG, and confirm headers, footers, and page numbering look polished before sending it to stakeholders. ## Quick Start Use the pdf skill to create a one-page summary PDF from my notes and render it to PNG so I can verify the layout.