Skip to content
Snippets Groups Projects
Commit b12ca556 authored by Hinrikus Wolf's avatar Hinrikus Wolf
Browse files

fix drucken script

parent d5802636
No related branches found
No related tags found
No related merge requests found
...@@ -116,7 +116,7 @@ if args.custom_size: ...@@ -116,7 +116,7 @@ if args.custom_size:
if args.media_type: if args.media_type:
command += ["-o", "MediaType="+args.media_type] command += ["-o", "MediaType="+args.media_type]
if args.color: if args.color:
command += ["-o", "ColorModel="+args.media_type] command += ["-o", "ColorModel="+args.color]
if args.landscape: if args.landscape:
command += ["-o", "landscape"] command += ["-o", "landscape"]
if args.pages_per_page and args.pages_per_page != '1': if args.pages_per_page and args.pages_per_page != '1':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment