0
1

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.

【ドラッグ&ドロップめんどくさい】PDFを分割してPNGに変換する

Posted at

// この記事は、 note に投稿した記事の再掲です。

人からもらったPDFを編集したいときに一度画像にしています
PDF.pdfpdf_page%d.png に変換する( "%d" には連番で数字が入る)

なければインストール

$ brew install mupdf-tools

PDFを分割してPNGにする

$ mutool draw -o pdf_page%d.png PDF.pdf

参考

MuPDF
https://mupdf.com/index.html

0
1
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
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?