Category: DevOps
-
DDEV and Gotenberg: using custom fonts for your PDFs
dans DevOpsGotenberg is an excellent tool for generating PDFs from HTML/CSS. With DDEV, the ddev-gotenberg extension makes it easy to integrate into your development environment. But as soon as you want to use custom fonts, things get complicated: Gotenberg only knows the system fonts installed in its container. I encountered this problem on an e-commerce project…