mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
manual: CODABLOCKF: min/max for rows/cols
This commit is contained in:
parent
de90de99ae
commit
4a340ab614
@ -5134,9 +5134,10 @@ aria-hidden="true"><code>zint -b CODABLOCKF -d "CODABLOCK F Symbology" --rows=3<
|
|||||||
<p>This is a stacked symbology based on Code 128 which can encode
|
<p>This is a stacked symbology based on Code 128 which can encode
|
||||||
Latin-1 data up to a maximum length of 2725 characters. The width of the
|
Latin-1 data up to a maximum length of 2725 characters. The width of the
|
||||||
Codablock-F symbol can be set using the <code>--cols</code> option (API
|
Codablock-F symbol can be set using the <code>--cols</code> option (API
|
||||||
<code>option_2</code>). The height (number of rows) can be set using the
|
<code>option_2</code>), to a value between 9 and 67. The height (number
|
||||||
<code>--rows</code> option (API <code>option_1</code>). Zint does not
|
of rows) can be set using the <code>--rows</code> option (API
|
||||||
currently support encoding of GS1 data in Codablock-F symbols.</p>
|
<code>option_1</code>), with a maximum of 44. Zint does not currently
|
||||||
|
support encoding of GS1 data in Codablock-F symbols.</p>
|
||||||
<p>A separate symbology ID (<code>BARCODE_HIBC_BLOCKF</code>) can be
|
<p>A separate symbology ID (<code>BARCODE_HIBC_BLOCKF</code>) can be
|
||||||
used to encode Health Industry Barcode (HIBC) data which adds a leading
|
used to encode Health Industry Barcode (HIBC) data which adds a leading
|
||||||
<code>'+'</code> character and a modulo-49 check digit to the encoded
|
<code>'+'</code> character and a modulo-49 check digit to the encoded
|
||||||
|
@ -3370,9 +3370,10 @@ demonstrated by the symbologies below.
|
|||||||
|
|
||||||
This is a stacked symbology based on Code 128 which can encode Latin-1 data up
|
This is a stacked symbology based on Code 128 which can encode Latin-1 data up
|
||||||
to a maximum length of 2725 characters. The width of the Codablock-F symbol can
|
to a maximum length of 2725 characters. The width of the Codablock-F symbol can
|
||||||
be set using the `--cols` option (API `option_2`). The height (number of rows)
|
be set using the `--cols` option (API `option_2`), to a value between 9 and 67.
|
||||||
can be set using the `--rows` option (API `option_1`). Zint does not currently
|
The height (number of rows) can be set using the `--rows` option (API
|
||||||
support encoding of GS1 data in Codablock-F symbols.
|
`option_1`), with a maximum of 44. Zint does not currently support encoding of
|
||||||
|
GS1 data in Codablock-F symbols.
|
||||||
|
|
||||||
A separate symbology ID (`BARCODE_HIBC_BLOCKF`) can be used to encode Health
|
A separate symbology ID (`BARCODE_HIBC_BLOCKF`) can be used to encode Health
|
||||||
Industry Barcode (HIBC) data which adds a leading `'+'` character and a
|
Industry Barcode (HIBC) data which adds a leading `'+'` character and a
|
||||||
|
@ -3246,9 +3246,10 @@ demonstrated by the symbologies below.
|
|||||||
|
|
||||||
This is a stacked symbology based on Code 128 which can encode Latin-1 data up
|
This is a stacked symbology based on Code 128 which can encode Latin-1 data up
|
||||||
to a maximum length of 2725 characters. The width of the Codablock-F symbol can
|
to a maximum length of 2725 characters. The width of the Codablock-F symbol can
|
||||||
be set using the --cols option (API option_2). The height (number of rows) can
|
be set using the --cols option (API option_2), to a value between 9 and 67. The
|
||||||
be set using the --rows option (API option_1). Zint does not currently support
|
height (number of rows) can be set using the --rows option (API option_1), with
|
||||||
encoding of GS1 data in Codablock-F symbols.
|
a maximum of 44. Zint does not currently support encoding of GS1 data in
|
||||||
|
Codablock-F symbols.
|
||||||
|
|
||||||
A separate symbology ID (BARCODE_HIBC_BLOCKF) can be used to encode Health
|
A separate symbology ID (BARCODE_HIBC_BLOCKF) can be used to encode Health
|
||||||
Industry Barcode (HIBC) data which adds a leading '+' character and a modulo-49
|
Industry Barcode (HIBC) data which adds a leading '+' character and a modulo-49
|
||||||
|
Loading…
Reference in New Issue
Block a user