TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How to tell which font is used in a PDF?

8 pointsby npratiniabout 8 years ago

4 comments

ezekgabout 8 years ago
Take a screenshot and run it through <a href="https:&#x2F;&#x2F;www.myfonts.com&#x2F;WhatTheFont" rel="nofollow">https:&#x2F;&#x2F;www.myfonts.com&#x2F;WhatTheFont</a>.
ahazred8taabout 8 years ago
One way is to copy a word from that part of the PDF document, and paste it into Word or another rich text editor. Then click in the middle of the pasted word. The editor&#x27;s font display will show you the name of the font.<p>There is a Lin&#x2F;Win&#x2F;Mac font tool here <a href="http:&#x2F;&#x2F;www.foolabs.com&#x2F;xpdf&#x2F;download.html" rel="nofollow">http:&#x2F;&#x2F;www.foolabs.com&#x2F;xpdf&#x2F;download.html</a>
pinewurstabout 8 years ago
Many PDF viewers will list the fonts used. Acrobat at least used to do this.
auxymabout 8 years ago
pdffonts, part of poppler-utils, will dump a list of font names.
评论 #14108285 未加载