Find fonts used in PDF file on Mac OS
strings ~/Desktop/filename.pdf | grep FontName |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
strings ~/Desktop/filename.pdf | grep FontName |