-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbpl.xml
More file actions
24 lines (24 loc) · 714 Bytes
/
bpl.xml
File metadata and controls
24 lines (24 loc) · 714 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<xml version = "1.0">
<bpl-document xmlns = "http://www.bradycorp.com/printers/bpl" >
<defaults>
<document units = "inches" />
</defaults>
<labels>
<label
width = "0.5"
height = "1.0">
<barcode
position-x = "0.1"
position-y = "0.2"
height = "1.0"
type = "qr-code"
human-readable = "true"
human-readable-location = "bottom" >
<datasource>
<static-text value = "LPDHIS-00000001" />
</datasource>
</barcode>
</label>
</labels>
</bpl-document>
</xml>