The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
We can convert HTML to PDF in Alpine-based Images using the below docker file by installing the chromium in Alpine Linux. please try this on your side and let us know the result.
FROM mcr.microsoft.com/dotnet/aspnet:7.0-alpine3.17 AS base
We need to install the below package in the docker image and we should use the BlinkBinaries folder from the Chromium installed location. For example, chromium installed location is “/usr/lib/chromium”. The below commands will install the chromium for Alpine docker, we can use the same for the conversion.