gen2brain / go-fitz

Golang wrapper for the MuPDF Fitz library
GNU Affero General Public License v3.0
369 stars 87 forks source link

cannot find builtin CJK font #88

Closed SatanDaddy closed 1 year ago

SatanDaddy commented 1 year ago

When converting a PDF to an image, I encountered a "cannot find builtin CJK font" error. The PDF in question uses the "simsun" font, which is not embedded

gen2brain commented 1 year ago

There are many similar issues closed. The bundled library is compiled without CJK fonts, if you need them, use the external library instead.