-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprinters.json
More file actions
80 lines (80 loc) · 1.55 KB
/
printers.json
File metadata and controls
80 lines (80 loc) · 1.55 KB
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
[
{
"label": "Shipping",
"printerName": "Zebra ZT230",
"ghostscriptProfile": "/screen",
"optimizePdf": true,
"copies": 1,
"paperSize": "4x6",
"docType": "Label",
"driverConfig": {
"darkness": 15,
"cutMode": "per-page"
}
},
{
"label": "Invoice",
"printerName": "HP LaserJet Pro M404dn",
"ghostscriptProfile": "/screen",
"optimizePdf": false,
"copies": 1,
"paperSize": "A4",
"docType": "Invoice",
"driverConfig": {
"duplex": true,
"colorMode": "black-and-white"
}
},
{
"label": "Reports",
"printerName": "Canon imageCLASS MF445dw",
"ghostscriptProfile": "/screen",
"optimizePdf": true,
"copies": 2,
"paperSize": "Letter",
"docType": "Report",
"driverConfig": {
"duplex": true,
"colorMode": "color"
}
},
{
"label": "Marketing Materials",
"printerName": "Epson EcoTank ET-4760",
"ghostscriptProfile": "/screen",
"optimizePdf": true,
"copies": 1,
"paperSize": "A4",
"docType": "Marketing",
"driverConfig": {
"duplex": false,
"colorMode": "color"
}
},
{
"label": "Technical Drawings",
"printerName": "HP DesignJet T120",
"ghostscriptProfile": "/screen",
"optimizePdf": true,
"copies": 1,
"paperSize": "A1",
"docType": "Technical Drawing",
"driverConfig": {
"duplex": false,
"colorMode": "color"
}
},
{
"label": "Test HP M1536",
"printerName": "HP LaserJet M1536",
"ghostscriptProfile": "/screen",
"optimizePdf": true,
"copies": 1,
"paperSize": "A4",
"docType": "Test",
"driverConfig": {
"duplex": true,
"colorMode": "black-and-white"
}
}
]