pdf

🛠 High-Fidelity Creation

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "pdf" with this command: npx skills add igorwarzocha/opencode-workflows/igorwarzocha-opencode-workflows-pdf

🛠 High-Fidelity Creation

When generating polished reports:

  • Generate: Use Reportlab (programmatic) or Platypus (templated) as the primary engine.

  • Preview: Convert every page to PNG for inspection:

  • pdftoppm -png -r 150 document.pdf page

  • Inspect: Verify that charts, tables, and typography are sharp and well-aligned.

📋 Common Operations

  1. Form Filling
  • Identify fillable fields using scripts/extract_form_field_info.py .

  • Reference: See references/forms.md for detailed instructions on filling PDF forms.

  • Populate fields programmatically and verify using the Render loop.

  1. Manipulation (pypdf)
  • Merge: Use PdfWriter to combine multiple documents.

  • Split: Extract individual pages into new files.

  • Secure: Add passwords or watermarks using PdfWriter.encrypt() .

  • Reference: See references/reference.md for advanced features and JS library alternatives.

  1. Extraction (pdfplumber)
  • Extract text with layout preservation.

  • Extract complex tables directly into Pandas DataFrames for analysis.

💎 Quality Expectations

  • Legibility: Text must be readable at 100% zoom; avoid walls of dense text.

  • Polish: Maintain intentional visual design—consistent margins and color palettes.

  • Verification: Zero defects (black squares, clipped text) permitted in final output.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

powerpoint

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

create-opencode-plugin

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

skill-creator

No summary provided by upstream source.

Repository SourceNeeds Review