0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

A4 で印刷したものを A5 や A6 の小冊子にしたい。
小冊子印刷は Windows 上の Adobe Reader が便利。だけどわざわざそれだけのために Windows 使うのもなあ。

更に、A4 で印刷したものを A5 だけではなく A6 や更にもっと小さな小冊子にしたい。 Linux でどうしたらいいかな?

A4 プリント → A5 冊子

pdfbook2 コマンドで実現。

インストール

$ sudo apt install texlive-extra-utils

変換

$ pdfbook2 人間文化\ 第31號_274-265.pdf 

    pdfbook2 v1.4 (https://github.com/jenom/pdfbook2)
    (c) 2015 - 2020 Johannes Neumann (http://www.neumannjo.de)
    licensed under GPLv3 (http://www.gnu.org/licenses/gpl-3.0)
    based on pdfbook by David Firth with help from Marco Pessotto


Processing 人間文化 第31號_274-265.pdf
Getting bounds... done
cropping... done
create booklet... done

・・・-book.pdf ができるらしい。

$ ls -alh 人間*
-rw-rw-r-- 1 owner owner 9.5M  9月  6 18:33 '人間文化 第31號_274-265-book.pdf'
-rw-rw-r-- 1 owner owner 1.9M  2月 26  2026 '人間文化 第31號_274-265.pdf'

長編綴じになっていました。

image.png

短編綴じに変更。

$ pdfbook2 -s 人間文化\ 第31號_274-265.pdf 

OK.

image.png

これを両面印刷すれば良い。

A4 プリント → A6 冊子

印刷したものを折って裁断するか、印刷したものをA5に切って冊子にするか、方法がいろいろある。

とりあえず、印刷したものをA5に切って冊子にする、1枚のA4に8ページ印刷し、それを A5に切って 8ページの小冊子を作る場合。

印刷ダイアログで以下のようにしておきます。
image.png
image.png

8ページの場合
8,1,6,3,2,7,4,5

16ページの場合

16,1,12,5,2,15,6,11,14,3,10,7,4,13,8,9

A4 プリント → A9 冊子

いわゆる豆本。別途記載します。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?