documenttailwindpdf

Report Cover Page

Professional cover page for quarterly reports, proposals, and audits. PDF-ready.

Request body
{
  "type": "tailwind",
  "content": "<div class=\"flex h-full w-full flex-col bg-zinc-900 p-16\">\n  <div class=\"flex items-center justify-between pb-12\" style=\"border-bottom:1px solid #3f3f46;\">\n    <div class=\"flex items-center\">\n      <span class=\"text-xl font-bold text-white\">Aurora</span>\n      <span class=\"ml-2 text-xl font-bold text-emerald-400\">Analytics</span>\n    </div>\n    <span class=\"font-mono text-xs text-zinc-500\">CONFIDENTIAL</span>\n  </div>\n  <div class=\"flex flex-1 flex-col justify-center\">\n    <span class=\"font-mono text-sm font-medium text-emerald-400\">Q2 2026 · FINANCIAL REVIEW</span>\n    <h1 class=\"mt-6 text-7xl font-bold text-white\" style=\"line-height:1.05;\">Quarterly<br/>Performance<br/>Report</h1>\n    <p class=\"mt-8 text-xl text-zinc-400\" style=\"line-height:1.6;\">An in-depth analysis of revenue, user growth, infrastructure costs, and strategic priorities for Q3 and beyond.</p>\n  </div>\n  <div class=\"flex items-end justify-between pt-12\" style=\"border-top:1px solid #3f3f46;\">\n    <div class=\"flex flex-col\">\n      <span class=\"text-xs text-zinc-500\">PREPARED BY</span>\n      <span class=\"mt-1 text-base font-semibold text-white\">Finance & Strategy Team</span>\n    </div>\n    <div class=\"flex flex-col items-end\">\n      <span class=\"text-xs text-zinc-500\">DATE</span>\n      <span class=\"mt-1 text-base font-semibold text-white\">July 14, 2026</span>\n    </div>\n  </div>\n</div>",
  "options": {
    "format": "pdf",
    "dimensions": "a4",
    "scale": 2
  }
}

Code example

curl -X POST https://renderfy.io/api/v1/render \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "type": "tailwind",
  "content": "<div class=\"flex h-full w-full flex-col bg-zinc-900 p-16\">\n  <div class=\"flex items-center justify-between pb-12\" style=\"border-bottom:1px solid #3f3f46;\">\n    <div class=\"flex items-center\">\n      <span class=\"text-xl font-bold text-white\">Aurora</span>\n      <span class=\"ml-2 text-xl font-bold text-emerald-400\">Analytics</span>\n    </div>\n    <span class=\"font-mono text-xs text-zinc-500\">CONFIDENTIAL</span>\n  </div>\n  <div class=\"flex flex-1 flex-col justify-center\">\n    <span class=\"font-mono text-sm font-medium text-emerald-400\">Q2 2026 · FINANCIAL REVIEW</span>\n    <h1 class=\"mt-6 text-7xl font-bold text-white\" style=\"line-height:1.05;\">Quarterly<br/>Performance<br/>Report</h1>\n    <p class=\"mt-8 text-xl text-zinc-400\" style=\"line-height:1.6;\">An in-depth analysis of revenue, user growth, infrastructure costs, and strategic priorities for Q3 and beyond.</p>\n  </div>\n  <div class=\"flex items-end justify-between pt-12\" style=\"border-top:1px solid #3f3f46;\">\n    <div class=\"flex flex-col\">\n      <span class=\"text-xs text-zinc-500\">PREPARED BY</span>\n      <span class=\"mt-1 text-base font-semibold text-white\">Finance & Strategy Team</span>\n    </div>\n    <div class=\"flex flex-col items-end\">\n      <span class=\"text-xs text-zinc-500\">DATE</span>\n      <span class=\"mt-1 text-base font-semibold text-white\">July 14, 2026</span>\n    </div>\n  </div>\n</div>",
  "options": {
    "format": "pdf",
    "dimensions": "a4",
    "scale": 2
  }
}' \
  --output render.png
Fork this template to my account →

One click. Free tier includes 1 saved template.

More document templates