Dymo 1761334 Technical Reference - Page 47

GS l Draw Line in Landscape Mode, Description, Expression

Page 47 highlights

Commands e = user defined error correction level (0 to 8), if it is 0 which means the error correction level will be set according to PDF417 specification. It will be assigned as per the following Table: Error Correction Level Error Correction Codewords Number of Data Codewords 0 2 -- 1 4 1-40 2 8 1-40 3 16 41-160 4 32 161 5 64 320 6 128 > 321 7 256 -- 8 512 -- m1 = the most significant byte of data length. m2= the least significant byte of data length. Total data length = m1 * 256 + m2 Example GS 'k' 0x0E 0x0 0x0 0x0 0x0 0x23 "This is a PDF417 Test, test 1234567" prints the following PDF417 image: GS l Draw Line in Landscape Mode Description Draws a line in landscape mode. The thickness of the line is determined by the bit set by the bitmask, m. Expression ASCII GS l n1 n2 L1 L2 m Decimal 29 108 n1 n2 L1 L2 m Hex 1D 6C n1 n2 L1 L2 m 41

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76

Commands
e = user defined error correction level (0 to 8), if it is 0 which means the error correction
level will be set according to PDF417 specification. It will be assigned as per the following
Table:
Error Correction Level
Error Correction
Codewords
Number of Data
Codewords
0
2
--
1
4
1-40
2
8
1-40
3
16
41-160
4
32
161
5
64
320
6
128
> 321
7
256
--
8
512
--
m1 = the most significant byte of data length.
m2= the least significant byte of data length.
Total data length = m1 * 256 + m2
Example
GS ‘k’ 0x0E 0x0 0x0 0x0 0x0 0x23 “This is a PDF417 Test, test 1234567”
prints the following PDF417 image:
GS l Draw Line in Landscape Mode
Description
Draws a line in landscape mode. The thickness of the line is determined by the bit set
by the bitmask,
m
.
Expression
ASCII
GS l
n1 n2 L1 L2 m
Decimal
29 108
n1 n2 L1 L2 m
Hex
1D 6C
n1 n2 L1 L2 m
41