Introduction
Welcome to PDFGen Studio - a powerful, professional-grade PDF generation platform designed for developers and businesses.
What is PDFGen Studio?
PDFGen Studio is a comprehensive API-first platform that enables you to generate high-quality PDFs, images, and documents from multiple sources:
- Templates - Design beautiful templates in our visual editor and render them with dynamic data
- HTML - Convert any HTML content to PDF or image with full CSS support
- URLs - Capture any webpage as PDF or screenshot
- JSON - Define documents programmatically with our JSON schema
Key Features
🎨 Visual Template Editor
Design stunning templates with our drag-and-drop editor featuring:
- Text, images, shapes, and QR codes
- Tables with automatic pagination
- Dynamic data injection
- Multi-page support
🚀 High-Performance Rendering
- Fast, reliable PDF generation
- Support for PDF, PNG, and JPEG output formats
- Binary or Base64 response options
- Customizable quality and resolution
🔒 Secure & Scalable
- API key authentication
- Rate limiting and usage tracking
- Enterprise-ready infrastructure
Quick Example
Generate a PDF from a template with dynamic data:
curl -X POST "https://api.pdfgenstudio.com/api/v1/renderer/templates/123" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"data": {
"customerName": "John Doe",
"invoiceNumber": "INV-001",
"items": [
{ "name": "Product A", "price": 99.99 }
]
}
}'
Next Steps
- Getting Started - Set up your first project
- API Reference - Explore all endpoints
- Authentication - Learn about API keys