PDF417 no longer uses option_3 for no. codewords so set default 0 & remove from Studio

This commit is contained in:
gitlost 2019-12-19 20:29:11 +00:00
parent fa9af12fc6
commit b00b227b4f
9 changed files with 215 additions and 57 deletions

View file

@ -1528,7 +1528,7 @@ standard maximum symbol size of 925 codewords which (at error correction level
0) allows a maximum data size of 1850 text characters, or 2710 digits. The
width of the generated PDF417 symbol can be specified at the command line using
the --cols switch followed by a number between 1 and 30, and the amount of
check digit information can be specified by using the --security switch
check digit information can be specified by using the --secure switch
followed by a number between 0 and 8 where the number of codewords used for
check information is determined by 2^(value + 1). If using the API these values
are assigned to option_2 and option_1 respectively. The default level of check