Imported Upstream version 2.0.0+svn293
Luca Niccoli
10 years ago
0 | Sat Feb 19 19:23:01 2011 Till Kamppeter <till DOT kamppeter AT gmail DOT com> | |
1 | ||
2 | * Link with libpthread when building with multithreading. | |
3 | ||
4 | * Added new printers: | |
5 | - Xerox WorkCentre PE114e (SF: #2853726) | |
6 | - Toshiba eSTUDIO180S (SF: #2853726) | |
7 | - Samsung ML-3471ND (SF Open Discussion forum) | |
8 | - Samsung CLP-310N (SF Open Discussion forum) | |
9 | ||
10 | * Updated translation files po/fr.po and po/pt.po. | |
11 | ||
12 | * Corrected typo in ppd/Makefile which prevented from building the | |
13 | translated PPDs. | |
14 | ||
15 | * Added missing build information from the Samsung ML-2240 to | |
16 | ppd/samsung.drv and ppd/Makefile. | |
17 | ||
18 | * Rebuilt all PPDs with ppdc of CUPS 1.4.5. | |
19 | ||
20 | * Added support for the following QPDL-3 printers (SF: #3046271): | |
21 | - Samsung ML-1660 | |
22 | - Samsung ML-1910 | |
23 | - Samsung ML-1915 | |
24 | - Samsung ML-2525 | |
25 | - Samsung ML-2525W | |
26 | - Samsung ML-2580 | |
27 | - Samsung ML-2580N | |
28 | - Samsung SCX-4600 | |
29 | - Samsung SCX-4623F | |
30 | - Samsung SCX-4623FW | |
31 | - Samsung SCX-5330N | |
32 | - Samsung SCX-5530FN | |
33 | ||
34 | * Samsung ML-3050, ML-3051, and ML-3051ND are also QPDL 3, corrected. | |
35 | ||
36 | * Allow QPDL Version 3 in the PPD files (SF: #3046271). | |
37 | ||
38 | * Switched to the more lightweight JBIG85 library instead of to | |
39 | the standard JBIG library. Thanks to Jindrich Makovicka for the | |
40 | patch. | |
41 | ||
42 | * Fixed memory leak in the pstoqpdl filter. Thanks to Jindrich | |
43 | Makovicka for the patch. | |
44 | ||
45 | * On the CLP-300, SpliX sometimes produces random pixels at the | |
46 | bottom of the page. The reason is that the page image is copied to | |
47 | a buffer rounded to a band height, which is then compressed and | |
48 | sent to the printer, but the added lines are not zeroed after | |
49 | copying. The fix simply calls memset() to clear these added | |
50 | pixels. Thanks to Jindrich Makovicka for the patch. | |
51 | ||
52 | * Use an array of two integers, instead of an array of single | |
53 | integers which is twice as big, for the offset selection code in | |
54 | algo0x11.cpp. The resulting binary code should be the same, but | |
55 | this change makes more clear what is happening. | |
56 | ||
57 | Mon Aug 2 13:39:01 2010 Till Kamppeter <till DOT kamppeter AT gmail DOT com> | |
58 | ||
59 | * Corrected PPD version number in include/version.h. We have | |
60 | removed the "SpliX V. " from it in the PPDs to fulfill the PPD | |
61 | specs and so we have to remove the "SpliX V. " also here so that | |
62 | the PPD version checking of the driver works again. | |
63 | ||
64 | Sun Aug 1 12:24:01 2010 Till Kamppeter <till DOT kamppeter AT gmail DOT com> | |
65 | ||
66 | * Added support for new printer according to user reports at | |
67 | SourceForge (Open Discussion forum): | |
68 | - Samsung SCX-4521F | |
69 | ||
70 | Sat Jul 31 18:41:01 2010 Till Kamppeter <till DOT kamppeter AT gmail DOT com> | |
71 | ||
72 | * Fixed "*Product:" lines in the PPDs. They should contain the model | |
73 | name and not "XXX Ghostscript". | |
74 | ||
75 | * Set "*FileVersion:" of the PPDs to 2.0.0, to satisfy cupstestppd. | |
76 | ||
77 | * Fixed bashisms in compile.sh. | |
78 | ||
79 | * Added support for new printers according to user reports at | |
80 | SourceForge (Open Discussion forum): | |
81 | - Samsung SCX-4216F | |
82 | - Xerox WorkCentre PE16 | |
83 | - Lexmark X215 MFP | |
84 | ||
85 | Thu Jul 29 11:56:01 2010 Till Kamppeter <till DOT kamppeter AT gmail DOT com> | |
86 | ||
87 | * Fixed gcc 4.5 incompatibility in src/ppdfile.cpp (Debian bug | |
88 | #565097). | |
89 | ||
90 | * Fixed UI strings for the Altitude/Air Pressure options. In the UI | |
91 | strings the settings "High" and "Low" were the wrong way around | |
92 | (Ubuntu LP: #605539). | |
93 | ||
94 | * Added support for new printers according to user reports at | |
95 | SourceForge (bug tracker, forums) and Ubuntu (Launchpad): | |
96 | - Samsung SCX-4100 (SF: #2980269) | |
97 | - Samsung SCX-4300 (Help forum) | |
98 | - Samsung ML-2015 (SF: #2975570) | |
99 | - Samsung ML-2240 (Open Discussion forum) | |
100 | - Samsung ML-3051(ND) (SF: #2927884) | |
101 | - Samsung CLP-610ND (Ubuntu LP: #505423, LP: #510832) | |
102 | - Samsung SF-565P (Open Discussion forum) | |
103 | - Xerox Phaser 3124 (SF: #2802175) | |
104 | ||
105 | * Applied patch from SourceForge (ID: 2880411): | |
106 | Reorganized code and handle of white scanlines issue. | |
107 | ||
108 | A printable page is divided in a number of horizontal bands | |
109 | that is 128 pixels height in 600dpi or 64 pixels height at | |
110 | 300dpi mode. | |
111 | There was a case error in the encoder when the band begins | |
112 | with blank scan-lines, this made the encoded band as if there | |
113 | was exactly 129 pixels in height (or 65 pixels at 300 dpi). | |
114 | When this 129th scan-line was decoded on the printer, this | |
115 | scan-line appeared at some location on the page near the | |
116 | affected band, in studied case of the dump file sent, just | |
117 | over it. | |
118 | These mysterious marks were in fact the last scan-line of | |
119 | the band but it was offset by one scan-line down out of the | |
120 | band area and the printer put it on other location. | |
121 | ||
122 | * Applied patch from SourceForge (ID: 2823497): | |
123 | After upgrading to CUPS 1.3.11, SpliX stopped working due to | |
124 | changes in the Postscript produced - it does not start with | |
125 | %%Creator, but with %%LanguageLevel tag. The attached patch | |
126 | adds %%LanguageLevel check to the respective if condition so | |
127 | the end of header is recognized. | |
128 | ||
0 | 129 | Fri Feb 6 03:02:01 2009 Aurélien Croc <programmation AT ap2c DOT org> |
1 | 130 | * Add: |
2 | 131 | - Support for SCX 4500 (by Pablo Mazzini) |
15 | 15 | * Free Software Foundation, Inc., |
16 | 16 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
17 | 17 | * |
18 | * $Id: algo0x0d.h 245 2008-11-24 23:00:43Z ap2c $ | |
18 | * $Id$ | |
19 | 19 | * -- |
20 | 20 | * This code is written by Leonardo Hamada |
21 | 21 | */ |
36 | 36 | unsigned char * output, |
37 | 37 | unsigned long & outputSize, |
38 | 38 | long int accumulatedHorizontalOffsetValue, |
39 | long int displacementValue, | |
39 | long int accumulatedVerticalOffsetValue, | |
40 | 40 | unsigned long accumulatedRunCount ); |
41 | 41 | |
42 | 42 | inline void writeFourBytesPacket( |
43 | 43 | unsigned char * output, |
44 | 44 | unsigned long & outputSize, |
45 | 45 | long int accumulatedHorizontalOffsetValue, |
46 | long int displacementValue, | |
46 | long int accumulatedVerticalOffsetValue, | |
47 | 47 | unsigned long accumulatedRunCount ); |
48 | 48 | |
49 | 49 | inline void writeSixBytesPacket( |
50 | 50 | unsigned char * output, |
51 | 51 | unsigned long & outputSize, |
52 | long int displacementValue, | |
52 | long int accumulatedCombinedOffsetValue, | |
53 | 53 | unsigned long accumulatedRunCount ); |
54 | 54 | |
55 | 55 | inline void selectPacketSize( |
58 | 58 | unsigned long preAccumulatedHorizontalOffsetValue, |
59 | 59 | unsigned long accumulatedHorizontalOffsetValue, |
60 | 60 | unsigned long currentHorizontalPenPosition, |
61 | unsigned long pixelsLeftInScanline, | |
62 | 61 | unsigned long accumulatedRunCount, |
63 | 62 | unsigned long consecutiveBlankScanLines, |
64 | 63 | unsigned long currentVerticalPenPosition, |
15 | 15 | * Free Software Foundation, Inc., |
16 | 16 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
17 | 17 | * |
18 | * $Id: algo0x0e.h 245 2008-11-24 23:00:43Z ap2c $ | |
18 | * $Id$ | |
19 | 19 | * -- |
20 | 20 | * This code has been written by Leonardo Hamada |
21 | 21 | */ |
14 | 14 | * Free Software Foundation, Inc., |
15 | 15 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
16 | 16 | * |
17 | * $Id: algo0x11.h 157 2008-02-09 02:01:24Z ap2c $ | |
17 | * $Id$ | |
18 | 18 | * |
19 | 19 | */ |
20 | 20 | #ifndef _ALGO0X11_H_ |
14 | 14 | * Free Software Foundation, Inc., |
15 | 15 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
16 | 16 | * |
17 | * $Id: algo0x13.h 158 2008-02-09 02:02:13Z ap2c $ | |
17 | * $Id$ | |
18 | 18 | * |
19 | 19 | */ |
20 | 20 | #ifndef _ALGO0X13_H_ |
24 | 24 | |
25 | 25 | #include "algorithm.h" |
26 | 26 | extern "C" { |
27 | # include "jbig.h" | |
27 | # include "jbig85.h" | |
28 | 28 | } |
29 | 29 | |
30 | 30 | /** |
48 | 48 | |
49 | 49 | protected: |
50 | 50 | bool _compressed; |
51 | jbg_enc_state _state; | |
52 | 51 | bandList_t* _list; |
53 | 52 | |
54 | 53 |
14 | 14 | * Free Software Foundation, Inc., |
15 | 15 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
16 | 16 | * |
17 | * $Id: algorithm.h 157 2008-02-09 02:01:24Z ap2c $ | |
17 | * $Id$ | |
18 | 18 | * |
19 | 19 | */ |
20 | 20 | #ifndef _ALGORITHM_H_ |
14 | 14 | * Free Software Foundation, Inc., |
15 | 15 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
16 | 16 | * |
17 | * $Id: band.h 140 2008-01-31 18:33:18Z ap2c $ | |
17 | * $Id$ | |
18 | 18 | * |
19 | 19 | */ |
20 | 20 | #ifndef _BAND_H_ |
14 | 14 | * Free Software Foundation, Inc., |
15 | 15 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
16 | 16 | * |
17 | * $Id: bandplane.h 247 2008-11-24 23:18:31Z ap2c $ | |
17 | * $Id$ | |
18 | 18 | * |
19 | 19 | */ |
20 | 20 | #ifndef _BANDPLANE_H_ |
14 | 14 | * Free Software Foundation, Inc., |
15 | 15 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
16 | 16 | * |
17 | * $Id: cache.h 141 2008-02-01 00:10:50Z ap2c $ | |
17 | * $Id$ | |
18 | 18 | * |
19 | 19 | */ |
20 | 20 | #ifndef _CACHE_H_ |
14 | 14 | * Free Software Foundation, Inc., |
15 | 15 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
16 | 16 | * |
17 | * $Id: colors.h 136 2008-01-30 17:15:49Z ap2c $ | |
17 | * $Id$ | |
18 | 18 | * |
19 | 19 | */ |
20 | 20 | #ifndef _COLORS_H_ |
14 | 14 | * Free Software Foundation, Inc., |
15 | 15 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
16 | 16 | * |
17 | * $Id: compress.h 127 2008-01-28 17:52:50Z ap2c $ | |
17 | * $Id$ | |
18 | 18 | * |
19 | 19 | */ |
20 | 20 | #ifndef _COMPRESS_H_ |
14 | 14 | * Free Software Foundation, Inc., |
15 | 15 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
16 | 16 | * |
17 | * $Id: core.h 119 2008-01-22 23:06:29Z ap2c $ | |
17 | * $Id$ | |
18 | 18 | * |
19 | 19 | */ |
20 | 20 | #ifndef _CORE_H_ |
14 | 14 | * Free Software Foundation, Inc., |
15 | 15 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
16 | 16 | * |
17 | * $Id: document.h 137 2008-01-31 14:41:36Z ap2c $ | |
17 | * $Id$ | |
18 | 18 | * |
19 | 19 | */ |
20 | 20 | #ifndef _DOCUMENT_H_ |
14 | 14 | * Free Software Foundation, Inc., |
15 | 15 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
16 | 16 | * |
17 | * $Id: errlog.h 221 2008-06-14 23:03:24Z ap2c $ | |
17 | * $Id$ | |
18 | 18 | * |
19 | 19 | */ |
20 | 20 | #ifndef _ERRLOG_H_ |
14 | 14 | * Free Software Foundation, Inc., |
15 | 15 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
16 | 16 | * |
17 | * $Id: options.h 190 2008-02-10 15:30:10Z ap2c $ | |
17 | * $Id$ | |
18 | 18 | * |
19 | 19 | */ |
20 | 20 | #ifndef _OPTIONS_H_ |
14 | 14 | * Free Software Foundation, Inc., |
15 | 15 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
16 | 16 | * |
17 | * $Id: page.h 186 2008-02-09 16:18:52Z ap2c $ | |
17 | * $Id$ | |
18 | 18 | * |
19 | 19 | */ |
20 | 20 | #ifndef _PAGE_H_ |
14 | 14 | * Free Software Foundation, Inc., |
15 | 15 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
16 | 16 | * |
17 | * $Id: ppdfile.h 234 2008-10-19 20:41:51Z ap2c $ | |
17 | * $Id$ | |
18 | 18 | * |
19 | 19 | */ |
20 | 20 | #ifndef _PPDFILE_H_ |
21 | 21 | #define _PPDFILE_H_ |
22 | 22 | |
23 | 23 | #include <cups/ppd.h> |
24 | #include <stdlib.h> | |
24 | 25 | |
25 | 26 | /** |
26 | 27 | * @class PPDFile |
14 | 14 | * Free Software Foundation, Inc., |
15 | 15 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
16 | 16 | * |
17 | * $Id: printer.h 242 2008-11-24 00:12:22Z ap2c $ | |
17 | * $Id$ | |
18 | 18 | * |
19 | 19 | */ |
20 | 20 | #ifndef _PRINTER_H_ |
14 | 14 | * Free Software Foundation, Inc., |
15 | 15 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
16 | 16 | * |
17 | * $Id: qpdl.h 152 2008-02-02 21:00:53Z ap2c $ | |
17 | * $Id$ | |
18 | 18 | * |
19 | 19 | */ |
20 | 20 | #ifndef _QPDL_H_ |
14 | 14 | * Free Software Foundation, Inc., |
15 | 15 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
16 | 16 | * |
17 | * $Id: rendering.h 151 2008-02-02 20:21:34Z ap2c $ | |
17 | * $Id$ | |
18 | 18 | * |
19 | 19 | */ |
20 | 20 | #ifndef _RENDERING_H_ |
14 | 14 | * Free Software Foundation, Inc., |
15 | 15 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
16 | 16 | * |
17 | * $Id: request.h 151 2008-02-02 20:21:34Z ap2c $ | |
17 | * $Id$ | |
18 | 18 | * |
19 | 19 | */ |
20 | 20 | #ifndef _REQUEST_H_ |
14 | 14 | * Free Software Foundation, Inc., |
15 | 15 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
16 | 16 | * |
17 | * $Id: semaphore.h 138 2008-01-31 14:42:24Z ap2c $ | |
17 | * $Id$ | |
18 | 18 | * |
19 | 19 | */ |
20 | 20 | #ifndef _SEMAPHORE_H_ |
14 | 14 | * Free Software Foundation, Inc., |
15 | 15 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
16 | 16 | * |
17 | * $Id: version.h 256 2008-11-30 14:20:22Z ap2c $ | |
17 | * $Id$ | |
18 | 18 | * |
19 | 19 | */ |
20 | 20 | #ifndef _VERSION_H_ |
21 | 21 | #define _VERSION_H_ |
22 | 22 | |
23 | #define PPDVERSION "SpliX V. 2.0.0" | |
23 | #define PPDVERSION "2.0.0" | |
24 | 24 | #define VERSION "2.0.0" |
25 | 25 | |
26 | 26 | #endif /* _VERSION_H_ */ |
39 | 39 | CXXFLAGS += -DDISABLE_THREADS |
40 | 40 | else |
41 | 41 | CXXFLAGS += -DTHREADS=$(THREADS) -DCACHESIZE=$(CACHESIZE) |
42 | rastertoqpdl_LIBS += -lpthread | |
43 | pstoqpdl_LIBS += -lpthread | |
42 | 44 | endif |
43 | 45 | ifneq ($(DISABLE_JBIG),0) |
44 | 46 | CXXFLAGS += -DDISABLE_JBIG |
45 | 47 | else |
46 | rastertoqpdl_LIBS += -ljbig | |
48 | rastertoqpdl_LIBS += -ljbig85 | |
47 | 49 | endif |
48 | 50 | ifneq ($(DISABLE_BLACKOPTIM),0) |
49 | 51 | CXXFLAGS += -DDISABLE_BLACKOPTIM |
0 | $(DEPDIR)/src/algo0x0d.d $(BUILDDIR)/src/algo0x0d.o: src/algo0x0d.cpp \ | |
1 | include/algo0x0d.h include/algorithm.h include/errlog.h \ | |
2 | include/request.h include/printer.h include/printer.h \ | |
3 | include/bandplane.h | |
4 | ||
5 | include/algo0x0d.h: | |
6 | ||
7 | include/algorithm.h: | |
8 | ||
9 | include/errlog.h: | |
10 | ||
11 | include/request.h: | |
12 | ||
13 | include/printer.h: | |
14 | ||
15 | include/printer.h: | |
16 | ||
17 | include/bandplane.h: |
0 | $(DEPDIR)/src/algo0x0e.d $(BUILDDIR)/src/algo0x0e.o: src/algo0x0e.cpp \ | |
1 | include/algo0x0e.h include/algorithm.h include/errlog.h \ | |
2 | include/request.h include/printer.h include/printer.h \ | |
3 | include/bandplane.h | |
4 | ||
5 | include/algo0x0e.h: | |
6 | ||
7 | include/algorithm.h: | |
8 | ||
9 | include/errlog.h: | |
10 | ||
11 | include/request.h: | |
12 | ||
13 | include/printer.h: | |
14 | ||
15 | include/printer.h: | |
16 | ||
17 | include/bandplane.h: |
0 | $(DEPDIR)/src/algo0x11.d $(BUILDDIR)/src/algo0x11.o: src/algo0x11.cpp \ | |
1 | include/algo0x11.h include/algorithm.h include/bandplane.h \ | |
2 | include/errlog.h | |
3 | ||
4 | include/algo0x11.h: | |
5 | ||
6 | include/algorithm.h: | |
7 | ||
8 | include/bandplane.h: | |
9 | ||
10 | include/errlog.h: |
0 | $(DEPDIR)/src/algo0x13.d $(BUILDDIR)/src/algo0x13.o: src/algo0x13.cpp \ | |
1 | include/algo0x13.h include/algorithm.h include/errlog.h \ | |
2 | include/request.h include/printer.h include/printer.h \ | |
3 | include/bandplane.h | |
4 | ||
5 | include/algo0x13.h: | |
6 | ||
7 | include/algorithm.h: | |
8 | ||
9 | include/errlog.h: | |
10 | ||
11 | include/request.h: | |
12 | ||
13 | include/printer.h: | |
14 | ||
15 | include/printer.h: | |
16 | ||
17 | include/bandplane.h: |
0 | $(DEPDIR)/src/algorithm.d $(BUILDDIR)/src/algorithm.o: \ | |
1 | src/algorithm.cpp include/algorithm.h | |
2 | ||
3 | include/algorithm.h: |
0 | $(DEPDIR)/src/band.d $(BUILDDIR)/src/band.o: src/band.cpp include/band.h \ | |
1 | include/errlog.h include/bandplane.h | |
2 | ||
3 | include/band.h: | |
4 | ||
5 | include/errlog.h: | |
6 | ||
7 | include/bandplane.h: |
0 | $(DEPDIR)/src/bandplane.d $(BUILDDIR)/src/bandplane.o: \ | |
1 | src/bandplane.cpp include/bandplane.h | |
2 | ||
3 | include/bandplane.h: |
0 | $(DEPDIR)/src/cache.d $(BUILDDIR)/src/cache.o: src/cache.cpp \ | |
1 | include/cache.h include/page.h include/errlog.h include/semaphore.h | |
2 | ||
3 | include/cache.h: | |
4 | ||
5 | include/page.h: | |
6 | ||
7 | include/errlog.h: | |
8 | ||
9 | include/semaphore.h: |
0 | $(DEPDIR)/src/colors.d $(BUILDDIR)/src/colors.o: src/colors.cpp \ | |
1 | include/colors.h include/page.h | |
2 | ||
3 | include/colors.h: | |
4 | ||
5 | include/page.h: |
0 | $(DEPDIR)/src/compress.d $(BUILDDIR)/src/compress.o: src/compress.cpp \ | |
1 | include/compress.h include/page.h include/band.h include/errlog.h \ | |
2 | include/request.h include/printer.h include/bandplane.h \ | |
3 | include/algo0x0d.h include/algorithm.h include/algo0x0e.h \ | |
4 | include/algo0x11.h include/algo0x13.h | |
5 | ||
6 | include/compress.h: | |
7 | ||
8 | include/page.h: | |
9 | ||
10 | include/band.h: | |
11 | ||
12 | include/errlog.h: | |
13 | ||
14 | include/request.h: | |
15 | ||
16 | include/printer.h: | |
17 | ||
18 | include/bandplane.h: | |
19 | ||
20 | include/algo0x0d.h: | |
21 | ||
22 | include/algorithm.h: | |
23 | ||
24 | include/algo0x0e.h: | |
25 | ||
26 | include/algo0x11.h: | |
27 | ||
28 | include/algo0x13.h: |
0 | $(DEPDIR)/src/document.d $(BUILDDIR)/src/document.o: src/document.cpp \ | |
1 | include/document.h include/page.h include/errlog.h include/request.h \ | |
2 | include/printer.h | |
3 | ||
4 | include/document.h: | |
5 | ||
6 | include/page.h: | |
7 | ||
8 | include/errlog.h: | |
9 | ||
10 | include/request.h: | |
11 | ||
12 | include/printer.h: |
0 | $(DEPDIR)/src/page.d $(BUILDDIR)/src/page.o: src/page.cpp include/page.h \ | |
1 | include/band.h include/errlog.h | |
2 | ||
3 | include/page.h: | |
4 | ||
5 | include/band.h: | |
6 | ||
7 | include/errlog.h: |
0 | $(DEPDIR)/src/ppdfile.d $(BUILDDIR)/src/ppdfile.o: src/ppdfile.cpp \ | |
1 | include/ppdfile.h include/errlog.h | |
2 | ||
3 | include/ppdfile.h: | |
4 | ||
5 | include/errlog.h: |
0 | $(DEPDIR)/src/printer.d $(BUILDDIR)/src/printer.o: src/printer.cpp \ | |
1 | include/printer.h include/errlog.h include/request.h include/printer.h \ | |
2 | include/ppdfile.h | |
3 | ||
4 | include/printer.h: | |
5 | ||
6 | include/errlog.h: | |
7 | ||
8 | include/request.h: | |
9 | ||
10 | include/printer.h: | |
11 | ||
12 | include/ppdfile.h: |
0 | $(DEPDIR)/src/pstoqpdl.d $(BUILDDIR)/src/pstoqpdl.o: src/pstoqpdl.cpp \ | |
1 | include/ppdfile.h include/errlog.h include/version.h | |
2 | ||
3 | include/ppdfile.h: | |
4 | ||
5 | include/errlog.h: | |
6 | ||
7 | include/version.h: |
0 | $(DEPDIR)/src/qpdl.d $(BUILDDIR)/src/qpdl.o: src/qpdl.cpp include/qpdl.h \ | |
1 | include/page.h include/band.h include/errlog.h include/request.h \ | |
2 | include/printer.h include/bandplane.h | |
3 | ||
4 | include/qpdl.h: | |
5 | ||
6 | include/page.h: | |
7 | ||
8 | include/band.h: | |
9 | ||
10 | include/errlog.h: | |
11 | ||
12 | include/request.h: | |
13 | ||
14 | include/printer.h: | |
15 | ||
16 | include/bandplane.h: |
0 | $(DEPDIR)/src/rastertoqpdl.d $(BUILDDIR)/src/rastertoqpdl.o: \ | |
1 | src/rastertoqpdl.cpp include/cache.h include/errlog.h include/version.h \ | |
2 | include/request.h include/printer.h include/ppdfile.h \ | |
3 | include/rendering.h include/options.h | |
4 | ||
5 | include/cache.h: | |
6 | ||
7 | include/errlog.h: | |
8 | ||
9 | include/version.h: | |
10 | ||
11 | include/request.h: | |
12 | ||
13 | include/printer.h: | |
14 | ||
15 | include/ppdfile.h: | |
16 | ||
17 | include/rendering.h: | |
18 | ||
19 | include/options.h: |
0 | $(DEPDIR)/src/rendering.d $(BUILDDIR)/src/rendering.o: \ | |
1 | src/rendering.cpp include/rendering.h include/qpdl.h include/page.h \ | |
2 | include/cache.h include/errlog.h include/colors.h include/request.h \ | |
3 | include/printer.h include/printer.h include/compress.h \ | |
4 | include/document.h include/semaphore.h | |
5 | ||
6 | include/rendering.h: | |
7 | ||
8 | include/qpdl.h: | |
9 | ||
10 | include/page.h: | |
11 | ||
12 | include/cache.h: | |
13 | ||
14 | include/errlog.h: | |
15 | ||
16 | include/colors.h: | |
17 | ||
18 | include/request.h: | |
19 | ||
20 | include/printer.h: | |
21 | ||
22 | include/printer.h: | |
23 | ||
24 | include/compress.h: | |
25 | ||
26 | include/document.h: | |
27 | ||
28 | include/semaphore.h: |
0 | $(DEPDIR)/src/request.d $(BUILDDIR)/src/request.o: src/request.cpp \ | |
1 | include/request.h include/printer.h include/errlog.h include/ppdfile.h | |
2 | ||
3 | include/request.h: | |
4 | ||
5 | include/printer.h: | |
6 | ||
7 | include/errlog.h: | |
8 | ||
9 | include/ppdfile.h: |
0 | $(DEPDIR)/src/semaphore.d $(BUILDDIR)/src/semaphore.o: \ | |
1 | src/semaphore.cpp include/semaphore.h | |
2 | ||
3 | include/semaphore.h: |
0 | 0 | *PPD-Adobe: "4.3" |
1 | *% PPD file for 1100 with CUPS. | |
2 | *% Created by the CUPS PPD Compiler v1.2.3. | |
1 | *%%%% PPD file for 1100 with CUPS. | |
2 | *%%%% Created by the CUPS PPD Compiler CUPS v1.4.5. | |
3 | 3 | *FormatVersion: "4.3" |
4 | *FileVersion: "SpliX V. 2.0.0" | |
4 | *FileVersion: "2.0.0" | |
5 | 5 | *LanguageVersion: English |
6 | 6 | *LanguageEncoding: ISOLatin1 |
7 | 7 | *PCFileName: "1100.ppd" |
8 | *Product: "(ESP Ghostscript)" | |
9 | *Product: "(GPL Ghostscript)" | |
10 | *Product: "(GNU Ghostscript)" | |
8 | *Product: "(1100)" | |
11 | 9 | *Manufacturer: "Dell" |
12 | 10 | *ModelName: "Dell 1100" |
13 | 11 | *ShortNickName: "Dell 1100" |
14 | *NickName: "Dell 1100, SpliX V. 2.0.0" | |
15 | *PSVersion: "(3010.000) 705" | |
16 | *PSVersion: "(3010.000) 707" | |
17 | *PSVersion: "(3010.000) 815" | |
18 | *PSVersion: "(3010.000) 853" | |
12 | *NickName: "Dell 1100, 2.0.0" | |
13 | *PSVersion: "(3010.000) 0" | |
19 | 14 | *LanguageLevel: "3" |
20 | 15 | *ColorDevice: False |
21 | 16 | *DefaultColorSpace: Gray |
27 | 22 | *QPDL BandSize: "128" |
28 | 23 | *PJL BeginPJL: "<1B>%-12345X" |
29 | 24 | *PJL EndPJL: "<09><1B>%-12345X" |
25 | *cupsBackSide: "Normal" | |
30 | 26 | *QPDL ManualDuplex: "On" |
31 | 27 | *QPDL QPDLVersion: "1" |
32 | 28 | *General DocHeaderValues: "<0><0><0>" |
33 | *cupsVersion: 1.3 | |
29 | *cupsVersion: 1.4 | |
34 | 30 | *cupsModelNumber: 0 |
35 | 31 | *cupsManualCopies: False |
36 | 32 | *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl" |
33 | *cupsLanguages: "en" | |
37 | 34 | *OpenUI *PageSize/Media Size: PickOne |
38 | 35 | *OrderDependency: 10 AnySetup *PageSize |
39 | 36 | *DefaultPageSize: Letter |
40 | *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice" | |
41 | *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice" | |
42 | *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice" | |
43 | *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice" | |
44 | *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice" | |
45 | *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice" | |
46 | *PageSize Env10/#10 Envelope - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice" | |
47 | *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice" | |
48 | *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice" | |
49 | *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice" | |
50 | *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice" | |
51 | *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice" | |
52 | *PageSize EnvISOB5/ISOB5 Envelope - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice" | |
53 | *PageSize Postcard/Postcard - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice" | |
54 | *PageSize DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice" | |
55 | *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice" | |
56 | *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice" | |
57 | *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice" | |
58 | *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice" | |
59 | *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice" | |
60 | *PageSize EnvPersonal/Personal Envelope - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice" | |
61 | *PageSize Env9/#9 Envelope - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice" | |
37 | *PageSize Letter/US Letter: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice" | |
38 | *PageSize Legal/US Legal: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice" | |
39 | *PageSize A4/A4: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice" | |
40 | *PageSize Executive/US Executive: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice" | |
41 | *PageSize Ledger/US Ledger: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice" | |
42 | *PageSize A3/A3: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice" | |
43 | *PageSize Env10/#10 Envelope: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice" | |
44 | *PageSize Monarch/Monarch: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice" | |
45 | *PageSize C5/C5: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice" | |
46 | *PageSize DL/DL: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice" | |
47 | *PageSize B4/B4: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice" | |
48 | *PageSize B5/B5: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice" | |
49 | *PageSize EnvISOB5/ISO B5 Envelope: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice" | |
50 | *PageSize Postcard/Postcard: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice" | |
51 | *PageSize DoublePostcardRotated/Double Postcard: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice" | |
52 | *PageSize A5/A5: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice" | |
53 | *PageSize A6/A6: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice" | |
54 | *PageSize B6/B6: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice" | |
55 | *PageSize C6/C6: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice" | |
56 | *PageSize Folio/Folio: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice" | |
57 | *PageSize EnvPersonal/Personal Envelope: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice" | |
58 | *PageSize Env9/#9 Envelope: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice" | |
62 | 59 | *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice" |
63 | 60 | *CloseUI: *PageSize |
64 | 61 | *OpenUI *PageRegion/Media Size: PickOne |
65 | 62 | *OrderDependency: 10 AnySetup *PageRegion |
66 | 63 | *DefaultPageRegion: Letter |
67 | *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice" | |
68 | *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice" | |
69 | *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice" | |
70 | *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice" | |
71 | *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice" | |
72 | *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice" | |
73 | *PageRegion Env10/#10 Envelope - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice" | |
74 | *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice" | |
75 | *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice" | |
76 | *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice" | |
77 | *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice" | |
78 | *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice" | |
79 | *PageRegion EnvISOB5/ISOB5 Envelope - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice" | |
80 | *PageRegion Postcard/Postcard - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice" | |
81 | *PageRegion DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice" | |
82 | *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice" | |
83 | *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice" | |
84 | *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice" | |
85 | *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice" | |
86 | *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice" | |
87 | *PageRegion EnvPersonal/Personal Envelope - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice" | |
88 | *PageRegion Env9/#9 Envelope - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice" | |
64 | *PageRegion Letter/US Letter: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice" | |
65 | *PageRegion Legal/US Legal: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice" | |
66 | *PageRegion A4/A4: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice" | |
67 | *PageRegion Executive/US Executive: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice" | |
68 | *PageRegion Ledger/US Ledger: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice" | |
69 | *PageRegion A3/A3: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice" | |
70 | *PageRegion Env10/#10 Envelope: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice" | |
71 | *PageRegion Monarch/Monarch: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice" | |
72 | *PageRegion C5/C5: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice" | |
73 | *PageRegion DL/DL: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice" | |
74 | *PageRegion B4/B4: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice" | |
75 | *PageRegion B5/B5: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice" | |
76 | *PageRegion EnvISOB5/ISO B5 Envelope: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice" | |
77 | *PageRegion Postcard/Postcard: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice" | |
78 | *PageRegion DoublePostcardRotated/Double Postcard: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice" | |
79 | *PageRegion A5/A5: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice" | |
80 | *PageRegion A6/A6: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice" | |
81 | *PageRegion B6/B6: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice" | |
82 | *PageRegion C6/C6: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice" | |
83 | *PageRegion Folio/Folio: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice" | |
84 | *PageRegion EnvPersonal/Personal Envelope: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice" | |
85 | *PageRegion Env9/#9 Envelope: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice" | |
89 | 86 | *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice" |
90 | 87 | *CloseUI: *PageRegion |
91 | 88 | *DefaultImageableArea: Letter |
92 | *ImageableArea Letter/Letter - 8.5x11in: "10.75 15.00 601.25 777.00" | |
93 | *ImageableArea Legal/Legal - 8.5x14in: "10.75 15.00 601.25 993.00" | |
94 | *ImageableArea A4/A4 - 210x297mm: "10.75 15.00 584.25 827.00" | |
95 | *ImageableArea Executive/Executive - 7.25x10.5in: "10.75 15.00 511.25 741.00" | |
96 | *ImageableArea Ledger/Ledger - 17x11in: "10.75 15.00 1213.25 777.00" | |
97 | *ImageableArea A3/A3 - 297x420mm: "10.75 15.00 831.25 1176.00" | |
98 | *ImageableArea Env10/#10 Envelope - 4.13x9.5in: "10.75 15.00 286.25 669.00" | |
99 | *ImageableArea Monarch/Monarch - 3.875x7.5in: "10.75 15.00 268.25 525.00" | |
100 | *ImageableArea C5/C5 - 162x229mm: "10.75 15.00 448.25 634.00" | |
101 | *ImageableArea DL/DL - 110x220mm: "10.75 15.00 301.25 609.00" | |
102 | *ImageableArea B4/B4 - 257x364mm: "10.75 15.00 718.25 1017.00" | |
103 | *ImageableArea B5/B5 - 182x257mm: "10.75 15.00 505.25 714.00" | |
104 | *ImageableArea EnvISOB5/ISOB5 Envelope - 176x250mm: "10.75 15.00 488.25 694.00" | |
105 | *ImageableArea Postcard/Postcard - 100x148mm: "10.75 15.00 273.25 404.00" | |
106 | *ImageableArea DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "10.75 15.00 409.25 552.00" | |
107 | *ImageableArea A5/A5 - 148x210mm: "10.75 15.00 409.25 580.00" | |
108 | *ImageableArea A6/A6 - 105x148mm: "10.75 15.00 286.25 405.00" | |
109 | *ImageableArea B6/B6 - 128x182mm: "10.75 15.00 352.25 501.00" | |
110 | *ImageableArea C6/C6 - 114x162mm: "10.75 15.00 312.25 444.00" | |
111 | *ImageableArea Folio/Folio - 210x330mm: "10.75 15.00 584.25 920.00" | |
112 | *ImageableArea EnvPersonal/Personal Envelope - 3.625x6.5in: "10.75 15.00 250.25 453.00" | |
113 | *ImageableArea Env9/#9 Envelope - 3.875x8.875in: "10.75 15.00 268.25 624.00" | |
114 | *ImageableArea Oficio/Oficio - 216x340mm: "10.75 15.00 601.25 957.00" | |
89 | *ImageableArea Letter/US Letter: "10.75 15 601.25 777" | |
90 | *ImageableArea Legal/US Legal: "10.75 15 601.25 993" | |
91 | *ImageableArea A4/A4: "10.75 15 584.25 827" | |
92 | *ImageableArea Executive/US Executive: "10.75 15 511.25 741" | |
93 | *ImageableArea Ledger/US Ledger: "10.75 15 1213.25 777" | |
94 | *ImageableArea A3/A3: "10.75 15 831.25 1176" | |
95 | *ImageableArea Env10/#10 Envelope: "10.75 15 286.25 669" | |
96 | *ImageableArea Monarch/Monarch: "10.75 15 268.25 525" | |
97 | *ImageableArea C5/C5: "10.75 15 448.25 634" | |
98 | *ImageableArea DL/DL: "10.75 15 301.25 609" | |
99 | *ImageableArea B4/B4: "10.75 15 718.25 1017" | |
100 | *ImageableArea B5/B5: "10.75 15 505.25 714" | |
101 | *ImageableArea EnvISOB5/ISO B5 Envelope: "10.75 15 488.25 694" | |
102 | *ImageableArea Postcard/Postcard: "10.75 15 273.25 404" | |
103 | *ImageableArea DoublePostcardRotated/Double Postcard: "10.75 15 409.25 552" | |
104 | *ImageableArea A5/A5: "10.75 15 409.25 580" | |
105 | *ImageableArea A6/A6: "10.75 15 286.25 405" | |
106 | *ImageableArea B6/B6: "10.75 15 352.25 501" | |
107 | *ImageableArea C6/C6: "10.75 15 312.25 444" | |
108 | *ImageableArea Folio/Folio: "10.75 15 584.25 920" | |
109 | *ImageableArea EnvPersonal/Personal Envelope: "10.75 15 250.25 453" | |
110 | *ImageableArea Env9/#9 Envelope: "10.75 15 268.25 624" | |
111 | *ImageableArea Oficio/Oficio - 216x340mm: "10.75 15 601.25 957" | |
115 | 112 | *DefaultPaperDimension: Letter |
116 | *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00" | |
117 | *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00" | |
118 | *PaperDimension A4/A4 - 210x297mm: "595.00 842.00" | |
119 | *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00" | |
120 | *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00" | |
121 | *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00" | |
122 | *PaperDimension Env10/#10 Envelope - 4.13x9.5in: "297.00 684.00" | |
123 | *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00" | |
124 | *PaperDimension C5/C5 - 162x229mm: "459.00 649.00" | |
125 | *PaperDimension DL/DL - 110x220mm: "312.00 624.00" | |
126 | *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00" | |
127 | *PaperDimension B5/B5 - 182x257mm: "516.00 729.00" | |
128 | *PaperDimension EnvISOB5/ISOB5 Envelope - 176x250mm: "499.00 709.00" | |
129 | *PaperDimension Postcard/Postcard - 100x148mm: "284.00 419.00" | |
130 | *PaperDimension DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "420.00 567.00" | |
131 | *PaperDimension A5/A5 - 148x210mm: "420.00 595.00" | |
132 | *PaperDimension A6/A6 - 105x148mm: "297.00 420.00" | |
133 | *PaperDimension B6/B6 - 128x182mm: "363.00 516.00" | |
134 | *PaperDimension C6/C6 - 114x162mm: "323.00 459.00" | |
135 | *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00" | |
136 | *PaperDimension EnvPersonal/Personal Envelope - 3.625x6.5in: "261.00 468.00" | |
137 | *PaperDimension Env9/#9 Envelope - 3.875x8.875in: "279.00 639.00" | |
138 | *PaperDimension Oficio/Oficio - 216x340mm: "612.00 972.00" | |
139 | *RequiresPageRegion All: True | |
113 | *PaperDimension Letter/US Letter: "612 792" | |
114 | *PaperDimension Legal/US Legal: "612 1008" | |
115 | *PaperDimension A4/A4: "595 842" | |
116 | *PaperDimension Executive/US Executive: "522 756" | |
117 | *PaperDimension Ledger/US Ledger: "1224 792" | |
118 | *PaperDimension A3/A3: "842 1191" | |
119 | *PaperDimension Env10/#10 Envelope: "297 684" | |
120 | *PaperDimension Monarch/Monarch: "279 540" | |
121 | *PaperDimension C5/C5: "459 649" | |
122 | *PaperDimension DL/DL: "312 624" | |
123 | *PaperDimension B4/B4: "729 1032" | |
124 | *PaperDimension B5/B5: "516 729" | |
125 | *PaperDimension EnvISOB5/ISO B5 Envelope: "499 709" | |
126 | *PaperDimension Postcard/Postcard: "284 419" | |
127 | *PaperDimension DoublePostcardRotated/Double Postcard: "420 567" | |
128 | *PaperDimension A5/A5: "420 595" | |
129 | *PaperDimension A6/A6: "297 420" | |
130 | *PaperDimension B6/B6: "363 516" | |
131 | *PaperDimension C6/C6: "323 459" | |
132 | *PaperDimension Folio/Folio: "595 935" | |
133 | *PaperDimension EnvPersonal/Personal Envelope: "261 468" | |
134 | *PaperDimension Env9/#9 Envelope: "279 639" | |
135 | *PaperDimension Oficio/Oficio - 216x340mm: "612 972" | |
140 | 136 | *OpenUI *InputSlot/Media Source: PickOne |
141 | *OrderDependency: 10.0 AnySetup *InputSlot | |
137 | *OrderDependency: 10 AnySetup *InputSlot | |
142 | 138 | *DefaultInputSlot: Auto |
143 | 139 | *InputSlot Auto/Automatic Selection: "<</MediaPosition 1>>setpagedevice" |
144 | 140 | *InputSlot Manual/Manual Feed: "<</MediaPosition 2>>setpagedevice" |
145 | 141 | *CloseUI: *InputSlot |
146 | 142 | *OpenUI *MediaType/Paper Type: PickOne |
147 | *OrderDependency: 10.0 AnySetup *MediaType | |
143 | *OrderDependency: 10 AnySetup *MediaType | |
148 | 144 | *DefaultMediaType: OFF |
149 | 145 | *MediaType OFF/Use Printer Default: "" |
150 | 146 | *MediaType NORMAL/Plain Paper: "" |
162 | 158 | *MediaType ARCHIVE/Archive: "" |
163 | 159 | *CloseUI: *MediaType |
164 | 160 | *OpenUI *Altitude/Air pressure: PickOne |
165 | *OrderDependency: 10.0 AnySetup *Altitude | |
161 | *OrderDependency: 10 AnySetup *Altitude | |
166 | 162 | *DefaultAltitude: LOW |
167 | *Altitude LOW/Low: "" | |
168 | *Altitude HIGH/High: "" | |
163 | *Altitude LOW/High: "" | |
164 | *Altitude HIGH/Low: "" | |
169 | 165 | *CloseUI: *Altitude |
170 | 166 | *OpenUI *ColorModel/Color Mode: PickOne |
171 | *OrderDependency: 10.0 AnySetup *ColorModel | |
167 | *OrderDependency: 10 AnySetup *ColorModel | |
172 | 168 | *DefaultColorModel: Gray |
173 | 169 | *ColorModel Gray/Grayscale: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 13>>setpagedevice" |
174 | 170 | *CloseUI: *ColorModel |
175 | *OpenUI *Resolution: PickOne | |
176 | *OrderDependency: 10.0 AnySetup *Resolution | |
171 | *OpenUI *Resolution/Resolution: PickOne | |
172 | *OrderDependency: 10 AnySetup *Resolution | |
177 | 173 | *DefaultResolution: 600dpi |
178 | 174 | *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice" |
179 | 175 | *Resolution 300dpi/300 DPI: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice" |
180 | 176 | *CloseUI: *Resolution |
181 | 177 | *OpenUI *PowerSave/Power Save: PickOne |
182 | *OrderDependency: 10.0 AnySetup *PowerSave | |
178 | *OrderDependency: 10 AnySetup *PowerSave | |
183 | 179 | *DefaultPowerSave: 5 |
184 | 180 | *PowerSave False/Off: "" |
185 | 181 | *PowerSave 5/5 Minutes: "" |
190 | 186 | *PowerSave 60/1 Hour: "" |
191 | 187 | *CloseUI: *PowerSave |
192 | 188 | *OpenUI *TonerDensity/Toner Density: PickOne |
193 | *OrderDependency: 10.0 AnySetup *TonerDensity | |
189 | *OrderDependency: 10 AnySetup *TonerDensity | |
194 | 190 | *DefaultTonerDensity: 3 |
195 | 191 | *TonerDensity 1/Light: "" |
196 | 192 | *TonerDensity 3/Medium: "" |
197 | 193 | *TonerDensity 5/Dark: "" |
198 | 194 | *CloseUI: *TonerDensity |
199 | 195 | *OpenUI *EconoMode/Toner Save: PickOne |
200 | *OrderDependency: 10.0 AnySetup *EconoMode | |
196 | *OrderDependency: 10 AnySetup *EconoMode | |
201 | 197 | *DefaultEconoMode: 0 |
202 | 198 | *EconoMode 0/Use Printer Default: "" |
203 | 199 | *EconoMode ON/Save: "" |
204 | 200 | *EconoMode OFF/Standard: "" |
205 | 201 | *CloseUI: *EconoMode |
206 | 202 | *OpenUI *JamRecovery/Reprint When Jam: Boolean |
207 | *OrderDependency: 10.0 AnySetup *JamRecovery | |
203 | *OrderDependency: 10 AnySetup *JamRecovery | |
208 | 204 | *DefaultJamRecovery: False |
209 | 205 | *JamRecovery False/Off: "" |
210 | 206 | *JamRecovery True/On: "" |
211 | 207 | *CloseUI: *JamRecovery |
212 | 208 | *OpenUI *Duplex/2-Sided Printing: PickOne |
213 | *OrderDependency: 10.0 AnySetup *Duplex | |
209 | *OrderDependency: 10 AnySetup *Duplex | |
214 | 210 | *DefaultDuplex: None |
215 | 211 | *Duplex None/Off (1-Sided): "<</Duplex false>>setpagedevice" |
216 | 212 | *Duplex DuplexNoTumble/Long-Edge (Portrait): "<</Duplex true/Tumble false>>setpagedevice" |
252 | 248 | *Font Times-Roman: Standard "(1.05)" Standard ROM |
253 | 249 | *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM |
254 | 250 | *Font ZapfDingbats: Special "(001.005)" Special ROM |
255 | *% End of 1100.ppd, 13586 bytes. | |
251 | *% End of 1100.ppd, 12093 bytes. |
0 | 0 | *PPD-Adobe: "4.3" |
1 | *% PPD file for 1100 with CUPS. | |
2 | *% Created by the CUPS PPD Compiler v1.2.3. | |
1 | *%%%% PPD file for 1100 with CUPS. | |
2 | *%%%% Created by the CUPS PPD Compiler CUPS v1.4.5. | |
3 | 3 | *FormatVersion: "4.3" |
4 | *FileVersion: "SpliX V. 2.0.0" | |
4 | *FileVersion: "2.0.0" | |
5 | 5 | *LanguageVersion: French |
6 | 6 | *LanguageEncoding: ISOLatin1 |
7 | 7 | *PCFileName: "1100.ppd" |
8 | *Product: "(ESP Ghostscript)" | |
9 | *Product: "(GPL Ghostscript)" | |
10 | *Product: "(GNU Ghostscript)" | |
8 | *Product: "(1100)" | |
11 | 9 | *Manufacturer: "Dell" |
12 | 10 | *ModelName: "Dell 1100" |
13 | 11 | *ShortNickName: "Dell 1100" |
14 | *NickName: "Dell 1100, SpliX V. 2.0.0" | |
15 | *PSVersion: "(3010.000) 705" | |
16 | *PSVersion: "(3010.000) 707" | |
17 | *PSVersion: "(3010.000) 815" | |
18 | *PSVersion: "(3010.000) 853" | |
12 | *NickName: "Dell 1100, 2.0.0" | |
13 | *PSVersion: "(3010.000) 0" | |
19 | 14 | *LanguageLevel: "3" |
20 | 15 | *ColorDevice: False |
21 | 16 | *DefaultColorSpace: Gray |
27 | 22 | *QPDL BandSize: "128" |
28 | 23 | *PJL BeginPJL: "<1B>%-12345X" |
29 | 24 | *PJL EndPJL: "<09><1B>%-12345X" |
25 | *cupsBackSide: "Normal" | |
30 | 26 | *QPDL ManualDuplex: "On" |
31 | 27 | *QPDL QPDLVersion: "1" |
32 | 28 | *General DocHeaderValues: "<0><0><0>" |
33 | *cupsVersion: 1.3 | |
29 | *cupsVersion: 1.4 | |
34 | 30 | *cupsModelNumber: 0 |
35 | 31 | *cupsManualCopies: False |
36 | 32 | *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl" |
37 | 33 | *OpenUI *PageSize/Media Size: PickOne |
38 | 34 | *OrderDependency: 10 AnySetup *PageSize |
39 | 35 | *DefaultPageSize: Letter |
40 | *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice" | |
41 | *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice" | |
42 | *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice" | |
43 | *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice" | |
44 | *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice" | |
45 | *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice" | |
46 | *PageSize Env10/Enveloppe n°10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice" | |
47 | *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice" | |
48 | *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice" | |
49 | *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice" | |
50 | *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice" | |
51 | *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice" | |
52 | *PageSize EnvISOB5/Enveloppe ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice" | |
53 | *PageSize Postcard/Carte postale - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice" | |
54 | *PageSize DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice" | |
55 | *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice" | |
56 | *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice" | |
57 | *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice" | |
58 | *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice" | |
59 | *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice" | |
60 | *PageSize EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice" | |
61 | *PageSize Env9/Enveloppe n°9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice" | |
36 | *PageSize Letter/US Letter: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice" | |
37 | *PageSize Legal/US Legal: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice" | |
38 | *PageSize A4/A4: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice" | |
39 | *PageSize Executive/US Executive: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice" | |
40 | *PageSize Ledger/US Ledger: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice" | |
41 | *PageSize A3/A3: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice" | |
42 | *PageSize Env10/#10 Envelope: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice" | |
43 | *PageSize Monarch/Monarch: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice" | |
44 | *PageSize C5/C5: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice" | |
45 | *PageSize DL/DL: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice" | |
46 | *PageSize B4/B4: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice" | |
47 | *PageSize B5/B5: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice" | |
48 | *PageSize EnvISOB5/ISO B5 Envelope: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice" | |
49 | *PageSize Postcard/Postcard: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice" | |
50 | *PageSize DoublePostcardRotated/Double Postcard: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice" | |
51 | *PageSize A5/A5: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice" | |
52 | *PageSize A6/A6: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice" | |
53 | *PageSize B6/B6: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice" | |
54 | *PageSize C6/C6: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice" | |
55 | *PageSize Folio/Folio: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice" | |
56 | *PageSize EnvPersonal/Personal Envelope: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice" | |
57 | *PageSize Env9/#9 Envelope: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice" | |
62 | 58 | *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice" |
63 | 59 | *CloseUI: *PageSize |
64 | 60 | *OpenUI *PageRegion/Media Size: PickOne |
65 | 61 | *OrderDependency: 10 AnySetup *PageRegion |
66 | 62 | *DefaultPageRegion: Letter |
67 | *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice" | |
68 | *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice" | |
69 | *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice" | |
70 | *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice" | |
71 | *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice" | |
72 | *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice" | |
73 | *PageRegion Env10/Enveloppe n°10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice" | |
74 | *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice" | |
75 | *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice" | |
76 | *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice" | |
77 | *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice" | |
78 | *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice" | |
79 | *PageRegion EnvISOB5/Enveloppe ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice" | |
80 | *PageRegion Postcard/Carte postale - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice" | |
81 | *PageRegion DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice" | |
82 | *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice" | |
83 | *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice" | |
84 | *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice" | |
85 | *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice" | |
86 | *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice" | |
87 | *PageRegion EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice" | |
88 | *PageRegion Env9/Enveloppe n°9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice" | |
63 | *PageRegion Letter/US Letter: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice" | |
64 | *PageRegion Legal/US Legal: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice" | |
65 | *PageRegion A4/A4: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice" | |
66 | *PageRegion Executive/US Executive: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice" | |
67 | *PageRegion Ledger/US Ledger: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice" | |
68 | *PageRegion A3/A3: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice" | |
69 | *PageRegion Env10/#10 Envelope: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice" | |
70 | *PageRegion Monarch/Monarch: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice" | |
71 | *PageRegion C5/C5: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice" | |
72 | *PageRegion DL/DL: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice" | |
73 | *PageRegion B4/B4: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice" | |
74 | *PageRegion B5/B5: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice" | |
75 | *PageRegion EnvISOB5/ISO B5 Envelope: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice" | |
76 | *PageRegion Postcard/Postcard: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice" | |
77 | *PageRegion DoublePostcardRotated/Double Postcard: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice" | |
78 | *PageRegion A5/A5: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice" | |
79 | *PageRegion A6/A6: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice" | |
80 | *PageRegion B6/B6: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice" | |
81 | *PageRegion C6/C6: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice" | |
82 | *PageRegion Folio/Folio: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice" | |
83 | *PageRegion EnvPersonal/Personal Envelope: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice" | |
84 | *PageRegion Env9/#9 Envelope: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice" | |
89 | 85 | *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice" |
90 | 86 | *CloseUI: *PageRegion |
91 | 87 | *DefaultImageableArea: Letter |
92 | *ImageableArea Letter/Letter - 8.5x11in: "10.75 15.00 601.25 777.00" | |
93 | *ImageableArea Legal/Legal - 8.5x14in: "10.75 15.00 601.25 993.00" | |
94 | *ImageableArea A4/A4 - 210x297mm: "10.75 15.00 584.25 827.00" | |
95 | *ImageableArea Executive/Executive - 7.25x10.5in: "10.75 15.00 511.25 741.00" | |
96 | *ImageableArea Ledger/Ledger - 17x11in: "10.75 15.00 1213.25 777.00" | |
97 | *ImageableArea A3/A3 - 297x420mm: "10.75 15.00 831.25 1176.00" | |
98 | *ImageableArea Env10/Enveloppe n°10 - 4.13x9.5in: "10.75 15.00 286.25 669.00" | |
99 | *ImageableArea Monarch/Monarch - 3.875x7.5in: "10.75 15.00 268.25 525.00" | |
100 | *ImageableArea C5/C5 - 162x229mm: "10.75 15.00 448.25 634.00" | |
101 | *ImageableArea DL/DL - 110x220mm: "10.75 15.00 301.25 609.00" | |
102 | *ImageableArea B4/B4 - 257x364mm: "10.75 15.00 718.25 1017.00" | |
103 | *ImageableArea B5/B5 - 182x257mm: "10.75 15.00 505.25 714.00" | |
104 | *ImageableArea EnvISOB5/Enveloppe ISOB5 - 176x250mm: "10.75 15.00 488.25 694.00" | |
105 | *ImageableArea Postcard/Carte postale - 100x148mm: "10.75 15.00 273.25 404.00" | |
106 | *ImageableArea DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "10.75 15.00 409.25 552.00" | |
107 | *ImageableArea A5/A5 - 148x210mm: "10.75 15.00 409.25 580.00" | |
108 | *ImageableArea A6/A6 - 105x148mm: "10.75 15.00 286.25 405.00" | |
109 | *ImageableArea B6/B6 - 128x182mm: "10.75 15.00 352.25 501.00" | |
110 | *ImageableArea C6/C6 - 114x162mm: "10.75 15.00 312.25 444.00" | |
111 | *ImageableArea Folio/Folio - 210x330mm: "10.75 15.00 584.25 920.00" | |
112 | *ImageableArea EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "10.75 15.00 250.25 453.00" | |
113 | *ImageableArea Env9/Enveloppe n°9 - 3.875x8.875in: "10.75 15.00 268.25 624.00" | |
114 | *ImageableArea Oficio/Oficio - 216x340mm: "10.75 15.00 601.25 957.00" | |
88 | *ImageableArea Letter/US Letter: "10.75 15 601.25 777" | |
89 | *ImageableArea Legal/US Legal: "10.75 15 601.25 993" | |
90 | *ImageableArea A4/A4: "10.75 15 584.25 827" | |
91 | *ImageableArea Executive/US Executive: "10.75 15 511.25 741" | |
92 | *ImageableArea Ledger/US Ledger: "10.75 15 1213.25 777" | |
93 | *ImageableArea A3/A3: "10.75 15 831.25 1176" | |
94 | *ImageableArea Env10/#10 Envelope: "10.75 15 286.25 669" | |
95 | *ImageableArea Monarch/Monarch: "10.75 15 268.25 525" | |
96 | *ImageableArea C5/C5: "10.75 15 448.25 634" | |
97 | *ImageableArea DL/DL: "10.75 15 301.25 609" | |
98 | *ImageableArea B4/B4: "10.75 15 718.25 1017" | |
99 | *ImageableArea B5/B5: "10.75 15 505.25 714" | |
100 | *ImageableArea EnvISOB5/ISO B5 Envelope: "10.75 15 488.25 694" | |
101 | *ImageableArea Postcard/Postcard: "10.75 15 273.25 404" | |
102 | *ImageableArea DoublePostcardRotated/Double Postcard: "10.75 15 409.25 552" | |
103 | *ImageableArea A5/A5: "10.75 15 409.25 580" | |
104 | *ImageableArea A6/A6: "10.75 15 286.25 405" | |
105 | *ImageableArea B6/B6: "10.75 15 352.25 501" | |
106 | *ImageableArea C6/C6: "10.75 15 312.25 444" | |
107 | *ImageableArea Folio/Folio: "10.75 15 584.25 920" | |
108 | *ImageableArea EnvPersonal/Personal Envelope: "10.75 15 250.25 453" | |
109 | *ImageableArea Env9/#9 Envelope: "10.75 15 268.25 624" | |
110 | *ImageableArea Oficio/Oficio - 216x340mm: "10.75 15 601.25 957" | |
115 | 111 | *DefaultPaperDimension: Letter |
116 | *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00" | |
117 | *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00" | |
118 | *PaperDimension A4/A4 - 210x297mm: "595.00 842.00" | |
119 | *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00" | |
120 | *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00" | |
121 | *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00" | |
122 | *PaperDimension Env10/Enveloppe n°10 - 4.13x9.5in: "297.00 684.00" | |
123 | *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00" | |
124 | *PaperDimension C5/C5 - 162x229mm: "459.00 649.00" | |
125 | *PaperDimension DL/DL - 110x220mm: "312.00 624.00" | |
126 | *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00" | |
127 | *PaperDimension B5/B5 - 182x257mm: "516.00 729.00" | |
128 | *PaperDimension EnvISOB5/Enveloppe ISOB5 - 176x250mm: "499.00 709.00" | |
129 | *PaperDimension Postcard/Carte postale - 100x148mm: "284.00 419.00" | |
130 | *PaperDimension DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "420.00 567.00" | |
131 | *PaperDimension A5/A5 - 148x210mm: "420.00 595.00" | |
132 | *PaperDimension A6/A6 - 105x148mm: "297.00 420.00" | |
133 | *PaperDimension B6/B6 - 128x182mm: "363.00 516.00" | |
134 | *PaperDimension C6/C6 - 114x162mm: "323.00 459.00" | |
135 | *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00" | |
136 | *PaperDimension EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "261.00 468.00" | |
137 | *PaperDimension Env9/Enveloppe n°9 - 3.875x8.875in: "279.00 639.00" | |
138 | *PaperDimension Oficio/Oficio - 216x340mm: "612.00 972.00" | |
139 | *RequiresPageRegion All: True | |
140 | *OpenUI *InputSlot/Media Source: PickOne | |
141 | *OrderDependency: 10.0 AnySetup *InputSlot | |
112 | *PaperDimension Letter/US Letter: "612 792" | |
113 | *PaperDimension Legal/US Legal: "612 1008" | |
114 | *PaperDimension A4/A4: "595 842" | |
115 | *PaperDimension Executive/US Executive: "522 756" | |
116 | *PaperDimension Ledger/US Ledger: "1224 792" | |
117 | *PaperDimension A3/A3: "842 1191" | |
118 | *PaperDimension Env10/#10 Envelope: "297 684" | |
119 | *PaperDimension Monarch/Monarch: "279 540" | |
120 | *PaperDimension C5/C5: "459 649" | |
121 | *PaperDimension DL/DL: "312 624" | |
122 | *PaperDimension B4/B4: "729 1032" | |
123 | *PaperDimension B5/B5: "516 729" | |
124 | *PaperDimension EnvISOB5/ISO B5 Envelope: "499 709" | |
125 | *PaperDimension Postcard/Postcard: "284 419" | |
126 | *PaperDimension DoublePostcardRotated/Double Postcard: "420 567" | |
127 | *PaperDimension A5/A5: "420 595" | |
128 | *PaperDimension A6/A6: "297 420" | |
129 | *PaperDimension B6/B6: "363 516" | |
130 | *PaperDimension C6/C6: "323 459" | |
131 | *PaperDimension Folio/Folio: "595 935" | |
132 | *PaperDimension EnvPersonal/Personal Envelope: "261 468" | |
133 | *PaperDimension Env9/#9 Envelope: "279 639" | |
134 | *PaperDimension Oficio/Oficio - 216x340mm: "612 972" | |
135 | *OpenUI *InputSlot/Source du papier: PickOne | |
136 | *OrderDependency: 10 AnySetup *InputSlot | |
142 | 137 | *DefaultInputSlot: Auto |
143 | 138 | *InputSlot Auto/Sélection automatique: "<</MediaPosition 1>>setpagedevice" |
144 | *InputSlot Manual/Manuel: "<</MediaPosition 2>>setpagedevice" | |
139 | *InputSlot Manual/Chargement manuel: "<</MediaPosition 2>>setpagedevice" | |
145 | 140 | *CloseUI: *InputSlot |
146 | *OpenUI *MediaType/Type de support: PickOne | |
147 | *OrderDependency: 10.0 AnySetup *MediaType | |
141 | *OpenUI *MediaType/Type de papier: PickOne | |
142 | *OrderDependency: 10 AnySetup *MediaType | |
148 | 143 | *DefaultMediaType: OFF |
149 | 144 | *MediaType OFF/Utiliser la configuration imprimante: "" |
150 | 145 | *MediaType NORMAL/Papier ordinaire: "" |
152 | 147 | *MediaType THIN/Papier fin: "" |
153 | 148 | *MediaType BOND/Papier Bond: "" |
154 | 149 | *MediaType OHP/Transparent: "" |
155 | *MediaType CARD/Papier cartonné: "" | |
150 | *MediaType CARD/Carte de visite: "" | |
156 | 151 | *MediaType LABEL/Étiquette: "" |
157 | 152 | *MediaType USED/Papier pré-imprimé: "" |
158 | *MediaType COLOR/Couleur: "" | |
153 | *MediaType COLOR/Papier coloré: "" | |
159 | 154 | *MediaType ENV/Enveloppe: "" |
160 | 155 | *MediaType COTTON/Coton: "" |
161 | 156 | *MediaType RECYCLED/Papier recyclé: "" |
162 | 157 | *MediaType ARCHIVE/Archive: "" |
163 | 158 | *CloseUI: *MediaType |
164 | 159 | *OpenUI *Altitude/Pression de l'air: PickOne |
165 | *OrderDependency: 10.0 AnySetup *Altitude | |
160 | *OrderDependency: 10 AnySetup *Altitude | |
166 | 161 | *DefaultAltitude: LOW |
167 | *Altitude LOW/Faible: "" | |
168 | *Altitude HIGH/Forte: "" | |
162 | *Altitude LOW/Forte: "" | |
163 | *Altitude HIGH/Faible: "" | |
169 | 164 | *CloseUI: *Altitude |
170 | *OpenUI *ColorModel/Mode couleur: PickOne | |
171 | *OrderDependency: 10.0 AnySetup *ColorModel | |
165 | *OpenUI *ColorModel/Mode de couleur: PickOne | |
166 | *OrderDependency: 10 AnySetup *ColorModel | |
172 | 167 | *DefaultColorModel: Gray |
173 | 168 | *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 13>>setpagedevice" |
174 | 169 | *CloseUI: *ColorModel |
175 | *OpenUI *Resolution: PickOne | |
176 | *OrderDependency: 10.0 AnySetup *Resolution | |
170 | *OpenUI *Resolution/Résolution: PickOne | |
171 | *OrderDependency: 10 AnySetup *Resolution | |
177 | 172 | *DefaultResolution: 600dpi |
178 | 173 | *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice" |
179 | 174 | *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice" |
180 | 175 | *CloseUI: *Resolution |
181 | 176 | *OpenUI *PowerSave/Économie d'énergie: PickOne |
182 | *OrderDependency: 10.0 AnySetup *PowerSave | |
177 | *OrderDependency: 10 AnySetup *PowerSave | |
183 | 178 | *DefaultPowerSave: 5 |
184 | 179 | *PowerSave False/Désactivé: "" |
185 | 180 | *PowerSave 5/5 minutes: "" |
190 | 185 | *PowerSave 60/1 heure: "" |
191 | 186 | *CloseUI: *PowerSave |
192 | 187 | *OpenUI *TonerDensity/Densité de toner: PickOne |
193 | *OrderDependency: 10.0 AnySetup *TonerDensity | |
188 | *OrderDependency: 10 AnySetup *TonerDensity | |
194 | 189 | *DefaultTonerDensity: 3 |
195 | 190 | *TonerDensity 1/Clair: "" |
196 | 191 | *TonerDensity 3/Normal: "" |
197 | 192 | *TonerDensity 5/Sombre: "" |
198 | 193 | *CloseUI: *TonerDensity |
199 | 194 | *OpenUI *EconoMode/Économie de toner: PickOne |
200 | *OrderDependency: 10.0 AnySetup *EconoMode | |
195 | *OrderDependency: 10 AnySetup *EconoMode | |
201 | 196 | *DefaultEconoMode: 0 |
202 | 197 | *EconoMode 0/Utiliser la configuration imprimante: "" |
203 | 198 | *EconoMode ON/Économiser: "" |
204 | 199 | *EconoMode OFF/Standard: "" |
205 | 200 | *CloseUI: *EconoMode |
206 | 201 | *OpenUI *JamRecovery/Réimpression si bourrage: Boolean |
207 | *OrderDependency: 10.0 AnySetup *JamRecovery | |
202 | *OrderDependency: 10 AnySetup *JamRecovery | |
208 | 203 | *DefaultJamRecovery: False |
209 | 204 | *JamRecovery False/Désactivé: "" |
210 | *JamRecovery True/Oui: "" | |
205 | *JamRecovery True/Activé: "" | |
211 | 206 | *CloseUI: *JamRecovery |
212 | *OpenUI *Duplex/Impression recto-verso: PickOne | |
213 | *OrderDependency: 10.0 AnySetup *Duplex | |
207 | *OpenUI *Duplex/Recto-verso: PickOne | |
208 | *OrderDependency: 10 AnySetup *Duplex | |
214 | 209 | *DefaultDuplex: None |
215 | 210 | *Duplex None/Simple (recto): "<</Duplex false>>setpagedevice" |
216 | 211 | *Duplex DuplexNoTumble/Côté long (Portrait): "<</Duplex true/Tumble false>>setpagedevice" |
252 | 247 | *Font Times-Roman: Standard "(1.05)" Standard ROM |
253 | 248 | *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM |
254 | 249 | *Font ZapfDingbats: Special "(001.005)" Special ROM |
255 | *% End of 1100.ppd, 13844 bytes. | |
250 | *% End of 1100.ppd, 12243 bytes. |
0 | 0 | *PPD-Adobe: "4.3" |
1 | *% PPD file for 1100 with CUPS. | |
2 | *% Created by the CUPS PPD Compiler v1.2.3. | |
1 | *%%%% PPD file for 1100 with CUPS. | |
2 | *%%%% Created by the CUPS PPD Compiler CUPS v1.4.5. | |
3 | 3 | *FormatVersion: "4.3" |
4 | *FileVersion: "SpliX V. 2.0.0" | |
4 | *FileVersion: "2.0.0" | |
5 | 5 | *LanguageVersion: Portuguese_Brazil |
6 | 6 | *LanguageEncoding: ISOLatin1 |
7 | 7 | *PCFileName: "1100.ppd" |
8 | *Product: "(ESP Ghostscript)" | |
9 | *Product: "(GPL Ghostscript)" | |
10 | *Product: "(GNU Ghostscript)" | |
8 | *Product: "(1100)" | |
11 | 9 | *Manufacturer: "Dell" |
12 | 10 | *ModelName: "Dell 1100" |
13 | 11 | *ShortNickName: "Dell 1100" |
14 | *NickName: "Dell 1100, SpliX V. 2.0.0" | |
15 | *PSVersion: "(3010.000) 705" | |
16 | *PSVersion: "(3010.000) 707" | |
17 | *PSVersion: "(3010.000) 815" | |
18 | *PSVersion: "(3010.000) 853" | |
12 | *NickName: "Dell 1100, 2.0.0" | |
13 | *PSVersion: "(3010.000) 0" | |
19 | 14 | *LanguageLevel: "3" |
20 | 15 | *ColorDevice: False |
21 | 16 | *DefaultColorSpace: Gray |
27 | 22 | *QPDL BandSize: "128" |
28 | 23 | *PJL BeginPJL: "<1B>%-12345X" |
29 | 24 | *PJL EndPJL: "<09><1B>%-12345X" |
25 | *cupsBackSide: "Normal" | |
30 | 26 | *QPDL ManualDuplex: "On" |
31 | 27 | *QPDL QPDLVersion: "1" |
32 | 28 | *General DocHeaderValues: "<0><0><0>" |
33 | *cupsVersion: 1.3 | |
29 | *cupsVersion: 1.4 | |
34 | 30 | *cupsModelNumber: 0 |
35 | 31 | *cupsManualCopies: False |
36 | 32 | *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl" |
37 | 33 | *OpenUI *PageSize/Media Size: PickOne |
38 | 34 | *OrderDependency: 10 AnySetup *PageSize |
39 | 35 | *DefaultPageSize: Letter |
40 | *PageSize Letter/Carta - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice" | |
41 | *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice" | |
42 | *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice" | |
43 | *PageSize Executive/Executivo - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice" | |
44 | *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice" | |
45 | *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice" | |
46 | *PageSize Env10/Envelope Número 10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice" | |
47 | *PageSize Monarch/Monarca - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice" | |
48 | *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice" | |
49 | *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice" | |
50 | *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice" | |
51 | *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice" | |
52 | *PageSize EnvISOB5/Envelope ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice" | |
53 | *PageSize Postcard/Cartão Postal - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice" | |
54 | *PageSize DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice" | |
55 | *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice" | |
56 | *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice" | |
57 | *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice" | |
58 | *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice" | |
59 | *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice" | |
60 | *PageSize EnvPersonal/Envelope Pessoal - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice" | |
61 | *PageSize Env9/Envelope Número 9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice" | |
36 | *PageSize Letter/US Letter: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice" | |
37 | *PageSize Legal/US Legal: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice" | |
38 | *PageSize A4/A4: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice" | |
39 | *PageSize Executive/US Executive: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice" | |
40 | *PageSize Ledger/US Ledger: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice" | |
41 | *PageSize A3/A3: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice" | |
42 | *PageSize Env10/#10 Envelope: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice" | |
43 | *PageSize Monarch/Monarch: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice" | |
44 | *PageSize C5/C5: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice" | |
45 | *PageSize DL/DL: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice" | |
46 | *PageSize B4/B4: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice" | |
47 | *PageSize B5/B5: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice" | |
48 | *PageSize EnvISOB5/ISO B5 Envelope: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice" | |
49 | *PageSize Postcard/Postcard: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice" | |
50 | *PageSize DoublePostcardRotated/Double Postcard: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice" | |
51 | *PageSize A5/A5: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice" | |
52 | *PageSize A6/A6: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice" | |
53 | *PageSize B6/B6: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice" | |
54 | *PageSize C6/C6: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice" | |
55 | *PageSize Folio/Folio: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice" | |
56 | *PageSize EnvPersonal/Personal Envelope: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice" | |
57 | *PageSize Env9/#9 Envelope: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice" | |
62 | 58 | *PageSize Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice" |
63 | 59 | *CloseUI: *PageSize |
64 | 60 | *OpenUI *PageRegion/Media Size: PickOne |
65 | 61 | *OrderDependency: 10 AnySetup *PageRegion |
66 | 62 | *DefaultPageRegion: Letter |
67 | *PageRegion Letter/Carta - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice" | |
68 | *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice" | |
69 | *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice" | |
70 | *PageRegion Executive/Executivo - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice" | |
71 | *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice" | |
72 | *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice" | |
73 | *PageRegion Env10/Envelope Número 10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice" | |
74 | *PageRegion Monarch/Monarca - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice" | |
75 | *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice" | |
76 | *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice" | |
77 | *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice" | |
78 | *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice" | |
79 | *PageRegion EnvISOB5/Envelope ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice" | |
80 | *PageRegion Postcard/Cartão Postal - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice" | |
81 | *PageRegion DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice" | |
82 | *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice" | |
83 | *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice" | |
84 | *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice" | |
85 | *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice" | |
86 | *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice" | |
87 | *PageRegion EnvPersonal/Envelope Pessoal - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice" | |
88 | *PageRegion Env9/Envelope Número 9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice" | |
63 | *PageRegion Letter/US Letter: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice" | |
64 | *PageRegion Legal/US Legal: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice" | |
65 | *PageRegion A4/A4: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice" | |
66 | *PageRegion Executive/US Executive: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice" | |
67 | *PageRegion Ledger/US Ledger: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice" | |
68 | *PageRegion A3/A3: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice" | |
69 | *PageRegion Env10/#10 Envelope: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice" | |
70 | *PageRegion Monarch/Monarch: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice" | |
71 | *PageRegion C5/C5: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice" | |
72 | *PageRegion DL/DL: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice" | |
73 | *PageRegion B4/B4: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice" | |
74 | *PageRegion B5/B5: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice" | |
75 | *PageRegion EnvISOB5/ISO B5 Envelope: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice" | |
76 | *PageRegion Postcard/Postcard: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice" | |
77 | *PageRegion DoublePostcardRotated/Double Postcard: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice" | |
78 | *PageRegion A5/A5: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice" | |
79 | *PageRegion A6/A6: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice" | |
80 | *PageRegion B6/B6: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice" | |
81 | *PageRegion C6/C6: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice" | |
82 | *PageRegion Folio/Folio: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice" | |
83 | *PageRegion EnvPersonal/Personal Envelope: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice" | |
84 | *PageRegion Env9/#9 Envelope: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice" | |
89 | 85 | *PageRegion Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice" |
90 | 86 | *CloseUI: *PageRegion |
91 | 87 | *DefaultImageableArea: Letter |
92 | *ImageableArea Letter/Carta - 8.5x11in: "10.75 15.00 601.25 777.00" | |
93 | *ImageableArea Legal/Legal - 8.5x14in: "10.75 15.00 601.25 993.00" | |
94 | *ImageableArea A4/A4 - 210x297mm: "10.75 15.00 584.25 827.00" | |
95 | *ImageableArea Executive/Executivo - 7.25x10.5in: "10.75 15.00 511.25 741.00" | |
96 | *ImageableArea Ledger/Ledger - 17x11in: "10.75 15.00 1213.25 777.00" | |
97 | *ImageableArea A3/A3 - 297x420mm: "10.75 15.00 831.25 1176.00" | |
98 | *ImageableArea Env10/Envelope Número 10 - 4.13x9.5in: "10.75 15.00 286.25 669.00" | |
99 | *ImageableArea Monarch/Monarca - 3.875x7.5in: "10.75 15.00 268.25 525.00" | |
100 | *ImageableArea C5/C5 - 162x229mm: "10.75 15.00 448.25 634.00" | |
101 | *ImageableArea DL/DL - 110x220mm: "10.75 15.00 301.25 609.00" | |
102 | *ImageableArea B4/B4 - 257x364mm: "10.75 15.00 718.25 1017.00" | |
103 | *ImageableArea B5/B5 - 182x257mm: "10.75 15.00 505.25 714.00" | |
104 | *ImageableArea EnvISOB5/Envelope ISOB5 - 176x250mm: "10.75 15.00 488.25 694.00" | |
105 | *ImageableArea Postcard/Cartão Postal - 100x148mm: "10.75 15.00 273.25 404.00" | |
106 | *ImageableArea DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 148x200mm: "10.75 15.00 409.25 552.00" | |
107 | *ImageableArea A5/A5 - 148x210mm: "10.75 15.00 409.25 580.00" | |
108 | *ImageableArea A6/A6 - 105x148mm: "10.75 15.00 286.25 405.00" | |
109 | *ImageableArea B6/B6 - 128x182mm: "10.75 15.00 352.25 501.00" | |
110 | *ImageableArea C6/C6 - 114x162mm: "10.75 15.00 312.25 444.00" | |
111 | *ImageableArea Folio/Folio - 210x330mm: "10.75 15.00 584.25 920.00" | |
112 | *ImageableArea EnvPersonal/Envelope Pessoal - 3.625x6.5in: "10.75 15.00 250.25 453.00" | |
113 | *ImageableArea Env9/Envelope Número 9 - 3.875x8.875in: "10.75 15.00 268.25 624.00" | |
114 | *ImageableArea Oficio/Ofício - 216x340mm: "10.75 15.00 601.25 957.00" | |
88 | *ImageableArea Letter/US Letter: "10.75 15 601.25 777" | |
89 | *ImageableArea Legal/US Legal: "10.75 15 601.25 993" | |
90 | *ImageableArea A4/A4: "10.75 15 584.25 827" | |
91 | *ImageableArea Executive/US Executive: "10.75 15 511.25 741" | |
92 | *ImageableArea Ledger/US Ledger: "10.75 15 1213.25 777" | |
93 | *ImageableArea A3/A3: "10.75 15 831.25 1176" | |
94 | *ImageableArea Env10/#10 Envelope: "10.75 15 286.25 669" | |
95 | *ImageableArea Monarch/Monarch: "10.75 15 268.25 525" | |
96 | *ImageableArea C5/C5: "10.75 15 448.25 634" | |
97 | *ImageableArea DL/DL: "10.75 15 301.25 609" | |
98 | *ImageableArea B4/B4: "10.75 15 718.25 1017" | |
99 | *ImageableArea B5/B5: "10.75 15 505.25 714" | |
100 | *ImageableArea EnvISOB5/ISO B5 Envelope: "10.75 15 488.25 694" | |
101 | *ImageableArea Postcard/Postcard: "10.75 15 273.25 404" | |
102 | *ImageableArea DoublePostcardRotated/Double Postcard: "10.75 15 409.25 552" | |
103 | *ImageableArea A5/A5: "10.75 15 409.25 580" | |
104 | *ImageableArea A6/A6: "10.75 15 286.25 405" | |
105 | *ImageableArea B6/B6: "10.75 15 352.25 501" | |
106 | *ImageableArea C6/C6: "10.75 15 312.25 444" | |
107 | *ImageableArea Folio/Folio: "10.75 15 584.25 920" | |
108 | *ImageableArea EnvPersonal/Personal Envelope: "10.75 15 250.25 453" | |
109 | *ImageableArea Env9/#9 Envelope: "10.75 15 268.25 624" | |
110 | *ImageableArea Oficio/Ofício - 216x340mm: "10.75 15 601.25 957" | |
115 | 111 | *DefaultPaperDimension: Letter |
116 | *PaperDimension Letter/Carta - 8.5x11in: "612.00 792.00" | |
117 | *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00" | |
118 | *PaperDimension A4/A4 - 210x297mm: "595.00 842.00" | |
119 | *PaperDimension Executive/Executivo - 7.25x10.5in: "522.00 756.00" | |
120 | *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00" | |
121 | *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00" | |
122 | *PaperDimension Env10/Envelope Número 10 - 4.13x9.5in: "297.00 684.00" | |
123 | *PaperDimension Monarch/Monarca - 3.875x7.5in: "279.00 540.00" | |
124 | *PaperDimension C5/C5 - 162x229mm: "459.00 649.00" | |
125 | *PaperDimension DL/DL - 110x220mm: "312.00 624.00" | |
126 | *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00" | |
127 | *PaperDimension B5/B5 - 182x257mm: "516.00 729.00" | |
128 | *PaperDimension EnvISOB5/Envelope ISOB5 - 176x250mm: "499.00 709.00" | |
129 | *PaperDimension Postcard/Cartão Postal - 100x148mm: "284.00 419.00" | |
130 | *PaperDimension DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 148x200mm: "420.00 567.00" | |
131 | *PaperDimension A5/A5 - 148x210mm: "420.00 595.00" | |
132 | *PaperDimension A6/A6 - 105x148mm: "297.00 420.00" | |
133 | *PaperDimension B6/B6 - 128x182mm: "363.00 516.00" | |
134 | *PaperDimension C6/C6 - 114x162mm: "323.00 459.00" | |
135 | *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00" | |
136 | *PaperDimension EnvPersonal/Envelope Pessoal - 3.625x6.5in: "261.00 468.00" | |
137 | *PaperDimension Env9/Envelope Número 9 - 3.875x8.875in: "279.00 639.00" | |
138 | *PaperDimension Oficio/Ofício - 216x340mm: "612.00 972.00" | |
139 | *RequiresPageRegion All: True | |
140 | *OpenUI *InputSlot/Media Source: PickOne | |
141 | *OrderDependency: 10.0 AnySetup *InputSlot | |
112 | *PaperDimension Letter/US Letter: "612 792" | |
113 | *PaperDimension Legal/US Legal: "612 1008" | |
114 | *PaperDimension A4/A4: "595 842" | |
115 | *PaperDimension Executive/US Executive: "522 756" | |
116 | *PaperDimension Ledger/US Ledger: "1224 792" | |
117 | *PaperDimension A3/A3: "842 1191" | |
118 | *PaperDimension Env10/#10 Envelope: "297 684" | |
119 | *PaperDimension Monarch/Monarch: "279 540" | |
120 | *PaperDimension C5/C5: "459 649" | |
121 | *PaperDimension DL/DL: "312 624" | |
122 | *PaperDimension B4/B4: "729 1032" | |
123 | *PaperDimension B5/B5: "516 729" | |
124 | *PaperDimension EnvISOB5/ISO B5 Envelope: "499 709" | |
125 | *PaperDimension Postcard/Postcard: "284 419" | |
126 | *PaperDimension DoublePostcardRotated/Double Postcard: "420 567" | |
127 | *PaperDimension A5/A5: "420 595" | |
128 | *PaperDimension A6/A6: "297 420" | |
129 | *PaperDimension B6/B6: "363 516" | |
130 | *PaperDimension C6/C6: "323 459" | |
131 | *PaperDimension Folio/Folio: "595 935" | |
132 | *PaperDimension EnvPersonal/Personal Envelope: "261 468" | |
133 | *PaperDimension Env9/#9 Envelope: "279 639" | |
134 | *PaperDimension Oficio/Ofício - 216x340mm: "612 972" | |
135 | *OpenUI *InputSlot/Fonte do Papel: PickOne | |
136 | *OrderDependency: 10 AnySetup *InputSlot | |
142 | 137 | *DefaultInputSlot: Auto |
143 | 138 | *InputSlot Auto/Seleção Automática: "<</MediaPosition 1>>setpagedevice" |
144 | *InputSlot Manual/Alimentação Manual: "<</MediaPosition 2>>setpagedevice" | |
139 | *InputSlot Manual/Alimentador Manual: "<</MediaPosition 2>>setpagedevice" | |
145 | 140 | *CloseUI: *InputSlot |
146 | 141 | *OpenUI *MediaType/Tipo de Papel: PickOne |
147 | *OrderDependency: 10.0 AnySetup *MediaType | |
142 | *OrderDependency: 10 AnySetup *MediaType | |
148 | 143 | *DefaultMediaType: OFF |
149 | 144 | *MediaType OFF/Usar a Definição da Impressora: "" |
150 | *MediaType NORMAL/Papel normal: "" | |
151 | *MediaType THICK/Papel grosso: "" | |
145 | *MediaType NORMAL/Papel Comúm: "" | |
146 | *MediaType THICK/Papel Grosso: "" | |
152 | 147 | *MediaType THIN/Papel Delgado (Fino): "" |
153 | 148 | *MediaType BOND/Papel Bond: "" |
154 | 149 | *MediaType OHP/Transparência: "" |
155 | *MediaType CARD/Cartolina: "" | |
150 | *MediaType CARD/Cartão de Visita: "" | |
156 | 151 | *MediaType LABEL/Etiqueta: "" |
157 | 152 | *MediaType USED/Papel Pré-Impresso: "" |
158 | *MediaType COLOR/Cor: "" | |
153 | *MediaType COLOR/Papel Colorido: "" | |
159 | 154 | *MediaType ENV/Envelope: "" |
160 | 155 | *MediaType COTTON/Algodão: "" |
161 | 156 | *MediaType RECYCLED/Papel Reciclado: "" |
162 | 157 | *MediaType ARCHIVE/Arquivamento: "" |
163 | 158 | *CloseUI: *MediaType |
164 | 159 | *OpenUI *Altitude/Pressão Atmosférica: PickOne |
165 | *OrderDependency: 10.0 AnySetup *Altitude | |
160 | *OrderDependency: 10 AnySetup *Altitude | |
166 | 161 | *DefaultAltitude: LOW |
167 | 162 | *Altitude LOW/Pressão Elevada (Baixa Altitude): "" |
168 | 163 | *Altitude HIGH/Pressão Reduzida (Grande Altitude): "" |
169 | 164 | *CloseUI: *Altitude |
170 | *OpenUI *ColorModel/Modo Cor: PickOne | |
171 | *OrderDependency: 10.0 AnySetup *ColorModel | |
165 | *OpenUI *ColorModel/Modo de Cor: PickOne | |
166 | *OrderDependency: 10 AnySetup *ColorModel | |
172 | 167 | *DefaultColorModel: Gray |
173 | 168 | *ColorModel Gray/Tons de Cinza: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 13>>setpagedevice" |
174 | 169 | *CloseUI: *ColorModel |
175 | *OpenUI *Resolution: PickOne | |
176 | *OrderDependency: 10.0 AnySetup *Resolution | |
170 | *OpenUI *Resolution/Resolução: PickOne | |
171 | *OrderDependency: 10 AnySetup *Resolution | |
177 | 172 | *DefaultResolution: 600dpi |
178 | 173 | *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice" |
179 | 174 | *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice" |
180 | 175 | *CloseUI: *Resolution |
181 | 176 | *OpenUI *PowerSave/Economia de Energia: PickOne |
182 | *OrderDependency: 10.0 AnySetup *PowerSave | |
177 | *OrderDependency: 10 AnySetup *PowerSave | |
183 | 178 | *DefaultPowerSave: 5 |
184 | 179 | *PowerSave False/Desligado: "" |
185 | 180 | *PowerSave 5/5 Minutos: "" |
190 | 185 | *PowerSave 60/1 Hora: "" |
191 | 186 | *CloseUI: *PowerSave |
192 | 187 | *OpenUI *TonerDensity/Densidade do Toner: PickOne |
193 | *OrderDependency: 10.0 AnySetup *TonerDensity | |
188 | *OrderDependency: 10 AnySetup *TonerDensity | |
194 | 189 | *DefaultTonerDensity: 3 |
195 | 190 | *TonerDensity 1/Claro: "" |
196 | 191 | *TonerDensity 3/Normal: "" |
197 | 192 | *TonerDensity 5/Escuro: "" |
198 | 193 | *CloseUI: *TonerDensity |
199 | 194 | *OpenUI *EconoMode/Economia do Toner: PickOne |
200 | *OrderDependency: 10.0 AnySetup *EconoMode | |
195 | *OrderDependency: 10 AnySetup *EconoMode | |
201 | 196 | *DefaultEconoMode: 0 |
202 | 197 | *EconoMode 0/Usar a Definição da Impressora: "" |
203 | 198 | *EconoMode ON/Economizar: "" |
204 | 199 | *EconoMode OFF/Não Economizar: "" |
205 | 200 | *CloseUI: *EconoMode |
206 | 201 | *OpenUI *JamRecovery/Reimpressão Após Atolamento do Papel: Boolean |
207 | *OrderDependency: 10.0 AnySetup *JamRecovery | |
202 | *OrderDependency: 10 AnySetup *JamRecovery | |
208 | 203 | *DefaultJamRecovery: False |
209 | 204 | *JamRecovery False/Desligado: "" |
210 | *JamRecovery True/Ativado: "" | |
205 | *JamRecovery True/Ligado: "" | |
211 | 206 | *CloseUI: *JamRecovery |
212 | *OpenUI *Duplex/Impressão em Frente e Verso: PickOne | |
213 | *OrderDependency: 10.0 AnySetup *Duplex | |
207 | *OpenUI *Duplex/Frente e Verso: PickOne | |
208 | *OrderDependency: 10 AnySetup *Duplex | |
214 | 209 | *DefaultDuplex: None |
215 | 210 | *Duplex None/Frente (Simples): "<</Duplex false>>setpagedevice" |
216 | 211 | *Duplex DuplexNoTumble/Borda Longa (Retrato): "<</Duplex true/Tumble false>>setpagedevice" |
252 | 247 | *Font Times-Roman: Standard "(1.05)" Standard ROM |
253 | 248 | *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM |
254 | 249 | *Font ZapfDingbats: Special "(001.005)" Special ROM |
255 | *% End of 1100.ppd, 13962 bytes. | |
250 | *% End of 1100.ppd, 12332 bytes. |
0 | 0 | *PPD-Adobe: "4.3" |
1 | *% PPD file for 1110 with CUPS. | |
2 | *% Created by the CUPS PPD Compiler v1.2.3. | |
1 | *%%%% PPD file for 1110 with CUPS. | |
2 | *%%%% Created by the CUPS PPD Compiler CUPS v1.4.5. | |
3 | 3 | *FormatVersion: "4.3" |
4 | *FileVersion: "SpliX V. 2.0.0" | |
4 | *FileVersion: "2.0.0" | |
5 | 5 | *LanguageVersion: English |
6 | 6 | *LanguageEncoding: ISOLatin1 |
7 | 7 | *PCFileName: "1110.ppd" |
8 | *Product: "(ESP Ghostscript)" | |
9 | *Product: "(GPL Ghostscript)" | |
10 | *Product: "(GNU Ghostscript)" | |
8 | *Product: "(1110)" | |
11 | 9 | *Manufacturer: "Dell" |
12 | 10 | *ModelName: "Dell 1110" |
13 | 11 | *ShortNickName: "Dell 1110" |
14 | *NickName: "Dell 1110, SpliX V. 2.0.0" | |
15 | *PSVersion: "(3010.000) 705" | |
16 | *PSVersion: "(3010.000) 707" | |
17 | *PSVersion: "(3010.000) 815" | |
18 | *PSVersion: "(3010.000) 853" | |
12 | *NickName: "Dell 1110, 2.0.0" | |
13 | *PSVersion: "(3010.000) 0" | |
19 | 14 | *LanguageLevel: "3" |
20 | 15 | *ColorDevice: False |
21 | 16 | *DefaultColorSpace: Gray |
27 | 22 | *QPDL BandSize: "128" |
28 | 23 | *PJL BeginPJL: "<1B>%-12345X" |
29 | 24 | *PJL EndPJL: "<09><1B>%-12345X" |
25 | *cupsBackSide: "Normal" | |
30 | 26 | *QPDL ManualDuplex: "On" |
31 | 27 | *QPDL QPDLVersion: "1" |
32 | 28 | *General DocHeaderValues: "<0><0><0>" |
33 | *cupsVersion: 1.3 | |
29 | *cupsVersion: 1.4 | |
34 | 30 | *cupsModelNumber: 0 |
35 | 31 | *cupsManualCopies: False |
36 | 32 | *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl" |
33 | *cupsLanguages: "en" | |
37 | 34 | *OpenUI *PageSize/Media Size: PickOne |
38 | 35 | *OrderDependency: 10 AnySetup *PageSize |
39 | 36 | *DefaultPageSize: Letter |
40 | *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice" | |
41 | *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice" | |
42 | *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice" | |
43 | *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice" | |
44 | *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice" | |
45 | *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice" | |
46 | *PageSize Env10/#10 Envelope - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice" | |
47 | *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice" | |
48 | *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice" | |
49 | *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice" | |
50 | *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice" | |
51 | *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice" | |
52 | *PageSize EnvISOB5/ISOB5 Envelope - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice" | |
53 | *PageSize Postcard/Postcard - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice" | |
54 | *PageSize DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice" | |
55 | *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice" | |
56 | *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice" | |
57 | *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice" | |
58 | *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice" | |
59 | *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice" | |
60 | *PageSize EnvPersonal/Personal Envelope - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice" | |
61 | *PageSize Env9/#9 Envelope - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice" | |
37 | *PageSize Letter/US Letter: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice" | |
38 | *PageSize Legal/US Legal: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice" | |
39 | *PageSize A4/A4: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice" | |
40 | *PageSize Executive/US Executive: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice" | |
41 | *PageSize Ledger/US Ledger: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice" | |
42 | *PageSize A3/A3: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice" | |
43 | *PageSize Env10/#10 Envelope: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice" | |
44 | *PageSize Monarch/Monarch: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice" | |
45 | *PageSize C5/C5: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice" | |
46 | *PageSize DL/DL: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice" | |
47 | *PageSize B4/B4: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice" | |
48 | *PageSize B5/B5: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice" | |
49 | *PageSize EnvISOB5/ISO B5 Envelope: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice" | |
50 | *PageSize Postcard/Postcard: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice" | |
51 | *PageSize DoublePostcardRotated/Double Postcard: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice" | |
52 | *PageSize A5/A5: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice" | |
53 | *PageSize A6/A6: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice" | |
54 | *PageSize B6/B6: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice" | |
55 | *PageSize C6/C6: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice" | |
56 | *PageSize Folio/Folio: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice" | |
57 | *PageSize EnvPersonal/Personal Envelope: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice" | |
58 | *PageSize Env9/#9 Envelope: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice" | |
62 | 59 | *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice" |
63 | 60 | *CloseUI: *PageSize |
64 | 61 | *OpenUI *PageRegion/Media Size: PickOne |
65 | 62 | *OrderDependency: 10 AnySetup *PageRegion |
66 | 63 | *DefaultPageRegion: Letter |
67 | *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice" | |
68 | *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice" | |
69 | *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice" | |
70 | *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice" | |
71 | *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice" | |
72 | *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice" | |
73 | *PageRegion Env10/#10 Envelope - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice" | |
74 | *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice" | |
75 | *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice" | |
76 | *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice" | |
77 | *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice" | |
78 | *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice" | |
79 | *PageRegion EnvISOB5/ISOB5 Envelope - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice" | |
80 | *PageRegion Postcard/Postcard - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice" | |
81 | *PageRegion DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice" | |
82 | *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice" | |
83 | *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice" | |
84 | *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice" | |
85 | *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice" | |
86 | *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice" | |
87 | *PageRegion EnvPersonal/Personal Envelope - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice" | |
88 | *PageRegion Env9/#9 Envelope - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice" | |
64 | *PageRegion Letter/US Letter: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice" | |
65 | *PageRegion Legal/US Legal: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice" | |
66 | *PageRegion A4/A4: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice" | |
67 | *PageRegion Executive/US Executive: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice" | |
68 | *PageRegion Ledger/US Ledger: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice" | |
69 | *PageRegion A3/A3: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice" | |
70 | *PageRegion Env10/#10 Envelope: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice" | |
71 | *PageRegion Monarch/Monarch: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice" | |
72 | *PageRegion C5/C5: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice" | |
73 | *PageRegion DL/DL: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice" | |
74 | *PageRegion B4/B4: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice" | |
75 | *PageRegion B5/B5: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice" | |
76 | *PageRegion EnvISOB5/ISO B5 Envelope: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice" | |
77 | *PageRegion Postcard/Postcard: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice" | |
78 | *PageRegion DoublePostcardRotated/Double Postcard: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice" | |
79 | *PageRegion A5/A5: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice" | |
80 | *PageRegion A6/A6: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice" | |
81 | *PageRegion B6/B6: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice" | |
82 | *PageRegion C6/C6: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice" | |
83 | *PageRegion Folio/Folio: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice" | |
84 | *PageRegion EnvPersonal/Personal Envelope: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice" | |
85 | *PageRegion Env9/#9 Envelope: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice" | |
89 | 86 | *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice" |
90 | 87 | *CloseUI: *PageRegion |
91 | 88 | *DefaultImageableArea: Letter |
92 | *ImageableArea Letter/Letter - 8.5x11in: "10.75 15.00 601.25 777.00" | |
93 | *ImageableArea Legal/Legal - 8.5x14in: "10.75 15.00 601.25 993.00" | |
94 | *ImageableArea A4/A4 - 210x297mm: "10.75 15.00 584.25 827.00" | |
95 | *ImageableArea Executive/Executive - 7.25x10.5in: "10.75 15.00 511.25 741.00" | |
96 | *ImageableArea Ledger/Ledger - 17x11in: "10.75 15.00 1213.25 777.00" | |
97 | *ImageableArea A3/A3 - 297x420mm: "10.75 15.00 831.25 1176.00" | |
98 | *ImageableArea Env10/#10 Envelope - 4.13x9.5in: "10.75 15.00 286.25 669.00" | |
99 | *ImageableArea Monarch/Monarch - 3.875x7.5in: "10.75 15.00 268.25 525.00" | |
100 | *ImageableArea C5/C5 - 162x229mm: "10.75 15.00 448.25 634.00" | |
101 | *ImageableArea DL/DL - 110x220mm: "10.75 15.00 301.25 609.00" | |
102 | *ImageableArea B4/B4 - 257x364mm: "10.75 15.00 718.25 1017.00" | |
103 | *ImageableArea B5/B5 - 182x257mm: "10.75 15.00 505.25 714.00" | |
104 | *ImageableArea EnvISOB5/ISOB5 Envelope - 176x250mm: "10.75 15.00 488.25 694.00" | |
105 | *ImageableArea Postcard/Postcard - 100x148mm: "10.75 15.00 273.25 404.00" | |
106 | *ImageableArea DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "10.75 15.00 409.25 552.00" | |
107 | *ImageableArea A5/A5 - 148x210mm: "10.75 15.00 409.25 580.00" | |
108 | *ImageableArea A6/A6 - 105x148mm: "10.75 15.00 286.25 405.00" | |
109 | *ImageableArea B6/B6 - 128x182mm: "10.75 15.00 352.25 501.00" | |
110 | *ImageableArea C6/C6 - 114x162mm: "10.75 15.00 312.25 444.00" | |
111 | *ImageableArea Folio/Folio - 210x330mm: "10.75 15.00 584.25 920.00" | |
112 | *ImageableArea EnvPersonal/Personal Envelope - 3.625x6.5in: "10.75 15.00 250.25 453.00" | |
113 | *ImageableArea Env9/#9 Envelope - 3.875x8.875in: "10.75 15.00 268.25 624.00" | |
114 | *ImageableArea Oficio/Oficio - 216x340mm: "10.75 15.00 601.25 957.00" | |
89 | *ImageableArea Letter/US Letter: "10.75 15 601.25 777" | |
90 | *ImageableArea Legal/US Legal: "10.75 15 601.25 993" | |
91 | *ImageableArea A4/A4: "10.75 15 584.25 827" | |
92 | *ImageableArea Executive/US Executive: "10.75 15 511.25 741" | |
93 | *ImageableArea Ledger/US Ledger: "10.75 15 1213.25 777" | |
94 | *ImageableArea A3/A3: "10.75 15 831.25 1176" | |
95 | *ImageableArea Env10/#10 Envelope: "10.75 15 286.25 669" | |
96 | *ImageableArea Monarch/Monarch: "10.75 15 268.25 525" | |
97 | *ImageableArea C5/C5: "10.75 15 448.25 634" | |
98 | *ImageableArea DL/DL: "10.75 15 301.25 609" | |
99 | *ImageableArea B4/B4: "10.75 15 718.25 1017" | |
100 | *ImageableArea B5/B5: "10.75 15 505.25 714" | |
101 | *ImageableArea EnvISOB5/ISO B5 Envelope: "10.75 15 488.25 694" | |
102 | *ImageableArea Postcard/Postcard: "10.75 15 273.25 404" | |
103 | *ImageableArea DoublePostcardRotated/Double Postcard: "10.75 15 409.25 552" | |
104 | *ImageableArea A5/A5: "10.75 15 409.25 580" | |
105 | *ImageableArea A6/A6: "10.75 15 286.25 405" | |
106 | *ImageableArea B6/B6: "10.75 15 352.25 501" | |
107 | *ImageableArea C6/C6: "10.75 15 312.25 444" | |
108 | *ImageableArea Folio/Folio: "10.75 15 584.25 920" | |
109 | *ImageableArea EnvPersonal/Personal Envelope: "10.75 15 250.25 453" | |
110 | *ImageableArea Env9/#9 Envelope: "10.75 15 268.25 624" | |
111 | *ImageableArea Oficio/Oficio - 216x340mm: "10.75 15 601.25 957" | |
115 | 112 | *DefaultPaperDimension: Letter |
116 | *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00" | |
117 | *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00" | |
118 | *PaperDimension A4/A4 - 210x297mm: "595.00 842.00" | |
119 | *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00" | |
120 | *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00" | |
121 | *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00" | |
122 | *PaperDimension Env10/#10 Envelope - 4.13x9.5in: "297.00 684.00" | |
123 | *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00" | |
124 | *PaperDimension C5/C5 - 162x229mm: "459.00 649.00" | |
125 | *PaperDimension DL/DL - 110x220mm: "312.00 624.00" | |
126 | *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00" | |
127 | *PaperDimension B5/B5 - 182x257mm: "516.00 729.00" | |
128 | *PaperDimension EnvISOB5/ISOB5 Envelope - 176x250mm: "499.00 709.00" | |
129 | *PaperDimension Postcard/Postcard - 100x148mm: "284.00 419.00" | |
130 | *PaperDimension DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "420.00 567.00" | |
131 | *PaperDimension A5/A5 - 148x210mm: "420.00 595.00" | |
132 | *PaperDimension A6/A6 - 105x148mm: "297.00 420.00" | |
133 | *PaperDimension B6/B6 - 128x182mm: "363.00 516.00" | |
134 | *PaperDimension C6/C6 - 114x162mm: "323.00 459.00" | |
135 | *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00" | |
136 | *PaperDimension EnvPersonal/Personal Envelope - 3.625x6.5in: "261.00 468.00" | |
137 | *PaperDimension Env9/#9 Envelope - 3.875x8.875in: "279.00 639.00" | |
138 | *PaperDimension Oficio/Oficio - 216x340mm: "612.00 972.00" | |
139 | *RequiresPageRegion All: True | |
113 | *PaperDimension Letter/US Letter: "612 792" | |
114 | *PaperDimension Legal/US Legal: "612 1008" | |
115 | *PaperDimension A4/A4: "595 842" | |
116 | *PaperDimension Executive/US Executive: "522 756" | |
117 | *PaperDimension Ledger/US Ledger: "1224 792" | |
118 | *PaperDimension A3/A3: "842 1191" | |
119 | *PaperDimension Env10/#10 Envelope: "297 684" | |
120 | *PaperDimension Monarch/Monarch: "279 540" | |
121 | *PaperDimension C5/C5: "459 649" | |
122 | *PaperDimension DL/DL: "312 624" | |
123 | *PaperDimension B4/B4: "729 1032" | |
124 | *PaperDimension B5/B5: "516 729" | |
125 | *PaperDimension EnvISOB5/ISO B5 Envelope: "499 709" | |
126 | *PaperDimension Postcard/Postcard: "284 419" | |
127 | *PaperDimension DoublePostcardRotated/Double Postcard: "420 567" | |
128 | *PaperDimension A5/A5: "420 595" | |
129 | *PaperDimension A6/A6: "297 420" | |
130 | *PaperDimension B6/B6: "363 516" | |
131 | *PaperDimension C6/C6: "323 459" | |
132 | *PaperDimension Folio/Folio: "595 935" | |
133 | *PaperDimension EnvPersonal/Personal Envelope: "261 468" | |
134 | *PaperDimension Env9/#9 Envelope: "279 639" | |
135 | *PaperDimension Oficio/Oficio - 216x340mm: "612 972" | |
140 | 136 | *OpenUI *InputSlot/Media Source: PickOne |
141 | *OrderDependency: 10.0 AnySetup *InputSlot | |
137 | *OrderDependency: 10 AnySetup *InputSlot | |
142 | 138 | *DefaultInputSlot: Auto |
143 | 139 | *InputSlot Auto/Automatic Selection: "<</MediaPosition 1>>setpagedevice" |
144 | 140 | *InputSlot Manual/Manual Feed: "<</MediaPosition 2>>setpagedevice" |
145 | 141 | *CloseUI: *InputSlot |
146 | 142 | *OpenUI *MediaType/Paper Type: PickOne |
147 | *OrderDependency: 10.0 AnySetup *MediaType | |
143 | *OrderDependency: 10 AnySetup *MediaType | |
148 | 144 | *DefaultMediaType: OFF |
149 | 145 | *MediaType OFF/Use Printer Default: "" |
150 | 146 | *MediaType NORMAL/Plain Paper: "" |
162 | 158 | *MediaType ARCHIVE/Archive: "" |
163 | 159 | *CloseUI: *MediaType |
164 | 160 | *OpenUI *Altitude/Air pressure: PickOne |
165 | *OrderDependency: 10.0 AnySetup *Altitude | |
161 | *OrderDependency: 10 AnySetup *Altitude | |
166 | 162 | *DefaultAltitude: LOW |
167 | *Altitude LOW/Low: "" | |
168 | *Altitude HIGH/High: "" | |
163 | *Altitude LOW/High: "" | |
164 | *Altitude HIGH/Low: "" | |
169 | 165 | *CloseUI: *Altitude |
170 | 166 | *OpenUI *ColorModel/Color Mode: PickOne |
171 | *OrderDependency: 10.0 AnySetup *ColorModel | |
167 | *OrderDependency: 10 AnySetup *ColorModel | |
172 | 168 | *DefaultColorModel: Gray |
173 | 169 | *ColorModel Gray/Grayscale: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 13>>setpagedevice" |
174 | 170 | *CloseUI: *ColorModel |
175 | *OpenUI *Resolution: PickOne | |
176 | *OrderDependency: 10.0 AnySetup *Resolution | |
171 | *OpenUI *Resolution/Resolution: PickOne | |
172 | *OrderDependency: 10 AnySetup *Resolution | |
177 | 173 | *DefaultResolution: 600dpi |
178 | 174 | *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice" |
179 | 175 | *Resolution 300dpi/300 DPI: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice" |
180 | 176 | *CloseUI: *Resolution |
181 | 177 | *OpenUI *PowerSave/Power Save: PickOne |
182 | *OrderDependency: 10.0 AnySetup *PowerSave | |
178 | *OrderDependency: 10 AnySetup *PowerSave | |
183 | 179 | *DefaultPowerSave: 5 |
184 | 180 | *PowerSave False/Off: "" |
185 | 181 | *PowerSave 5/5 Minutes: "" |
190 | 186 | *PowerSave 60/1 Hour: "" |
191 | 187 | *CloseUI: *PowerSave |
192 | 188 | *OpenUI *TonerDensity/Toner Density: PickOne |
193 | *OrderDependency: 10.0 AnySetup *TonerDensity | |
189 | *OrderDependency: 10 AnySetup *TonerDensity | |
194 | 190 | *DefaultTonerDensity: 3 |
195 | 191 | *TonerDensity 1/Light: "" |
196 | 192 | *TonerDensity 3/Medium: "" |
197 | 193 | *TonerDensity 5/Dark: "" |
198 | 194 | *CloseUI: *TonerDensity |
199 | 195 | *OpenUI *EconoMode/Toner Save: PickOne |
200 | *OrderDependency: 10.0 AnySetup *EconoMode | |
196 | *OrderDependency: 10 AnySetup *EconoMode | |
201 | 197 | *DefaultEconoMode: 0 |
202 | 198 | *EconoMode 0/Use Printer Default: "" |
203 | 199 | *EconoMode ON/Save: "" |
204 | 200 | *EconoMode OFF/Standard: "" |
205 | 201 | *CloseUI: *EconoMode |
206 | 202 | *OpenUI *JamRecovery/Reprint When Jam: Boolean |
207 | *OrderDependency: 10.0 AnySetup *JamRecovery | |
203 | *OrderDependency: 10 AnySetup *JamRecovery | |
208 | 204 | *DefaultJamRecovery: False |
209 | 205 | *JamRecovery False/Off: "" |
210 | 206 | *JamRecovery True/On: "" |
211 | 207 | *CloseUI: *JamRecovery |
212 | 208 | *OpenUI *Duplex/2-Sided Printing: PickOne |
213 | *OrderDependency: 10.0 AnySetup *Duplex | |
209 | *OrderDependency: 10 AnySetup *Duplex | |
214 | 210 | *DefaultDuplex: None |
215 | 211 | *Duplex None/Off (1-Sided): "<</Duplex false>>setpagedevice" |
216 | 212 | *Duplex DuplexNoTumble/Long-Edge (Portrait): "<</Duplex true/Tumble false>>setpagedevice" |
252 | 248 | *Font Times-Roman: Standard "(1.05)" Standard ROM |
253 | 249 | *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM |
254 | 250 | *Font ZapfDingbats: Special "(001.005)" Special ROM |
255 | *% End of 1110.ppd, 13586 bytes. | |
251 | *% End of 1110.ppd, 12093 bytes. |
0 | 0 | *PPD-Adobe: "4.3" |
1 | *% PPD file for 1110 with CUPS. | |
2 | *% Created by the CUPS PPD Compiler v1.2.3. | |
1 | *%%%% PPD file for 1110 with CUPS. | |
2 | *%%%% Created by the CUPS PPD Compiler CUPS v1.4.5. | |
3 | 3 | *FormatVersion: "4.3" |
4 | *FileVersion: "SpliX V. 2.0.0" | |
4 | *FileVersion: "2.0.0" | |
5 | 5 | *LanguageVersion: French |
6 | 6 | *LanguageEncoding: ISOLatin1 |
7 | 7 | *PCFileName: "1110.ppd" |
8 | *Product: "(ESP Ghostscript)" | |
9 | *Product: "(GPL Ghostscript)" | |
10 | *Product: "(GNU Ghostscript)" | |
8 | *Product: "(1110)" | |
11 | 9 | *Manufacturer: "Dell" |
12 | 10 | *ModelName: "Dell 1110" |
13 | 11 | *ShortNickName: "Dell 1110" |
14 | *NickName: "Dell 1110, SpliX V. 2.0.0" | |
15 | *PSVersion: "(3010.000) 705" | |
16 | *PSVersion: "(3010.000) 707" | |
17 | *PSVersion: "(3010.000) 815" | |
18 | *PSVersion: "(3010.000) 853" | |
12 | *NickName: "Dell 1110, 2.0.0" | |
13 | *PSVersion: "(3010.000) 0" | |
19 | 14 | *LanguageLevel: "3" |
20 | 15 | *ColorDevice: False |
21 | 16 | *DefaultColorSpace: Gray |
27 | 22 | *QPDL BandSize: "128" |
28 | 23 | *PJL BeginPJL: "<1B>%-12345X" |
29 | 24 | *PJL EndPJL: "<09><1B>%-12345X" |
25 | *cupsBackSide: "Normal" | |
30 | 26 | *QPDL ManualDuplex: "On" |
31 | 27 | *QPDL QPDLVersion: "1" |
32 | 28 | *General DocHeaderValues: "<0><0><0>" |
33 | *cupsVersion: 1.3 | |
29 | *cupsVersion: 1.4 | |
34 | 30 | *cupsModelNumber: 0 |
35 | 31 | *cupsManualCopies: False |
36 | 32 | *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl" |
37 | 33 | *OpenUI *PageSize/Media Size: PickOne |
38 | 34 | *OrderDependency: 10 AnySetup *PageSize |
39 | 35 | *DefaultPageSize: Letter |
40 | *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice" | |
41 | *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice" | |
42 | *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice" | |
43 | *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice" | |
44 | *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice" | |
45 | *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice" | |
46 | *PageSize Env10/Enveloppe n°10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice" | |
47 | *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice" | |
48 | *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice" | |
49 | *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice" | |
50 | *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice" | |
51 | *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice" | |
52 | *PageSize EnvISOB5/Enveloppe ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice" | |
53 | *PageSize Postcard/Carte postale - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice" | |
54 | *PageSize DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice" | |
55 | *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice" | |
56 | *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice" | |
57 | *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice" | |
58 | *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice" | |
59 | *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice" | |
60 | *PageSize EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice" | |
61 | *PageSize Env9/Enveloppe n°9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice" | |
36 | *PageSize Letter/US Letter: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice" | |
37 | *PageSize Legal/US Legal: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice" | |
38 | *PageSize A4/A4: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice" | |
39 | *PageSize Executive/US Executive: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice" | |
40 | *PageSize Ledger/US Ledger: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice" | |
41 | *PageSize A3/A3: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice" | |
42 | *PageSize Env10/#10 Envelope: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice" | |
43 | *PageSize Monarch/Monarch: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice" | |
44 | *PageSize C5/C5: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice" | |
45 | *PageSize DL/DL: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice" | |
46 | *PageSize B4/B4: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice" | |
47 | *PageSize B5/B5: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice" | |
48 | *PageSize EnvISOB5/ISO B5 Envelope: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice" | |
49 | *PageSize Postcard/Postcard: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice" | |
50 | *PageSize DoublePostcardRotated/Double Postcard: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice" | |
51 | *PageSize A5/A5: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice" | |
52 | *PageSize A6/A6: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice" | |
53 | *PageSize B6/B6: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice" | |
54 | *PageSize C6/C6: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice" | |
55 | *PageSize Folio/Folio: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice" | |
56 | *PageSize EnvPersonal/Personal Envelope: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice" | |
57 | *PageSize Env9/#9 Envelope: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice" | |
62 | 58 | *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice" |
63 | 59 | *CloseUI: *PageSize |
64 | 60 | *OpenUI *PageRegion/Media Size: PickOne |
65 | 61 | *OrderDependency: 10 AnySetup *PageRegion |
66 | 62 | *DefaultPageRegion: Letter |
67 | *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice" | |
68 | *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice" | |
69 | *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice" | |
70 | *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice" | |
71 | *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice" | |
72 | *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice" | |
73 | *PageRegion Env10/Enveloppe n°10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice" | |
74 | *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice" | |
75 | *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice" | |
76 | *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice" | |
77 | *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice" | |
78 | *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice" | |
79 | *PageRegion EnvISOB5/Enveloppe ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice" | |
80 | *PageRegion Postcard/Carte postale - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice" | |
81 | *PageRegion DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice" | |
82 | *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice" | |
83 | *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice" | |
84 | *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice" | |
85 | *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice" | |
86 | *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice" | |
87 | *PageRegion EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice" | |
88 | *PageRegion Env9/Enveloppe n°9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice" | |
63 | *PageRegion Letter/US Letter: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice" | |
64 | *PageRegion Legal/US Legal: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice" | |
65 | *PageRegion A4/A4: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice" | |
66 | *PageRegion Executive/US Executive: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice" | |
67 | *PageRegion Ledger/US Ledger: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice" | |
68 | *PageRegion A3/A3: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice" | |
69 | *PageRegion Env10/#10 Envelope: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice" | |
70 | *PageRegion Monarch/Monarch: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice" | |
71 | *PageRegion C5/C5: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice" | |
72 | *PageRegion DL/DL: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice" | |
73 | *PageRegion B4/B4: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice" | |
74 | *PageRegion B5/B5: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice" | |
75 | *PageRegion EnvISOB5/ISO B5 Envelope: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice" | |
76 | *PageRegion Postcard/Postcard: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice" | |
77 | *PageRegion DoublePostcardRotated/Double Postcard: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice" | |
78 | *PageRegion A5/A5: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice" | |
79 | *PageRegion A6/A6: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice" | |
80 | *PageRegion B6/B6: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice" | |
81 | *PageRegion C6/C6: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice" | |
82 | *PageRegion Folio/Folio: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice" | |
83 | *PageRegion EnvPersonal/Personal Envelope: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice" | |
84 | *PageRegion Env9/#9 Envelope: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice" | |
89 | 85 | *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice" |
90 | 86 | *CloseUI: *PageRegion |
91 | 87 | *DefaultImageableArea: Letter |
92 | *ImageableArea Letter/Letter - 8.5x11in: "10.75 15.00 601.25 777.00" | |
93 | *ImageableArea Legal/Legal - 8.5x14in: "10.75 15.00 601.25 993.00" | |
94 | *ImageableArea A4/A4 - 210x297mm: "10.75 15.00 584.25 827.00" | |
95 | *ImageableArea Executive/Executive - 7.25x10.5in: "10.75 15.00 511.25 741.00" | |
96 | *ImageableArea Ledger/Ledger - 17x11in: "10.75 15.00 1213.25 777.00" | |
97 | *ImageableArea A3/A3 - 297x420mm: "10.75 15.00 831.25 1176.00" | |
98 | *ImageableArea Env10/Enveloppe n°10 - 4.13x9.5in: "10.75 15.00 286.25 669.00" | |
99 | *ImageableArea Monarch/Monarch - 3.875x7.5in: "10.75 15.00 268.25 525.00" | |
100 | *ImageableArea C5/C5 - 162x229mm: "10.75 15.00 448.25 634.00" | |
101 | *ImageableArea DL/DL - 110x220mm: "10.75 15.00 301.25 609.00" | |
102 | *ImageableArea B4/B4 - 257x364mm: "10.75 15.00 718.25 1017.00" | |
103 | *ImageableArea B5/B5 - 182x257mm: "10.75 15.00 505.25 714.00" | |
104 | *ImageableArea EnvISOB5/Enveloppe ISOB5 - 176x250mm: "10.75 15.00 488.25 694.00" | |
105 | *ImageableArea Postcard/Carte postale - 100x148mm: "10.75 15.00 273.25 404.00" | |
106 | *ImageableArea DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "10.75 15.00 409.25 552.00" | |
107 | *ImageableArea A5/A5 - 148x210mm: "10.75 15.00 409.25 580.00" | |
108 | *ImageableArea A6/A6 - 105x148mm: "10.75 15.00 286.25 405.00" | |
109 | *ImageableArea B6/B6 - 128x182mm: "10.75 15.00 352.25 501.00" | |
110 | *ImageableArea C6/C6 - 114x162mm: "10.75 15.00 312.25 444.00" | |
111 | *ImageableArea Folio/Folio - 210x330mm: "10.75 15.00 584.25 920.00" | |
112 | *ImageableArea EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "10.75 15.00 250.25 453.00" | |
113 | *ImageableArea Env9/Enveloppe n°9 - 3.875x8.875in: "10.75 15.00 268.25 624.00" | |
114 | *ImageableArea Oficio/Oficio - 216x340mm: "10.75 15.00 601.25 957.00" | |
88 | *ImageableArea Letter/US Letter: "10.75 15 601.25 777" | |
89 | *ImageableArea Legal/US Legal: "10.75 15 601.25 993" | |
90 | *ImageableArea A4/A4: "10.75 15 584.25 827" | |
91 | *ImageableArea Executive/US Executive: "10.75 15 511.25 741" | |
92 | *ImageableArea Ledger/US Ledger: "10.75 15 1213.25 777" | |
93 | *ImageableArea A3/A3: "10.75 15 831.25 1176" | |
94 | *ImageableArea Env10/#10 Envelope: "10.75 15 286.25 669" | |
95 | *ImageableArea Monarch/Monarch: "10.75 15 268.25 525" | |
96 | *ImageableArea C5/C5: "10.75 15 448.25 634" | |
97 | *ImageableArea DL/DL: "10.75 15 301.25 609" | |
98 | *ImageableArea B4/B4: "10.75 15 718.25 1017" | |
99 | *ImageableArea B5/B5: "10.75 15 505.25 714" | |
100 | *ImageableArea EnvISOB5/ISO B5 Envelope: "10.75 15 488.25 694" | |
101 | *ImageableArea Postcard/Postcard: "10.75 15 273.25 404" | |
102 | *ImageableArea DoublePostcardRotated/Double Postcard: "10.75 15 409.25 552" | |
103 | *ImageableArea A5/A5: "10.75 15 409.25 580" | |
104 | *ImageableArea A6/A6: "10.75 15 286.25 405" | |
105 | *ImageableArea B6/B6: "10.75 15 352.25 501" | |
106 | *ImageableArea C6/C6: "10.75 15 312.25 444" | |
107 | *ImageableArea Folio/Folio: "10.75 15 584.25 920" | |
108 | *ImageableArea EnvPersonal/Personal Envelope: "10.75 15 250.25 453" | |
109 | *ImageableArea Env9/#9 Envelope: "10.75 15 268.25 624" | |
110 | *ImageableArea Oficio/Oficio - 216x340mm: "10.75 15 601.25 957" | |
115 | 111 | *DefaultPaperDimension: Letter |
116 | *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00" | |
117 | *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00" | |
118 | *PaperDimension A4/A4 - 210x297mm: "595.00 842.00" | |
119 | *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00" | |
120 | *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00" | |
121 | *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00" | |
122 | *PaperDimension Env10/Enveloppe n°10 - 4.13x9.5in: "297.00 684.00" | |
123 | *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00" | |
124 | *PaperDimension C5/C5 - 162x229mm: "459.00 649.00" | |
125 | *PaperDimension DL/DL - 110x220mm: "312.00 624.00" | |
126 | *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00" | |
127 | *PaperDimension B5/B5 - 182x257mm: "516.00 729.00" | |
128 | *PaperDimension EnvISOB5/Enveloppe ISOB5 - 176x250mm: "499.00 709.00" | |
129 | *PaperDimension Postcard/Carte postale - 100x148mm: "284.00 419.00" | |
130 | *PaperDimension DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "420.00 567.00" | |
131 | *PaperDimension A5/A5 - 148x210mm: "420.00 595.00" | |
132 | *PaperDimension A6/A6 - 105x148mm: "297.00 420.00" | |
133 | *PaperDimension B6/B6 - 128x182mm: "363.00 516.00" | |
134 | *PaperDimension C6/C6 - 114x162mm: "323.00 459.00" | |
135 | *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00" | |
136 | *PaperDimension EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "261.00 468.00" | |
137 | *PaperDimension Env9/Enveloppe n°9 - 3.875x8.875in: "279.00 639.00" | |
138 | *PaperDimension Oficio/Oficio - 216x340mm: "612.00 972.00" | |
139 | *RequiresPageRegion All: True | |
140 | *OpenUI *InputSlot/Media Source: PickOne | |
141 | *OrderDependency: 10.0 AnySetup *InputSlot | |
112 | *PaperDimension Letter/US Letter: "612 792" | |
113 | *PaperDimension Legal/US Legal: "612 1008" | |
114 | *PaperDimension A4/A4: "595 842" | |
115 | *PaperDimension Executive/US Executive: "522 756" | |
116 | *PaperDimension Ledger/US Ledger: "1224 792" | |
117 | *PaperDimension A3/A3: "842 1191" | |
118 | *PaperDimension Env10/#10 Envelope: "297 684" | |
119 | *PaperDimension Monarch/Monarch: "279 540" | |
120 | *PaperDimension C5/C5: "459 649" | |
121 | *PaperDimension DL/DL: "312 624" | |
122 | *PaperDimension B4/B4: "729 1032" | |
123 | *PaperDimension B5/B5: "516 729" | |
124 | *PaperDimension EnvISOB5/ISO B5 Envelope: "499 709" | |
125 | *PaperDimension Postcard/Postcard: "284 419" | |
126 | *PaperDimension DoublePostcardRotated/Double Postcard: "420 567" | |
127 | *PaperDimension A5/A5: "420 595" | |
128 | *PaperDimension A6/A6: "297 420" | |
129 | *PaperDimension B6/B6: "363 516" | |
130 | *PaperDimension C6/C6: "323 459" | |
131 | *PaperDimension Folio/Folio: "595 935" | |
132 | *PaperDimension EnvPersonal/Personal Envelope: "261 468" | |
133 | *PaperDimension Env9/#9 Envelope: "279 639" | |
134 | *PaperDimension Oficio/Oficio - 216x340mm: "612 972" | |
135 | *OpenUI *InputSlot/Source du papier: PickOne | |
136 | *OrderDependency: 10 AnySetup *InputSlot | |
142 | 137 | *DefaultInputSlot: Auto |
143 | 138 | *InputSlot Auto/Sélection automatique: "<</MediaPosition 1>>setpagedevice" |
144 | *InputSlot Manual/Manuel: "<</MediaPosition 2>>setpagedevice" | |
139 | *InputSlot Manual/Chargement manuel: "<</MediaPosition 2>>setpagedevice" | |
145 | 140 | *CloseUI: *InputSlot |
146 | *OpenUI *MediaType/Type de support: PickOne | |
147 | *OrderDependency: 10.0 AnySetup *MediaType | |
141 | *OpenUI *MediaType/Type de papier: PickOne | |
142 | *OrderDependency: 10 AnySetup *MediaType | |
148 | 143 | *DefaultMediaType: OFF |
149 | 144 | *MediaType OFF/Utiliser la configuration imprimante: "" |
150 | 145 | *MediaType NORMAL/Papier ordinaire: "" |
152 | 147 | *MediaType THIN/Papier fin: "" |
153 | 148 | *MediaType BOND/Papier Bond: "" |
154 | 149 | *MediaType OHP/Transparent: "" |
155 | *MediaType CARD/Papier cartonné: "" | |
150 | *MediaType CARD/Carte de visite: "" | |
156 | 151 | *MediaType LABEL/Étiquette: "" |
157 | 152 | *MediaType USED/Papier pré-imprimé: "" |
158 | *MediaType COLOR/Couleur: "" | |
153 | *MediaType COLOR/Papier coloré: "" | |
159 | 154 | *MediaType ENV/Enveloppe: "" |
160 | 155 | *MediaType COTTON/Coton: "" |
161 | 156 | *MediaType RECYCLED/Papier recyclé: "" |
162 | 157 | *MediaType ARCHIVE/Archive: "" |
163 | 158 | *CloseUI: *MediaType |
164 | 159 | *OpenUI *Altitude/Pression de l'air: PickOne |
165 | *OrderDependency: 10.0 AnySetup *Altitude | |
160 | *OrderDependency: 10 AnySetup *Altitude | |
166 | 161 | *DefaultAltitude: LOW |
167 | *Altitude LOW/Faible: "" | |
168 | *Altitude HIGH/Forte: "" | |
162 | *Altitude LOW/Forte: "" | |
163 | *Altitude HIGH/Faible: "" | |
169 | 164 | *CloseUI: *Altitude |
170 | *OpenUI *ColorModel/Mode couleur: PickOne | |
171 | *OrderDependency: 10.0 AnySetup *ColorModel | |
165 | *OpenUI *ColorModel/Mode de couleur: PickOne | |
166 | *OrderDependency: 10 AnySetup *ColorModel | |
172 | 167 | *DefaultColorModel: Gray |
173 | 168 | *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 13>>setpagedevice" |
174 | 169 | *CloseUI: *ColorModel |
175 | *OpenUI *Resolution: PickOne | |
176 | *OrderDependency: 10.0 AnySetup *Resolution | |
170 | *OpenUI *Resolution/Résolution: PickOne | |
171 | *OrderDependency: 10 AnySetup *Resolution | |
177 | 172 | *DefaultResolution: 600dpi |
178 | 173 | *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice" |
179 | 174 | *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice" |
180 | 175 | *CloseUI: *Resolution |
181 | 176 | *OpenUI *PowerSave/Économie d'énergie: PickOne |
182 | *OrderDependency: 10.0 AnySetup *PowerSave | |
177 | *OrderDependency: 10 AnySetup *PowerSave | |
183 | 178 | *DefaultPowerSave: 5 |
184 | 179 | *PowerSave False/Désactivé: "" |
185 | 180 | *PowerSave 5/5 minutes: "" |
190 | 185 | *PowerSave 60/1 heure: "" |
191 | 186 | *CloseUI: *PowerSave |
192 | 187 | *OpenUI *TonerDensity/Densité de toner: PickOne |
193 | *OrderDependency: 10.0 AnySetup *TonerDensity | |
188 | *OrderDependency: 10 AnySetup *TonerDensity | |
194 | 189 | *DefaultTonerDensity: 3 |
195 | 190 | *TonerDensity 1/Clair: "" |
196 | 191 | *TonerDensity 3/Normal: "" |
197 | 192 | *TonerDensity 5/Sombre: "" |
198 | 193 | *CloseUI: *TonerDensity |
199 | 194 | *OpenUI *EconoMode/Économie de toner: PickOne |
200 | *OrderDependency: 10.0 AnySetup *EconoMode | |
195 | *OrderDependency: 10 AnySetup *EconoMode | |
201 | 196 | *DefaultEconoMode: 0 |
202 | 197 | *EconoMode 0/Utiliser la configuration imprimante: "" |
203 | 198 | *EconoMode ON/Économiser: "" |
204 | 199 | *EconoMode OFF/Standard: "" |
205 | 200 | *CloseUI: *EconoMode |
206 | 201 | *OpenUI *JamRecovery/Réimpression si bourrage: Boolean |
207 | *OrderDependency: 10.0 AnySetup *JamRecovery | |
202 | *OrderDependency: 10 AnySetup *JamRecovery | |
208 | 203 | *DefaultJamRecovery: False |
209 | 204 | *JamRecovery False/Désactivé: "" |
210 | *JamRecovery True/Oui: "" | |
205 | *JamRecovery True/Activé: "" | |
211 | 206 | *CloseUI: *JamRecovery |
212 | *OpenUI *Duplex/Impression recto-verso: PickOne | |
213 | *OrderDependency: 10.0 AnySetup *Duplex | |
207 | *OpenUI *Duplex/Recto-verso: PickOne | |
208 | *OrderDependency: 10 AnySetup *Duplex | |
214 | 209 | *DefaultDuplex: None |
215 | 210 | *Duplex None/Simple (recto): "<</Duplex false>>setpagedevice" |
216 | 211 | *Duplex DuplexNoTumble/Côté long (Portrait): "<</Duplex true/Tumble false>>setpagedevice" |
252 | 247 | *Font Times-Roman: Standard "(1.05)" Standard ROM |
253 | 248 | *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM |
254 | 249 | *Font ZapfDingbats: Special "(001.005)" Special ROM |
255 | *% End of 1110.ppd, 13844 bytes. | |
250 | *% End of 1110.ppd, 12243 bytes. |
0 | 0 | *PPD-Adobe: "4.3" |
1 | *% PPD file for 1110 with CUPS. | |
2 | *% Created by the CUPS PPD Compiler v1.2.3. | |
1 | *%%%% PPD file for 1110 with CUPS. | |
2 | *%%%% Created by the CUPS PPD Compiler CUPS v1.4.5. | |
3 | 3 | *FormatVersion: "4.3" |
4 | *FileVersion: "SpliX V. 2.0.0" | |
4 | *FileVersion: "2.0.0" | |
5 | 5 | *LanguageVersion: Portuguese_Brazil |
6 | 6 | *LanguageEncoding: ISOLatin1 |
7 | 7 | *PCFileName: "1110.ppd" |
8 | *Product: "(ESP Ghostscript)" | |
9 | *Product: "(GPL Ghostscript)" | |
10 | *Product: "(GNU Ghostscript)" | |
8 | *Product: "(1110)" | |
11 | 9 | *Manufacturer: "Dell" |
12 | 10 | *ModelName: "Dell 1110" |
13 | 11 | *ShortNickName: "Dell 1110" |
14 | *NickName: "Dell 1110, SpliX V. 2.0.0" | |
15 | *PSVersion: "(3010.000) 705" | |
16 | *PSVersion: "(3010.000) 707" | |
17 | *PSVersion: "(3010.000) 815" | |
18 | *PSVersion: "(3010.000) 853" | |
12 | *NickName: "Dell 1110, 2.0.0" | |
13 | *PSVersion: "(3010.000) 0" | |
19 | 14 | *LanguageLevel: "3" |
20 | 15 | *ColorDevice: False |
21 | 16 | *DefaultColorSpace: Gray |
27 | 22 | *QPDL BandSize: "128" |
28 | 23 | *PJL BeginPJL: "<1B>%-12345X" |
29 | 24 | *PJL EndPJL: "<09><1B>%-12345X" |
25 | *cupsBackSide: "Normal" | |
30 | 26 | *QPDL ManualDuplex: "On" |
31 | 27 | *QPDL QPDLVersion: "1" |
32 | 28 | *General DocHeaderValues: "<0><0><0>" |
33 | *cupsVersion: 1.3 | |
29 | *cupsVersion: 1.4 | |
34 | 30 | *cupsModelNumber: 0 |
35 | 31 | *cupsManualCopies: False |
36 | 32 | *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl" |
37 | 33 | *OpenUI *PageSize/Media Size: PickOne |
38 | 34 | *OrderDependency: 10 AnySetup *PageSize |
39 | 35 | *DefaultPageSize: Letter |
40 | *PageSize Letter/Carta - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice" | |
41 | *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice" | |
42 | *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice" | |
43 | *PageSize Executive/Executivo - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice" | |
44 | *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice" | |
45 | *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice" | |
46 | *PageSize Env10/Envelope Número 10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice" | |
47 | *PageSize Monarch/Monarca - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice" | |
48 | *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice" | |
49 | *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice" | |
50 | *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice" | |
51 | *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice" | |
52 | *PageSize EnvISOB5/Envelope ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice" | |
53 | *PageSize Postcard/Cartão Postal - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice" | |
54 | *PageSize DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice" | |
55 | *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice" | |
56 | *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice" | |
57 | *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice" | |
58 | *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice" | |
59 | *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice" | |
60 | *PageSize EnvPersonal/Envelope Pessoal - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice" | |
61 | *PageSize Env9/Envelope Número 9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice" | |
36 | *PageSize Letter/US Letter: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice" | |
37 | *PageSize Legal/US Legal: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice" | |
38 | *PageSize A4/A4: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice" | |
39 | *PageSize Executive/US Executive: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice" | |
40 | *PageSize Ledger/US Ledger: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice" | |
41 | *PageSize A3/A3: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice" | |
42 | *PageSize Env10/#10 Envelope: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice" | |
43 | *PageSize Monarch/Monarch: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice" | |
44 | *PageSize C5/C5: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice" | |
45 | *PageSize DL/DL: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice" | |
46 | *PageSize B4/B4: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice" | |
47 | *PageSize B5/B5: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice" | |
48 | *PageSize EnvISOB5/ISO B5 Envelope: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice" | |
49 | *PageSize Postcard/Postcard: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice" | |
50 | *PageSize DoublePostcardRotated/Double Postcard: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice" | |
51 | *PageSize A5/A5: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice" | |
52 | *PageSize A6/A6: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice" | |
53 | *PageSize B6/B6: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice" | |
54 | *PageSize C6/C6: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice" | |
55 | *PageSize Folio/Folio: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice" | |
56 | *PageSize EnvPersonal/Personal Envelope: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice" | |
57 | *PageSize Env9/#9 Envelope: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice" | |
62 | 58 | *PageSize Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice" |
63 | 59 | *CloseUI: *PageSize |
64 | 60 | *OpenUI *PageRegion/Media Size: PickOne |
65 | 61 | *OrderDependency: 10 AnySetup *PageRegion |
66 | 62 | *DefaultPageRegion: Letter |
67 | *PageRegion Letter/Carta - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice" | |
68 | *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice" | |
69 | *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice" | |
70 | *PageRegion Executive/Executivo - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice" | |
71 | *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice" | |
72 | *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice" | |
73 | *PageRegion Env10/Envelope Número 10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice" | |
74 | *PageRegion Monarch/Monarca - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice" | |
75 | *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice" | |
76 | *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice" | |
77 | *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice" | |
78 | *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice" | |
79 | *PageRegion EnvISOB5/Envelope ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice" | |
80 | *PageRegion Postcard/Cartão Postal - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice" | |
81 | *PageRegion DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice" | |
82 | *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice" | |
83 | *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice" | |
84 | *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice" | |
85 | *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice" | |
86 | *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice" | |
87 | *PageRegion EnvPersonal/Envelope Pessoal - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice" | |
88 | *PageRegion Env9/Envelope Número 9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice" | |
63 | *PageRegion Letter/US Letter: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice" | |
64 | *PageRegion Legal/US Legal: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice" | |
65 | *PageRegion A4/A4: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice" | |
66 | *PageRegion Executive/US Executive: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice" | |
67 | *PageRegion Ledger/US Ledger: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice" | |
68 | *PageRegion A3/A3: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice" | |
69 | *PageRegion Env10/#10 Envelope: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice" | |
70 | *PageRegion Monarch/Monarch: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice" | |
71 | *PageRegion C5/C5: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice" | |
72 | *PageRegion DL/DL: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice" | |
73 | *PageRegion B4/B4: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice" | |
74 | *PageRegion B5/B5: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice" | |
75 | *PageRegion EnvISOB5/ISO B5 Envelope: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice" | |
76 | *PageRegion Postcard/Postcard: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice" | |
77 | *PageRegion DoublePostcardRotated/Double Postcard: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice" | |
78 | *PageRegion A5/A5: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice" | |
79 | *PageRegion A6/A6: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice" | |
80 | *PageRegion B6/B6: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice" | |
81 | *PageRegion C6/C6: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice" | |
82 | *PageRegion Folio/Folio: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice" | |
83 | *PageRegion EnvPersonal/Personal Envelope: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice" | |
84 | *PageRegion Env9/#9 Envelope: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice" | |
89 | 85 | *PageRegion Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice" |
90 | 86 | *CloseUI: *PageRegion |
91 | 87 | *DefaultImageableArea: Letter |
92 | *ImageableArea Letter/Carta - 8.5x11in: "10.75 15.00 601.25 777.00" | |
93 | *ImageableArea Legal/Legal - 8.5x14in: "10.75 15.00 601.25 993.00" | |
94 | *ImageableArea A4/A4 - 210x297mm: "10.75 15.00 584.25 827.00" | |
95 | *ImageableArea Executive/Executivo - 7.25x10.5in: "10.75 15.00 511.25 741.00" | |
96 | *ImageableArea Ledger/Ledger - 17x11in: "10.75 15.00 1213.25 777.00" | |
97 | *ImageableArea A3/A3 - 297x420mm: "10.75 15.00 831.25 1176.00" | |
98 | *ImageableArea Env10/Envelope Número 10 - 4.13x9.5in: "10.75 15.00 286.25 669.00" | |
99 | *ImageableArea Monarch/Monarca - 3.875x7.5in: "10.75 15.00 268.25 525.00" | |
100 | *ImageableArea C5/C5 - 162x229mm: "10.75 15.00 448.25 634.00" | |
101 | *ImageableArea DL/DL - 110x220mm: "10.75 15.00 301.25 609.00" | |
102 | *ImageableArea B4/B4 - 257x364mm: "10.75 15.00 718.25 1017.00" | |
103 | *ImageableArea B5/B5 - 182x257mm: "10.75 15.00 505.25 714.00" | |
104 | *ImageableArea EnvISOB5/Envelope ISOB5 - 176x250mm: "10.75 15.00 488.25 694.00" | |
105 | *ImageableArea Postcard/Cartão Postal - 100x148mm: "10.75 15.00 273.25 404.00" | |
106 | *ImageableArea DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 148x200mm: "10.75 15.00 409.25 552.00" | |
107 | *ImageableArea A5/A5 - 148x210mm: "10.75 15.00 409.25 580.00" | |
108 | *ImageableArea A6/A6 - 105x148mm: "10.75 15.00 286.25 405.00" | |
109 | *ImageableArea B6/B6 - 128x182mm: "10.75 15.00 352.25 501.00" | |
110 | *ImageableArea C6/C6 - 114x162mm: "10.75 15.00 312.25 444.00" | |
111 | *ImageableArea Folio/Folio - 210x330mm: "10.75 15.00 584.25 920.00" | |
112 | *ImageableArea EnvPersonal/Envelope Pessoal - 3.625x6.5in: "10.75 15.00 250.25 453.00" | |
113 | *ImageableArea Env9/Envelope Número 9 - 3.875x8.875in: "10.75 15.00 268.25 624.00" | |
114 | *ImageableArea Oficio/Ofício - 216x340mm: "10.75 15.00 601.25 957.00" | |
88 | *ImageableArea Letter/US Letter: "10.75 15 601.25 777" | |
89 | *ImageableArea Legal/US Legal: "10.75 15 601.25 993" | |
90 | *ImageableArea A4/A4: "10.75 15 584.25 827" | |
91 | *ImageableArea Executive/US Executive: "10.75 15 511.25 741" | |
92 | *ImageableArea Ledger/US Ledger: "10.75 15 1213.25 777" | |
93 | *ImageableArea A3/A3: "10.75 15 831.25 1176" | |
94 | *ImageableArea Env10/#10 Envelope: "10.75 15 286.25 669" | |
95 | *ImageableArea Monarch/Monarch: "10.75 15 268.25 525" | |
96 | *ImageableArea C5/C5: "10.75 15 448.25 634" | |
97 | *ImageableArea DL/DL: "10.75 15 301.25 609" | |
98 | *ImageableArea B4/B4: "10.75 15 718.25 1017" | |
99 | *ImageableArea B5/B5: "10.75 15 505.25 714" | |
100 | *ImageableArea EnvISOB5/ISO B5 Envelope: "10.75 15 488.25 694" | |
101 | *ImageableArea Postcard/Postcard: "10.75 15 273.25 404" | |
102 | *ImageableArea DoublePostcardRotated/Double Postcard: "10.75 15 409.25 552" | |
103 | *ImageableArea A5/A5: "10.75 15 409.25 580" | |
104 | *ImageableArea A6/A6: "10.75 15 286.25 405" | |
105 | *ImageableArea B6/B6: "10.75 15 352.25 501" | |
106 | *ImageableArea C6/C6: "10.75 15 312.25 444" | |
107 | *ImageableArea Folio/Folio: "10.75 15 584.25 920" | |
108 | *ImageableArea EnvPersonal/Personal Envelope: "10.75 15 250.25 453" | |
109 | *ImageableArea Env9/#9 Envelope: "10.75 15 268.25 624" | |
110 | *ImageableArea Oficio/Ofício - 216x340mm: "10.75 15 601.25 957" | |
115 | 111 | *DefaultPaperDimension: Letter |
116 | *PaperDimension Letter/Carta - 8.5x11in: "612.00 792.00" | |
117 | *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00" | |
118 | *PaperDimension A4/A4 - 210x297mm: "595.00 842.00" | |
119 | *PaperDimension Executive/Executivo - 7.25x10.5in: "522.00 756.00" | |
120 | *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00" | |
121 | *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00" | |
122 | *PaperDimension Env10/Envelope Número 10 - 4.13x9.5in: "297.00 684.00" | |
123 | *PaperDimension Monarch/Monarca - 3.875x7.5in: "279.00 540.00" | |
124 | *PaperDimension C5/C5 - 162x229mm: "459.00 649.00" | |
125 | *PaperDimension DL/DL - 110x220mm: "312.00 624.00" | |
126 | *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00" | |
127 | *PaperDimension B5/B5 - 182x257mm: "516.00 729.00" | |
128 | *PaperDimension EnvISOB5/Envelope ISOB5 - 176x250mm: "499.00 709.00" | |
129 | *PaperDimension Postcard/Cartão Postal - 100x148mm: "284.00 419.00" | |
130 | *PaperDimension DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 148x200mm: "420.00 567.00" | |
131 | *PaperDimension A5/A5 - 148x210mm: "420.00 595.00" | |
132 | *PaperDimension A6/A6 - 105x148mm: "297.00 420.00" | |
133 | *PaperDimension B6/B6 - 128x182mm: "363.00 516.00" | |
134 | *PaperDimension C6/C6 - 114x162mm: "323.00 459.00" | |
135 | *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00" | |
136 | *PaperDimension EnvPersonal/Envelope Pessoal - 3.625x6.5in: "261.00 468.00" | |
137 | *PaperDimension Env9/Envelope Número 9 - 3.875x8.875in: "279.00 639.00" | |
138 | *PaperDimension Oficio/Ofício - 216x340mm: "612.00 972.00" | |
139 | *RequiresPageRegion All: True | |
140 | *OpenUI *InputSlot/Media Source: PickOne | |
141 | *OrderDependency: 10.0 AnySetup *InputSlot | |
112 | *PaperDimension Letter/US Letter: "612 792" | |
113 | *PaperDimension Legal/US Legal: "612 1008" | |
114 | *PaperDimension A4/A4: "595 842" | |
115 | *PaperDimension Executive/US Executive: "522 756" | |
116 | *PaperDimension Ledger/US Ledger: "1224 792" | |
117 | *PaperDimension A3/A3: "842 1191" | |
118 | *PaperDimension Env10/#10 Envelope: "297 684" | |
119 | *PaperDimension Monarch/Monarch: "279 540" | |
120 | *PaperDimension C5/C5: "459 649" | |
121 | *PaperDimension DL/DL: "312 624" | |
122 | *PaperDimension B4/B4: "729 1032" | |
123 | *PaperDimension B5/B5: "516 729" | |
124 | *PaperDimension EnvISOB5/ISO B5 Envelope: "499 709" | |
125 | *PaperDimension Postcard/Postcard: "284 419" | |
126 | *PaperDimension DoublePostcardRotated/Double Postcard: "420 567" | |
127 | *PaperDimension A5/A5: "420 595" | |
128 | *PaperDimension A6/A6: "297 420" | |
129 | *PaperDimension B6/B6: "363 516" | |
130 | *PaperDimension C6/C6: "323 459" | |
131 | *PaperDimension Folio/Folio: "595 935" | |
132 | *PaperDimension EnvPersonal/Personal Envelope: "261 468" | |
133 | *PaperDimension Env9/#9 Envelope: "279 639" | |
134 | *PaperDimension Oficio/Ofício - 216x340mm: "612 972" | |
135 | *OpenUI *InputSlot/Fonte do Papel: PickOne | |
136 | *OrderDependency: 10 AnySetup *InputSlot | |
142 | 137 | *DefaultInputSlot: Auto |
143 | 138 | *InputSlot Auto/Seleção Automática: "<</MediaPosition 1>>setpagedevice" |
144 | *InputSlot Manual/Alimentação Manual: "<</MediaPosition 2>>setpagedevice" | |
139 | *InputSlot Manual/Alimentador Manual: "<</MediaPosition 2>>setpagedevice" | |
145 | 140 | *CloseUI: *InputSlot |
146 | 141 | *OpenUI *MediaType/Tipo de Papel: PickOne |
147 | *OrderDependency: 10.0 AnySetup *MediaType | |
142 | *OrderDependency: 10 AnySetup *MediaType | |
148 | 143 | *DefaultMediaType: OFF |
149 | 144 | *MediaType OFF/Usar a Definição da Impressora: "" |
150 | *MediaType NORMAL/Papel normal: "" | |
151 | *MediaType THICK/Papel grosso: "" | |
145 | *MediaType NORMAL/Papel Comúm: "" | |
146 | *MediaType THICK/Papel Grosso: "" | |
152 | 147 | *MediaType THIN/Papel Delgado (Fino): "" |
153 | 148 | *MediaType BOND/Papel Bond: "" |
154 | 149 | *MediaType OHP/Transparência: "" |
155 | *MediaType CARD/Cartolina: "" | |
150 | *MediaType CARD/Cartão de Visita: "" | |
156 | 151 | *MediaType LABEL/Etiqueta: "" |
157 | 152 | *MediaType USED/Papel Pré-Impresso: "" |
158 | *MediaType COLOR/Cor: "" | |
153 | *MediaType COLOR/Papel Colorido: "" | |
159 | 154 | *MediaType ENV/Envelope: "" |
160 | 155 | *MediaType COTTON/Algodão: "" |
161 | 156 | *MediaType RECYCLED/Papel Reciclado: "" |
162 | 157 | *MediaType ARCHIVE/Arquivamento: "" |
163 | 158 | *CloseUI: *MediaType |
164 | 159 | *OpenUI *Altitude/Pressão Atmosférica: PickOne |
165 | *OrderDependency: 10.0 AnySetup *Altitude | |
160 | *OrderDependency: 10 AnySetup *Altitude | |
166 | 161 | *DefaultAltitude: LOW |
167 | 162 | *Altitude LOW/Pressão Elevada (Baixa Altitude): "" |
168 | 163 | *Altitude HIGH/Pressão Reduzida (Grande Altitude): "" |
169 | 164 | *CloseUI: *Altitude |
170 | *OpenUI *ColorModel/Modo Cor: PickOne | |
171 | *OrderDependency: 10.0 AnySetup *ColorModel | |
165 | *OpenUI *ColorModel/Modo de Cor: PickOne | |
166 | *OrderDependency: 10 AnySetup *ColorModel | |
172 | 167 | *DefaultColorModel: Gray |
173 | 168 | *ColorModel Gray/Tons de Cinza: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 13>>setpagedevice" |
174 | 169 | *CloseUI: *ColorModel |
175 | *OpenUI *Resolution: PickOne | |
176 | *OrderDependency: 10.0 AnySetup *Resolution | |
170 | *OpenUI *Resolution/Resolução: PickOne | |
171 | *OrderDependency: 10 AnySetup *Resolution | |
177 | 172 | *DefaultResolution: 600dpi |
178 | 173 | *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice" |
179 | 174 | *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice" |
180 | 175 | *CloseUI: *Resolution |
181 | 176 | *OpenUI *PowerSave/Economia de Energia: PickOne |
182 | *OrderDependency: 10.0 AnySetup *PowerSave | |
177 | *OrderDependency: 10 AnySetup *PowerSave | |
183 | 178 | *DefaultPowerSave: 5 |
184 | 179 | *PowerSave False/Desligado: "" |
185 | 180 | *PowerSave 5/5 Minutos: "" |
190 | 185 | *PowerSave 60/1 Hora: "" |
191 | 186 | *CloseUI: *PowerSave |
192 | 187 | *OpenUI *TonerDensity/Densidade do Toner: PickOne |
193 | *OrderDependency: 10.0 AnySetup *TonerDensity | |
188 | *OrderDependency: 10 AnySetup *TonerDensity | |
194 | 189 | *DefaultTonerDensity: 3 |
195 | 190 | *TonerDensity 1/Claro: "" |
196 | 191 | *TonerDensity 3/Normal: "" |
197 | 192 | *TonerDensity 5/Escuro: "" |
198 | 193 | *CloseUI: *TonerDensity |
199 | 194 | *OpenUI *EconoMode/Economia do Toner: PickOne |
200 | *OrderDependency: 10.0 AnySetup *EconoMode | |
195 | *OrderDependency: 10 AnySetup *EconoMode | |
201 | 196 | *DefaultEconoMode: 0 |
202 | 197 | *EconoMode 0/Usar a Definição da Impressora: "" |
203 | 198 | *EconoMode ON/Economizar: "" |
204 | 199 | *EconoMode OFF/Não Economizar: "" |
205 | 200 | *CloseUI: *EconoMode |
206 | 201 | *OpenUI *JamRecovery/Reimpressão Após Atolamento do Papel: Boolean |
207 | *OrderDependency: 10.0 AnySetup *JamRecovery | |
202 | *OrderDependency: 10 AnySetup *JamRecovery | |
208 | 203 | *DefaultJamRecovery: False |
209 | 204 | *JamRecovery False/Desligado: "" |
210 | *JamRecovery True/Ativado: "" | |
205 | *JamRecovery True/Ligado: "" | |
211 | 206 | *CloseUI: *JamRecovery |
212 | *OpenUI *Duplex/Impressão em Frente e Verso: PickOne | |
213 | *OrderDependency: 10.0 AnySetup *Duplex | |
207 | *OpenUI *Duplex/Frente e Verso: PickOne | |
208 | *OrderDependency: 10 AnySetup *Duplex | |
214 | 209 | *DefaultDuplex: None |
215 | 210 | *Duplex None/Frente (Simples): "<</Duplex false>>setpagedevice" |
216 | 211 | *Duplex DuplexNoTumble/Borda Longa (Retrato): "<</Duplex true/Tumble false>>setpagedevice" |
252 | 247 | *Font Times-Roman: Standard "(1.05)" Standard ROM |
253 | 248 | *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM |
254 | 249 | *Font ZapfDingbats: Special "(001.005)" Special ROM |
255 | *% End of 1110.ppd, 13962 bytes. | |
250 | *% End of 1110.ppd, 12332 bytes. |
4 | 4 | # |
5 | 5 | # |
6 | 6 | |
7 | SOURCE := samsung.drv dell.drv xerox.drv | |
7 | SOURCE := samsung.drv dell.drv xerox.drv lexmark.drv toshiba.drv | |
8 | 8 | DELL := 1100 1110 |
9 | SAMSUNG := clp500 clp550 clp510 clp610 ml1510 ml1520 ml1610 ml1630 \ | |
10 | ml1640 ml1710 ml1740 ml1750 ml2010 ml2150 ml2250 ml2251 \ | |
11 | ml2510 ml2550 ml3050 ml3560 scx4200 scx4500 | |
12 | XEROX := ph3115 ph3116 ph3117 ph3120 ph3121 ph3122 ph3130 ph3150 \ | |
13 | ph3160 ph3420 ph3425 ph5500 ph6100 wc3119 | |
9 | SAMSUNG := clp500 clp550 clp510 clp610 clp610nd ml1510 ml1520 ml1610 \ | |
10 | ml1630 ml1640 ml1660 ml1710 ml1740 ml1750 ml1910 ml1915 \ | |
11 | ml2010 ml2015 ml2150 ml2240 ml2250 ml2251 ml2510 ml2525 \ | |
12 | ml2525w ml2550 ml2571 ml2580 ml2580n ml3050 ml3051 \ | |
13 | ml3051nd ml3471nd ml3560 scx4100 scx4200 scx4216f scx4300 \ | |
14 | scx4500 scx4521f scx4600 scx4623f scx4623fw scx5330n \ | |
15 | scx5530fn sf565p | |
16 | XEROX := ph3115 ph3116 ph3117 ph3120 ph3121 ph3122 ph3124 ph3130 \ | |
17 | ph3150 ph3160 ph3420 ph3425 ph5500 ph6100 wc3119 wcpe16 \ | |
18 | wcpe114e | |
19 | LEXMARK := x215mfp | |
20 | TOSHIBA := es180s | |
14 | 21 | DRIVERSEXT := ppd |
15 | 22 | POEXT := po |
16 | 23 | PODIR := po |
17 | 24 | LANGUAGES := fr pt |
18 | 25 | ifeq ($(DISABLE_JBIG),0) |
19 | SAMSUNG += clp200 clp300 clp600 clx216x clx2170 clx3160 | |
26 | SAMSUNG += clp200 clp300 clp310n clp600 clx216x clx2170 clx3160 | |
20 | 27 | XEROX += ph6110 |
21 | 28 | endif |
22 | DRIVERS := $(DELL) $(SAMSUNG) $(XEROX) | |
29 | DRIVERS := $(DELL) $(SAMSUNG) $(XEROX) $(LEXMARK) $(TOSHIBA) | |
23 | 30 | |
24 | 31 | # === DON'T CHANGE ANYTHING AFTER THIS MESSAGE ==== |
25 | 32 | |
39 | 46 | ./compile.sh samsung.drv -I . -d ./ |
40 | 47 | ./compile.sh dell.drv -I . -d ./ |
41 | 48 | ./compile.sh xerox.drv -I . -d ./ |
49 | ./compile.sh lexmark.drv -I . -d ./ | |
50 | ./compile.sh toshiba.drv -I . -d ./ | |
42 | 51 | |
43 | 52 | $(LANGDRIVERSEXT): $(SOURCE) $(patsubst %, $(PODIR)/%.$(POEXT), $(LANGUAGES)) |
44 | 53 | lang=$(patsubst $(MASTERDRIVER)%.$(DRIVERSEXT),%, $@); \ |
56 | 65 | for filename in ${DELL}; do \ |
57 | 66 | recode utf8..latin1 ${PODIR}/$$lang/$$filename.${DRIVERSEXT}; \ |
58 | 67 | mv ${PODIR}/$$lang/$$filename.${DRIVERSEXT} $$filename$$lang.${DRIVERSEXT}; \ |
68 | done; \ | |
69 | ./compile.sh lexmark.drv -l $$lang -c ${PODIR}/$$lang.${POEXT} -d ${PODIR}/$$lang; \ | |
70 | for filename in ${LEXMARK}; do \ | |
71 | recode utf8..latin1 ${PODIR}/$$lang/$$filename.${DRIVERSEXT}; \ | |
72 | mv ${PODIR}/$$lang/$$filename.${DRIVERSEXT} $$filename$$lang.${DRIVERSEXT}; \ | |
73 | done; \ | |
74 | ./compile.sh toshiba.drv -l $$lang -c ${PODIR}/$$lang.${POEXT} -d ${PODIR}/$$lang; \ | |
75 | for filename in ${TOSHIBA}; do \ | |
76 | recode utf8..latin1 ${PODIR}/$$lang/$$filename.${DRIVERSEXT}; \ | |
77 | mv ${PODIR}/$$lang/$$filename.${DRIVERSEXT} $$filename$$lang.${DRIVERSEXT}; \ | |
59 | 78 | done; |
60 | 79 | |
61 | 80 | .PHONY: update |
64 | 83 | ./compile.sh samsung.drv lang $@ |
65 | 84 | ./compile.sh dell.drv lang $@ |
66 | 85 | ./compile.sh xerox.drv lang $@ |
86 | ./compile.sh lexmark.drv lang $@ | |
87 | ./compile.sh toshiba.drv lang $@ | |
67 | 88 | |
68 | 89 | cmd_install_samsung = INSTALL Samsung PPD files |
69 | 90 | cmd_install_xerox = INSTALL Xerox PPD files |
70 | 91 | cmd_install_dell = INSTALL Dell PPD files |
92 | cmd_install_lexmark = INSTALL Lexmark PPD files | |
93 | cmd_install_toshiba = INSTALL Toshiba PPD files | |
71 | 94 | .PHONY: install |
72 | 95 | install: |
73 | 96 | $(call printCmd, $(cmd_install_samsung)) |
94 | 117 | install -m 644 $$filename$$lang.${DRIVERSEXT} ${DESTDIR}${CUPSPPD}/dell;\ |
95 | 118 | done; \ |
96 | 119 | done; |
120 | $(call printCmd, $(cmd_install_lexmark)) | |
121 | $(Q)install -d -m 755 ${DESTDIR}${CUPSPPD}/lexmark | |
122 | $(Q)for filename in ${LEXMARK}; do \ | |
123 | install -m 644 $$filename.${DRIVERSEXT} ${DESTDIR}${CUPSPPD}/lexmark;\ | |
124 | for lang in ${LANGUAGES}; do \ | |
125 | install -m 644 $$filename$$lang.${DRIVERSEXT} ${DESTDIR}${CUPSPPD}/lexmark;\ | |
126 | done; \ | |
127 | done; | |
128 | $(call printCmd, $(cmd_install_toshiba)) | |
129 | $(Q)install -d -m 755 ${DESTDIR}${CUPSPPD}/toshiba | |
130 | $(Q)for filename in ${TOSHIBA}; do \ | |
131 | install -m 644 $$filename.${DRIVERSEXT} ${DESTDIR}${CUPSPPD}/toshiba;\ | |
132 | for lang in ${LANGUAGES}; do \ | |
133 | install -m 644 $$filename$$lang.${DRIVERSEXT} ${DESTDIR}${CUPSPPD}/toshiba;\ | |
134 | done; \ | |
135 | done; | |
97 | 136 | |
98 | 137 | .PHONY: clean distclean |
99 | 138 | clean: |
2 | 2 | * |
3 | 3 | * Altitude |
4 | 4 | * |
5 | * $Id: altitude.defs 193 2008-02-10 17:04:00Z ap2c $ | |
5 | * $Id$ | |
6 | 6 | */ |
7 | 7 | |
8 | 8 | Option "Altitude/Air pressure" PickOne AnySetup 10 |
9 | *Choice "LOW/Low" "" | |
10 | Choice "HIGH/High" "" | |
9 | *Choice "LOW/High" "" | |
10 | Choice "HIGH/Low" "" | |
11 | 11 | |
12 | 12 | /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 enc=utf8: */ |
13 | 13 |
0 | 0 | *PPD-Adobe: "4.3" |
1 | *% PPD file for CLP-200 with CUPS. | |
2 | *% Created by the CUPS PPD Compiler v1.2.3. | |
1 | *%%%% PPD file for CLP-200 with CUPS. | |
2 | *%%%% Created by the CUPS PPD Compiler CUPS v1.4.5. | |
3 | 3 | *FormatVersion: "4.3" |
4 | *FileVersion: "SpliX V. 2.0.0" | |
4 | *FileVersion: "2.0.0" | |
5 | 5 | *LanguageVersion: English |
6 | 6 | *LanguageEncoding: ISOLatin1 |
7 | 7 | *PCFileName: "clp200.ppd" |
8 | *Product: "(ESP Ghostscript)" | |
9 | *Product: "(GPL Ghostscript)" | |
10 | *Product: "(GNU Ghostscript)" | |
8 | *Product: "(CLP-200)" | |
11 | 9 | *Manufacturer: "Samsung" |
12 | 10 | *ModelName: "Samsung CLP-200" |
13 | 11 | *ShortNickName: "Samsung CLP-200" |
14 | *NickName: "Samsung CLP-200, SpliX V. 2.0.0" | |
15 | *PSVersion: "(3010.000) 705" | |
16 | *PSVersion: "(3010.000) 707" | |
17 | *PSVersion: "(3010.000) 815" | |
18 | *PSVersion: "(3010.000) 853" | |
12 | *NickName: "Samsung CLP-200, 2.0.0" | |
13 | *PSVersion: "(3010.000) 0" | |
19 | 14 | *LanguageLevel: "3" |
20 | 15 | *ColorDevice: True |
21 | 16 | *DefaultColorSpace: RGB |
28 | 23 | *PJL BeginPJL: "<1B>%-12345X" |
29 | 24 | *PJL EndPJL: "<09><1B>%-12345X" |
30 | 25 | *QPDL PacketSize: "512" |
26 | *cupsBackSide: "Normal" | |
31 | 27 | *QPDL ManualDuplex: "On" |
32 | 28 | *QPDL QPDLVersion: "1" |
33 | 29 | *General DocHeaderValues: "<0><0><0>" |
34 | 30 | *General CMSFile: "CLP-200" |
35 | *cupsVersion: 1.3 | |
31 | *cupsVersion: 1.4 | |
36 | 32 | *cupsModelNumber: 0 |
37 | 33 | *cupsManualCopies: False |
38 | 34 | *cupsFilter: "application/vnd.cups-postscript 0 pstoqpdl" |
35 | *cupsLanguages: "en" | |
39 | 36 | *OpenUI *PageSize/Media Size: PickOne |
40 | 37 | *OrderDependency: 10 AnySetup *PageSize |
41 | 38 | *DefaultPageSize: Letter |
42 | *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice" | |
43 | *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice" | |
44 | *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice" | |
45 | *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice" | |
46 | *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice" | |
47 | *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice" | |
48 | *PageSize Env10/#10 Envelope - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice" | |
49 | *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice" | |
50 | *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice" | |
51 | *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice" | |
52 | *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice" | |
53 | *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice" | |
54 | *PageSize EnvISOB5/ISOB5 Envelope - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice" | |
55 | *PageSize Postcard/Postcard - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice" | |
56 | *PageSize DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice" | |
57 | *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice" | |
58 | *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice" | |
59 | *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice" | |
60 | *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice" | |
61 | *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice" | |
62 | *PageSize EnvPersonal/Personal Envelope - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice" | |
63 | *PageSize Env9/#9 Envelope - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice" | |
39 | *PageSize Letter/US Letter: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice" | |
40 | *PageSize Legal/US Legal: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice" | |
41 | *PageSize A4/A4: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice" | |
42 | *PageSize Executive/US Executive: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice" | |
43 | *PageSize Ledger/US Ledger: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice" | |
44 | *PageSize A3/A3: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice" | |
45 | *PageSize Env10/#10 Envelope: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice" | |
46 | *PageSize Monarch/Monarch: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice" | |
47 | *PageSize C5/C5: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice" | |
48 | *PageSize DL/DL: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice" | |
49 | *PageSize B4/B4: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice" | |
50 | *PageSize B5/B5: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice" | |
51 | *PageSize EnvISOB5/ISO B5 Envelope: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice" | |
52 | *PageSize Postcard/Postcard: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice" | |
53 | *PageSize DoublePostcardRotated/Double Postcard: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice" | |
54 | *PageSize A5/A5: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice" | |
55 | *PageSize A6/A6: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice" | |
56 | *PageSize B6/B6: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice" | |
57 | *PageSize C6/C6: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice" | |
58 | *PageSize Folio/Folio: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice" | |
59 | *PageSize EnvPersonal/Personal Envelope: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice" | |
60 | *PageSize Env9/#9 Envelope: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice" | |
64 | 61 | *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice" |
65 | 62 | *CloseUI: *PageSize |
66 | 63 | *OpenUI *PageRegion/Media Size: PickOne |
67 | 64 | *OrderDependency: 10 AnySetup *PageRegion |
68 | 65 | *DefaultPageRegion: Letter |
69 | *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice" | |
70 | *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice" | |
71 | *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice" | |
72 | *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice" | |
73 | *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice" | |
74 | *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice" | |
75 | *PageRegion Env10/#10 Envelope - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice" | |
76 | *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice" | |
77 | *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice" | |
78 | *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice" | |
79 | *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice" | |
80 | *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice" | |
81 | *PageRegion EnvISOB5/ISOB5 Envelope - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice" | |
82 | *PageRegion Postcard/Postcard - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice" | |
83 | *PageRegion DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice" | |
84 | *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice" | |
85 | *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice" | |
86 | *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice" | |
87 | *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice" | |
88 | *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice" | |
89 | *PageRegion EnvPersonal/Personal Envelope - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice" | |
90 | *PageRegion Env9/#9 Envelope - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice" | |
66 | *PageRegion Letter/US Letter: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice" | |
67 | *PageRegion Legal/US Legal: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice" | |
68 | *PageRegion A4/A4: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice" | |
69 | *PageRegion Executive/US Executive: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice" | |
70 | *PageRegion Ledger/US Ledger: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice" | |
71 | *PageRegion A3/A3: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice" | |
72 | *PageRegion Env10/#10 Envelope: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice" | |
73 | *PageRegion Monarch/Monarch: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice" | |
74 | *PageRegion C5/C5: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice" | |
75 | *PageRegion DL/DL: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice" | |
76 | *PageRegion B4/B4: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice" | |
77 | *PageRegion B5/B5: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice" | |
78 | *PageRegion EnvISOB5/ISO B5 Envelope: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice" | |
79 | *PageRegion Postcard/Postcard: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice" | |
80 | *PageRegion DoublePostcardRotated/Double Postcard: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice" | |
81 | *PageRegion A5/A5: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice" | |
82 | *PageRegion A6/A6: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice" | |
83 | *PageRegion B6/B6: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice" | |
84 | *PageRegion C6/C6: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice" | |
85 | *PageRegion Folio/Folio: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice" | |
86 | *PageRegion EnvPersonal/Personal Envelope: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice" | |
87 | *PageRegion Env9/#9 Envelope: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice" | |
91 | 88 | *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice" |
92 | 89 | *CloseUI: *PageRegion |
93 | 90 | *DefaultImageableArea: Letter |
94 | *ImageableArea Letter/Letter - 8.5x11in: "10.75 15.00 601.25 777.00" | |
95 | *ImageableArea Legal/Legal - 8.5x14in: "10.75 15.00 601.25 993.00" | |
96 | *ImageableArea A4/A4 - 210x297mm: "10.75 15.00 584.25 827.00" | |
97 | *ImageableArea Executive/Executive - 7.25x10.5in: "10.75 15.00 511.25 741.00" | |
98 | *ImageableArea Ledger/Ledger - 17x11in: "10.75 15.00 1213.25 777.00" | |
99 | *ImageableArea A3/A3 - 297x420mm: "10.75 15.00 831.25 1176.00" | |
100 | *ImageableArea Env10/#10 Envelope - 4.13x9.5in: "10.75 15.00 286.25 669.00" | |
101 | *ImageableArea Monarch/Monarch - 3.875x7.5in: "10.75 15.00 268.25 525.00" | |
102 | *ImageableArea C5/C5 - 162x229mm: "10.75 15.00 448.25 634.00" | |
103 | *ImageableArea DL/DL - 110x220mm: "10.75 15.00 301.25 609.00" | |
104 | *ImageableArea B4/B4 - 257x364mm: "10.75 15.00 718.25 1017.00" | |
105 | *ImageableArea B5/B5 - 182x257mm: "10.75 15.00 505.25 714.00" | |
106 | *ImageableArea EnvISOB5/ISOB5 Envelope - 176x250mm: "10.75 15.00 488.25 694.00" | |
107 | *ImageableArea Postcard/Postcard - 100x148mm: "10.75 15.00 273.25 404.00" | |
108 | *ImageableArea DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "10.75 15.00 409.25 552.00" | |
109 | *ImageableArea A5/A5 - 148x210mm: "10.75 15.00 409.25 580.00" | |
110 | *ImageableArea A6/A6 - 105x148mm: "10.75 15.00 286.25 405.00" | |
111 | *ImageableArea B6/B6 - 128x182mm: "10.75 15.00 352.25 501.00" | |
112 | *ImageableArea C6/C6 - 114x162mm: "10.75 15.00 312.25 444.00" | |
113 | *ImageableArea Folio/Folio - 210x330mm: "10.75 15.00 584.25 920.00" | |
114 | *ImageableArea EnvPersonal/Personal Envelope - 3.625x6.5in: "10.75 15.00 250.25 453.00" | |
115 | *ImageableArea Env9/#9 Envelope - 3.875x8.875in: "10.75 15.00 268.25 624.00" | |
116 | *ImageableArea Oficio/Oficio - 216x340mm: "10.75 15.00 601.25 957.00" | |
91 | *ImageableArea Letter/US Letter: "10.75 15 601.25 777" | |
92 | *ImageableArea Legal/US Legal: "10.75 15 601.25 993" | |
93 | *ImageableArea A4/A4: "10.75 15 584.25 827" | |
94 | *ImageableArea Executive/US Executive: "10.75 15 511.25 741" | |
95 | *ImageableArea Ledger/US Ledger: "10.75 15 1213.25 777" | |
96 | *ImageableArea A3/A3: "10.75 15 831.25 1176" | |
97 | *ImageableArea Env10/#10 Envelope: "10.75 15 286.25 669" | |
98 | *ImageableArea Monarch/Monarch: "10.75 15 268.25 525" | |
99 | *ImageableArea C5/C5: "10.75 15 448.25 634" | |
100 | *ImageableArea DL/DL: "10.75 15 301.25 609" | |
101 | *ImageableArea B4/B4: "10.75 15 718.25 1017" | |
102 | *ImageableArea B5/B5: "10.75 15 505.25 714" | |
103 | *ImageableArea EnvISOB5/ISO B5 Envelope: "10.75 15 488.25 694" | |
104 | *ImageableArea Postcard/Postcard: "10.75 15 273.25 404" | |
105 | *ImageableArea DoublePostcardRotated/Double Postcard: "10.75 15 409.25 552" | |
106 | *ImageableArea A5/A5: "10.75 15 409.25 580" | |
107 | *ImageableArea A6/A6: "10.75 15 286.25 405" | |
108 | *ImageableArea B6/B6: "10.75 15 352.25 501" | |
109 | *ImageableArea C6/C6: "10.75 15 312.25 444" | |
110 | *ImageableArea Folio/Folio: "10.75 15 584.25 920" | |
111 | *ImageableArea EnvPersonal/Personal Envelope: "10.75 15 250.25 453" | |
112 | *ImageableArea Env9/#9 Envelope: "10.75 15 268.25 624" | |
113 | *ImageableArea Oficio/Oficio - 216x340mm: "10.75 15 601.25 957" | |
117 | 114 | *DefaultPaperDimension: Letter |
118 | *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00" | |
119 | *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00" | |
120 | *PaperDimension A4/A4 - 210x297mm: "595.00 842.00" | |
121 | *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00" | |
122 | *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00" | |
123 | *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00" | |
124 | *PaperDimension Env10/#10 Envelope - 4.13x9.5in: "297.00 684.00" | |
125 | *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00" | |
126 | *PaperDimension C5/C5 - 162x229mm: "459.00 649.00" | |
127 | *PaperDimension DL/DL - 110x220mm: "312.00 624.00" | |
128 | *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00" | |
129 | *PaperDimension B5/B5 - 182x257mm: "516.00 729.00" | |
130 | *PaperDimension EnvISOB5/ISOB5 Envelope - 176x250mm: "499.00 709.00" | |
131 | *PaperDimension Postcard/Postcard - 100x148mm: "284.00 419.00" | |
132 | *PaperDimension DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "420.00 567.00" | |
133 | *PaperDimension A5/A5 - 148x210mm: "420.00 595.00" | |
134 | *PaperDimension A6/A6 - 105x148mm: "297.00 420.00" | |
135 | *PaperDimension B6/B6 - 128x182mm: "363.00 516.00" | |
136 | *PaperDimension C6/C6 - 114x162mm: "323.00 459.00" | |
137 | *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00" | |
138 | *PaperDimension EnvPersonal/Personal Envelope - 3.625x6.5in: "261.00 468.00" | |
139 | *PaperDimension Env9/#9 Envelope - 3.875x8.875in: "279.00 639.00" | |
140 | *PaperDimension Oficio/Oficio - 216x340mm: "612.00 972.00" | |
141 | *RequiresPageRegion All: True | |
115 | *PaperDimension Letter/US Letter: "612 792" | |
116 | *PaperDimension Legal/US Legal: "612 1008" | |
117 | *PaperDimension A4/A4: "595 842" | |
118 | *PaperDimension Executive/US Executive: "522 756" | |
119 | *PaperDimension Ledger/US Ledger: "1224 792" | |
120 | *PaperDimension A3/A3: "842 1191" | |
121 | *PaperDimension Env10/#10 Envelope: "297 684" | |
122 | *PaperDimension Monarch/Monarch: "279 540" | |
123 | *PaperDimension C5/C5: "459 649" | |
124 | *PaperDimension DL/DL: "312 624" | |
125 | *PaperDimension B4/B4: "729 1032" | |
126 | *PaperDimension B5/B5: "516 729" | |
127 | *PaperDimension EnvISOB5/ISO B5 Envelope: "499 709" | |
128 | *PaperDimension Postcard/Postcard: "284 419" | |
129 | *PaperDimension DoublePostcardRotated/Double Postcard: "420 567" | |
130 | *PaperDimension A5/A5: "420 595" | |
131 | *PaperDimension A6/A6: "297 420" | |
132 | *PaperDimension B6/B6: "363 516" | |
133 | *PaperDimension C6/C6: "323 459" | |
134 | *PaperDimension Folio/Folio: "595 935" | |
135 | *PaperDimension EnvPersonal/Personal Envelope: "261 468" | |
136 | *PaperDimension Env9/#9 Envelope: "279 639" | |
137 | *PaperDimension Oficio/Oficio - 216x340mm: "612 972" | |
142 | 138 | *OpenUI *InputSlot/Media Source: PickOne |
143 | *OrderDependency: 10.0 AnySetup *InputSlot | |
139 | *OrderDependency: 10 AnySetup *InputSlot | |
144 | 140 | *DefaultInputSlot: Auto |
145 | 141 | *InputSlot Auto/Automatic Selection: "<</MediaPosition 1>>setpagedevice" |
146 | 142 | *InputSlot Manual/Manual Feed: "<</MediaPosition 2>>setpagedevice" |
147 | 143 | *CloseUI: *InputSlot |
148 | 144 | *OpenUI *MediaType/Paper Type: PickOne |
149 | *OrderDependency: 10.0 AnySetup *MediaType | |
145 | *OrderDependency: 10 AnySetup *MediaType | |
150 | 146 | *DefaultMediaType: OFF |
151 | 147 | *MediaType OFF/Use Printer Default: "" |
152 | 148 | *MediaType NORMAL/Plain Paper: "" |
164 | 160 | *MediaType ARCHIVE/Archive: "" |
165 | 161 | *CloseUI: *MediaType |
166 | 162 | *OpenUI *Altitude/Air pressure: PickOne |
167 | *OrderDependency: 10.0 AnySetup *Altitude | |
163 | *OrderDependency: 10 AnySetup *Altitude | |
168 | 164 | *DefaultAltitude: LOW |
169 | *Altitude LOW/Low: "" | |
170 | *Altitude HIGH/High: "" | |
165 | *Altitude LOW/High: "" | |
166 | *Altitude HIGH/Low: "" | |
171 | 167 | *CloseUI: *Altitude |
172 | 168 | *OpenUI *PowerSave/Power Save: PickOne |
173 | *OrderDependency: 10.0 AnySetup *PowerSave | |
169 | *OrderDependency: 10 AnySetup *PowerSave | |
174 | 170 | *DefaultPowerSave: 5 |
175 | 171 | *PowerSave False/Off: "" |
176 | 172 | *PowerSave 5/5 Minutes: "" |
180 | 176 | *PowerSave 45/45 Minutes: "" |
181 | 177 | *PowerSave 60/1 Hour: "" |
182 | 178 | *CloseUI: *PowerSave |
183 | *OpenUI *Resolution: PickOne | |
184 | *OrderDependency: 10.0 AnySetup *Resolution | |
179 | *OpenUI *Resolution/Resolution: PickOne | |
180 | *OrderDependency: 10 AnySetup *Resolution | |
185 | 181 | *DefaultResolution: 600dpi |
186 | 182 | *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice" |
187 | 183 | *CloseUI: *Resolution |
188 | 184 | *OpenUI *ColorModel/Color Mode: PickOne |
189 | *OrderDependency: 10.0 AnySetup *ColorModel | |
185 | *OrderDependency: 10 AnySetup *ColorModel | |
190 | 186 | *DefaultColorModel: CMYK |
191 | 187 | *ColorModel Gray/Grayscale: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 19>>setpagedevice" |
192 | 188 | *ColorModel CMYK/Color: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 19>>setpagedevice" |
193 | 189 | *CloseUI: *ColorModel |
194 | 190 | *OpenUI *Duplex/2-Sided Printing: PickOne |
195 | *OrderDependency: 10.0 AnySetup *Duplex | |
191 | *OrderDependency: 10 AnySetup *Duplex | |
196 | 192 | *DefaultDuplex: None |
197 | 193 | *Duplex None/Off (1-Sided): "<</Duplex false>>setpagedevice" |
198 | 194 | *Duplex DuplexNoTumble/Long-Edge (Portrait): "<</Duplex true/Tumble false>>setpagedevice" |
234 | 230 | *Font Times-Roman: Standard "(1.05)" Standard ROM |
235 | 231 | *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM |
236 | 232 | *Font ZapfDingbats: Special "(001.005)" Special ROM |
237 | *% End of clp200.ppd, 12972 bytes. | |
233 | *% End of clp200.ppd, 11488 bytes. |
1 | 1 | *% PPD file for CLP-200 with CUPS. |
2 | 2 | *% Created by the CUPS PPD Compiler v1.2.3. |
3 | 3 | *FormatVersion: "4.3" |
4 | *FileVersion: "SpliX V. 2.0.0" | |
4 | *FileVersion: "2.0.0" | |
5 | 5 | *LanguageVersion: French |
6 | 6 | *LanguageEncoding: ISOLatin1 |
7 | 7 | *PCFileName: "clp200.ppd" |
8 | *Product: "(ESP Ghostscript)" | |
9 | *Product: "(GPL Ghostscript)" | |
10 | *Product: "(GNU Ghostscript)" | |
8 | *Product: "(CLP-200)" | |
11 | 9 | *Manufacturer: "Samsung" |
12 | 10 | *ModelName: "Samsung CLP-200" |
13 | 11 | *ShortNickName: "Samsung CLP-200" |
166 | 164 | *OpenUI *Altitude/Pression de l'air: PickOne |
167 | 165 | *OrderDependency: 10.0 AnySetup *Altitude |
168 | 166 | *DefaultAltitude: LOW |
169 | *Altitude LOW/Faible: "" | |
170 | *Altitude HIGH/Forte: "" | |
167 | *Altitude LOW/Forte: "" | |
168 | *Altitude HIGH/Faible: "" | |
171 | 169 | *CloseUI: *Altitude |
172 | 170 | *OpenUI *PowerSave/Économie d'énergie: PickOne |
173 | 171 | *OrderDependency: 10.0 AnySetup *PowerSave |