SwiftPDF
**PDF Service** is a powerful all-in-one document generation solution designed for developers who need reliability, speed, and flexibility. Whether you are generating invoices, reports, or shipping labels, our API handles the heavy lifting with precision. ### 🚀 Key Features #### 1. Advanced PDF Generation Convert any HTML content into high-fidelity PDFs using a headless Chromium engine…
SwiftPDF endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
InterpolateTemplate /interpolate |
Processes a Handlebars template by interpolating it with the provided JSON data object. Returns the rendered HTML string. |
| POST |
GenerateQrCode /qrcode |
Generates a high-resolution QR Code image supporting various payloads (URL, Email, Wi-Fi, SMS, Geo, etc.). Returns a PNG byte array with configurable pixel density. |
| POST |
GenerateBarcode /barcode |
Generates a barcode image based on the provided data and type (e.g., Code128, EAN13). Supports custom dimensions and optional label display. Returns a PNG byte array. |
| POST |
CreatePdf |
Generates a high-quality PDF document from various source types: URL, raw HTML, or a Handlebars template with data. Supports advanced Playwright PDF options like margins,… |