How to Generate PDF Documents with n8n and APITemplate

Automate PDF generation with n8n and APITemplate.io by connecting your workflow to a reusable PDF template. This guide walks you through sending data from n8n to APITemplate.io and generating polished PDF documents automatically for invoices, reports, certificates, and more.
Convert HTML to PDF in C#: Best Libraries and Tools for 2026

Most real-world applications face the need to generate PDFs from various content sources. This task often involves creating PDFs from custom HTML or directly from website URLs.
In this article, we will look into some approaches that we can take to generate PDFs from HTML using C#.
Convert HTML to PDF in PHP: 5 Best Libraries Compared in 2026

In this article, we will explore some approaches for generating PDFs from HTML using PHP, including libraries such as TCPDF, Dompdf, and mPDF.
We will also discuss using APITemplate.io, an API-based PDF generation platform, which provides an easy way to generate and manage PDFs using templates.
How to Generate PDFs in JavaScript in the Browser: 4 Popular Methods in 2026

This article explores several popular methods to generate PDFs with JavaScript, focusing on three key approaches: using the html2pdf library, the jsPDF library, the pdfmake library, and the built-in window.print() method.
We will discuss the pros and cons of each approach and provide working code snippets to help you generate your desired PDF document.
Convert HTML to PDF in Python with 5 Popular Libraries in 2026

The most important part of generating PDFs is the input data. The most common and useful approach is to generate PDFs from HTML content or based on a website URL.
In this article, we will look into some approaches that we can take to generate PDFs from HTML
Best Node.js HTML to PDF Libraries for 2026

Most real-world applications encounter the requirement of generating PDFs based on some content. This includes generating PDFs from custom HTML content or even generating PDFs directly from a website URL.
In this article, we will look into some approaches that we can take to generate PDFs from HTML using Node.js.
Convert Markdown to PDF with a REST API: A Complete Guide

By the end of this guide you’ll be able to turn any Markdown content into a brand‑perfect PDF with a single API call, integrating seamlessly into both code‑heavy and low‑code stacks.
Top 10 Creative Ways to Use Document Automation APIs in 2025

Document Automation APIs are transforming the way businesses handle their paperwork. In this article, we will look at 10 creative ways to use document automation API for your business processes!
Generate PDFs in Python with 7 Popular Libraries in 2025

In this article, We will talk about how to generate PDF using Python, and we will introduce multiple libraries like FPDF, Reportlab, Pyppeteer and Pdfkit and the difference between them.
Selenium vs Puppeteer: A Detailed Comparison

In this article, we will take a look at an in-depth comparison between these two heavyweights- Selenium and Puppeteer. Let’s dive right in.