9

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

cama
  • 351
  • 1
  • 2
  • 10
  • Is the file `.ppt` or `.pptx`? – Danny Beckett Dec 12 '13 at 11:05
  • There's no simple way to do this. Or rather, if the font's developer allows distribution, it'll happen automatically. When you open the file, the font will be installed on your PC. If they allow limited distribution (ie, editable embedding), then the font will be available only when the PPT is open, possibly available to other programs at the same time; not sure of that. But font embedding was never intended as a mechanism for (illegally) distributing fonts. – Steve Rindsberg Dec 12 '13 at 15:39
  • Hey! Thanks for your answer. Yes...I've noticed what you are saying. It looks really impossible to extract it...probably due to the fact that this is designed for protecting Copyright. Don't worry...I am only using it to obtain a Creative Commons font that is on some old slides...but that I can't find anywhere. I am sure there is a way. I will keep looking! – cama Dec 12 '13 at 18:07

1 Answers1

15

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)
cama
  • 351
  • 1
  • 2
  • 10