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