Tag

HTML to PDF

0 views collected around this technical thread.

Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Jul 29, 2024 · Backend Development

Generate PDFs in Spring Boot with OpenHtmlToPdf and Freemarker – Step‑by‑Step Guide

This tutorial demonstrates how to integrate OpenHtmlToPdf with a Spring Boot 3.2.8 application, using Freemarker templates and custom fonts to render HTML content and deliver high‑quality PDF files via a REST endpoint, complete with code examples and configuration details.

HTML to PDFOpenHtmlToPdfPDF generation
0 likes · 8 min read
Generate PDFs in Spring Boot with OpenHtmlToPdf and Freemarker – Step‑by‑Step Guide
YunZhu Net Technology Team
YunZhu Net Technology Team
Oct 9, 2021 · Backend Development

Dynamic PDF Report Generation Using wkhtmltopdf and wkhtmltopdf‑DotNet in .NET

This article explains how to create dynamic PDF reports by designing HTML templates and converting them with the open‑source wkhtmltopdf tool and its .NET wrapper wkhtmltopdf‑DotNet, covering requirements, configuration, header/footer, table of contents, bookmarks, HTML design tips, CSS fixes, and PDF merging using iTextSharp.

.NETHTML to PDFHeader Footer
0 likes · 15 min read
Dynamic PDF Report Generation Using wkhtmltopdf and wkhtmltopdf‑DotNet in .NET