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.

Generating PDFs in Retool: A Step-by-step Guide

In this article, we’ll explore the advantages of using Retool and guide you through the process of integrating Retool with external platforms like APITemplate to generate PDF invoices.

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.