Skip to main content

3 posts tagged with "pdfbolt"

View All Tags

Save Webpage as PDF – PDFBolt Chrome Extension

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

Chrome Extension: Save Webpage as Perfect PDF with PDFBolt – Web to PDF

Need to save a webpage as a PDF without losing the layout? The PDFBolt – Web to PDF Chrome extension converts any webpage to PDF directly from your browser in one click. Pick the page size, set margins, choose between screen and print view, and download or open the result.

How to Convert HTML to PDF Using an API: Quick Start Guide

· 10 min read
Milena Szymanowska
Milena Szymanowska
PDFBolt Co-Founder

HTML to PDF API Conversion Process showing API-based PDF generation

If you need to generate PDFs from HTML in a production app, you have two options: run a local rendering tool yourself (Puppeteer, Playwright, wkhtmltopdf) or call an HTML to PDF API that does the rendering for you. This tutorial covers the API approach with a complete Node.js example that generates invoice PDFs using EJS templates and the PDFBolt API. You will also find a comparison with headless browser solutions to help you pick the right tool for your project.