ソースを参照

letterpaper booklet

user 2 年 前
コミット
bc49c192b9
共有2 個のファイルを変更した14 個の追加10 個の削除を含む
  1. バイナリ
      recipes-book.pdf
  2. 14
    10
      recipes.org

バイナリ
recipes-book.pdf ファイルの表示


+ 14
- 10
recipes.org ファイルの表示

60
 * generate-booklet :noexport:
60
 * generate-booklet :noexport:
61
 
61
 
62
 #+BEGIN_SRC elisp
62
 #+BEGIN_SRC elisp
63
-(shell-command-to-string "pdfbook2 recipes.pdf -b 10 -t 10 -o 10 -i 10 -n")
63
+(shell-command-to-string "pdfbook2 recipes.pdf -b 10 -t 10 -o 10 -i 10 -p letterpaper")
64
 #+END_SRC
64
 #+END_SRC
65
 
65
 
66
 #+RESULTS:
66
 #+RESULTS:
67
-: 
68
-:     pdfbook2 v1.4 (https://github.com/jenom/pdfbook2)
69
-:     (c) 2015 - 2020 Johannes Neumann (http://www.neumannjo.de)
70
-:     licensed under GPLv3 (http://www.gnu.org/licenses/gpl-3.0)
71
-:     based on pdfbook by David Firth with help from Marco Pessotto
72
-: 
73
-: 
74
-: Processing recipes.pdf
75
-: Getting bounds... create booklet... done
67
+#+begin_example
68
+
69
+    pdfbook2 v1.4 (https://github.com/jenom/pdfbook2)
70
+    (c) 2015 - 2020 Johannes Neumann (http://www.neumannjo.de)
71
+    licensed under GPLv3 (http://www.gnu.org/licenses/gpl-3.0)
72
+    based on pdfbook by David Firth with help from Marco Pessotto
73
+
74
+
75
+Processing recipes.pdf
76
+Getting bounds... done
77
+cropping... done
78
+create booklet... done
79
+#+end_example
76
 
80
 
77
 # add page breaks
81
 # add page breaks
78
 # 
82
 #