Skip to main content

5 posts tagged with "pdf templates"

View All Tags

AI PDF Generator: Create PDF Templates from Text

· 7 min read
Michał Szymanowski
Michał Szymanowski
PDFBolt Co-Founder

AI PDF generator creating document templates from text descriptions

PDF generation has always been a developer task. You write HTML, style it with CSS, configure page settings, and connect it to a rendering engine. The template alone can take days, especially for complex documents like financial reports with charts, multi-page contracts with conditional sections, or product catalogs with varied layouts. PDFBolt's AI PDF generator changes this workflow. Instead of writing code, you describe the document you want. The AI builds the PDF template, you connect your data, and the API produces PDFs.

PDF Templates: Reusable Layouts for PDF Generation

· 7 min read
Michał Szymanowski
Michał Szymanowski
PDFBolt Co-Founder

Introducing PDFBolt Templates Feature

PDFBolt Templates is a new feature that separates design from data in PDF generation. Instead of rebuilding HTML for every document, create reusable layouts once and populate them with dynamic data. Invoices, certificates, reports – Templates make your workflow faster and easier to maintain.

Top HTML Template Engines for Dynamic PDF Generation

· 11 min read
Michał Szymanowski
Michał Szymanowski
PDFBolt Co-Founder

HTML to PDF - Template Engines

Building dynamic, data-driven websites means generating HTML from live data. Template engines handle this by combining HTML layouts with variables, loops, and conditionals. This article covers what template engines are, how they work, their benefits, and the most popular options for Node.js, Python, Java, PHP, and Ruby.

Generate PDFs in Node.js Using Puppeteer: Full Guide

· 10 min read
Michał Szymanowski
Michał Szymanowski
PDFBolt Co-Founder

Illustration of generating PDF files in Node.js using Puppeteer

Generating invoice PDFs is a common requirement for web applications – whether for e-commerce, SaaS billing, or financial reporting. Puppeteer, a powerful headless browser automation tool for Node.js, makes it easy to convert HTML into high-quality PDFs. In this guide, we’ll walk you through setting up Puppeteer, designing an invoice with HTML and CSS, and generating a professional PDF.