Replies: 3 comments 11 replies
-
|
Hello @Vovcharaa 👋 That’s because the resulting PDF from Chromium is post-processed by LibreOffice, and it may remove custom fonts from it. A solution could be to install the font directly in the Docker image: https://gotenberg.dev/docs/configuration. Not sure it would work though. |
Beta Was this translation helpful? Give feedback.
-
|
Why is Libreoffice used to post-process the PDF with My issue is that Libreoffice garbles ligatures. If I process an HTML file like this: it generates a beautiful PDF. If I add |
Beta Was this translation helpful? Give feedback.
-
|
Note that I can reproduce the problem sending a PDF to the this results in broken ligatures. Can you help me find out what Gotenberg actually does within, so that I can try to reproduce this with LO directly, and report a bug there? |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
PDF/A-2 specifies that it can embed OpenType fonts.
But when I try to do
src: url('futura-bold.otf') format('opentype');in css and setpdfa=PDF/A-2bfont is not used in pdf.How to use custom fonts with PDF/A-2b/3b?
Beta Was this translation helpful? Give feedback.
All reactions