We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae3de3b commit e0c85f7Copy full SHA for e0c85f7
tools/exportNotebook.py
@@ -53,7 +53,9 @@ def parse_args_or_exit(argv=None):
53
help="Colour annotations for document markup.",
54
action='store_true')
55
parser.add_argument("--pdftk",
56
- help="Assemble the pdfs with pdftk instead of PyPDF2.",
+ help="Assemble the pdfs with pdftk instead of PyPDF2. "
57
+ "This is faster and prodces smaller output when "
58
+ "exporting template-based notebooks.",
59
60
parser.add_argument("-1",
61
"--singlefile",
0 commit comments