Loading...
Managed PDF generation for invoices, contracts, and compliance documents.
pdfn is fully usable as open source. Cloud exists to handle the parts teams repeatedly told us they don't want to own.
No Chromium to maintain, no Docker, no memory issues
Pre-warmed instances, handles traffic spikes
Archival standards for regulated industries
Ensures every PDF is valid and complete
We believe in open source. Cloud is optional infrastructure, not a lock-in strategy.
Same client.generate() function. Just set your API key.
// Set PDFN_API_KEY environment variable
const client = pdfn()
const { data } = await client.generate(<Invoice />)
// PDF/A archival compliance (Cloud only)
const { data } = await client.generate(<Invoice />, { standard: 'PDF/A-2b' })Layout is identical everywhere. PDF/A adds archival metadata and validation — it doesn't change rendering.
Cloud is currently in early access. Free while pricing is being finalized.
Request early accessQuestions? Start a discussion