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¶ ↑
-
Fork it
-
Create your feature branch (
git checkout -b my-new-feature
) -
Commit your changes (
git commit -am 'Add some feature'
) -
Push to the branch (
git push origin my-new-feature
) -
Create new Pull Request