Live at pdftool.kkiani.com

Convert any URL to a branded PDF.

Production-ready API with WordPress authentication, Divi builder support, custom branding, and real-time analytics. One endpoint, zero hassle.

Start for free → Read the docs
01

WordPress-aware

Authenticate into protected WordPress pages using Application Passwords. Works with Divi, iThemes Security, and visual builders.

02

Custom branding

Per-tenant logo, subtitle, page numbers, confidential badge. Consistent branded PDFs across your organization.

03

Real-time analytics

Track every PDF generated. Dashboard with success rates, generation time, top URLs, and daily usage charts.

04

Per-element control

Hide any element by CSS selector. Custom CSS injection. Full control over page layout before rendering.

05

Fast rendering

~8 seconds per PDF on a basic VPS. Cached resources, smart waits, optimized Chromium pipeline.

06

Simple REST API

One endpoint, JSON payload, PDF response. API key authentication. Rate limiting. Usage quotas.

Try it in one request.

Sign up, grab your API key, and run this from your terminal. Takes about 30 seconds.

$ curl -X POST https://pdftool.kkiani.com/api/v1/generate-pdf \ -H "Content-Type: application/json" \ -H "x-api-key: YOUR_API_KEY" \ -d '{"url": "https://example.com"}' \ --output example.pdf