7
9

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 1 year has passed since last update.

PDFを画像へ変換するLinuxコマンド

Posted at

Go言語で『PDFファイル』を『画像ファイル』へ変換しようとして調べていたら、
Linuxコマンドで簡単に変換ができたので、そのコマンドを実行する事にした。

コマンド

# pdftoppm {オプション} {PDFファイル名} {変換画像ディレクトリ}
$ pdftoppm -png test.pdf tmp/

参考

【 pdftoppm 】コマンド――PDFファイルを画像に変換する

7
9
0

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
7
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?