PDF Expert Pro

Merge, split, rotate, watermark, and secure PDF documents.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/euwebertdefreitas/Parametrus-AI-Skills --skill pdf-expert-pro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: PDF Expert Pro
Source: https://github.com/euwebertdefreitas/Parametrus-AI-Skills/tree/main/.agent/skills/pdf_expert_pro
Command: npx skills add https://github.com/euwebertdefreitas/Parametrus-AI-Skills --skill pdf-expert-pro

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires PyPDF2, ReportLab, Tesseract, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill tackles the complexities of working with PDF documents, from creation and modification to extracting valuable information, saving users time and effort on document-related tasks.

Core Features & Use Cases

  • PDF Generation: Create dynamic invoices, contracts, and reports from code.
  • Document Manipulation: Merge, split, rotate, watermark, and secure PDFs.
  • Data Extraction: Extract text, tables, and OCR content from scanned documents.
  • Use Case: Automatically generate a batch of personalized PDF certificates for event attendees.

Quick Start

Use the PDF Expert Pro skill to merge the files document1.pdf and document2.pdf into a single output file named combined.pdf.

Frequently Asked Questions about PDF Expert Pro

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

FAQPage Schema
How do I extract text and tables from scanned PDF documents using Python?

Extract text and tables from scanned PDFs using optical character recognition capabilities built with Tesseract. This handles data retrieval from scanned images, converting them into machine-readable text for document automation workflows.

What's the best way to merge, split, and watermark PDF files programmatically?

Merge, split, rotate, and watermark PDF files programmatically using Python scripts leveraging PyPDF2. This provides comprehensive document manipulation for modifying existing files without manual editing.

Can I dynamically generate PDF invoices and contracts from Python code?

Yes, you can dynamically generate PDF invoices, contracts, and reports from Python code using ReportLab. This creates personalized documents automatically, ideal for batch processing event certificates or similar automated document generation tasks.

Does PDF Expert Pro support form filling and document encryption?

PDF Expert Pro supports both form filling and document encryption for secure document handling. It handles dynamic PDF creation alongside security features, ensuring automated workflows can lock down sensitive output files.

Do I need Tesseract installed to perform OCR on scanned images?

Yes, Tesseract is a required dependency to perform optical character recognition on scanned documents. It provides the core OCR engine needed to extract text from image-based PDFs during data extraction processes.