mirror of
https://github.com/aborelis/ASN-Label-Generator.git
synced 2026-03-14 08:33:28 +00:00
* updated README.md
This commit is contained in:
parent
55f9f91b55
commit
be654118bb
1 changed files with 29 additions and 22 deletions
13
README.md
13
README.md
|
|
@ -65,7 +65,8 @@ Usage: asn-gen.py [OPTIONS] [filename]
|
||||||
ASN Label Generator
|
ASN Label Generator
|
||||||
|
|
||||||
Arguments:
|
Arguments:
|
||||||
filename output filename of PDF file generated
|
filename output filename of PDF file generated, if .pdf extension is missing the string will be used
|
||||||
|
as directory
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
-l, --labeltype=STR Type of label, e.g. 4731, get a list of supported labels with --labels (default: 4731)
|
-l, --labeltype=STR Type of label, e.g. 4731, get a list of supported labels with --labels (default: 4731)
|
||||||
|
|
@ -82,9 +83,15 @@ Options:
|
||||||
--position-helper enable position helpers, e.g. as cutting guides when using sub labels
|
--position-helper enable position helpers, e.g. as cutting guides when using sub labels
|
||||||
--bar-width, --bw=INT Show a colored bar on the right of the label (0 = no bar) (default: 0)
|
--bar-width, --bw=INT Show a colored bar on the right of the label (0 = no bar) (default: 0)
|
||||||
--bar-color, --bc=STR Color of the bar, HEX notation (default: d2dede)
|
--bar-color, --bc=STR Color of the bar, HEX notation (default: d2dede)
|
||||||
--highlight-bar-width, --hw=INT add a colored highlight bar on the right of the label (0 = no bar) (default: 0)
|
--highlight-bar-width, --hw=INT
|
||||||
--highlight-bar-color, --hc=STR Color of the highlight bar, HEX notation (default: d9a4a6)
|
add a colored highlight bar on the right of the label (0 = no bar) (default: 0)
|
||||||
|
--highlight-bar-color, --hc=STR
|
||||||
|
Color of the highlight bar, HEX notation (default: d9a4a6)
|
||||||
-p, --prefix=STR Prefix to the actual ASN number (default: ASN)
|
-p, --prefix=STR Prefix to the actual ASN number (default: ASN)
|
||||||
|
--page-offset-x, --dx=STR Print offset of the labels on the page to handle horizontal printer alignment with unit
|
||||||
|
(e.g. -2mm) (default: 0mm)
|
||||||
|
--page-offset-y, --dy=STR Print offset of the labels on the page to handle vertical printer alignment with unit (e.g.
|
||||||
|
-1.5mm) (default: 0mm)
|
||||||
|
|
||||||
Other actions:
|
Other actions:
|
||||||
-h, --help Show the help
|
-h, --help Show the help
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue