How to find out which fonts are referenced and which are embedded in a PDF document

后端 未结 6 1175
刺人心
刺人心 2021-01-29 19:03

We have a little problem with fonts in PDF documents. In order to put the finger on the problem I\'d like to inspect, which fonts are actually embedded in the pdf document and w

6条回答
  •  野的像风
    2021-01-29 19:28

    Much simpler if you just want to find out the font names: run this from a terminal

    strings yourPDFfilepath.pdf | grep FontName
    

提交回复
热议问题