1

I want to find the font types and sizes used in a pdf document. I managed to find the font types with strings foo.pdf | grep FontName as described in the link below. Is there a similar trick that will allow me to find the font sizes?

How to know which fonts are used in selected part of a PDF document

mss
  • 111

1 Answers1

0

The question you linked already has an accepted answer providing the data you need.

I think you're looking for Linux alternative for the functionality the program PDF-XChange Viewer provides.

Wikipedia says the program can be run using Wine.