LoginSignup
1
3

More than 5 years have passed since last update.

複数画像からPDF生成/PDFを画像に分割 - ImageMagick編

Last updated at Posted at 2016-09-29

ImageMagickを使うと、PDFの結合と分割が可能です。

複数JPEGファイルからPDFを作成する

$ convert *.jpg output.pdf

PDFを複数ファイルに分割する

$ convert input.pdf out.jpg

ただし、複数ファイルに分割する際、画像の劣化やうまくPDFが画像にならない場合もある。

その際は、Automatorを使う方法などを検討すること。

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