Skip to content

Commit

Permalink
exportNotebook: add more information on pdftk flag
Browse files Browse the repository at this point in the history
Signed-off-by: Marcello Seri <[email protected]>
  • Loading branch information
Marcello Seri committed Jun 14, 2018
1 parent 0c6a64f commit b911583
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/exportNotebook.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ def parse_args_or_exit(argv=None):
help="Colour annotations for document markup.",
action='store_true')
parser.add_argument("--pdftk",
help="Assemble the pdfs with pdftk instead of PyPDF2.",
help="Assemble the pdfs with pdftk instead of PyPDF2. "
"This is faster and prodces smaller output when "
"exporting template-based notebooks.",
action='store_true')
parser.add_argument("-1",
"--singlefile",
Expand Down

0 comments on commit b911583

Please sign in to comment.