-
Notifications
You must be signed in to change notification settings - Fork 0
/
schema_labels.json
126 lines (126 loc) · 4.51 KB
/
schema_labels.json
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"page": "Multipurpose Labels",
"pages": [{
"producer_serial": {
"type": "label",
"font": "Helvetica",
"font_size": 10,
"text": "Product XYZ",
"x": 0.50,
"y": 0.70
},
"project": {
"type": "label",
"font": "Helvetica",
"font_size": 10,
"text": "Project",
"x": 0.50,
"y": 0.44
},
"insitution": {
"type": "label",
"font": "Helvetica",
"font_size": 10,
"text": "Company",
"x": 0.50,
"y": 0.15
}
},
{
"product_info": {
"type": "label",
"font": "Helvetica",
"font_size": 6,
"text": "Product/3.53",
"x": 0.50,
"y": 0.10
},
"product_serial": {
"type": "label",
"font": "Helvetica",
"font_size": 6,
"text": "53",
"x": 0.12,
"y": 0.50,
"rotation": 90
},
"product_producer_serial": {
"type": "label",
"font": "Helvetica",
"font_size": 6,
"text": "Product/3",
"x": 0.94,
"y": 0.50,
"rotation": 90
},
"product_qr": {
"type": "qr",
"qr_size": 0.70,
"text": "https://<mysite>/products/3.53",
"x": 0.50,
"y": 0.55
}
},
{
"project_logo": {
"type": "image",
"path": "images/project_logo.png",
"width": 0.3,
"height": 0.3,
"x": 0.50,
"y": 0.75
},
"producer_serial": {
"type": "label",
"font": "Helvetica",
"font_size": 10,
"text": "Product/3",
"x": 0.50,
"y": 0.43
},
"company_logo": {
"type": "image",
"path": "images/company_logo.png",
"width": 0.3,
"height": 0.3,
"x": 0.50,
"y": 0.20
}
},
{
"product_code": {
"type": "label",
"font": "Helvetica",
"font_size": 6,
"text": "4.7.6/ACTIVE/3.XX",
"x": 0.50,
"y": 0.08
},
"product_serial": {
"type": "label",
"font": "Helvetica",
"font_size": 6,
"text": "3.XX",
"x": 0.12,
"y": 0.50,
"rotation": 90
},
"producer_serial": {
"type": "label",
"font": "Helvetica",
"font_size": 6,
"text": "XX",
"x": 0.94,
"y": 0.50,
"rotation": 90
},
"product_qr": {
"type": "qr",
"qr_size": 0.68,
"text": "https://<mysite>/products/3.XX",
"x": 0.50,
"y": 0.52
}
}
]
}