Quickstart
This guide will walk you through generating your first PDF with Pdflet.Prerequisites
- A Pdflet account (sign up free)
- An API key (created in your dashboard)
Step 1: Get Your API Key
1
Sign Up
Create a free account at pdflet.dev/signup
2
Go to API Keys
Navigate to Dashboard → API Keys
3
Create a Key
Click Create API Key, give it a name, and copy the key
Step 2: Make Your First Request
Convert a simple HTML string to PDF:Step 3: Check Conversion Status
PDF generation is asynchronous. Poll the conversion endpoint to check status:Step 4: Download Your PDF
Once the status iscompleted, the response includes a file_url. Download your PDF: