How to Generate PDFs from HTML with Python-PDFKit (HTML string, HTML File and URL)

In this article, we will introduce another tool that can be used to automate PDF generation from HTML in Python. PDFKit is another Python library that can be used to convert HTML pages into PDFs. It wraps the wkhtmltopdf command line tool. PDFKit is easy to use and can handle complex PDF generation tasks like tables and multi-page documents.

How To Create a Dynamic QR Code for a PDF

Since APITemplate.io supports HTML to PDF conversion, this article will walk you through a built-in function on how to generate QR codes. Also, we’ll explore a few JavaScript libraries for QR code generation. Let’s dive in!

Generate PDFs in PHP with 4 Popular Libraries (Updated 2024)

PHP is one of the most powerful server-side scripting languages available today.

In this article, I’ll demonstrate how to create PDF files with third-party PHP PDF libraries like FPDF, TCPDF, DOMPDF, html2PDF and APITemplate.io’s REST API.

Web Scraping with Puppeteer and Automated PDF Generation

This article explores web scraping using Puppeteer to gather data from the “books.toscrape.com” website. It then details how to use APITemplate.io to convert this data into attractive PDF documents effortlessly, utilizing reusable templates without the need for coding.

How to convert HTML to PDF using Java

Generating PDFs from custom HTML content or directly from website URLs is a common requirement for many real-world applications.

In this article, we will explore some approaches to generate PDFs from HTML using Java.