PyMuPDF
PyMuPDF copied to clipboard
`subset_fonts`: make it possible to silence the stdout
When I run doc.subset_fonts() I get the following on stdout/stderr (didn't check which):
Built subset of font 'Droid Sans Fallback Regular'.
Is it possible to suppress this output? Perhaps with a verbose=True keyword argument?
Ok, accepted. Shouldn't be a problem.
Will be implemented in next version.
Fixed in 1.21.0