Skip to content
Discussion options

You must be logged in to vote

PyMuPDF does not support using system fonts.
A font is either embedded or a Base14 font. This difference is visible by looking at page.get_fonts() - as you did.
If you see a "n/a" then the font is not embedded, otherwise it is.
If not embedded then it is a standard font like a Base-14.
It never is a system font.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@moliqingwa
Comment options

Answer selected by JorjMcKie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants
Converted from issue

This discussion was converted from issue #2602 on August 21, 2023 15:17.