Extract embedded font from Powerpoint ppt

cama picture cama · Dec 12, 2013 · Viewed 18.1k times · Source

I have a ppt with a font embedded. The thing is that I want to create a word file...therefore I need the font that is inside the ppt.

Does anybody know how to extract it?

Thanks

Answer

cama picture cama · Dec 12, 2013

Found it! Save it as PDF. Then use Mutool to get it:

c:\> mutool.exe extract filename.pdf # (on Windows) 
$> mutool extract filename.pdf # (on Linux, Unix, Mac OS X)