10
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

pdffontsのインストール,mac使う大学生

Last updated at Posted at 2017-01-17

おはよう御座います!最近Youtube( https://www.youtube.com/watch?v=ogT0CjNCavQ )やってます!!!
もちろん,大学四年生として卒論もやっています!wwwwwww

予稿(PDFファイル)のフォント埋め込み確認について,pdffontsのコマンドでやりたい人向け,
今日homebrewでpdffontsをマックに入れる方法を説明します.

まずいつも通りhomebrewのアプデートをします.
brew update

そして,以下のコマンドでxpdfをダウロードします.
brew install xpdf

私の場合はこのようなエラーが出てきました.
Error: You must `brew link libpng` before homebrew/x11/xpdf can be installed

なので,
brew link libpng
をしてみたら,
Error: Could not symlink share/man/man5/png.5
と言われて,うまくいかなかったです.

そこで,以下のコマンドを打ちました.
sudo chown -R $(whoami) /usr/local/share/man/man5

再度リンクしてみて,
brew link libpng

Linking /usr/local/Cellar/libpng/1.6.28... 18 symlinks created
これでうまく言ったぽいので

改めて,以下のコマンドでxpdfをダウロードします.
brew install xpdf

インストールは無事にできましたが,
pdffonts ファイル名
と実行した後,日本語パッケージがないため,うまくいかなかったので,

それはこちらの記事に記載しているため,以下のリンクで参照し,日本語パッケージを入れたら大丈夫です.
http://ototorosama.hatenablog.com/entry/2013/02/14/055355
or
http://nagae.github.io/itl/homebrew-packages.html

10
4
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
10
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?