pdf

Creates, renders and reviews PDFs using Poppler and Python libraries.

Updated May 31, 2026
One-click install
npx skills add https://github.com/fanguyun/SkillManager --skill pdf-fanguyun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf
Source: https://github.com/fanguyun/SkillManager/tree/main/pdf
Command: npx skills add https://github.com/fanguyun/SkillManager --skill pdf-fanguyun

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires reportlab, pdfplumber, pypdf, poppler, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill addresses the need for precise control over PDF handling tasks such as reading, creating, and reviewing documents with a focus on visual and layout integrity.

Core Features & Use Cases

  • Visual PDF Review: Render PDF pages to visual formats for detailed inspection.
  • Programmatic PDF Creation: Generate PDFs using Python tools for accurate formatting.
  • Final Rendering Check: Validate the PDF's final appearance to ensure quality before distribution.

Quick Start

Create a new PDF with the 'reportlab' library and provide the desired content as input.

Frequently Asked Questions about pdf

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a PDF programmatically using Python?

To generate a PDF programmatically, this Skill uses the reportlab Python library to create documents with precise formatting and layout control. You provide the desired content as input, and the Skill outputs a fully rendered PDF file ready for distribution.

How can I visually review a PDF to check its final layout?

To visually review a PDF, the Skill renders PDF pages into visual formats using Poppler for detailed inspection. This allows you to validate the document's final appearance and ensure visual integrity before distribution.

What is the best way to extract text and tables from a PDF in Python?

The best way to extract text and tables from a PDF in Python is using pdfplumber and pypdf. This Skill integrates these libraries to accurately read and extract content while maintaining layout integrity for administrative workflows.

Do I need Poppler installed to render and review PDF documents?

Yes, you need Poppler installed to perform visual PDF rendering and review. This Skill relies on Poppler to convert PDF pages into visual formats for detailed inspection and final rendering checks.

Can I use this Skill for administrative PDF workflows?

Yes, you can use this Skill for administrative and technical workflows. It is specifically designed to manage PDFs for rendering, creation, and review with a focus on visual and layout integrity.