The APITemplate.io Blog

Tutorials for Automation, Programming, No-code and Low-code

Convert HTML to PDF in Java with OpenPDF

OpenPDF is a framework that is used for converting HTML to PDF documents. It uses Java programming language for its conversion. In this article, we will look at how to convert HTML documents to PDF documents using OpenPDF and Java. Let’s get started!

Read more

Python PDFKit: How to Generate PDFs from HTML (String, 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.

Read more

How To Create a Dynamic QR Code for a PDF

Add dynamic QR codes to your PDFs two ways - with JavaScript libraries or APITemplate's built-in render function - plus best practices for size, contrast, and placement.

Read more

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.

Read more

How to Generate PDF From HTML with Playwright and Java

Perhaps you're working on an application that requires you to export data in PDF format and perform web testing and automation in different cases. Well, there's a handy tool made precisely for such tasks. In this article, we'll explore HTML to PDF conversion using Playwright and APITemplate.

Read more