I’m performing HTML to PDF conversion on an Azure Function app running .NET 8 on Linux. The process always fails. The following message appears:
No font was found. To resolve this problem, you can set up your custom se…...ReadAllBytes("path/to/your/font.ttf"); // Add the...pdfDocument = new Document("path/to/your/input.html", options))...