Skip to content

Commit e0c85f7

Browse files
committed
exportNotebook: add more information on pdftk flag
Signed-off-by: Marcello Seri <[email protected]>
1 parent ae3de3b commit e0c85f7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/exportNotebook.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ def parse_args_or_exit(argv=None):
5353
help="Colour annotations for document markup.",
5454
action='store_true')
5555
parser.add_argument("--pdftk",
56-
help="Assemble the pdfs with pdftk instead of PyPDF2.",
56+
help="Assemble the pdfs with pdftk instead of PyPDF2. "
57+
"This is faster and prodces smaller output when "
58+
"exporting template-based notebooks.",
5759
action='store_true')
5860
parser.add_argument("-1",
5961
"--singlefile",

0 commit comments

Comments
 (0)