pdffonts

A command-line tool to display fonts embedded inside PDF documents.

Installation

$ gem install pdffonts

Usage

$ pdffonts pdf-with-beautiful-type.pdf
Avenir-Black
Avenir-Medium
Avenir-Roman
AvenirNext-DemiBold
GearedSlab-Extrabold
Lavanderia-Sturdy
LucidaGrande
LucidaGrande-Bold
Mission-Script
ZapfDingbatsITC

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request