pdforge
OfficialPDF generation from templates or HTML via curl.
Authorvm0-ai
Version1.0.0
Installs0
System Documentation
What problem does it solve?
PDForge (PDF Noodle) enables programmatic PDF generation from reusable templates or raw HTML, streamlining document production and automation.
Core Features & Use Cases
- Generate PDFs from templates with dynamic data
- Convert HTML to PDF directly
- Create invoices, reports, and other documents programmatically
- Async batch generation with webhooks and optional image exports
Quick Start
Generate a PDF from a template: bash -c 'curl -s -X POST "https://api.pdfnoodle.com/v1/pdf/sync" --header "Authorization: Bearer ${PDFORGE_API_KEY}" --header "Content-Type: application/json" -d '{"templateId":"template-123","data":{"name":"John Doe"}}' | jq .'
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: pdforge Download link: https://github.com/vm0-ai/vm0-skills/archive/main.zip#pdforge Please download this .zip file, extract it, and install it in the .claude/skills/ directory.