Codebase list splix / e27b293
Imported Debian patch 2.0.0-1 Pablo Mazzini authored 15 years ago Luca Niccoli committed 10 years ago
305 changed file(s) with 41401 addition(s) and 12478 deletion(s). Raw diff Collapse all Expand all
0 DEFLOADED := 1
1 _SUBDIRS := src
2 DEFDONE := 1
0 Sun Feb 04 02:45:18 2006 Aurélien Croc <programmation AT ap2c DOT org>
0 Fri Feb 6 03:02:01 2009 Aurélien Croc <programmation AT ap2c DOT org>
1 * Add:
2 - Support for SCX 4500 (by Pablo Mazzini)
3 --- RELEASE OF THE VERSION V. 2.0.0 ---
4
5 Mon Nov 24 01:15:01 2008 Aurélien Croc <programmation AT ap2c DOT org>
6 * Bug correction:
7 Lots of bug corrected since Feb 10th
8 * Add:
9 - Support for printer which use the algorithm 0x0D
10 - Support for printer which use the algorithm 0x0E
11 - Localization of the PPD in brazilian portuguese
12
13 Sun Feb 10 18:25:47 2008 Aurélien Croc <programmation AT ap2c DOT org>
14 * Driver rewritten from scratch
15 * Improvment:
16 - Margin bug solved
17 - Algorithm 0x11 optimized
18 - Black color correction optimized
19 - Color profile used for color printers
20 - New printer options (Altitude...)
21 - New paper size supported (Oficio, Size6, No9Env)
22 - Manual duplex supported
23 - Reversed duplex supported
24 - QPDL V. 5 supported
25 - Driver optimized for multi-core processors
26 * Better PPD translations
27
28 Fri Feb 09 03:39:12 2008 Aurélien Croc <programmation AT ap2c DOT org>
29 * Replace the current SpliX version by the branch 2.0
30
31 Sun Jan 27 23:47:45 2008 Aurélien Croc <programmation AT ap2c DOT org>
32 * Add:
33 The JBIG compression used is or was under patent. A new
34 Makefile rule permits to not compile the JBIG code.
35 --- RELEASE OF THE VERSION V. 1.1.1 ---
36
37 Fri Nov 16 03:08:01 2007 Aurélien Croc <programmation AT ap2c DOT org>
38 * Add:
39 The JBIG compression used by newer printers
40 LOTS of new printer supported
41 * Implement new debugging tools
42 * Rewrite all the PPD files
43 * Reformat the code
44 * Bug fix:
45 Fix the Duplex bug
46 Prevent from loading an old PPD file
47 The code should now compile under IRIX
48 --- RELEASE OF THE VERSION V. 1.1.0 ---
49
50 Fri Oct 19 17:12:28 2007 Aurélien Croc <programmation AT ap2c DOT org>
51 * Bug fix:
52 The X clipping was miss-calculated.
53 --- RELEASE OF THE VERSION V. 1.0.2 ---
54
55 Sat Feb 10 15:18:01 2007 Aurélien Croc <programmation AT ap2c DOT org>
56 * Bug fix:
57 ML-2010 resolution bug is now fixed
58 --- RELEASE OF THE VERSION V. 1.0.1-1 ---
59
60 Sun Feb 04 02:45:18 2007 Aurélien Croc <programmation AT ap2c DOT org>
161 * Add:
262 Support for QPDL v. 0, 1 and 2
363 Duplex support
1474 * Add:
1575 Compression optimization: skip empty bands
1676 Ghostscript correction for black layer (color printers)
77
1778 Sun Nov 26 04:21:15 2006 Aurélien Croc <programmation AT ap2c DOT org>
1879 * Add:
1980 English translation of the SPL-2 documentation
0 # Doxyfile 1.5.4
1
2 #---------------------------------------------------------------------------
3 # Project related configuration options
4 #---------------------------------------------------------------------------
5 DOXYFILE_ENCODING = UTF-8
6 PROJECT_NAME = SpliX
7 PROJECT_NUMBER = 2.0.0
8 OUTPUT_DIRECTORY = doc
9 CREATE_SUBDIRS = NO
10 OUTPUT_LANGUAGE = English
11 BRIEF_MEMBER_DESC = YES
12 REPEAT_BRIEF = YES
13 ABBREVIATE_BRIEF = "The $name class" \
14 "The $name widget" \
15 "The $name file" \
16 is \
17 provides \
18 specifies \
19 contains \
20 represents \
21 a \
22 an \
23 the
24 ALWAYS_DETAILED_SEC = NO
25 INLINE_INHERITED_MEMB = NO
26 FULL_PATH_NAMES = NO
27 STRIP_FROM_PATH = /Applications/
28 STRIP_FROM_INC_PATH =
29 SHORT_NAMES = NO
30 JAVADOC_AUTOBRIEF = NO
31 QT_AUTOBRIEF = NO
32 MULTILINE_CPP_IS_BRIEF = NO
33 DETAILS_AT_TOP = NO
34 INHERIT_DOCS = YES
35 SEPARATE_MEMBER_PAGES = NO
36 TAB_SIZE = 8
37 ALIASES =
38 OPTIMIZE_OUTPUT_FOR_C = NO
39 OPTIMIZE_OUTPUT_JAVA = NO
40 BUILTIN_STL_SUPPORT = NO
41 CPP_CLI_SUPPORT = NO
42 SIP_SUPPORT = NO
43 DISTRIBUTE_GROUP_DOC = NO
44 SUBGROUPING = YES
45 TYPEDEF_HIDES_STRUCT = NO
46 #---------------------------------------------------------------------------
47 # Build related configuration options
48 #---------------------------------------------------------------------------
49 EXTRACT_ALL = NO
50 EXTRACT_PRIVATE = NO
51 EXTRACT_STATIC = NO
52 EXTRACT_LOCAL_CLASSES = YES
53 EXTRACT_LOCAL_METHODS = NO
54 EXTRACT_ANON_NSPACES = NO
55 HIDE_UNDOC_MEMBERS = YES
56 HIDE_UNDOC_CLASSES = YES
57 HIDE_FRIEND_COMPOUNDS = NO
58 HIDE_IN_BODY_DOCS = NO
59 INTERNAL_DOCS = NO
60 CASE_SENSE_NAMES = NO
61 HIDE_SCOPE_NAMES = NO
62 SHOW_INCLUDE_FILES = YES
63 INLINE_INFO = YES
64 SORT_MEMBER_DOCS = YES
65 SORT_BRIEF_DOCS = NO
66 SORT_BY_SCOPE_NAME = NO
67 GENERATE_TODOLIST = YES
68 GENERATE_TESTLIST = YES
69 GENERATE_BUGLIST = YES
70 GENERATE_DEPRECATEDLIST= YES
71 ENABLED_SECTIONS =
72 MAX_INITIALIZER_LINES = 30
73 SHOW_USED_FILES = YES
74 SHOW_DIRECTORIES = NO
75 FILE_VERSION_FILTER =
76 #---------------------------------------------------------------------------
77 # configuration options related to warning and progress messages
78 #---------------------------------------------------------------------------
79 QUIET = NO
80 WARNINGS = YES
81 WARN_IF_UNDOCUMENTED = YES
82 WARN_IF_DOC_ERROR = YES
83 WARN_NO_PARAMDOC = NO
84 WARN_FORMAT = "$file:$line: $text"
85 WARN_LOGFILE =
86 #---------------------------------------------------------------------------
87 # configuration options related to the input files
88 #---------------------------------------------------------------------------
89 INPUT = .
90 INPUT_ENCODING = UTF-8
91 FILE_PATTERNS = *.c \
92 *.cc \
93 *.cxx \
94 *.cpp \
95 *.c++ \
96 *.java \
97 *.ii \
98 *.ixx \
99 *.ipp \
100 *.i++ \
101 *.inl \
102 *.h \
103 *.hh \
104 *.hxx \
105 *.hpp \
106 *.h++ \
107 *.idl \
108 *.odl \
109 *.cs \
110 *.php \
111 *.php3 \
112 *.inc \
113 *.m \
114 *.mm \
115 *.dox \
116 *.py \
117 *.f90
118 RECURSIVE = YES
119 EXCLUDE = .svn
120 EXCLUDE_SYMLINKS = NO
121 EXCLUDE_PATTERNS =
122 EXCLUDE_SYMBOLS =
123 EXAMPLE_PATH =
124 EXAMPLE_PATTERNS = *
125 EXAMPLE_RECURSIVE = NO
126 IMAGE_PATH =
127 INPUT_FILTER =
128 FILTER_PATTERNS =
129 FILTER_SOURCE_FILES = NO
130 #---------------------------------------------------------------------------
131 # configuration options related to source browsing
132 #---------------------------------------------------------------------------
133 SOURCE_BROWSER = YES
134 INLINE_SOURCES = NO
135 STRIP_CODE_COMMENTS = YES
136 REFERENCED_BY_RELATION = NO
137 REFERENCES_RELATION = NO
138 REFERENCES_LINK_SOURCE = YES
139 USE_HTAGS = NO
140 VERBATIM_HEADERS = NO
141 #---------------------------------------------------------------------------
142 # configuration options related to the alphabetical class index
143 #---------------------------------------------------------------------------
144 ALPHABETICAL_INDEX = NO
145 COLS_IN_ALPHA_INDEX = 5
146 IGNORE_PREFIX =
147 #---------------------------------------------------------------------------
148 # configuration options related to the HTML output
149 #---------------------------------------------------------------------------
150 GENERATE_HTML = YES
151 HTML_OUTPUT = html
152 HTML_FILE_EXTENSION = .html
153 HTML_HEADER =
154 HTML_FOOTER =
155 HTML_STYLESHEET =
156 HTML_ALIGN_MEMBERS = YES
157 GENERATE_HTMLHELP = NO
158 HTML_DYNAMIC_SECTIONS = NO
159 CHM_FILE =
160 HHC_LOCATION =
161 GENERATE_CHI = NO
162 BINARY_TOC = NO
163 TOC_EXPAND = NO
164 DISABLE_INDEX = NO
165 ENUM_VALUES_PER_LINE = 4
166 GENERATE_TREEVIEW = NO
167 TREEVIEW_WIDTH = 250
168 #---------------------------------------------------------------------------
169 # configuration options related to the LaTeX output
170 #---------------------------------------------------------------------------
171 GENERATE_LATEX = NO
172 LATEX_OUTPUT = latex
173 LATEX_CMD_NAME = latex
174 MAKEINDEX_CMD_NAME = makeindex
175 COMPACT_LATEX = NO
176 PAPER_TYPE = a4wide
177 EXTRA_PACKAGES =
178 LATEX_HEADER =
179 PDF_HYPERLINKS = NO
180 USE_PDFLATEX = NO
181 LATEX_BATCHMODE = NO
182 LATEX_HIDE_INDICES = NO
183 #---------------------------------------------------------------------------
184 # configuration options related to the RTF output
185 #---------------------------------------------------------------------------
186 GENERATE_RTF = NO
187 RTF_OUTPUT = rtf
188 COMPACT_RTF = NO
189 RTF_HYPERLINKS = NO
190 RTF_STYLESHEET_FILE =
191 RTF_EXTENSIONS_FILE =
192 #---------------------------------------------------------------------------
193 # configuration options related to the man page output
194 #---------------------------------------------------------------------------
195 GENERATE_MAN = YES
196 MAN_OUTPUT = man
197 MAN_EXTENSION = .3
198 MAN_LINKS = NO
199 #---------------------------------------------------------------------------
200 # configuration options related to the XML output
201 #---------------------------------------------------------------------------
202 GENERATE_XML = NO
203 XML_OUTPUT = xml
204 XML_SCHEMA =
205 XML_DTD =
206 XML_PROGRAMLISTING = YES
207 #---------------------------------------------------------------------------
208 # configuration options for the AutoGen Definitions output
209 #---------------------------------------------------------------------------
210 GENERATE_AUTOGEN_DEF = NO
211 #---------------------------------------------------------------------------
212 # configuration options related to the Perl module output
213 #---------------------------------------------------------------------------
214 GENERATE_PERLMOD = NO
215 PERLMOD_LATEX = NO
216 PERLMOD_PRETTY = YES
217 PERLMOD_MAKEVAR_PREFIX =
218 #---------------------------------------------------------------------------
219 # Configuration options related to the preprocessor
220 #---------------------------------------------------------------------------
221 ENABLE_PREPROCESSING = YES
222 MACRO_EXPANSION = NO
223 EXPAND_ONLY_PREDEF = NO
224 SEARCH_INCLUDES = YES
225 INCLUDE_PATH =
226 INCLUDE_FILE_PATTERNS =
227 PREDEFINED =
228 EXPAND_AS_DEFINED =
229 SKIP_FUNCTION_MACROS = YES
230 #---------------------------------------------------------------------------
231 # Configuration::additions related to external references
232 #---------------------------------------------------------------------------
233 TAGFILES =
234 GENERATE_TAGFILE =
235 ALLEXTERNALS = NO
236 EXTERNAL_GROUPS = YES
237 PERL_PATH = /usr/bin/perl
238 #---------------------------------------------------------------------------
239 # Configuration options related to the dot tool
240 #---------------------------------------------------------------------------
241 CLASS_DIAGRAMS = YES
242 MSCGEN_PATH = /Applications/Doxygen.app/Contents/Resources/
243 HIDE_UNDOC_RELATIONS = YES
244 HAVE_DOT = YES
245 CLASS_GRAPH = YES
246 COLLABORATION_GRAPH = YES
247 GROUP_GRAPHS = YES
248 UML_LOOK = NO
249 TEMPLATE_RELATIONS = YES
250 INCLUDE_GRAPH = YES
251 INCLUDED_BY_GRAPH = YES
252 CALL_GRAPH = NO
253 CALLER_GRAPH = NO
254 GRAPHICAL_HIERARCHY = YES
255 DIRECTORY_GRAPH = YES
256 DOT_IMAGE_FORMAT = png
257 DOT_PATH = /Applications/Doxygen.app/Contents/Resources/
258 DOTFILE_DIRS =
259 DOT_GRAPH_MAX_NODES = 50
260 MAX_DOT_GRAPH_DEPTH = 1000
261 DOT_TRANSPARENT = YES
262 DOT_MULTI_TARGETS = YES
263 GENERATE_LEGEND = YES
264 DOT_CLEANUP = YES
265 #---------------------------------------------------------------------------
266 # Configuration::additions related to the search engine
267 #---------------------------------------------------------------------------
268 SEARCHENGINE = NO
00 HOW-TO INSTALL AND USE THIS DRIVER:
11 ===================================
2
3
24
35 Introduction:
46 ------------
57
6 This driver is usable by all printer devices which understand the SPL II
7 language. It covers several _Samsung_ and _Xerox_ printers like the ML-2250
8 which uses it as a native printer language (Check the technical
9 documentation for more information).
8 This driver is usable by all printer devices which understand the QPDL
9 (Quick Page Description Language) language. It covers several _Samsung_,
10 _Xerox_, _Dell_ and _Ricoh_ printers like the ML-2250 which uses it as a native
11 printer language (Check the technical documentation for more information).
12
13
1014
1115 Requested:
1216 ----------
1317
14 To use this driver you need.... a SPL II printer! Last but not least you
15 need CUPS. It has been tested with CUPS V. 1.1.23 and worked fine of course..
18 To use this driver you need.... a QPDL printer! Last but not least you
19 need CUPS. It has been tested with CUPS V. 1.1.23, 1.3.0 and works fine of
20 course..
1621
1722 If you're using a distribution with a real package manager you need to
1823 install the cups developement package (libcups...-devel or something like that).
24 To finish the libjbig is needed if the JBIG algorithm compilation isn't
25 disabled.
26
27 Summary:
28 * CUPS
29 * libcups
30 * libjbig (If the JBIG algorithm compilation isn't disabled)
31
32
1933
2034 Installation:
2135 -------------
2236
23 If you're CUPS installation is not locate in /usr, please edit and
24 update the Makefile.
37 +=======================================================================+
38 | !!! IMPORTANT NOTICE !!! |
39 +=======================================================================+
40 | If you are upgrading your current version, you MUST delete |
41 | your printer in the CUPS interface and install it again. This |
42 | operation MUST be done since CUPS make a copy of the PPD file and |
43 | this file is modified between versions. |
44 +=======================================================================+
2545
26 Then, perform the compilation by doing:
46 Perform the compilation by doing (It is possible to customize some
47 compilation options. Please check at the end of this file):
2748
2849 $ make
2950
3859 browser and add a new printer by selecting the correct printer in the list.
3960
4061 and HAVE FUN ;-)
62
63
64
65 Installation of the color profile for color printers:
66 -----------------------------------------------------
67
68 Color printers needs color profile files to get better results. These
69 files are provided by your printer manufacturer and you have to install them
70 manually. To do that, download the linux official drivers and locate the "cms"
71 directory. Install them with the command:
72
73 # make installcms CMSDIR=/path/to/cms/directory \
74 MANUFACTURER=samsung or xerox or dell
75
76 Samsung color profile files are available at:
77 (Then use MANUFACTURER=samsung)
78
79 http://splix.ap2c.org/samsung_cms.tar.bz2
80
81
82
83 Compilation options:
84 --------------------
85
86 SpliX code can be tuned by using specific make options. All these
87 options are:
88
89 * DISABLE_JBIG=1 [0 by default]:
90 Since some of the JBIG algorithm may patented, this
91 option disable the use of this algorithm. Unfortunatly
92 _JBIG printers_ (such as CLP-600) won't work with SpliX.
93 * DISABLE_THREADS=1 [0 by default]:
94 This option will disable the use of threads in the SpliX
95 code. If it is disabled, _manual duplex_ will no longer
96 work.
97 * DISABLE_BLACKOPTIM=1 [0 by default]:
98 A black correction algorithm is used to optimize the use
99 of black and color toner on color printers. This option
100 will disable the use of this algorithm. Colors of a
101 printed page will be different, more toner may be used
102 and black may not be dark.
103 * THREADS=XX [2 by default]:
104 Specify the number of _compression_ threads to use. Note
105 that compression is a full CPU time job. Specify more
106 than physical CPU core avaiable may be stupid.
107 For instance quad core owners should use THREADS=4.
108 * CACHESIZE=XX [30 by default]:
109 Specify the number of _compressed_ kept into memory
110 waiting for the rendering. This option is important with
111 the use of manual duplex. Note that a standard
112 compressed A4 paper is about 300ko. So 30 pages into
113 memory will use an average of 9Mo of RAM. Other pages
114 are swapped into the disk. A little CACHESIZE value will
115 increase disk access and increase the job rendering time.
116
117 Example:
118
119 $ make DISABLE_JBIG=1 THREADS=4 CACHESIZE=100
120
121 This will disable the use of the JBIG algorithm. Threads and black
122 optimization algorithm will be compiled. Then, manual duplex will be available.
123 The number of compression threads will be 4 and the maximum number of compressed
124 pages which will be kept into the memory will be 100 (with a maximum average of
125 memory of 30Mo)
126
127
128 === PLEASE GIVE THESE OPTIONS TO MAKE AND MAKE INSTALL RULES ===
129
00 #
1 # Makefile (C) 2006, Aurélien Croc (AP²C)
2 #
3 # This project has been placed under the GPL Licence.
4 #
5
6 CXXFLAGS := -O2 `cups-config --cflags`
7 LDFLAGS := `cups-config --ldflags`
8 CUPSFILTER := `cups-config --serverbin`/filter
9 CUPSPPD := `cups-config --datadir`/model
10
11 # === DON'T CHANGE ANYTHING AFTER THIS MESSAGE ====
12
13 export CXXFLAGS LDFLAGS CUPSFILTER CUPSPPD
14
15 all: src ppd
16
17 .PHONY: src ppd
18 src ppd:
19 @$(MAKE) -C $@
1 # Makefile (C) 2006-2008, Aurélien Croc (AP²C)
2 #
3 # This project is under the GPL Licence
4 #
5 # Available MAKE options:
6 # * V sets to 1 for verbose mode
7 #
8 # Available variables in module.mk :
9 # * SUBDIRS
10 # * MODE = {default,debug,optimized}
11 # * CFLAGS
12 # * CXXFLAGS
13 # * LDFLAGS
14 # * DEBUG_CFLAGS
15 # * DEBUG_CXXFLAGS
16 # * OPTIMIZED_CFLAGS
17 # * OPTIMIZED_CXXFLAGS
18 # * TARGETS
19 # * GENERIC_TARGETS
20 # * PRE_GENERIC_TARGETS
21 # * directory1_directory2_file_ext_FLAGS
22 #
23 # Each project must be listed in the TARGETS variable. Next:
24 # * project1_SRC
25 # * project1_LIB
26 # * project1_CFLAGS
27 # * project1_LDFLAGS
28 # * project1_MODULES
29 # * project1_CXXFLAGS
30 # * ...
31 #
32 # This Makefile will generate:
33 # * project1_TARGET
34 # * project1_OBJ
35 #
36 #
37 # In the file rules.mk:
38 #
39 # You can add your own rules
40 #
41 # To add a new target file support, please add the target extension in the
42 # TARGET_RULES variable and define the function targetDefinition_{extension}.
43 # This function will be called with one parameters: the target name
44 # Like the examples above, use $(value $(1)_TARGET) or _OBJ, .. to access
45 # to useful informations
46 #
47 #
48 # /!\ = Please do your modifications in the module.mk file = /!\
49 #
50
51
52 # +--------------------------------------------------------------------------+
53 # | SUPPORTED LANGUAGES, DIRECTORIES ARCHI AND TOOLS LOCATIONS & FLAGS |
54 # +--------------------------------------------------------------------------+
55 LANGUAGES := cpp c
56
57 CC := gcc
58 CXX := g++
59 RM := rm -f
60 AR := ar crs
61 LEX := flex
62 YACC := bison
63 LINKER := $(CXX)
64
65 DEPDIR := .deps
66 BUILDDIR := .build
67 TARGETDIR := .
68
69
70 empty :=
71 space := $(empty) $(empty)
72 comma := ,
73
74 DEBUG_CFLAGS := -O0 -g
75 DEBUG_CXXFLAGS := -O0 -g
76 OPTIM_CFLAGS := -O2
77 OPTIM_CXXFLAGS := -O2
78
79 ARCHI := $(shell uname -s)
80
81 ifeq ($(ARCHI),Darwin)
82 PLUGIN_EXT := bundle
83 LIBRARY_EXT := dylib
84 else
85 PLUGIN_EXT := so
86 LIBRARY_EXT := so
87 endif
88
89
90 # +--------------------------------------------------------------------------+
91 # | DEFINITIONS VARIABLE LOADING |
92 # +--------------------------------------------------------------------------+
93
94 MODE := default
95 DEFFILE := .defs.mk
96 -include $(DEFFILE)
97
98
99
100 # +--------------------------------------------------------------------------+
101 # | SUBDIRS LOADING |
102 # +--------------------------------------------------------------------------+
103
104 include module.mk
105 ifeq ($(DEFLOADED),1)
106 include $(patsubst %, %/module.mk, $(_SUBDIRS))
107 endif # DEFLOADED == 1
108 ifeq ($(DEFDONE),1)
109
110
111
112
113 # +--------------------------------------------------------------------------+
114 # | COMPILATION MODE INITIALIZATION |
115 # +--------------------------------------------------------------------------+
116
117 ifeq ($(MAKECMDGOALS),debug)
118 MODE := debug
119 endif #MAKECMDGOALS == debug
120 ifeq ($(MAKECMDGOALS),optimized)
121 MODE := optimized
122 endif #MAKECMDGOALS == optimized
123 ifeq ($(MAKECMDGOALS),default)
124 MODE := default
125 endif #MAKECMDGOALS == default
126
127 ifeq ($(MODE),debug) # DEBUG
128 CFLAGS += $(DEBUG_CFLAGS)
129 CXXFLAGS += $(DEBUG_CXXFLAGS)
130 BUILDDIR := debug
131 TARGETDIR := debug
132 DEPDIR := debug
133 else
134 ifeq ($(MODE),optimized) # OPTIMIZED
135 CFLAGS += $(OPTIM_CFLAGS)
136 CXXFLAGS += $(OPTIM_CXXFLAGS)
137 BUILDDIR := optimized
138 TARGETDIR := optimized
139 DEPDIR := optimized
140 endif # MODE == optimized
141 endif # MODE == debug
142
143
144
145 # +--------------------------------------------------------------------------+
146 # | VERBOSE MODE AND INITIALIZATION |
147 # +--------------------------------------------------------------------------+
148
149 V :=
150 ifeq ($(V),1)
151 Q :=
152 else
153 Q := @
154 endif
155
156
157
158 # +--------------------------------------------------------------------------+
159 # | MAIN RULES AND TARGETS |
160 # +--------------------------------------------------------------------------+
161
162 _TARGETS := $(foreach target,$(TARGETS),$(TARGETDIR)/$(target))
163 _TARGETS := $(PRE_GENERIC_TARGETS) $(_TARGETS) $(GENERIC_TARGETS)
164
165 all: $(_TARGETS)
166 debug: $(_TARGETS)
167 optimized: $(_TARGETS)
168
169
170
171 # +--------------------------------------------------------------------------+
172 # | MACRO DEFINITIONS |
173 # +--------------------------------------------------------------------------+
174
175 # Function to print smart messages
176 printCmd = $(if $(filter $(V),1),,$(shell echo "@echo \" $(1)\""))
177
178 # Get the target variable name
179 targetName = $(subst .,_,$(subst /,_,$(1)))
180
181 # Specific flags definition
182 flags = $(value $(subst /,_,$(subst .,_,$(1)))_FLAGS)
183 flag = $(subst /,_,$(subst .,_,$(1)))_FLAGS
184
185
186
187 # +--------------------------------------------------------------------------+
188 # | LOAD AND GENERATE DEPENDENCIES FILES |
189 # +--------------------------------------------------------------------------+
190
191 # Get all the source files in ALLSRC
192 ALLSRC := $(foreach target,$(call targetName,$(TARGETS)),$(value \
193 $(target)_SRC))
194
195 # Get the dependencies files
196 DEPENDENCIES := $(foreach lang,$(LANGUAGES),$(patsubst %.$(lang), %.d, \
197 $(filter %.$(lang),$(ALLSRC))))
198
199 # Generate dependencies files for C++ source file
200 $(DEPDIR)/%.d: %.cpp
201 @mkdir -p $(dir $@)
202 @$(CXX) $(CXXFLAGS) -MM -MP -MG -MT "\$$(DEPDIR)/$(basename $<).d \
203 \$$(BUILDDIR)/$(basename $<).o" -MG "$<" -MF $@
204
205 # Load dependencies files
206 -include $(foreach dep,$(DEPENDENCIES),$(DEPDIR)/$(dep))
207
208
209
210 # +--------------------------------------------------------------------------+
211 # | PREVENT LOADING RULES IF DEFFILE IS NOT COMPLET |
212 # +--------------------------------------------------------------------------+
213
214 else
215 TARGETS := $(empty)
216
217 endif # DEFDONE == 1
218
219
220
221 # +--------------------------------------------------------------------------+
222 # | OBJECTS AND TARGETS DEFINITIONS |
223 # +--------------------------------------------------------------------------+
224
225
226 # Define target variables
227 defineTarget = $(call targetName,$(1))_TARGET := $(TARGETDIR)/$(1)
228
229 # Define target object variables
230 define defineObject
231 $(1)_OBJ := $(foreach obj,$(foreach lang,$(LANGUAGES),$(patsubst \
232 %.$(lang),%.o,$(filter %.$(lang),$(value $(1)_SRC)))), \
233 $(BUILDDIR)/$(obj)) \
234 $(foreach module,$(value \
235 $(1)_MODULES),$(TARGETDIR)/$(module)) \
236 $(foreach obj,$(patsubst %.l,%.l.o,$(filter %.l,$(value \
237 $(1)_SRC))),$(BUILDDIR)/$(obj)) \
238 $(foreach obj,$(patsubst %.y,%.yy.o,$(filter %.y,$(value \
239 $(1)_SRC))),$(BUILDDIR)/$(obj))
240 $(1)_CLEAN := $(foreach obj,$(patsubst %.y,%.yy.h,$(filter %.y,$(value \
241 $(1)_SRC))),$(BUILDDIR)/$(obj))
242 endef
243
244 # Create these definitions
245 $(foreach target,$(TARGETS),$(eval $(call defineTarget,$(strip $(target)))) \
246 $(eval $(call defineObject,$(strip $(call targetName,$(target))))))
247
248
249
250 # +--------------------------------------------------------------------------+
251 # | SMART MESSAGE PRINTING |
252 # +--------------------------------------------------------------------------+
253
254
255 # Smart messages
256 cmd_ar_a_o = AR $@
257 cmd_cc_o_c = CC $<
258 cmd_cxx_o_cpp = CXX $<
259 cmd_yacc_h = YACC [H] $<
260 cmd_yacc_cpp = YACC [CPP] $<
261 cmd_lex_cpp = LEX $<
262 cmd_link = LINK $@
263 cmd_ln_so_o = LINK [M] $@
264 cmd_rm_clean = RM *.o
265 cmd_rm_distclean = RM $(_TARGETS) *.d $(DEFFILE)
266
267
268
269 # +--------------------------------------------------------------------------+
270 # | TARGET RULES |
271 # +--------------------------------------------------------------------------+
272
273 TARGET_RULES := a so bundle
274
275 # Archives
276 define targetDefinition_a
277 $(value $(1)_TARGET): $(value $(1)_OBJ)
278 $$(call printCmd, $$(cmd_ar_a_o))
279 $$(Q)$$(AR) $$@ $$^
280 endef
281 -include rules.mk
282
283 # Plugins (for MacOS X)
284 define targetDefinition_bundle
285 $(value $(1)_TARGET): $(value $(1)_OBJ) $(value $(1)_LOADER)
286 $$(call printCmd, $$(cmd_ln_so_o))
287 $$(Q)$$(LINKER) $$(MODULE_FLAGS) $$(LDFLAGS) -o $$@ $$(value $(1)_OBJ) \
288 -bundle -bundle_loader $$(value $(1)_LOADER) \
289 $$(value $(1)_LIBS) $$(value $(1)_FLAGS) $$(LIBS)
290 endef
291
292 # Plugins and libaries (for UNIXes)
293 define targetDefinition_so
294 $(value $(1)_TARGET): $(value $(1)_OBJ)
295 $$(call printCmd, $$(cmd_ln_so_o))
296 $$(Q)$$(LINKER) $$(MODULE_FLAGS) $$(LDFLAGS) -o $$@ $$(value $(1)_OBJ) \
297 -rdynamic -shared $$(value $(1)_LIBS) $$(value $(1)_FLAGS) \
298 $$(LIBS)
299 endef
300
301 rulesTarget := $(foreach rules,$(TARGET_RULES),$(filter \
302 %.$(rules),$(TARGETS)))
303 $(foreach target,$(rulesTarget),$(eval $(call targetDefinition_$(subst \
304 .,,$(suffix $(target))),$(call targetName,$(target)))))
305
306
307
308 # +--------------------------------------------------------------------------+
309 # | COMPILATION RULES |
310 # +--------------------------------------------------------------------------+
311
312 # C Files
313 $(BUILDDIR)/%.o: $(BUILDDIR)/%.c
314 $(call printCmd, $(cmd_cc_o_c))
315 @mkdir -p $(dir $@)
316 $(Q)$(CC) $(CFLAGS) $(call flags,$<) -o $@ -c $<
317 $(BUILDDIR)/%.o: %.c
318 $(call printCmd, $(cmd_cc_o_c))
319 @mkdir -p $(dir $@)
320 $(Q)$(CC) $(CFLAGS) $(call flags,$<) -o $@ -c $<
321
322 # C++ Files
323 $(BUILDDIR)/%.o: $(BUILDDIR)/%.cpp
324 $(call printCmd, $(cmd_cxx_o_cpp))
325 @mkdir -p $(dir $@)
326 $(Q)$(CXX) $(CXXFLAGS) $(call flags,$<) -o $@ -c $<
327 $(BUILDDIR)/%.o: %.cpp
328 $(call printCmd, $(cmd_cxx_o_cpp))
329 @mkdir -p $(dir $@)
330 $(Q)$(CXX) $(CXXFLAGS) $(call flags,$<) -o $@ -c $<
331
332 # Yacc compilation
333 $(BUILDDIR)/%.yy.h: %.y
334 $(call printCmd, $(cmd_yacc_h))
335 @mkdir -p $(dir $@)
336 $(Q)$(YACC) $(call flags,$<) -d -b $(basename $(basename $@)) \
337 -p $(basename $(notdir $<)) $<
338 $(Q)rm $(basename $(basename $@)).tab.c
339 $(Q)mv $(basename $(basename $@)).tab.h $(basename $@).h
340 $(BUILDDIR)/%.yy.cpp: %.y
341 $(call printCmd, $(cmd_yacc_cpp))
342 @mkdir -p $(dir $@)
343 $(Q)$(YACC) $(call flags,$<) -b $(basename $(basename $@)) \
344 -p $(basename $(notdir $<)) -o $@ $<
345
346 # Lex compilation
347 $(BUILDDIR)/%.l.cpp: %.l $(BUILDDIR)/%.yy.h
348 $(call printCmd, $(cmd_lex_cpp))
349 $(Q)$(LEX) $(call flags,$<) -P$(basename $(notdir $<)) -t $< > $@
350
351
352
353 # +--------------------------------------------------------------------------+
354 # | CLEAN RULES |
355 # +--------------------------------------------------------------------------+
20356
21357 .PHONY: clean distclean
22358 clean:
23 @$(MAKE) -C src clean
24 @$(MAKE) -C ppd clean
359 $(call printCmd, $(cmd_rm_clean))
360 $(Q)$(RM) $(foreach target,$(TARGETS),$(value $(call \
361 targetName,$(target))_OBJ) $(value $(target)_CLEAN))
25362
26363 distclean: clean
27 @$(MAKE) -C src distclean
28 @$(MAKE) -C ppd distclean
29
30 .PHONY: install
31 install:
32 @$(MAKE) -C src install
33 @$(MAKE) -C ppd install
34 @echo ""
35 @echo " --- Everything is done! Have fun ---"
36 @echo ""
364 $(call printCmd, $(cmd_rm_distclean))
365 $(Q)$(RM) $(foreach dep,$(DEPENDENCIES),$(DEPDIR)/$(dep))
366 $(Q)$(RM) $(_TARGETS)
367 $(Q)$(RM) $(DEFFILE)
368
369
370
371 # +--------------------------------------------------------------------------+
372 # | GET ALL SUBDIRS TO EXPLORE |
373 # +--------------------------------------------------------------------------+
374
375 # Generate the defs.mk file which contains sub directories
376 $(DEFFILE): Makefile $(patsubst %, %/module.mk, $(SUBDIRS)) module.mk
377 @echo -n " GEN $(DEFFILE)"
378 @echo "" > $@
379 @make -s -C ./ _depsreload
380
381 .PHONY: _depsreload
382 _depsreload:
383 @echo -n "."
384 @echo "DEFLOADED := 1" > $(DEFFILE)
385 @echo "_SUBDIRS := $(SUBDIRS)" >> $(DEFFILE)
386 @if [ "$(SUBDIRS)" != "$(_SUBDIRS)" ]; then make -j 1 -s -C ./ _depsreload; \
387 else echo "DEFDONE := 1" >> $(DEFFILE); echo ""; fi
388
00 A special thanks for Keith White who helped me to debug several points and add
11 the support for asymetric resolution support and translate the SPL2
22 documentation. Thanks again!
3
4 Another thanks to Rick Richardson and its work on the JBIG algorithm also
5 known as algorithm 0x13 and to Leonardo Hirokazu de Souza Hamada and its work on
6 the compression algorithms 0x0D and 0x0E.
7
8 Thank you to Timo Juhani Lindfors who helped me to solve lots of bugs contained
9 in the SpliX 2.0.0 release candidate and to Jindrich Makovicka for the same
10 reason.
11
12 Other thanks to Koji Otani from BBR Inc., Japan. for bug resolution.
13
14 And for the ones who helped me to write the driver files:
15 * Pablo Mazzini (Samsung SCX4500)
00 08-25-2006 Aurélien Croc
1 * Add the duplex support
2 * Add a support for non symetric resolution
3 * Add a support for custom page size
4 * Add other compressin algorithms (0x13 for text!) ?
1 * Add other compressin algorithms (0x12 for text!) ?
52 * Stop sending the job if a SIGTERM is received
3 * Catch for the cancel button pressed
4
5 11-25-2008 Aurélien Croc
6 * Rewrite in another way the compress.cpp for generalization of the
7 runtime compression algorithm modification
8 * Check the qpdl.cpp for a better code
+0
-23
debian/README less more
0 The below is included in Ubuntu's splix package as 'README.Debian', but this
1 is only relevent for developers:
2 --Jeroen, June 2nd 2007
3
4 SpliX for Ubuntu Linux
5 ----------------------
6
7 This is the SpliX printer driver for Samsung's laser printers using the SPL2
8 (monochrome) and SPLc (color) printing languages.
9
10 The PPD files coming with this package (in ppd/) are generated with
11 "ppdc" of the CUPS DDK from http://www.cups.org/ based on the
12 instructions in the ppd/samsung.drv file. So ppd/samsung.drv is the
13 source code of the PPDs. In addition, CUPS DDK is free software, so
14 all requirements for the PPDs being in the main part of Ubuntu Linux
15 are fulfilled.
16
17 The ready-made PPD files are there for convenience, to not require
18 from the user to have CUPS DDK installed. As CUPS DDK does not make
19 part of Debian or Ubuntu yet, we use these PPDs instead of building
20 them.
21
22 -- Till Kamppeter <till.kamppeter@gmail.com>, Fri, 12 Jan 2007 20:47:46 +0000
0 splix (2.0.0-1) unstable; urgency=low
1
2 * New upstream release
3 * debian/watch added
4 * debian/compat: bump to 7
5 * Bump Standards-Version to 3.8.1
6 * droped dpatch together with upstream patches
7
8 -- Pablo Mazzini <pmazzini@gmail.com> Tue, 07 Apr 2009 10:44:14 -0200
9
010 splix (1.0.1-1.2) unstable; urgency=low
111
212 * Non-maintainer upload to fix important usability bug.
11 Section: text
22 Priority: optional
33 Maintainer: Jeroen van Wolffelaar <jeroen@wolffelaar.nl>
4 Build-Depends: debhelper (>= 5.0.0), groff, dpatch, libcups2-dev, libcupsimage2-dev
5 Standards-Version: 3.7.2
4 Uploaders: Pablo Mazzini <pmazzini@gmail.com>
5 Build-Depends: debhelper (>= 7), libcupsimage2-dev
6 Standards-Version: 3.8.1
7 Homepage: http://splix.ap2c.org/
68
79 Package: splix
810 Architecture: any
9 Depends: ${shlibs:Depends}
11 Depends: ${shlibs:Depends}, ${misc:Depends}
1012 Description: Driver for Samsung's SPL2 (bw) and SPLc (color) laser printers
1113 Support for printing to SPL2- and SPLc-based printers. These are most
1214 of the cheaper Samsung laser printers which do not understand standard
1618 driver.
1719 .
1820 Note that older SPL1-based models (ML-12xx, ML-14xx) do not work. Use
19 these printers with the older "gdi" driver which is built into ESP
21 these printers with the older "gdi" driver which is built into
2022 GhostScript.
21 .
22 Home Page: http://splix.ap2c.org/
00 This package was debianized by Till Kamppeter <till.kamppeter@gmail.com> on
11 Tue, 12 Dec 2006.
22
3 It is currently, in Debian, maintained by Jeroen van Wolffelaar
4 <jeroen@wolffelaar.nl>, based on the work by Till.
3 The current Debian maintainer is Jeroen van Wolffelaar <jeroen@wolffelaar.nl>
54
65 It was downloaded from http://splix.ap2c.org/
76
2423 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
2524
2625 On Debian systems, the complete text of the GNU General
27 Public License can be found in `/usr/share/common-licenses/GPL'.
26 Public License can be found in `/usr/share/common-licenses/GPL-2'.
+0
-3
debian/docs less more
0 AUTHORS
1 THANKS
2 TODO
22 # Uncomment this to turn on verbose mode.
33 #export DH_VERBOSE=1
44
5 CFLAGS = -Wall -g
6
7 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
8 CFLAGS += -O0
9 else
10 CFLAGS += -O2
11 endif
12 ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
13 INSTALL_PROGRAM += -s
14 endif
15
16 patch: patch-stamp
17 patch-stamp:
18 dh_testdir
19 dpatch apply-all
20 touch patch-stamp
21
225 configure: configure-stamp
23 configure-stamp: patch
6 configure-stamp:
247 dh_testdir
258 touch configure-stamp
269
2710 build: build-stamp
28 build-stamp: configure-stamp
11 build-stamp: configure-stamp
2912 dh_testdir
30 # Make the PPDs newer than the ppd/po/* and ppd/samsung.drv files
31 # so that make does not rebuild them (would require cupsddk)
32 touch ppd/*.ppd
33 $(MAKE) CFLAGS="$(CFLAGS)"
34 # Remove PPDs for Samsung CLP-300 and CLP-600, these printers are
35 # known to not work with this release of the driver
36 rm -f ppd/clp[36]00*.ppd*
37 touch build-stamp
13 $(MAKE) DISABLE_JBIG=1 rastertoqpdl_LIBS=-lcupsimage pstoqpdl_LIBS=-lcupsimage
14 touch $@
3815
39 unpatch:
40 dh_testdir
41 dpatch deapply-all
42 rm -rf debian/patched
43
44 clean: unpatch
16 clean:
4517 dh_testdir
4618 dh_testroot
47 rm -f build-stamp configure-stamp patch-stamp
48 -$(MAKE) clean
49 rm -f src/rastertospl2
50 dh_clean
19 rm -f build-stamp configure-stamp
20 $(MAKE) clean
21 dh_clean
5122
5223 install: build
5324 dh_testdir
5425 dh_testroot
55 dh_clean -k
26 dh_prep
5627 dh_installdirs
57 # "make install" does neither support "PREFIX" nor "DESTDIR". so
58 # we install the files manually
59 # $(MAKE) install
60 dh_install
28 $(MAKE) DESTDIR=$(CURDIR)/debian/splix CUPSPPD=/usr/share/ppd/splix DISABLE_JBIG=1 install
6129
6230 # Build architecture-dependent files here.
63 binary-arch: build install
31 binary-arch: install
6432 dh_testdir
6533 dh_testroot
6634 dh_installchangelogs ChangeLog
+0
-2
debian/splix.install less more
0 src/rastertospl2 usr/lib/cups/filter/
1 ppd/*.ppd* usr/share/ppd/splix/
0 version=3
1 opts=uversionmangle=s/-/~/ \
2 http://sf.net/splix/splix-(.*)\.tar\.bz2
0 /*
1 * algo0x0d.h SpliX is Copyright 2006-2008 by Aurélien Croc
2 * This file is a SpliX derivative work
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; version 2 of the License.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program; if not, write to the
15 * Free Software Foundation, Inc.,
16 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
17 *
18 * $Id: algo0x0d.h 245 2008-11-24 23:00:43Z ap2c $
19 * --
20 * This code is written by Leonardo Hamada
21 */
22 #ifndef _ALGO0x0D_H_
23 #define _ALGO0x0D_H_
24
25 #include "algorithm.h"
26 #include <inttypes.h>
27
28
29 /**
30 * @brief This class implements the type 0xd encoding.
31 */
32 class Algo0x0D : public Algorithm
33 {
34 protected:
35 inline void writeTwoBytesPacket(
36 unsigned char * output,
37 unsigned long & outputSize,
38 long int accumulatedHorizontalOffsetValue,
39 long int displacementValue,
40 unsigned long accumulatedRunCount );
41
42 inline void writeFourBytesPacket(
43 unsigned char * output,
44 unsigned long & outputSize,
45 long int accumulatedHorizontalOffsetValue,
46 long int displacementValue,
47 unsigned long accumulatedRunCount );
48
49 inline void writeSixBytesPacket(
50 unsigned char * output,
51 unsigned long & outputSize,
52 long int displacementValue,
53 unsigned long accumulatedRunCount );
54
55 inline void selectPacketSize(
56 unsigned char * output,
57 unsigned long & outputSize,
58 unsigned long preAccumulatedHorizontalOffsetValue,
59 unsigned long accumulatedHorizontalOffsetValue,
60 unsigned long currentHorizontalPenPosition,
61 unsigned long pixelsLeftInScanline,
62 unsigned long accumulatedRunCount,
63 unsigned long consecutiveBlankScanLines,
64 unsigned long currentVerticalPenPosition,
65 const unsigned long wrapWidth );
66
67 public:
68 Algo0x0D();
69 virtual ~Algo0x0D();
70
71 public:
72 virtual BandPlane* compress(const Request& request,
73 unsigned char *data, unsigned long width,
74 unsigned long height);
75 virtual bool reverseLineColumn() {return false;}
76 virtual bool inverseByte() {return false;}
77 virtual bool splitIntoBands() {return true;}
78 };
79
80 #endif /* _ALGO0x0D_H_ */
0 /*
1 * algo0x0e.h SpliX is Copyright 2006-2008 by Aurélien Croc
2 * This file is a SpliX derivative work
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; version 2 of the License.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program; if not, write to the
15 * Free Software Foundation, Inc.,
16 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
17 *
18 * $Id: algo0x0e.h 245 2008-11-24 23:00:43Z ap2c $
19 * --
20 * This code has been written by Leonardo Hamada
21 */
22 #ifndef _ALGO0x0E_H_
23 #define _ALGO0x0E_H_
24
25 #include "algorithm.h"
26 #include <inttypes.h>
27
28 /**
29 * @brief This class implements the type 0xe encoding.
30 */
31 class Algo0x0E : public Algorithm
32 {
33 protected:
34 inline void addLiteralSequence(
35 unsigned char * output,
36 unsigned long & outputSize,
37 unsigned char * data,
38 unsigned long position,
39 unsigned long length,
40 unsigned long blanks );
41 inline void addReplicativeRun(
42 unsigned char * output,
43 unsigned long & outputSize,
44 unsigned long runs,
45 unsigned char value );
46 unsigned long verifyGain(unsigned long e,
47 unsigned long L,
48 unsigned char * data);
49 unsigned long encodeReplications(unsigned long q,
50 unsigned long L,
51 unsigned char * data,
52 unsigned char * output,
53 unsigned long & outputSize);
54 unsigned long locateBackwardReplications(unsigned long L,
55 unsigned char * data);
56
57 public:
58 Algo0x0E();
59 virtual ~Algo0x0E();
60
61 public:
62 virtual BandPlane* compress(const Request& request,
63 unsigned char *data, unsigned long width,
64 unsigned long height);
65 virtual bool reverseLineColumn() {return false;}
66 virtual bool inverseByte() {return true;}
67 virtual bool splitIntoBands() {return true;}
68 };
69
70 #endif /* _ALGO0x0E_H_ */
0 /*
1 * algo0x11.h (C) 2006-2008, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: algo0x11.h 157 2008-02-09 02:01:24Z ap2c $
18 *
19 */
20 #ifndef _ALGO0X11_H_
21 #define _ALGO0X11_H_
22
23 #include "algorithm.h"
24 #include <inttypes.h>
25
26 #define COMPRESS_SAMPLE_RATE 0x800
27 #define TABLE_PTR_SIZE 0x40
28 #define MAX_UNCOMPRESSED_BYTES 0x80
29 #define MAX_COMPRESSED_BYTES 0x202
30 #define MIN_COMPRESSED_BYTES 0x2
31
32 #define COMPRESSION_FLAG 0x80
33
34 /**
35 * @brief This class implements the compression algorithm 0x11.
36 */
37 class Algo0x11 : public Algorithm
38 {
39 protected:
40 uint32_t _ptrArray[TABLE_PTR_SIZE];
41
42 protected:
43 static int __compare(const void *n1, const void *n2);
44 bool _lookupBestOccurs(const unsigned char* data,
45 unsigned long size);
46 bool _compress(const unsigned char *data,
47 unsigned long size,
48 unsigned char* &output,
49 unsigned long &outputSize);
50
51 public:
52 Algo0x11();
53 virtual ~Algo0x11();
54
55 public:
56 virtual BandPlane* compress(const Request& request,
57 unsigned char *data, unsigned long width,
58 unsigned long height);
59 virtual bool reverseLineColumn() {return true;}
60 virtual bool inverseByte() {return true;}
61 virtual bool splitIntoBands() {return true;}
62 };
63
64 #endif /* _ALGO0X11_H_ */
65
66 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8: */
67
0 /*
1 * algo0x13.h (C) 2007-2008, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: algo0x13.h 158 2008-02-09 02:02:13Z ap2c $
18 *
19 */
20 #ifndef _ALGO0X13_H_
21 #define _ALGO0X13_H_
22
23 #ifndef DISABLE_JBIG
24
25 #include "algorithm.h"
26 extern "C" {
27 # include "jbig.h"
28 }
29
30 /**
31 * @brief This class implements the compression algorithm 0x13.
32 */
33 class Algo0x13 : public Algorithm
34 {
35 protected:
36 typedef struct bandList_s {
37 BandPlane* band;
38 struct bandList_s* next;
39 } bandList_t;
40
41 typedef struct info_s {
42 bandList_t** list;
43 bandList_t* last;
44 unsigned char* data;
45 unsigned long size;
46 unsigned long maxSize;
47 } info_t;
48
49 protected:
50 bool _compressed;
51 jbg_enc_state _state;
52 bandList_t* _list;
53
54
55 public:
56 Algo0x13();
57 virtual ~Algo0x13();
58
59 public:
60 static void _callback(unsigned char *data, size_t len, void *arg);
61
62 public:
63 virtual BandPlane* compress(const Request& request,
64 unsigned char *data, unsigned long width,
65 unsigned long height);
66 };
67
68 #endif /* DISABLE_JBIG */
69
70 #endif /* _ALGO0X13_H_ */
71
72 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8: */
73
0 /*
1 * algorithm.h (C) 2006-2008, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: algorithm.h 157 2008-02-09 02:01:24Z ap2c $
18 *
19 */
20 #ifndef _ALGORITHM_H_
21 #define _ALGORITHM_H_
22
23 class Request;
24 class BandPlane;
25
26 /**
27 * @brief This super class is an interface to implement a compression
28 * algorithm.
29 */
30 class Algorithm
31 {
32 protected:
33
34 public:
35 /**
36 * Initialize the instance.
37 */
38 Algorithm();
39 /**
40 * Destroy the instance.
41 */
42 virtual ~Algorithm();
43
44 public:
45 /**
46 * Compress data.
47 * @param request the request instance
48 * @param data the data to compress
49 * @param width the width of the data / band / page
50 * @param height the height of the data / band / page
51 * @return a pointer to a @ref BandPlane instance or NULL.
52 */
53 virtual BandPlane* compress(const Request& request,
54 unsigned char *data, unsigned long width,
55 unsigned long height) = 0;
56 /**
57 * Reverse line and column.
58 * the byte at (x=1, y=0) is placed at (x=0, y=1) etc.
59 * This is used by algorithm 0x11 (at least).
60 * @return TRUE if this operation is needed. Otherwise returns FALSE.
61 */
62 virtual bool reverseLineColumn() {return false;}
63 /**
64 * Inverse the byte.
65 * Do a NOT operation on each byte.
66 * @return TRUE if this operation is needed. Otherwise returns FALSE.
67 */
68 virtual bool inverseByte() {return false;}
69 /**
70 * Split into bands
71 * @return TRUE if each planes has to ben split into bands. Otherwise
72 * it returns FALSE.
73 */
74 virtual bool splitIntoBands() {return false;}
75 };
76
77 #endif /* _ALGORITHM_H_ */
78
79 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8: */
80
00 /*
1 * band.h (C) 2006, Aurélien Croc (AP²C)
1 * band.h (C) 2006-2008, Aurélien Croc (AP²C)
22 *
33 * This program is free software; you can redistribute it and/or modify
44 * it under the terms of the GNU General Public License as published by
1414 * Free Software Foundation, Inc.,
1515 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
1616 *
17 * $Id: band.h 49 2006-11-29 10:57:15Z ap2c $
17 * $Id: band.h 140 2008-01-31 18:33:18Z ap2c $
1818 *
1919 */
20 #ifndef BAND_H_
21 #define BAND_H_
20 #ifndef _BAND_H_
21 #define _BAND_H_
2222
23 #include <sys/types.h>
24 #include <stdint.h>
23 #include <stddef.h>
2524
25 class Page;
26 class BandPlane;
27
28 /**
29 * @brief This class contains all information related to a band.
30 *
31 */
2632 class Band
2733 {
28 protected:
29 unsigned char* _band;
30 unsigned long _width;
31 unsigned long _height;
32 unsigned long _line;
33 unsigned long _clipping;
34 bool _empty;
35
36 protected:
37 unsigned char* _algorithm0(size_t *size);
38 unsigned char* _algorithm11(size_t *size);
34 protected:
35 unsigned long _bandNr;
36 const Page* _parent;
37 unsigned char _colors;
38 BandPlane* _planes[4];
39 unsigned long _width;
40 unsigned long _height;
41 Band* _sibling;
3942
40 public:
41 Band(unsigned long bandWidth, unsigned long bandHeight);
42 ~Band();
43 public:
44 /**
45 * Initialize the band instance.
46 */
47 Band();
48 /**
49 * Initialize the band instance.
50 * @param nr the band number
51 * @param width the band width
52 * @param height the band height
53 */
54 Band (unsigned long nr, unsigned long width, unsigned long height);
55 /**
56 * Destroy the instance
57 */
58 virtual ~Band();
4359
44 public:
45 unsigned long width() const {return _width * 8;}
46 unsigned long height() const {return _height;}
47 unsigned long line() const {return _line;}
48 unsigned long clipping() const {return _clipping * 8;}
49 unsigned char* band() {return _band;}
50 bool isEmpty() const {return _empty;}
60 public:
61 /**
62 * Set the band number.
63 * @param nr the band number
64 */
65 void setBandNr(unsigned long nr) {_bandNr = nr;}
66 /**
67 * Register the parent @ref Page instance.
68 * @param parent the parent page instance
69 */
70 void registerParent(const Page* parent)
71 {_parent = parent;}
72 /**
73 * Register a new plane.
74 * @param plane the band plane
75 */
76 void registerPlane(BandPlane* plane)
77 {if (_colors < 4) {_planes[_colors] = plane;
78 _colors++;}}
79 /**
80 * Set the band width.
81 * @param width the band width
82 */
83 void setWidth(unsigned long width)
84 {_width = width;}
85 /**
86 * Set the band height.
87 * @param height the band height
88 */
89 void setHeight(unsigned long height)
90 {_height = height;}
91 /**
92 * Register sibling.
93 * @param sibling the sibling.
94 */
95 void registerSibling(Band* sibling)
96 {_sibling = sibling;}
5197
52 void setEmpty() {_empty = true;}
53 void setLine(unsigned long line) {_line = line;}
54 void setClipping(unsigned long c)
55 {_clipping = (c + 7) / 8;}
98 /**
99 * @return the band number.
100 */
101 unsigned long bandNr() const {return _bandNr;}
102 /**
103 * @return the number of registered planes.
104 */
105 unsigned long planesNr() const {return _colors;}
106 /**
107 * @return the parent @ref Page instance.
108 */
109 const Page* parent() const {return _parent;}
110 /**
111 * Get a specific band plane.
112 * @param nr the band plane number
113 * @return the @ref BandPlane instance if it exists. Otherwise it
114 * returns NULL.
115 */
116 const BandPlane* plane(unsigned char nr) const
117 {return nr < _colors ? _planes[nr] : NULL;}
118 /**
119 * @return the band width.
120 */
121 unsigned long width() const {return _width;}
122 /**
123 * @return the band height.
124 */
125 unsigned long height() const {return _height;}
126 /**
127 * @return the next sibling or NULL if there is no sibling.
128 */
129 Band* sibling() const {return _sibling;}
56130
57
58
59 void clean() {_line = 0;}
60 int addLine(unsigned char *line, unsigned long width);
61
62 unsigned char* exportBand(int algorithm, size_t *size);
63
64 bool isFull() const
65 {return _line == _height ? true : false;}
131 public:
132 /**
133 * Swap this instance on the disk.
134 * @param fd the file descriptor where the instance has to be swapped
135 * @return TRUE if the instance has been successfully swapped.
136 * Otherwise it returns FALSE.
137 */
138 bool swapToDisk(int fd);
139 /**
140 * Restore an instance from the disk into memory.
141 * @param fd the file descriptor where the instance has been swapped
142 * @return a band instance if it has been successfully restored.
143 * Otherwise it returns NULL.
144 */
145 static Band* restoreIntoMemory(int fd);
66146 };
67147
68 #endif /* BAND_H_ */
148 #endif /* _BAND_H_ */
69149
150 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8: */
151
+0
-30
include/bandanalyser.h less more
0 /*
1 * bandanalyser.h (C) 2006, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: bandanalyser.h 48 2006-11-29 10:55:55Z ap2c $
18 *
19 */
20 #ifndef BANDANALYSER_H_
21 #define BANDANALYSER_H_
22
23 class Band;
24
25 extern void checkEmptyBand(Band *band);
26 extern void correctBlackColor(Band *bandC, Band *bandM, Band *bandY, Band *bandB);
27
28 #endif /* BANDANALYSER_H_ */
29
0 /*
1 * bandplane.h (C) 2006-2008, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: bandplane.h 247 2008-11-24 23:18:31Z ap2c $
18 *
19 */
20 #ifndef _BANDPLANE_H_
21 #define _BANDPLANE_H_
22
23 /**
24 * @brief This class contains data related to a band plane.
25 *
26 */
27 class BandPlane
28 {
29 public:
30 enum Endian {
31 /** Machine dependant */
32 Dependant,
33 /** Big endian */
34 BigEndian,
35 /** Little endian */
36 LittleEndian,
37 };
38
39 protected:
40 unsigned char _colorNr;
41 unsigned long _size;
42 unsigned char* _data;
43 unsigned long _checksum;
44 Endian _endian;
45 unsigned char _compression;
46
47 public:
48 /**
49 * Initialize the band plane instance.
50 */
51 BandPlane();
52 /**
53 * Destroy the instance
54 */
55 virtual ~BandPlane();
56
57 public:
58 /**
59 * Set the color number of this plane.
60 * @param nr the color number
61 */
62 void setColorNr(unsigned char nr) {_colorNr = nr;}
63 /**
64 * Set the data buffer.
65 * The buffer will be freed during the destruction of this instance.
66 * @param data the data buffer
67 * @param size the size of the data
68 */
69 void setData(unsigned char *data,
70 unsigned long size);
71 /**
72 * Set the endian to use.
73 * @param endian the endian to use.
74 */
75 void setEndian(Endian endian) {_endian = endian;}
76 /**
77 * Set the compression algorithm used.
78 * @param compression the compression algorithm used.
79 */
80 void setCompression(unsigned char compression)
81 {_compression = compression;}
82
83 /**
84 * @return the color number.
85 */
86 unsigned char colorNr() const {return _colorNr;}
87 /**
88 * @return the data size.
89 */
90 unsigned long dataSize() const {return _size;}
91 /**
92 * @return the data.
93 */
94 const unsigned char* data() const {return _data;}
95 /**
96 * @return the endian to use.
97 */
98 Endian endian() const {return _endian;}
99 /**
100 * @return the checksum.
101 */
102 unsigned long checksum() const {return _checksum;}
103 /**
104 * @return the compression algorithm used.
105 */
106 unsigned char compression() const {return _compression;}
107
108 public:
109 /**
110 * Swap this instance on the disk.
111 * @param fd the file descriptor where the instance has to be swapped
112 * @return TRUE if the instance has been successfully swapped.
113 * Otherwise it returns FALSE.
114 */
115 bool swapToDisk(int fd);
116 /**
117 * Restore an instance from the disk into memory.
118 * @param fd the file descriptor where the instance has been swapped
119 * @return a bandplane instance if it has been successfully restored.
120 * Otherwise it returns NULL.
121 */
122 static BandPlane* restoreIntoMemory(int fd);
123 };
124
125 #endif /* _BANDPLANE_H_ */
126
127 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8: */
128
0 /*
1 * cache.h (C) 2008, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: cache.h 141 2008-02-01 00:10:50Z ap2c $
18 *
19 */
20 #ifndef _CACHE_H_
21 #define _CACHE_H_
22
23 class Page;
24
25 /**
26 * List all the different cache policy available.
27 */
28 enum CachePolicy {
29 /** All pages are needed with page number increasing. */
30 EveryPagesIncreasing,
31 /** Only even pages are needed with page number decreasing. */
32 EvenDecreasing,
33 /** Only odd pages are needed with page number increasing. */
34 OddIncreasing,
35 };
36
37
38 /**
39 * Initialize the cache mechanism and load the cache controller thread.
40 * @return TRUE if the initialization succeed. Otherwise it returns FALSE.
41 */
42 extern bool initializeCache();
43
44 /**
45 * Uninitialize the cache mechanism and unload the cache controller thread.
46 * @return TRUE if the uninitialization succeed. Otherwise it returns FALSE.
47 */
48 extern bool uninitializeCache();
49
50
51 /**
52 * Extract the next page (depending on the curernt cache policy)
53 * @return the instance of the page. Otherwise it returns NULL if no page are
54 * found.
55 */
56 extern Page* getNextPage();
57
58 /**
59 * Register a new page in the cache.
60 * @param page the page instance to register in the cache
61 */
62 extern void registerPage(Page* page);
63
64 /**
65 * Set the new cache policy.
66 * @param policy the new cache policy
67 */
68 extern void setCachePolicy(CachePolicy policy);
69
70 /**
71 * Set the number of pages in the document.
72 * @param nr the number of pages
73 */
74 extern void setNumberOfPages(unsigned long nr);
75
76
77 /**
78 * @brief This class represent a cache entry to store a page.
79 * To preserve memory a swapping mechanism is present.
80 */
81 class CacheEntry {
82 protected:
83 Page* _page;
84 CacheEntry* _previous;
85 CacheEntry* _next;
86 char* _tempFile;
87
88 public:
89 /**
90 * Initialize the cache entry instance.
91 * @param page the page instance associated to this entry.
92 */
93 CacheEntry(Page* page);
94 /**
95 * Destroy the cache entry instance.
96 */
97 virtual ~CacheEntry();
98
99 public:
100 /**
101 * Set the next cache entry.
102 * @param entry the next cache entry
103 */
104 void setNext(CacheEntry *entry) {_next = entry;}
105 /**
106 * Set the previous cache entry.
107 * @param entry the previous cache entry
108 */
109 void setPrevious(CacheEntry *entry)
110 {_previous = entry;}
111 /**
112 * Swap the page instance on the disk.
113 * @return TRUE if the page has been successfully swapped. Otherwise it
114 * returns FALSE.
115 */
116 bool swapToDisk();
117 /**
118 * Restore a previously swapped page into memory.
119 * @return TRUE if the page has been successfully restored. Otherwise
120 * it returns FALSE.
121 */
122 bool restoreIntoMemory();
123
124 /**
125 * @return the page instance.
126 */
127 Page* page() const {return _page;}
128 /**
129 * @return the next instance.
130 */
131 CacheEntry* next() const {return _next;}
132 /**
133 * @return the previous instance.
134 */
135 CacheEntry* previous() const {return _previous;}
136 /**
137 * @return TRUE if the page is currently swapped on disk. Otherwise
138 * returns FALSE.
139 */
140 bool isSwapped() const
141 {return _tempFile ? true : false;}
142 };
143 #endif /* _CACHE_H_ */
144
145 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8: */
146
0 /*
1 * colors.h (C) 2006-2008, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: colors.h 136 2008-01-30 17:15:49Z ap2c $
18 *
19 */
20 #ifndef _COLORS_H_
21 #define _COLORS_H_
22
23 #ifndef DISABLE_BLACKOPTIM
24
25 class Page;
26
27 /**
28 * Optimize the black channel.
29 * Transform red, green and cyan dots in a black dot and remove red, green or
30 * cyan dot if a black dot is present.
31 */
32 extern void applyBlackOptimization(Page* page);
33
34 #endif /* DISABLE_BLACKOPTIM */
35 #endif /* _COLORS_H_ */
36
37 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8: */
38
00 /*
1 * compress.h (C) 2006, Aurélien Croc (AP²C)
1 * compress.h (C) 2006-2008, Aurélien Croc (AP²C)
22 *
33 * This program is free software; you can redistribute it and/or modify
44 * it under the terms of the GNU General Public License as published by
1414 * Free Software Foundation, Inc.,
1515 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
1616 *
17 * $Id: compress.h 1 2006-08-26 03:31:31Z ap2c $
18 *
17 * $Id: compress.h 127 2008-01-28 17:52:50Z ap2c $
18 *
1919 */
20 #ifndef COMPRESS_H_
21 #define COMPRESS_H_
20 #ifndef _COMPRESS_H_
21 #define _COMPRESS_H_
2222
23 struct BandArray {
24 unsigned char *array;
25 unsigned char *next;
26 unsigned char *prev;
27 };
23 class Page;
24 class Request;
2825
29 extern int compressBand(struct BandArray *bandArray, unsigned char *inputBand,
30 unsigned long bandWidth, unsigned long bandHeight);
31 extern int calcOccurs(unsigned char *band, unsigned long bandHeight,
32 unsigned long bandWidth, unsigned long number);
26 extern bool compressPage(const Request& request, Page* page);
3327
34 #endif
28 #endif /* _COMPRESS_H_ */
3529
30 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8: */
31
0 /*
1 * core.h (C) 2006-2008, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: core.h 119 2008-01-22 23:06:29Z ap2c $
18 *
19 */
20 #ifndef _CORE_H_
21 #define _CORE_H_
22
23 #endif /* _CORE_H_ */
24
25 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8: */
26
00 /*
1 * document.h (C) 2006, Aurélien Croc (AP²C)
1 * document.h (C) 2006-2008, Aurélien Croc (AP²C)
22 *
33 * This program is free software; you can redistribute it and/or modify
44 * it under the terms of the GNU General Public License as published by
1414 * Free Software Foundation, Inc.,
1515 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
1616 *
17 * $Id: document.h 39 2006-11-11 17:26:51Z ap2c $
17 * $Id: document.h 137 2008-01-31 14:41:36Z ap2c $
1818 *
1919 */
20 #ifndef DOCUMENT_H_
21 #define DOCUMENT_H_
20 #ifndef _DOCUMENT_H_
21 #define _DOCUMENT_H_
2222
23 #include <stdio.h>
24 #include "printer.h"
23 #include <cups/raster.h>
2524
25 class Page;
26 class Request;
27
28 /**
29 * @brief This class converts the job into usable pages.
30 *
31 * Two main methods permits to get a bitmap page (used by the compression
32 * algorithms) and to get the compressed pages (used by the QPDL render).
33 */
2634 class Document
2735 {
28 public:
29 Document() {};
30 virtual ~Document() {};
36 protected:
37 cups_raster_t* _raster;
38 unsigned long _currentPage;
39 bool _lastPage;
3140
32 public:
33 virtual void unload() = 0;
34 virtual int load() = 0;
35 virtual int loadPage(Printer *printer) = 0;
36 virtual int readLine() = 0;
41 public:
42 /**
43 * Initialize the instance.
44 */
45 Document();
46 /**
47 * Destroy the instance.
48 */
49 virtual ~Document();
3750
38 public:
39 virtual unsigned long width() const = 0;
40 virtual unsigned long height() const = 0;
41 virtual unsigned long lineSize() const = 0;
42 virtual unsigned char* lineBuffer() const = 0;
43 virtual unsigned long page() const = 0;
51 public:
52 /**
53 * Load the file which contains the job.
54 * The file have to be opened on the file descriptor 0 (STDIN_FILENO)
55 * and be formatted as CUPS Raster.
56 * @param request the request instance
57 * @return TRUE if it has been successfully opened. Otherwise it
58 * returns FALSE.
59 */
60 bool load(const Request& request);
4461
45 public:
46 virtual bool isColor() const = 0;
62 /**
63 * Load the next page into memory and store all the needed information
64 * in a @ref Page instance.
65 * If the page is empty, it means there is no more pages (check the
66 * @ref noMorePages method) or there is an error.
67 * @param request the request instance
68 * @return a @ref Page instance containing the current page.
69 */
70 Page* getNextRawPage(const Request& request);
71 /**
72 * @return the number of pages or 0 if its number is not yet known.
73 */
74 unsigned long numberOfPages() const
75 {return _lastPage ? _currentPage - 1: 0;}
4776 };
4877
49 #endif /* DOCUMENT_H_ */
78 #endif /* _DOCUMENT_H_ */
5079
80 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8: */
81
0 /*
1 * errlog.h (C) 2006-2008, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: errlog.h 221 2008-06-14 23:03:24Z ap2c $
18 *
19 */
20 #ifndef _ERRLOG_H_
21 #define _ERRLOG_H_
22
23 #include <stdio.h>
24
25 #define _(X) X
26
27 #ifdef DEBUG
28 # define ERRORMSG(X, args ...) fprintf(stderr, "ERROR: " X "\n", ##args);
29 # define WARNMSG(X, args ...) fprintf(stderr, "WARNING: " X "\n", ##args);
30 # define DEBUGMSG(X, args ...) fprintf(stderr, "DEBUG: " X "\n", ##args);
31 #else
32 # define ERRORMSG(X, args ...) fprintf(stderr, "ERROR: SpliX " X "\n", ##args);
33 # define WARNMSG(X, args ...) fprintf(stderr, "WARNING: SpliX " X "\n", ##args);
34 # define DEBUGMSG(X, args ...) fprintf(stderr, "DEBUG: SpliX " X "\n", ##args);
35 #endif /* DEBUG */
36
37 #endif /* _ERRLOG_H_ */
38
39 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8: */
40
+0
-34
include/error.h less more
0 /*
1 * error.h (C) 2006, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: error.h 1 2006-08-26 03:31:31Z ap2c $
18 *
19 */
20 #ifndef ERROR_H_
21 #define ERROR_H_
22
23 #include <stdio.h>
24
25 #define _(X) X
26
27 #define ERROR(X, args ...) fprintf(stderr, "" X "\n", ##args);
28 //#define DEBUG(X, args ...) fprintf(stderr, "" X "\n", ##args);
29 #define DEBUG(X, args ...)
30
31
32 #endif /* ERROR_H_ */
33
0 /*
1 * options.h (C) 2006-2008, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: options.h 190 2008-02-10 15:30:10Z ap2c $
18 *
19 */
20 #ifndef _OPTIONS_H_
21 #define _OPTIONS_H_
22
23 #ifdef DISABLE_JBIG
24 bool opt_jbig = false;
25 #else
26 bool opt_jbig = true;
27 #endif /* DISABLE_JBIG */
28
29 #ifdef DISABLE_THREADS
30 bool opt_threads = false;
31 #define THREADS 0
32 #define CACHESIZE 0
33 #else
34 bool opt_threads = true;
35 #endif /* DISABLE_THREADS */
36
37 #ifdef DISABLE_BLACKOPTIM
38 bool opt_blackoptim = false;
39 #else
40 bool opt_blackoptim = true;
41 #endif /* DISABLE_BLACKOPTIM */
42
43 #endif /* _OPTIONS_H_ */
44
45 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8: */
46
0 /*
1 * page.h (C) 2006-2008, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: page.h 186 2008-02-09 16:18:52Z ap2c $
18 *
19 */
20 #ifndef _PAGE_H_
21 #define _PAGE_H_
22
23 #include <stddef.h>
24
25 class Band;
26
27 /**
28 * @brief This class contains a page representation.
29 *
30 * There are two steps. During the first step, the instance contains the bitmap
31 * representation of the page. During the second step, the bitmap
32 * representation is freed and is replaced by bands representations.
33 * Each band is linked to this instance and will be used by the QPDL render.
34 *
35 * When the page will be compressed this instance have to be sent to the cache
36 * manager for waiting its use by the render code.
37 */
38 class Page
39 {
40 protected:
41 unsigned long _xResolution;
42 unsigned long _yResolution;
43 unsigned long _width;
44 unsigned long _height;
45 unsigned char _colors;
46 unsigned long _pageNr;
47 unsigned long _copiesNr;
48 unsigned long _compression;
49 unsigned char* _planes[4];
50 bool _empty;
51 unsigned long _bandsNr;
52 Band* _firstBand;
53 Band* _lastBand;
54
55 public:
56 /**
57 * Initialize the page instance.
58 */
59 Page();
60 /**
61 * Destroy the instance
62 */
63 virtual ~Page();
64
65 public:
66 /**
67 * Convert a length (given for 72DPI) in the X resolution.
68 * @param f the float to convert.
69 * @return the converted value.
70 */
71 long double convertToXResolution(long double f)
72 {return f * _xResolution / 72.;}
73 /**
74 * Convert a length (given for 72DPI) in the Y resolution.
75 * @param f the float to convert.
76 * @return the converted value.
77 */
78 long double convertToYResolution(long double f)
79 {return f * _yResolution / 72.;}
80
81 /**
82 * Delete all planes registered and free the used memory.
83 * This function has to be called when planes are no longer
84 * used to free the huge amount of memory required for them.
85 */
86 void flushPlanes();
87
88 /**
89 * Make a 180° rotation of the bitmap planes
90 */
91 void rotate();
92
93 public:
94 /**
95 * Set the X resolution.
96 * @param xRes the X resolution
97 */
98 void setXResolution(unsigned long xRes)
99 {_xResolution = xRes;}
100 /**
101 * Set the Y resolution.
102 * @param xRes the Y resolution
103 */
104 void setYResolution(unsigned long yRes)
105 {_yResolution = yRes;}
106 /**
107 * Set the page width.
108 * @param width the page width
109 */
110 void setWidth(unsigned long width)
111 {_width = width;}
112 /**
113 * Set the page height.
114 * @param height the page height
115 */
116 void setHeight(unsigned long height)
117 {_height = height;}
118 /**
119 * Set the number of colors.
120 * @param nr the number of colors
121 */
122 void setColorsNr(unsigned char nr) {_colors = nr;}
123 /**
124 * Set this page number.
125 * @param nr this page number
126 */
127 void setPageNr(unsigned long nr) {_pageNr = nr;}
128 /**
129 * Set the number of copies needed.
130 * @param nr the number of copies to do
131 */
132 void setCopiesNr(unsigned long nr)
133 {_copiesNr = nr;}
134 /**
135 * Set the compression algorithm number to use.
136 * @param nr this compression algorithm number
137 */
138 void setCompression(unsigned long nr)
139 {_compression = nr;}
140 /**
141 * Register a new color plane.
142 * @param color the color number
143 * @param buffer the plane buffer.
144 */
145 void setPlaneBuffer(unsigned char color,
146 unsigned char* buffer)
147 {_planes[color] = buffer; _empty = false;}
148 /**
149 * Register a new band.
150 * Note that band instances will be destroyed when this instance will
151 * be destroyed.
152 * @param band the band instance.
153 */
154 void registerBand(Band *band);
155 /**
156 * Set this page empty.
157 * This is useful in case of compression error.
158 */
159 void setEmpty() {_empty = true;}
160
161 /**
162 * @return the X resolution.
163 */
164 unsigned long xResolution() const {return _xResolution;}
165 /**
166 * @return the Y resolution.
167 */
168 unsigned long yResolution() const {return _yResolution;}
169 /**
170 * @return the page width.
171 */
172 unsigned long width() const {return _width;}
173 /**
174 * @return the page height.
175 */
176 unsigned long height() const {return _height;}
177 /**
178 * @return the number of colors.
179 */
180 unsigned char colorsNr() const {return _colors;}
181 /**
182 * @return this page number.
183 */
184 unsigned long pageNr() const {return _pageNr;}
185 /**
186 * @return the number of copies to do.
187 */
188 unsigned long copiesNr() const {return _copiesNr;}
189 /**
190 * @return the compression algorithm number.
191 */
192 unsigned long compression() const {return _compression;}
193 /**
194 * Get the buffer associated to a plane.
195 * @param color the color plane number.
196 * @return the plane buffer. Otherwise it returns NULL if the color
197 * plane number is incorrect or if there is no plane
198 * associated.
199 */
200 unsigned char* planeBuffer(unsigned char color) const
201 {return color < _colors ? _planes[color] :
202 NULL;}
203 /**
204 * @return TRUE if no planes has been set. Otherwise it returns FALSE.
205 */
206 bool isEmpty() const {return _empty;}
207 /**
208 * @return the first band or NULL if no bands has been registered.
209 */
210 const Band* firstBand() const {return _firstBand;}
211
212 public:
213 /**
214 * Swap this instance on the disk.
215 * @param fd the file descriptor where the instance has to be swapped
216 * @return TRUE if the instance has been successfully swapped.
217 * Otherwise it returns FALSE.
218 */
219 bool swapToDisk(int fd);
220 /**
221 * Restore an instance from the disk into memory.
222 * @param fd the file descriptor where the instance has been swapped
223 * @return a page instance if it has been successfully restored.
224 * Otherwise it returns NULL.
225 */
226 static Page* restoreIntoMemory(int fd);
227 };
228 #endif /* _PAGE_H_ */
229
230 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8: */
231
+0
-72
include/pbmimage.h less more
0 /*
1 * pbmimage.h (C) 2006, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: pbmimage.h 56 2006-12-13 15:20:59Z ap2c $
18 *
19 */
20 #ifndef PBMIMAGE_H_
21 #define PBMIMAGE_H_
22
23 #include <inttypes.h>
24 #include <stdio.h>
25 #include "printer.h"
26 #include "document.h"
27
28 class PbmImage : public Document
29 {
30 protected:
31 const char* _blackFile;
32 const char* _cyanFile;
33 const char* _magentaFile;
34 const char* _yellowFile;
35 FILE* _black;
36 FILE* _cyan;
37 FILE* _magenta;
38 FILE* _yellow;
39
40 uint32_t _width;
41 uint32_t _height;
42 uint32_t _lineSize;
43 uint32_t _line;
44 unsigned char* _lineBuffer;
45
46 bool _color;
47 uint8_t _currentColor;
48
49 public:
50 PbmImage(const char *black, const char *cyan,
51 const char *magenta, const char *yellow);
52 virtual ~PbmImage();
53
54 public:
55 virtual void unload();
56 virtual int load();
57 virtual int loadPage(Printer *printer);
58 virtual int readLine();
59
60 public:
61 virtual unsigned long width() const {return _width;}
62 virtual unsigned long height() const {return _height;}
63 virtual unsigned long lineSize() const {return _lineSize;}
64 virtual unsigned char* lineBuffer() const {return _lineBuffer;}
65
66 public:
67 virtual bool isColor() const {return _color;}
68 };
69
70 #endif /* DOCUMENT_H_ */
71
0 /*
1 * ppdfile.h (C) 2006-2008, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: ppdfile.h 234 2008-10-19 20:41:51Z ap2c $
18 *
19 */
20 #ifndef _PPDFILE_H_
21 #define _PPDFILE_H_
22
23 #include <cups/ppd.h>
24
25 /**
26 * @class PPDFile
27 * @brief This class provides an easy method to manage PPD files.
28 *
29 * This class provides methods to access in a easy way to data contained in PPD
30 * files. During the opening of the file, the PPD version can be compared with
31 * the current project version, default and user values are set as default.
32 * Next, data contained in the ppd file can be manipulated easily with two
33 * methods. The second one (@ref PPDValue::setPreformatted) allows the
34 * use of special bytes in strings.
35 */
36 class PPDFile
37 {
38 public:
39 /**
40 * @brief This class manages a PPD value.
41 *
42 * Use the defined type PPDValue to use this class.
43 *
44 * In a PPD a string can be preformatted to contain unprintable
45 * characters. For that, insert the ASCII number between < and >.
46 * @code
47 * *QPDL beginPJL: "<1B>%-12345X"
48 * @endcode
49 *
50 * To decode these preformatted string, call the @ref setPreformatted
51 * method and read the string.
52 *
53 */
54 class Value {
55 protected:
56 const char* _value;
57 char* _preformatted;
58 const char* _out;
59 float _width;
60 float _height;
61 float _marginX;
62 float _marginY;
63
64 public:
65 /**
66 * Initialize a new instance.
67 */
68 Value();
69 /**
70 * Initialize a new instance with the specified string.
71 * @param value the specified value.
72 */
73 Value(const char *value);
74 /**
75 * Destroy the instance.
76 */
77 virtual ~Value();
78
79 public:
80 /**
81 * Set a string.
82 * @param value the string value.
83 * @return itself.
84 */
85 PPDFile::Value& set(const char *value);
86 /**
87 * Set width, height and X, Y margins
88 * @param width the width.
89 * @param height the height.
90 * @param marginX the X margin.
91 * @param marginY the Y margin.
92 * @return itself.
93 */
94 PPDFile::Value& set(float width, float height, float
95 marginX, float marginY);
96 /**
97 * Specify the represented string is preformatted.
98 * @return itself.
99 */
100 PPDFile::Value& setPreformatted();
101
102 public:
103 /**
104 * @return the width value.
105 */
106 float width() const {return _width;}
107 /**
108 * @return the height value.
109 */
110 float height() const {return _height;}
111 /**
112 * @return the X margin value.
113 */
114 float marginX() const {return _marginX;}
115 /**
116 * @return the Y margin value.
117 */
118 float marginY() const {return _marginY;}
119 /**
120 * @return TRUE if there is no associated string. Otherwise it
121 * returns FALSE.
122 */
123 bool isNull() const {return _out ? false : true;}
124
125 /**
126 * Copy the string into an allocated buffer.
127 * The user has to free the string at the end of its use.
128 * @return a pointer to an allocated buffer containing the
129 * string. If there is no string, it returns NULL.
130 */
131 char* deepCopy() const;
132
133 /**
134 * @return TRUE if the key is set to true, enable, enabled,
135 * yes, 1 or on. Otherwise it returns FALSE.
136 */
137 bool isTrue() const;
138 /**
139 * @return FALSE if the key is set to true, enable, enabled,
140 * yes, 1 or on. Otherwise it returns TRUE.
141 */
142 bool isFalse() const {return !isTrue();}
143
144 /**
145 * @return TRUE if the key is set to true, enable, enabled,
146 * yes, 1 or on. Otherwise it returns FALSE.
147 */
148 operator bool() const {return isTrue();}
149 /**
150 * @return the string pointer.
151 */
152 operator const char*() const {return _out;}
153 /**
154 * @return the unsigned long converted value.
155 */
156 operator unsigned long() const
157 {return _out ? strtol(_out, (char**)NULL, 10) : 0;}
158 /**
159 * @return the long converted value.
160 */
161 operator long() const
162 {return _out ? strtol(_out, (char**)NULL, 10) : 0;}
163 /**
164 * @return the float converted value.
165 */
166 operator float() const
167 {return _out ? strtof(_out, (char**)NULL) : 0;}
168 /**
169 * @return the double converted value.
170 */
171 operator double() const
172 {return _out ? strtod(_out, (char**)NULL) : 0;}
173 /**
174 * @return the long double converted value.
175 */
176 operator long double() const
177 {return _out ? strtold(_out, (char**)NULL) : 0;}
178 /**
179 * Compare the value with a string.
180 * The comparison is case insensitive.
181 * @param val the string to compare to
182 * @return TRUE if the strings are equivalent. Otherwise it
183 * returns FALSE.
184 */
185 bool operator == (const char* val) const;
186 /**
187 * Compare the value with a string.
188 * The comparison is case insensitive.
189 * @param val the string to compare to
190 * @return TRUE if the strings are different. Otherwise it
191 * returns FALSE.
192 */
193 bool operator != (const char* val) const;
194 /**
195 * Assignment operator.
196 * @param val the specified value.
197 */
198 void operator = (const Value &val);
199 };
200
201 protected:
202 ppd_file_t* _ppd;
203
204 public:
205 /**
206 * Initialize a new PPDFile instance.
207 */
208 PPDFile();
209 /**
210 * Destroy the instance.
211 * the PPD file will be closed if it was opened.
212 */
213 virtual~ PPDFile();
214
215 public:
216 /**
217 * Open a PPD file and check its integrity.
218 * @param file the file path and name
219 * @param version the current SpliX version
220 * @param useropts the user options
221 * @return TRUE if the PPD has been successfully opened. Otherwise it
222 * returns false.
223 */
224 bool open(const char *file, const char *version,
225 const char *useropts = "");
226 /**
227 * Close a previously opened PPD file.
228 */
229 void close();
230
231 public:
232 /**
233 * Get the string associated to a key or a key and a group.
234 * @param name the key name
235 * @param opt the name of the group if the key is in the group.
236 * Otherwise it must be set to NULL
237 * @return a PPDValue instance containing the string or NULL if the key
238 * or the group/key doesn't exists or if there is no data
239 * associated.
240 */
241 Value get(const char *name, const char *opt=NULL);
242 /**
243 * Get the page size information.
244 * @param name the page format name
245 * @return a PPDValue instance containing the width and the height of
246 * the page format requested.
247 */
248 Value getPageSize(const char *name);
249 };
250
251 /**
252 * Represent a PPD value
253 */
254 typedef PPDFile::Value PPDValue;
255
256
257 #endif /* _PPDFILE_H_ */
258
259 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8: */
260
00 /*
1 * printer.h (C) 2006, Aurélien Croc (AP²C)
1 * printer.h (C) 2006-2008, Aurélien Croc (AP²C)
22 *
33 * This program is free software; you can redistribute it and/or modify
44 * it under the terms of the GNU General Public License as published by
1414 * Free Software Foundation, Inc.,
1515 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
1616 *
17 * $Id: printer.h 65 2006-12-14 01:39:35Z ap2c $
17 * $Id: printer.h 242 2008-11-24 00:12:22Z ap2c $
1818 *
1919 */
20 #ifndef PRINTER_H_
21 #define PRINTER_H_
20 #ifndef _PRINTER_H_
21 #define _PRINTER_H_
2222
23 #include <cups/ppd.h>
24 #include <stdlib.h>
23 class Request;
2524
26 class Printer
25 /**
26 * @brief This class contains all the needed information about the printer.
27 *
28 * This class is mainly used by the QPDL render.
29 */
30 class Printer
2731 {
28 protected:
29 ppd_file_t* _ppd;
32 protected:
33 char* _manufacturer;
34 char* _model;
35 char* _beginPJL;
36 char* _endPJL;
3037
31 const char* _username;
32 const char* _jobname;
33
34 unsigned long _xresolution;
35 unsigned long _yresolution;
36 unsigned char _paperType;
37 unsigned char _paperSource;
38 unsigned short _duplex;
38 bool _color;
39 unsigned long _qpdlVersion;
40 unsigned long _bandHeight;
41 unsigned long _packetSize;
3942
40 unsigned char _compVersion;
43 unsigned char _paperType;
44 unsigned char _paperSource;
4145
42 unsigned short _bandHeight;
43 long double _printableX;
44 long double _printableY;
45 long double _pageSizeX;
46 long double _pageSizeY;
47 long double _marginX;
48 long double _marginY;
49 long double _areaX;
50 long double _areaY;
46 float _paperWidth;
47 float _paperHeight;
48
49 unsigned char _unknownByte1;
50 unsigned char _unknownByte2;
51 unsigned char _unknownByte3;
5152
52 char* _docHeaderValues;
53 bool _color;
54 unsigned char _qpdlVersion;
55
56 protected:
57 long double _convertX(long double d) const;
58 long double _convertY(long double d) const;
59 char* _convertStr(const char *str) const;
53 float _pageWidth;
54 float _pageHeight;
6055
61 public:
62 Printer(ppd_file_t* ppd);
63 ~Printer();
56 float _hardMarginX;
57 float _hardMarginY;
6458
65 void newJob(FILE *output);
66 void endJob(FILE *output);
59 public:
60 /**
61 * Initialize a new instance.
62 */
63 Printer();
64 /**
65 * Destroy the instance and free the internal memory used.
66 */
67 virtual ~Printer();
6768
68 public:
69 void setPageSizeX(long double f) {_pageSizeX = f;}
70 void setPageSizeY(long double f) {_pageSizeY = f;}
71 void setMarginX(long double f) {_marginX = f;}
72 void setMarginY(long double f) {_marginY = f;}
73 void setAreaX(long double f) {_areaX = f;}
74 void setAreaY(long double f) {_areaY = f;}
75 void setResolution(unsigned long xres, unsigned long
76 yres)
77 {_xresolution = xres; _yresolution = yres;}
78 void setPrintableX(long double f) {_printableX = f;}
79 void setPrintableY(long double f) {_printableY = f;}
80 void setCompVersion(unsigned char v)
81 {_compVersion = v;}
82 void setUsername(const char *user)
83 {_username = user;}
84 void setJobName(const char *job) {_jobname = job;}
69 public:
70 /**
71 * Load the printer configuration requested.
72 * @return TRUE if the information have been successfully loaded.
73 * Otherwise it returns FALSE.
74 */
75 bool loadInformation(const Request& request);
8576
86 long double pageSizeX() const
87 {return _convertX(_pageSizeX);}
88 long double pageSizeY() const
89 {return _convertY(_pageSizeY);}
90 long double marginX() const
91 {return _convertX(_marginX);};
92 long double marginY() const
93 {return _convertY(_marginY);};
94 long double areaX() const
95 {return _convertX(_areaX);}
96 long double areaY() const
97 {return _convertY(_areaY);}
98 unsigned long printableX() const
99 {return (unsigned long)_convertX(_printableX);}
100 unsigned long printableY() const
101 {return (unsigned long)_convertY(_printableY);}
102 unsigned long resolutionX() const {return _xresolution;}
103 unsigned long resolutionY() const {return _yresolution;}
104 unsigned long bandHeight() const {return _bandHeight;}
77 /**
78 * Send the PJL header.
79 * The PJL header will be sent to STDOUT. Like the other methods which
80 * send data to the printer, if you need to redirect the data to
81 * somewhere else, use the freopen function to redirect STDOUT.
82 * @return TRUE if it succeed. Otherwise it returns FALSE.
83 */
84 bool sendPJLHeader(const Request& request) const;
85 /**
86 * Send the PJL footer.
87 * The PJL footer will be sent to STDOUT.
88 * @return TRUE if it succeed. Otherwise it returns FALSE.
89 */
90 bool sendPJLFooter(const Request& request) const;
10591
106 unsigned char paperType() const {return _paperType;}
107 unsigned char paperSource() const {return _paperSource;}
108 unsigned short duplex() const {return _duplex;}
109 unsigned char compVersion() const {return _compVersion;}
92 public:
93 /**
94 * @return the manufacturer name.
95 */
96 const char* manufacturer() const {return _manufacturer;}
97 /**
98 * @return the model name.
99 */
100 const char* model() const {return _model;}
101 /**
102 * @return the height of a band.
103 */
104 unsigned long bandHeight() const {return _bandHeight;}
105 /**
106 * @return the maximum size of a packet.
107 */
108 unsigned long packetSize() const {return _packetSize;}
109 /**
110 * @return the QPDL version.
111 */
112 unsigned long qpdlVersion() const {return _qpdlVersion;}
113 /**
114 * @return TRUE if this printer is a color printer. Otherwise it returns
115 * FALSE.
116 */
117 bool color() const {return _color;}
118 /**
119 * @return the paper source.
120 */
121 unsigned char paperSource() const {return _paperSource;}
122 /**
123 * @return the page width.
124 */
125 float pageWidth() const {return _pageWidth;}
126 /**
127 * @return the page height.
128 */
129 float pageHeight() const {return _pageHeight;}
130 /**
131 * @return the paper type.
132 */
133 unsigned char paperType() const {return _paperType;}
134 /**
135 * @return the unknown byte 1
136 */
137 unsigned char unknownByte1() const {return _unknownByte1;}
138 /**
139 * @return the unknown byte 2
140 */
141 unsigned char unknownByte2() const {return _unknownByte2;}
142 /**
143 * @return the unknown byte 3
144 */
145 unsigned char unknownByte3() const {return _unknownByte3;}
146 /**
147 * @return the hard margin of the printer in the X direction.
148 */
149 float hardMarginX() const {return _hardMarginX;}
150 /**
151 * @return the hard margin of the printer in the Y direction.
152 */
153 float hardMarginY() const {return _hardMarginY;}
110154
111 char docHeaderValues(unsigned long val) const
112 {return _docHeaderValues[val];}
113
114 bool isColorPrinter() const {return _color;}
115 unsigned char qpdlVersion() const {return _qpdlVersion;}
116155 };
117156
118 #endif /* PRINTER_H_ */
157 #endif /* _PRINTER_H_ */
119158
159 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8: */
160
0 /*
1 * qpdl.h (C) 2006-2008, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: qpdl.h 152 2008-02-02 21:00:53Z ap2c $
18 *
19 */
20 #ifndef _QPDL_H_
21 #define _QPDL_H_
22
23 class Request;
24 class Page;
25
26 /**
27 * Render a page and send the result to STDOUT.
28 * If the output needs to be redirected to a file, please use the
29 * freopen function to redirect the output to a specific place.
30 * @param request the request instance
31 * @param page the page instance
32 * @param lastPage set to TRUE if it's the last page (only used with manual
33 * duplex)
34 * @return TRUE if the page has been rendered into QPDL. Otherwise it returns
35 * FALSE.
36 */
37 extern bool renderPage(const Request& request, Page* page, bool lastPage=false);
38 #endif /* _QPDL_H_ */
39
40 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8: */
41
+0
-78
include/raster.h less more
0 /*
1 * raster.h (C) 2006, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: raster.h 45 2006-11-26 03:15:59Z ap2c $
18 *
19 */
20 #ifndef RASTER_H_
21 #define RASTER_H_
22
23 #include "document.h"
24 #include <cups/raster.h>
25
26 class Raster : public Document
27 {
28 protected:
29 const char* _jobId;
30 const char* _user;
31 const char* _title;
32 const char* _copies;
33 const char* _options;
34 const char* _file;
35 int _fd;
36
37 cups_raster_t* _ras;
38 cups_page_header_t _header;
39
40 unsigned long _width;
41 unsigned long _height;
42 unsigned long _lineSize;
43 unsigned long _line;
44 unsigned long _page;
45 unsigned long _totalLines;
46
47 bool _color;
48
49
50 unsigned char* _lineBuffer;
51
52 public:
53 Raster(const char *job, const char *user, const char *title,
54 const char *copies, const char *options,
55 const char *file);
56 virtual ~Raster();
57
58 public:
59 virtual void unload();
60 virtual int load();
61 virtual int loadPage(Printer *printer);
62
63 virtual int readLine();
64
65 public:
66 virtual unsigned long width() const {return _width;}
67 virtual unsigned long height() const {return _height;}
68 virtual unsigned long lineSize() const {return _lineSize;}
69 virtual unsigned char* lineBuffer() const {return _lineBuffer;}
70 virtual unsigned long page() const {return _page;}
71
72 public:
73 virtual bool isColor() const {return _color;}
74 };
75
76 #endif /* RASTER_H_ */
77
0 /*
1 * rendering.h (C) 2006-2008, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: rendering.h 151 2008-02-02 20:21:34Z ap2c $
18 *
19 */
20 #ifndef _RENDERING_H_
21 #define _RENDERING_H_
22
23 class Request;
24
25 /**
26 * Render the request.
27 * @param request the request
28 * @return TRUE if the request has been successfully rendered. Otherwise it
29 * returns FALSE.
30 */
31 extern bool render(Request& request);
32
33 #endif /* _RENDERING_H_ */
34
35 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8: */
36
0 /*
1 * request.h (C) 2006-2008, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: request.h 151 2008-02-02 20:21:34Z ap2c $
18 *
19 */
20 #ifndef _REQUEST_H_
21 #define _REQUEST_H_
22
23 #include "printer.h"
24
25 class PPDFile;
26
27 /**
28 * @brief This class contains all the information about the requested job.
29 *
30 * During the job information loading, this class will instantiate @ref Printer
31 * and initialize it to have information on the printer which will be used to
32 * print the job.
33 * This instance is mainly used by the QPDL render.
34 */
35 class Request
36 {
37 public:
38 /**
39 * List the duplex modes.
40 */
41 enum Duplex {
42 /** Simplex mode. */
43 Simplex,
44 /** Duplex mode by the long edge. */
45 LongEdge,
46 /** Duplex mode by the short edge. */
47 ShortEdge,
48 /** Manual duplex mode by the long edge. */
49 ManualLongEdge,
50 /** Manual duplex mode by the short edge. */
51 ManualShortEdge,
52 };
53
54 protected:
55 PPDFile* _ppd;
56
57 const char* _username;
58 const char* _jobname;
59 const char* _jobtitle;
60 unsigned long _copiesNr;
61
62 Printer _printer;
63
64 Duplex _duplex;
65 bool _reverseDuplex;
66
67 public:
68 /**
69 * Initialize the instance.
70 */
71 Request();
72 /**
73 * Destroy the instance.
74 */
75 virtual ~Request();
76
77 public:
78 /**
79 * Load a new request.
80 * @param ppd the PPDfile instance
81 * @param jobname the job ID
82 * @param username the name of the user which make this job
83 * @param jobtitle the job title
84 * @param copiesNr the number of copies to print
85 * @return TRUE if the request has been successfully loaded. Otherwise
86 * it returns FALSE.
87 */
88 bool loadRequest(PPDFile* ppd,
89 const char *jobname, const char *username,
90 const char *jobtitle,
91 unsigned long copiesNr);
92
93 public:
94 /**
95 * Update the duplex mode.
96 */
97 void setDuplex (Duplex duplex) {_duplex = duplex;}
98
99 /**
100 * @return the PPDFile instance.
101 */
102 PPDFile* ppd() const {return _ppd;}
103 /**
104 * @return the printer instance.
105 */
106 const Printer* printer() const {return &_printer;}
107 /**
108 * @return the duplex mode.
109 */
110 Duplex duplex() const {return _duplex;}
111 /**
112 * @return TRUE if it's a reversed duplex. Otherwise it returns FALSE.
113 */
114 bool reverseDuplex() const {return _reverseDuplex;}
115 /**
116 * @return the user name.
117 */
118 const char* userName() const {return _username;}
119 /**
120 * @return the job name.
121 */
122 const char* jobName() const {return _jobname;}
123 /**
124 * @return the job title.
125 */
126 const char* jobTitle() const {return _jobtitle;}
127
128 };
129
130 #endif /* _REQUEST_H_ */
131
132 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8: */
133
0 /*
1 * semaphore.h (C) 2007-2008, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: semaphore.h 138 2008-01-31 14:42:24Z ap2c $
18 *
19 */
20 #ifndef _SEMAPHORE_H_
21 #define _SEMAPHORE_H_
22
23 #ifndef DISABLE_THREADS
24
25 #include <pthread.h>
26
27 /**
28 * @brief This class provides the semaphore mechanism.
29 */
30 class Semaphore {
31 protected:
32 unsigned long _counter;
33 pthread_mutex_t _lock;
34 pthread_cond_t _cond;
35
36 bool _mutex;
37
38 public:
39 /**
40 * Initialize the Semaphore instance.
41 * The value of the internal counter will be initialized to 1.
42 */
43 Semaphore();
44 /**
45 * Initialize the Semaphore instance by specifying the value of the
46 * internal counter.
47 * @param counter the initial value of the internal counter.
48 */
49 Semaphore(unsigned long counter);
50 /**
51 * Destroy the instance.
52 */
53 virtual ~Semaphore();
54
55 public:
56 /**
57 * Use the semaphore as a mutex and lock it.
58 */
59 void lock();
60 /**
61 * Use th semaphore as a mutex and unlock it.
62 */
63 void unlock();
64
65 /**
66 * Decrement the semaphore.
67 */
68 Semaphore& operator --(int);
69 /**
70 * Increment the semaphore.
71 */
72 Semaphore& operator ++(int);
73 };
74
75 #endif /* DISABLE_THREADS */
76
77 #endif /* _SEMAPHORE_H_ */
78
79 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8: */
80
+0
-57
include/spl2.h less more
0 /*
1 * spl2.h (C) 2006, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: spl2.h 45 2006-11-26 03:15:59Z ap2c $
18 *
19 */
20 #ifndef SPL2_H_
21 #define SPL2_H_
22
23 #include <stdio.h>
24
25 class Document;
26 class Printer;
27 class Task;
28 class Band;
29
30 class SPL2
31 {
32 protected:
33 FILE* _output;
34 Printer* _printer;
35
36 protected:
37 int _writeColorBand(Band *band, int color);
38
39 public:
40 SPL2();
41 ~SPL2();
42
43 public:
44 void setOutput(FILE* output) {_output = output;}
45 void setPrinter(Printer *printer) {_printer=printer;}
46
47 public:
48 int beginDocument();
49 int closeDocument();
50
51 int printPage(Document *document,
52 unsigned long nrCopies);
53 };
54
55 #endif /* SPL2_H_ */
56
0 /*
1 * version.h (C) 2006-2008, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: version.h 256 2008-11-30 14:20:22Z ap2c $
18 *
19 */
20 #ifndef _VERSION_H_
21 #define _VERSION_H_
22
23 #define PPDVERSION "SpliX V. 2.0.0"
24 #define VERSION "2.0.0"
25
26 #endif /* _VERSION_H_ */
27
28 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8: */
29
0 #
1 # module.mk (C) 2007-2008, Aurélien Croc (AP²C)
2 #
3 # Compilation file for SpliX
4 #
5 # Options: DISABLE_JBIG
6 # DISABLE_THREADS
7 # DISABLE_BLACKOPTIM
8 # Compilation option:
9 # V=1 Verbose mode
10 # DESTDIR=xxx Change the destination directory prefix
11
12 MODE := optimized
13
14 SUBDIRS += src
15 TARGETS := rastertoqpdl pstoqpdl
16 PRE_GENERIC_TARGETS := optionList
17
18
19 # Default options
20 THREADS ?= 2
21 CACHESIZE ?= 30
22 DISABLE_JBIG ?= 0
23 DISABLE_THREADS ?= 0
24 DISABLE_BLACKOPTIM ?= 0
25
26
27 # Flags
28 CXXFLAGS += `cups-config --cflags` -Iinclude -Wall -I/opt/local/include
29 DEBUG_CXXFLAGS += -DDEBUG -DDUMP_CACHE
30 OPTIM_CXXFLAGS += -g
31 rastertoqpdl_LDFLAGS := `cups-config --ldflags` -L/opt/local/lib
32 rastertoqpdl_LIBS := `cups-config --libs` -lcupsimage
33 pstoqpdl_LDFLAGS := `cups-config --ldflags`
34 pstoqpdl_LIBS := `cups-config --libs` -lcupsimage
35
36
37 # Update compilation flags with defined options
38 ifneq ($(DISABLE_THREADS),0)
39 CXXFLAGS += -DDISABLE_THREADS
40 else
41 CXXFLAGS += -DTHREADS=$(THREADS) -DCACHESIZE=$(CACHESIZE)
42 endif
43 ifneq ($(DISABLE_JBIG),0)
44 CXXFLAGS += -DDISABLE_JBIG
45 else
46 rastertoqpdl_LIBS += -ljbig
47 endif
48 ifneq ($(DISABLE_BLACKOPTIM),0)
49 CXXFLAGS += -DDISABLE_BLACKOPTIM
50 endif
51
52
53 # Get some information
54 CUPSFILTER := `cups-config --serverbin`/filter
55 CUPSPPD := `cups-config --datadir`/model
56 ifeq ($(ARCHI),Darwin)
57 PSTORASTER := pstocupsraster
58 else
59 PSTORASTER := pstoraster
60 endif
61 export CUPSFILTER CUPSPPD
62
63
64 # Specific information needed by pstoqpdl
65 src_pstoqpdl_cpp_FLAGS := -DRASTERDIR=\"$(CUPSFILTER)\"
66 src_pstoqpdl_cpp_FLAGS += -DRASTERTOQPDL=\"rastertoqpdl\"
67 src_pstoqpdl_cpp_FLAGS += -DPSTORASTER=\"$(PSTORASTER)\"
68 src_pstoqpdl_cpp_FLAGS += -DCUPSPPD=\"$(CUPSPPD)\"
69
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/core.d $(BUILDDIR)/src/core.o: src/core.cpp include/core.h
1
2 include/core.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 *PPD-Adobe: "4.3"
1 *% PPD file for 1100 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: English
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "1100.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Dell"
12 *ModelName: "Dell 1100"
13 *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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL ManualDuplex: "On"
31 *QPDL QPDLVersion: "1"
32 *General DocHeaderValues: "<0><0><0>"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
140 *OpenUI *InputSlot/Media Source: PickOne
141 *OrderDependency: 10.0 AnySetup *InputSlot
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Automatic Selection: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Manual Feed: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Paper Type: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Use Printer Default: ""
150 *MediaType NORMAL/Plain Paper: ""
151 *MediaType THICK/Thick Paper: ""
152 *MediaType THIN/Thin Paper: ""
153 *MediaType BOND/Bond: ""
154 *MediaType OHP/Transparency: ""
155 *MediaType CARD/Card Stock: ""
156 *MediaType LABEL/Label: ""
157 *MediaType USED/Preprinted: ""
158 *MediaType COLOR/Colored Paper: ""
159 *MediaType ENV/Envelope: ""
160 *MediaType COTTON/Cotton: ""
161 *MediaType RECYCLED/Recycled: ""
162 *MediaType ARCHIVE/Archive: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Air pressure: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Low: ""
168 *Altitude HIGH/High: ""
169 *CloseUI: *Altitude
170 *OpenUI *ColorModel/Color Mode: PickOne
171 *OrderDependency: 10.0 AnySetup *ColorModel
172 *DefaultColorModel: Gray
173 *ColorModel Gray/Grayscale: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 13>>setpagedevice"
174 *CloseUI: *ColorModel
175 *OpenUI *Resolution: PickOne
176 *OrderDependency: 10.0 AnySetup *Resolution
177 *DefaultResolution: 600dpi
178 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
179 *Resolution 300dpi/300 DPI: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
180 *CloseUI: *Resolution
181 *OpenUI *PowerSave/Power Save: PickOne
182 *OrderDependency: 10.0 AnySetup *PowerSave
183 *DefaultPowerSave: 5
184 *PowerSave False/Off: ""
185 *PowerSave 5/5 Minutes: ""
186 *PowerSave 10/10 Minutes: ""
187 *PowerSave 15/15 Minutes: ""
188 *PowerSave 30/30 Minutes: ""
189 *PowerSave 45/45 Minutes: ""
190 *PowerSave 60/1 Hour: ""
191 *CloseUI: *PowerSave
192 *OpenUI *TonerDensity/Toner Density: PickOne
193 *OrderDependency: 10.0 AnySetup *TonerDensity
194 *DefaultTonerDensity: 3
195 *TonerDensity 1/Light: ""
196 *TonerDensity 3/Medium: ""
197 *TonerDensity 5/Dark: ""
198 *CloseUI: *TonerDensity
199 *OpenUI *EconoMode/Toner Save: PickOne
200 *OrderDependency: 10.0 AnySetup *EconoMode
201 *DefaultEconoMode: 0
202 *EconoMode 0/Use Printer Default: ""
203 *EconoMode ON/Save: ""
204 *EconoMode OFF/Standard: ""
205 *CloseUI: *EconoMode
206 *OpenUI *JamRecovery/Reprint When Jam: Boolean
207 *OrderDependency: 10.0 AnySetup *JamRecovery
208 *DefaultJamRecovery: False
209 *JamRecovery False/Off: ""
210 *JamRecovery True/On: ""
211 *CloseUI: *JamRecovery
212 *OpenUI *Duplex/2-Sided Printing: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Off (1-Sided): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Long-Edge (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Short-Edge (Landscape): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
219 *DefaultFont: Courier
220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
224 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
225 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
226 *Font Bookman-Light: Standard "(1.05)" Standard ROM
227 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
228 *Font Courier: Standard "(1.05)" Standard ROM
229 *Font Courier-Bold: Standard "(1.05)" Standard ROM
230 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
231 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
232 *Font Helvetica: Standard "(1.05)" Standard ROM
233 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
234 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
244 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
245 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
247 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
248 *Font Symbol: Special "(001.005)" Special ROM
249 *Font Times-Bold: Standard "(1.05)" Standard ROM
250 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
251 *Font Times-Italic: Standard "(1.05)" Standard ROM
252 *Font Times-Roman: Standard "(1.05)" Standard ROM
253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
254 *Font ZapfDingbats: Special "(001.005)" Special ROM
255 *% End of 1100.ppd, 13586 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for 1100 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: French
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "1100.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Dell"
12 *ModelName: "Dell 1100"
13 *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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL ManualDuplex: "On"
31 *QPDL QPDLVersion: "1"
32 *General DocHeaderValues: "<0><0><0>"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Sélection automatique: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Manuel: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Type de support: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Utiliser la configuration imprimante: ""
150 *MediaType NORMAL/Papier ordinaire: ""
151 *MediaType THICK/Papier épais: ""
152 *MediaType THIN/Papier fin: ""
153 *MediaType BOND/Papier Bond: ""
154 *MediaType OHP/Transparent: ""
155 *MediaType CARD/Papier cartonné: ""
156 *MediaType LABEL/Étiquette: ""
157 *MediaType USED/Papier pré-imprimé: ""
158 *MediaType COLOR/Couleur: ""
159 *MediaType ENV/Enveloppe: ""
160 *MediaType COTTON/Coton: ""
161 *MediaType RECYCLED/Papier recyclé: ""
162 *MediaType ARCHIVE/Archive: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Pression de l'air: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Faible: ""
168 *Altitude HIGH/Forte: ""
169 *CloseUI: *Altitude
170 *OpenUI *ColorModel/Mode couleur: PickOne
171 *OrderDependency: 10.0 AnySetup *ColorModel
172 *DefaultColorModel: Gray
173 *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 13>>setpagedevice"
174 *CloseUI: *ColorModel
175 *OpenUI *Resolution: PickOne
176 *OrderDependency: 10.0 AnySetup *Resolution
177 *DefaultResolution: 600dpi
178 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
179 *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
180 *CloseUI: *Resolution
181 *OpenUI *PowerSave/Économie d'énergie: PickOne
182 *OrderDependency: 10.0 AnySetup *PowerSave
183 *DefaultPowerSave: 5
184 *PowerSave False/Désactivé: ""
185 *PowerSave 5/5 minutes: ""
186 *PowerSave 10/10 minutes: ""
187 *PowerSave 15/15 minutes: ""
188 *PowerSave 30/30 minutes: ""
189 *PowerSave 45/45 minutes: ""
190 *PowerSave 60/1 heure: ""
191 *CloseUI: *PowerSave
192 *OpenUI *TonerDensity/Densité de toner: PickOne
193 *OrderDependency: 10.0 AnySetup *TonerDensity
194 *DefaultTonerDensity: 3
195 *TonerDensity 1/Clair: ""
196 *TonerDensity 3/Normal: ""
197 *TonerDensity 5/Sombre: ""
198 *CloseUI: *TonerDensity
199 *OpenUI *EconoMode/Économie de toner: PickOne
200 *OrderDependency: 10.0 AnySetup *EconoMode
201 *DefaultEconoMode: 0
202 *EconoMode 0/Utiliser la configuration imprimante: ""
203 *EconoMode ON/Économiser: ""
204 *EconoMode OFF/Standard: ""
205 *CloseUI: *EconoMode
206 *OpenUI *JamRecovery/Réimpression si bourrage: Boolean
207 *OrderDependency: 10.0 AnySetup *JamRecovery
208 *DefaultJamRecovery: False
209 *JamRecovery False/Désactivé: ""
210 *JamRecovery True/Oui: ""
211 *CloseUI: *JamRecovery
212 *OpenUI *Duplex/Impression recto-verso: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Simple (recto): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Côté long (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Côté court (Paysage): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
219 *DefaultFont: Courier
220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
224 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
225 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
226 *Font Bookman-Light: Standard "(1.05)" Standard ROM
227 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
228 *Font Courier: Standard "(1.05)" Standard ROM
229 *Font Courier-Bold: Standard "(1.05)" Standard ROM
230 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
231 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
232 *Font Helvetica: Standard "(1.05)" Standard ROM
233 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
234 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
244 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
245 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
247 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
248 *Font Symbol: Special "(001.005)" Special ROM
249 *Font Times-Bold: Standard "(1.05)" Standard ROM
250 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
251 *Font Times-Italic: Standard "(1.05)" Standard ROM
252 *Font Times-Roman: Standard "(1.05)" Standard ROM
253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
254 *Font ZapfDingbats: Special "(001.005)" Special ROM
255 *% End of 1100.ppd, 13844 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for 1100 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: Portuguese_Brazil
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "1100.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Dell"
12 *ModelName: "Dell 1100"
13 *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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL ManualDuplex: "On"
31 *QPDL QPDLVersion: "1"
32 *General DocHeaderValues: "<0><0><0>"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Seleção Automática: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Alimentação Manual: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Tipo de Papel: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Usar a Definição da Impressora: ""
150 *MediaType NORMAL/Papel normal: ""
151 *MediaType THICK/Papel grosso: ""
152 *MediaType THIN/Papel Delgado (Fino): ""
153 *MediaType BOND/Papel Bond: ""
154 *MediaType OHP/Transparência: ""
155 *MediaType CARD/Cartolina: ""
156 *MediaType LABEL/Etiqueta: ""
157 *MediaType USED/Papel Pré-Impresso: ""
158 *MediaType COLOR/Cor: ""
159 *MediaType ENV/Envelope: ""
160 *MediaType COTTON/Algodão: ""
161 *MediaType RECYCLED/Papel Reciclado: ""
162 *MediaType ARCHIVE/Arquivamento: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Pressão Atmosférica: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Pressão Elevada (Baixa Altitude): ""
168 *Altitude HIGH/Pressão Reduzida (Grande Altitude): ""
169 *CloseUI: *Altitude
170 *OpenUI *ColorModel/Modo Cor: PickOne
171 *OrderDependency: 10.0 AnySetup *ColorModel
172 *DefaultColorModel: Gray
173 *ColorModel Gray/Tons de Cinza: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 13>>setpagedevice"
174 *CloseUI: *ColorModel
175 *OpenUI *Resolution: PickOne
176 *OrderDependency: 10.0 AnySetup *Resolution
177 *DefaultResolution: 600dpi
178 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
179 *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
180 *CloseUI: *Resolution
181 *OpenUI *PowerSave/Economia de Energia: PickOne
182 *OrderDependency: 10.0 AnySetup *PowerSave
183 *DefaultPowerSave: 5
184 *PowerSave False/Desligado: ""
185 *PowerSave 5/5 Minutos: ""
186 *PowerSave 10/10 Minutos: ""
187 *PowerSave 15/15 Minutos: ""
188 *PowerSave 30/30 Minutos: ""
189 *PowerSave 45/45 Minutos: ""
190 *PowerSave 60/1 Hora: ""
191 *CloseUI: *PowerSave
192 *OpenUI *TonerDensity/Densidade do Toner: PickOne
193 *OrderDependency: 10.0 AnySetup *TonerDensity
194 *DefaultTonerDensity: 3
195 *TonerDensity 1/Claro: ""
196 *TonerDensity 3/Normal: ""
197 *TonerDensity 5/Escuro: ""
198 *CloseUI: *TonerDensity
199 *OpenUI *EconoMode/Economia do Toner: PickOne
200 *OrderDependency: 10.0 AnySetup *EconoMode
201 *DefaultEconoMode: 0
202 *EconoMode 0/Usar a Definição da Impressora: ""
203 *EconoMode ON/Economizar: ""
204 *EconoMode OFF/Não Economizar: ""
205 *CloseUI: *EconoMode
206 *OpenUI *JamRecovery/Reimpressão Após Atolamento do Papel: Boolean
207 *OrderDependency: 10.0 AnySetup *JamRecovery
208 *DefaultJamRecovery: False
209 *JamRecovery False/Desligado: ""
210 *JamRecovery True/Ativado: ""
211 *CloseUI: *JamRecovery
212 *OpenUI *Duplex/Impressão em Frente e Verso: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Frente (Simples): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Borda Longa (Retrato): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Borda Curta (Paisagem): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
219 *DefaultFont: Courier
220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
224 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
225 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
226 *Font Bookman-Light: Standard "(1.05)" Standard ROM
227 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
228 *Font Courier: Standard "(1.05)" Standard ROM
229 *Font Courier-Bold: Standard "(1.05)" Standard ROM
230 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
231 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
232 *Font Helvetica: Standard "(1.05)" Standard ROM
233 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
234 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
244 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
245 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
247 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
248 *Font Symbol: Special "(001.005)" Special ROM
249 *Font Times-Bold: Standard "(1.05)" Standard ROM
250 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
251 *Font Times-Italic: Standard "(1.05)" Standard ROM
252 *Font Times-Roman: Standard "(1.05)" Standard ROM
253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
254 *Font ZapfDingbats: Special "(001.005)" Special ROM
255 *% End of 1100.ppd, 13962 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for 1110 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: English
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "1110.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Dell"
12 *ModelName: "Dell 1110"
13 *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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL ManualDuplex: "On"
31 *QPDL QPDLVersion: "1"
32 *General DocHeaderValues: "<0><0><0>"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
140 *OpenUI *InputSlot/Media Source: PickOne
141 *OrderDependency: 10.0 AnySetup *InputSlot
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Automatic Selection: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Manual Feed: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Paper Type: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Use Printer Default: ""
150 *MediaType NORMAL/Plain Paper: ""
151 *MediaType THICK/Thick Paper: ""
152 *MediaType THIN/Thin Paper: ""
153 *MediaType BOND/Bond: ""
154 *MediaType OHP/Transparency: ""
155 *MediaType CARD/Card Stock: ""
156 *MediaType LABEL/Label: ""
157 *MediaType USED/Preprinted: ""
158 *MediaType COLOR/Colored Paper: ""
159 *MediaType ENV/Envelope: ""
160 *MediaType COTTON/Cotton: ""
161 *MediaType RECYCLED/Recycled: ""
162 *MediaType ARCHIVE/Archive: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Air pressure: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Low: ""
168 *Altitude HIGH/High: ""
169 *CloseUI: *Altitude
170 *OpenUI *ColorModel/Color Mode: PickOne
171 *OrderDependency: 10.0 AnySetup *ColorModel
172 *DefaultColorModel: Gray
173 *ColorModel Gray/Grayscale: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 13>>setpagedevice"
174 *CloseUI: *ColorModel
175 *OpenUI *Resolution: PickOne
176 *OrderDependency: 10.0 AnySetup *Resolution
177 *DefaultResolution: 600dpi
178 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
179 *Resolution 300dpi/300 DPI: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
180 *CloseUI: *Resolution
181 *OpenUI *PowerSave/Power Save: PickOne
182 *OrderDependency: 10.0 AnySetup *PowerSave
183 *DefaultPowerSave: 5
184 *PowerSave False/Off: ""
185 *PowerSave 5/5 Minutes: ""
186 *PowerSave 10/10 Minutes: ""
187 *PowerSave 15/15 Minutes: ""
188 *PowerSave 30/30 Minutes: ""
189 *PowerSave 45/45 Minutes: ""
190 *PowerSave 60/1 Hour: ""
191 *CloseUI: *PowerSave
192 *OpenUI *TonerDensity/Toner Density: PickOne
193 *OrderDependency: 10.0 AnySetup *TonerDensity
194 *DefaultTonerDensity: 3
195 *TonerDensity 1/Light: ""
196 *TonerDensity 3/Medium: ""
197 *TonerDensity 5/Dark: ""
198 *CloseUI: *TonerDensity
199 *OpenUI *EconoMode/Toner Save: PickOne
200 *OrderDependency: 10.0 AnySetup *EconoMode
201 *DefaultEconoMode: 0
202 *EconoMode 0/Use Printer Default: ""
203 *EconoMode ON/Save: ""
204 *EconoMode OFF/Standard: ""
205 *CloseUI: *EconoMode
206 *OpenUI *JamRecovery/Reprint When Jam: Boolean
207 *OrderDependency: 10.0 AnySetup *JamRecovery
208 *DefaultJamRecovery: False
209 *JamRecovery False/Off: ""
210 *JamRecovery True/On: ""
211 *CloseUI: *JamRecovery
212 *OpenUI *Duplex/2-Sided Printing: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Off (1-Sided): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Long-Edge (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Short-Edge (Landscape): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
219 *DefaultFont: Courier
220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
224 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
225 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
226 *Font Bookman-Light: Standard "(1.05)" Standard ROM
227 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
228 *Font Courier: Standard "(1.05)" Standard ROM
229 *Font Courier-Bold: Standard "(1.05)" Standard ROM
230 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
231 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
232 *Font Helvetica: Standard "(1.05)" Standard ROM
233 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
234 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
244 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
245 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
247 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
248 *Font Symbol: Special "(001.005)" Special ROM
249 *Font Times-Bold: Standard "(1.05)" Standard ROM
250 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
251 *Font Times-Italic: Standard "(1.05)" Standard ROM
252 *Font Times-Roman: Standard "(1.05)" Standard ROM
253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
254 *Font ZapfDingbats: Special "(001.005)" Special ROM
255 *% End of 1110.ppd, 13586 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for 1110 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: French
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "1110.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Dell"
12 *ModelName: "Dell 1110"
13 *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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL ManualDuplex: "On"
31 *QPDL QPDLVersion: "1"
32 *General DocHeaderValues: "<0><0><0>"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Sélection automatique: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Manuel: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Type de support: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Utiliser la configuration imprimante: ""
150 *MediaType NORMAL/Papier ordinaire: ""
151 *MediaType THICK/Papier épais: ""
152 *MediaType THIN/Papier fin: ""
153 *MediaType BOND/Papier Bond: ""
154 *MediaType OHP/Transparent: ""
155 *MediaType CARD/Papier cartonné: ""
156 *MediaType LABEL/Étiquette: ""
157 *MediaType USED/Papier pré-imprimé: ""
158 *MediaType COLOR/Couleur: ""
159 *MediaType ENV/Enveloppe: ""
160 *MediaType COTTON/Coton: ""
161 *MediaType RECYCLED/Papier recyclé: ""
162 *MediaType ARCHIVE/Archive: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Pression de l'air: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Faible: ""
168 *Altitude HIGH/Forte: ""
169 *CloseUI: *Altitude
170 *OpenUI *ColorModel/Mode couleur: PickOne
171 *OrderDependency: 10.0 AnySetup *ColorModel
172 *DefaultColorModel: Gray
173 *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 13>>setpagedevice"
174 *CloseUI: *ColorModel
175 *OpenUI *Resolution: PickOne
176 *OrderDependency: 10.0 AnySetup *Resolution
177 *DefaultResolution: 600dpi
178 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
179 *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
180 *CloseUI: *Resolution
181 *OpenUI *PowerSave/Économie d'énergie: PickOne
182 *OrderDependency: 10.0 AnySetup *PowerSave
183 *DefaultPowerSave: 5
184 *PowerSave False/Désactivé: ""
185 *PowerSave 5/5 minutes: ""
186 *PowerSave 10/10 minutes: ""
187 *PowerSave 15/15 minutes: ""
188 *PowerSave 30/30 minutes: ""
189 *PowerSave 45/45 minutes: ""
190 *PowerSave 60/1 heure: ""
191 *CloseUI: *PowerSave
192 *OpenUI *TonerDensity/Densité de toner: PickOne
193 *OrderDependency: 10.0 AnySetup *TonerDensity
194 *DefaultTonerDensity: 3
195 *TonerDensity 1/Clair: ""
196 *TonerDensity 3/Normal: ""
197 *TonerDensity 5/Sombre: ""
198 *CloseUI: *TonerDensity
199 *OpenUI *EconoMode/Économie de toner: PickOne
200 *OrderDependency: 10.0 AnySetup *EconoMode
201 *DefaultEconoMode: 0
202 *EconoMode 0/Utiliser la configuration imprimante: ""
203 *EconoMode ON/Économiser: ""
204 *EconoMode OFF/Standard: ""
205 *CloseUI: *EconoMode
206 *OpenUI *JamRecovery/Réimpression si bourrage: Boolean
207 *OrderDependency: 10.0 AnySetup *JamRecovery
208 *DefaultJamRecovery: False
209 *JamRecovery False/Désactivé: ""
210 *JamRecovery True/Oui: ""
211 *CloseUI: *JamRecovery
212 *OpenUI *Duplex/Impression recto-verso: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Simple (recto): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Côté long (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Côté court (Paysage): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
219 *DefaultFont: Courier
220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
224 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
225 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
226 *Font Bookman-Light: Standard "(1.05)" Standard ROM
227 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
228 *Font Courier: Standard "(1.05)" Standard ROM
229 *Font Courier-Bold: Standard "(1.05)" Standard ROM
230 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
231 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
232 *Font Helvetica: Standard "(1.05)" Standard ROM
233 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
234 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
244 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
245 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
247 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
248 *Font Symbol: Special "(001.005)" Special ROM
249 *Font Times-Bold: Standard "(1.05)" Standard ROM
250 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
251 *Font Times-Italic: Standard "(1.05)" Standard ROM
252 *Font Times-Roman: Standard "(1.05)" Standard ROM
253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
254 *Font ZapfDingbats: Special "(001.005)" Special ROM
255 *% End of 1110.ppd, 13844 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for 1110 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: Portuguese_Brazil
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "1110.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Dell"
12 *ModelName: "Dell 1110"
13 *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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL ManualDuplex: "On"
31 *QPDL QPDLVersion: "1"
32 *General DocHeaderValues: "<0><0><0>"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Seleção Automática: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Alimentação Manual: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Tipo de Papel: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Usar a Definição da Impressora: ""
150 *MediaType NORMAL/Papel normal: ""
151 *MediaType THICK/Papel grosso: ""
152 *MediaType THIN/Papel Delgado (Fino): ""
153 *MediaType BOND/Papel Bond: ""
154 *MediaType OHP/Transparência: ""
155 *MediaType CARD/Cartolina: ""
156 *MediaType LABEL/Etiqueta: ""
157 *MediaType USED/Papel Pré-Impresso: ""
158 *MediaType COLOR/Cor: ""
159 *MediaType ENV/Envelope: ""
160 *MediaType COTTON/Algodão: ""
161 *MediaType RECYCLED/Papel Reciclado: ""
162 *MediaType ARCHIVE/Arquivamento: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Pressão Atmosférica: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Pressão Elevada (Baixa Altitude): ""
168 *Altitude HIGH/Pressão Reduzida (Grande Altitude): ""
169 *CloseUI: *Altitude
170 *OpenUI *ColorModel/Modo Cor: PickOne
171 *OrderDependency: 10.0 AnySetup *ColorModel
172 *DefaultColorModel: Gray
173 *ColorModel Gray/Tons de Cinza: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 13>>setpagedevice"
174 *CloseUI: *ColorModel
175 *OpenUI *Resolution: PickOne
176 *OrderDependency: 10.0 AnySetup *Resolution
177 *DefaultResolution: 600dpi
178 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
179 *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
180 *CloseUI: *Resolution
181 *OpenUI *PowerSave/Economia de Energia: PickOne
182 *OrderDependency: 10.0 AnySetup *PowerSave
183 *DefaultPowerSave: 5
184 *PowerSave False/Desligado: ""
185 *PowerSave 5/5 Minutos: ""
186 *PowerSave 10/10 Minutos: ""
187 *PowerSave 15/15 Minutos: ""
188 *PowerSave 30/30 Minutos: ""
189 *PowerSave 45/45 Minutos: ""
190 *PowerSave 60/1 Hora: ""
191 *CloseUI: *PowerSave
192 *OpenUI *TonerDensity/Densidade do Toner: PickOne
193 *OrderDependency: 10.0 AnySetup *TonerDensity
194 *DefaultTonerDensity: 3
195 *TonerDensity 1/Claro: ""
196 *TonerDensity 3/Normal: ""
197 *TonerDensity 5/Escuro: ""
198 *CloseUI: *TonerDensity
199 *OpenUI *EconoMode/Economia do Toner: PickOne
200 *OrderDependency: 10.0 AnySetup *EconoMode
201 *DefaultEconoMode: 0
202 *EconoMode 0/Usar a Definição da Impressora: ""
203 *EconoMode ON/Economizar: ""
204 *EconoMode OFF/Não Economizar: ""
205 *CloseUI: *EconoMode
206 *OpenUI *JamRecovery/Reimpressão Após Atolamento do Papel: Boolean
207 *OrderDependency: 10.0 AnySetup *JamRecovery
208 *DefaultJamRecovery: False
209 *JamRecovery False/Desligado: ""
210 *JamRecovery True/Ativado: ""
211 *CloseUI: *JamRecovery
212 *OpenUI *Duplex/Impressão em Frente e Verso: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Frente (Simples): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Borda Longa (Retrato): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Borda Curta (Paisagem): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
219 *DefaultFont: Courier
220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
224 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
225 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
226 *Font Bookman-Light: Standard "(1.05)" Standard ROM
227 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
228 *Font Courier: Standard "(1.05)" Standard ROM
229 *Font Courier-Bold: Standard "(1.05)" Standard ROM
230 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
231 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
232 *Font Helvetica: Standard "(1.05)" Standard ROM
233 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
234 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
244 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
245 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
247 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
248 *Font Symbol: Special "(001.005)" Special ROM
249 *Font Times-Bold: Standard "(1.05)" Standard ROM
250 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
251 *Font Times-Italic: Standard "(1.05)" Standard ROM
252 *Font Times-Roman: Standard "(1.05)" Standard ROM
253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
254 *Font ZapfDingbats: Special "(001.005)" Special ROM
255 *% End of 1110.ppd, 13962 bytes.
44 #
55 #
66
7 SOURCE := samsung.drv
8 DRIVERS := ml1510 ml1520 ml1610 ml1710 ml1740 ml1750 ml2010 ml2150 ml2250 ml2550 clp300 clp500 clp510 clp600 xerox-phaser6100
7 SOURCE := samsung.drv dell.drv xerox.drv
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
914 DRIVERSEXT := ppd
1015 POEXT := po
1116 PODIR := po
12 LANGUAGES := fr it de
17 LANGUAGES := fr pt
18 ifeq ($(DISABLE_JBIG),0)
19 SAMSUNG += clp200 clp300 clp600 clx216x clx2170 clx3160
20 XEROX += ph6110
21 endif
22 DRIVERS := $(DELL) $(SAMSUNG) $(XEROX)
1323
1424 # === DON'T CHANGE ANYTHING AFTER THIS MESSAGE ====
1525
1727 DRIVER := $(MASTERDRIVER).$(DRIVERSEXT)
1828 LANGDRIVERS := $(foreach name, $(LANGUAGES), $(MASTERDRIVER)$(name))
1929 LANGDRIVERSEXT := $(addsuffix .$(DRIVERSEXT), $(LANGDRIVERS))
30 printCmd = $(if $(filter $(V),1),,$(shell echo "@echo \" $(1)\""))
2031
21 all: $(DRIVER) $(LANGDRIVERSEXT)
32
33 all:
34
35 .PHONY: ppd
36 ppd: $(DRIVER) $(LANGDRIVERSEXT)
2237
2338 $(DRIVER): $(SOURCE)
24 ppdc -d ./ $<
39 ./compile.sh samsung.drv -I . -d ./
40 ./compile.sh dell.drv -I . -d ./
41 ./compile.sh xerox.drv -I . -d ./
2542
2643 $(LANGDRIVERSEXT): $(SOURCE) $(patsubst %, $(PODIR)/%.$(POEXT), $(LANGUAGES))
27 ppdc -c ${PODIR}/$(patsubst $(MASTERDRIVER)%.$(DRIVERSEXT),%, $@).${POEXT} -l $(patsubst $(MASTERDRIVER)%.$(DRIVERSEXT),%, $@) -d ${PODIR} $<
28 for filename in ${DRIVERS}; do \
29 mv ${PODIR}/`echo $$filename`.${DRIVERSEXT} `echo $$filename`$(patsubst $(MASTERDRIVER)%.$(DRIVERSEXT),%, $@).${DRIVERSEXT}; \
30 done
44 lang=$(patsubst $(MASTERDRIVER)%.$(DRIVERSEXT),%, $@); \
45 ./compile.sh samsung.drv -l $$lang -c ${PODIR}/$$lang.${POEXT} -d ${PODIR}/$$lang; \
46 for filename in ${SAMSUNG}; do \
47 recode utf8..latin1 ${PODIR}/$$lang/$$filename.${DRIVERSEXT}; \
48 mv ${PODIR}/$$lang/$$filename.${DRIVERSEXT} $$filename$$lang.${DRIVERSEXT}; \
49 done; \
50 ./compile.sh xerox.drv -l $$lang -c ${PODIR}/$$lang.${POEXT} -d ${PODIR}/$$lang; \
51 for filename in ${XEROX}; do \
52 recode utf8..latin1 ${PODIR}/$$lang/$$filename.${DRIVERSEXT}; \
53 mv ${PODIR}/$$lang/$$filename.${DRIVERSEXT} $$filename$$lang.${DRIVERSEXT}; \
54 done; \
55 ./compile.sh dell.drv -l $$lang -c ${PODIR}/$$lang.${POEXT} -d ${PODIR}/$$lang; \
56 for filename in ${DELL}; do \
57 recode utf8..latin1 ${PODIR}/$$lang/$$filename.${DRIVERSEXT}; \
58 mv ${PODIR}/$$lang/$$filename.${DRIVERSEXT} $$filename$$lang.${DRIVERSEXT}; \
59 done;
3160
3261 .PHONY: update
3362 update: $(patsubst %, $(PODIR)/%.$(POEXT), $(LANGUAGES))
3463 %.po: $(SOURCE)
35 ppdpo -o $@ $<
64 ./compile.sh samsung.drv lang $@
65 ./compile.sh dell.drv lang $@
66 ./compile.sh xerox.drv lang $@
3667
37 .PHONY:
68 cmd_install_samsung = INSTALL Samsung PPD files
69 cmd_install_xerox = INSTALL Xerox PPD files
70 cmd_install_dell = INSTALL Dell PPD files
71 .PHONY: install
3872 install:
39 install -d -m 755 ${CUPSPPD}/samsung
40 for filename in ${DRIVERS}; do \
41 install -m 644 $$filename.${DRIVERSEXT} ${CUPSPPD}/samsung;\
73 $(call printCmd, $(cmd_install_samsung))
74 $(Q)install -d -m 755 ${DESTDIR}${CUPSPPD}/samsung
75 $(Q)for filename in ${SAMSUNG}; do \
76 install -m 644 $$filename.${DRIVERSEXT} ${DESTDIR}${CUPSPPD}/samsung;\
4277 for lang in ${LANGUAGES}; do \
43 install -m 644 $$filename$$lang.${DRIVERSEXT} ${CUPSPPD}/samsung;\
78 install -m 644 $$filename$$lang.${DRIVERSEXT} ${DESTDIR}${CUPSPPD}/samsung;\
4479 done; \
45 done \
80 done;
81 $(call printCmd, $(cmd_install_xerox))
82 $(Q)install -d -m 755 ${DESTDIR}${CUPSPPD}/xerox
83 $(Q)for filename in ${XEROX}; do \
84 install -m 644 $$filename.${DRIVERSEXT} ${DESTDIR}${CUPSPPD}/xerox;\
85 for lang in ${LANGUAGES}; do \
86 install -m 644 $$filename$$lang.${DRIVERSEXT} ${DESTDIR}${CUPSPPD}/xerox;\
87 done; \
88 done;
89 $(call printCmd, $(cmd_install_dell))
90 $(Q)install -d -m 755 ${DESTDIR}${CUPSPPD}/dell
91 $(Q)for filename in ${DELL}; do \
92 install -m 644 $$filename.${DRIVERSEXT} ${DESTDIR}${CUPSPPD}/dell;\
93 for lang in ${LANGUAGES}; do \
94 install -m 644 $$filename$$lang.${DRIVERSEXT} ${DESTDIR}${CUPSPPD}/dell;\
95 done; \
96 done;
4697
4798 .PHONY: clean distclean
4899 clean:
0 /*
1 * altitude.defs (C) 2008, Aurélien Croc (AP²C)
2 *
3 * Altitude
4 *
5 * $Id: altitude.defs 193 2008-02-10 17:04:00Z ap2c $
6 */
7
8 Option "Altitude/Air pressure" PickOne AnySetup 10
9 *Choice "LOW/Low" ""
10 Choice "HIGH/High" ""
11
12 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 enc=utf8: */
13
0 *PPD-Adobe: "4.3"
1 *% PPD file for CLP-200 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: English
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "clp200.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung CLP-200"
13 *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"
19 *LanguageLevel: "3"
20 *ColorDevice: True
21 *DefaultColorSpace: RGB
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL PacketSize: "512"
31 *QPDL ManualDuplex: "On"
32 *QPDL QPDLVersion: "1"
33 *General DocHeaderValues: "<0><0><0>"
34 *General CMSFile: "CLP-200"
35 *cupsVersion: 1.3
36 *cupsModelNumber: 0
37 *cupsManualCopies: False
38 *cupsFilter: "application/vnd.cups-postscript 0 pstoqpdl"
39 *OpenUI *PageSize/Media Size: PickOne
40 *OrderDependency: 10 AnySetup *PageSize
41 *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"
64 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
65 *CloseUI: *PageSize
66 *OpenUI *PageRegion/Media Size: PickOne
67 *OrderDependency: 10 AnySetup *PageRegion
68 *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"
91 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
92 *CloseUI: *PageRegion
93 *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"
117 *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
142 *OpenUI *InputSlot/Media Source: PickOne
143 *OrderDependency: 10.0 AnySetup *InputSlot
144 *DefaultInputSlot: Auto
145 *InputSlot Auto/Automatic Selection: "<</MediaPosition 1>>setpagedevice"
146 *InputSlot Manual/Manual Feed: "<</MediaPosition 2>>setpagedevice"
147 *CloseUI: *InputSlot
148 *OpenUI *MediaType/Paper Type: PickOne
149 *OrderDependency: 10.0 AnySetup *MediaType
150 *DefaultMediaType: OFF
151 *MediaType OFF/Use Printer Default: ""
152 *MediaType NORMAL/Plain Paper: ""
153 *MediaType THICK/Thick Paper: ""
154 *MediaType THIN/Thin Paper: ""
155 *MediaType BOND/Bond: ""
156 *MediaType OHP/Transparency: ""
157 *MediaType CARD/Card Stock: ""
158 *MediaType LABEL/Label: ""
159 *MediaType USED/Preprinted: ""
160 *MediaType COLOR/Colored Paper: ""
161 *MediaType ENV/Envelope: ""
162 *MediaType COTTON/Cotton: ""
163 *MediaType RECYCLED/Recycled: ""
164 *MediaType ARCHIVE/Archive: ""
165 *CloseUI: *MediaType
166 *OpenUI *Altitude/Air pressure: PickOne
167 *OrderDependency: 10.0 AnySetup *Altitude
168 *DefaultAltitude: LOW
169 *Altitude LOW/Low: ""
170 *Altitude HIGH/High: ""
171 *CloseUI: *Altitude
172 *OpenUI *PowerSave/Power Save: PickOne
173 *OrderDependency: 10.0 AnySetup *PowerSave
174 *DefaultPowerSave: 5
175 *PowerSave False/Off: ""
176 *PowerSave 5/5 Minutes: ""
177 *PowerSave 10/10 Minutes: ""
178 *PowerSave 15/15 Minutes: ""
179 *PowerSave 30/30 Minutes: ""
180 *PowerSave 45/45 Minutes: ""
181 *PowerSave 60/1 Hour: ""
182 *CloseUI: *PowerSave
183 *OpenUI *Resolution: PickOne
184 *OrderDependency: 10.0 AnySetup *Resolution
185 *DefaultResolution: 600dpi
186 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
187 *CloseUI: *Resolution
188 *OpenUI *ColorModel/Color Mode: PickOne
189 *OrderDependency: 10.0 AnySetup *ColorModel
190 *DefaultColorModel: CMYK
191 *ColorModel Gray/Grayscale: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 19>>setpagedevice"
192 *ColorModel CMYK/Color: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 19>>setpagedevice"
193 *CloseUI: *ColorModel
194 *OpenUI *Duplex/2-Sided Printing: PickOne
195 *OrderDependency: 10.0 AnySetup *Duplex
196 *DefaultDuplex: None
197 *Duplex None/Off (1-Sided): "<</Duplex false>>setpagedevice"
198 *Duplex DuplexNoTumble/Long-Edge (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
199 *Duplex DuplexTumble/Short-Edge (Landscape): "<</Duplex true/Tumble true>>setpagedevice"
200 *CloseUI: *Duplex
201 *DefaultFont: Courier
202 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
203 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
204 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
205 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
206 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
207 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
208 *Font Bookman-Light: Standard "(1.05)" Standard ROM
209 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
210 *Font Courier: Standard "(1.05)" Standard ROM
211 *Font Courier-Bold: Standard "(1.05)" Standard ROM
212 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
213 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
214 *Font Helvetica: Standard "(1.05)" Standard ROM
215 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
216 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
217 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
218 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
219 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
220 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
221 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
222 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
223 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
224 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
225 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
226 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
227 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
228 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
229 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
230 *Font Symbol: Special "(001.005)" Special ROM
231 *Font Times-Bold: Standard "(1.05)" Standard ROM
232 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
233 *Font Times-Italic: Standard "(1.05)" Standard ROM
234 *Font Times-Roman: Standard "(1.05)" Standard ROM
235 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
236 *Font ZapfDingbats: Special "(001.005)" Special ROM
237 *% End of clp200.ppd, 12972 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for CLP-200 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: French
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "clp200.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung CLP-200"
13 *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"
19 *LanguageLevel: "3"
20 *ColorDevice: True
21 *DefaultColorSpace: RGB
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL PacketSize: "512"
31 *QPDL ManualDuplex: "On"
32 *QPDL QPDLVersion: "1"
33 *General DocHeaderValues: "<0><0><0>"
34 *General CMSFile: "CLP-200"
35 *cupsVersion: 1.3
36 *cupsModelNumber: 0
37 *cupsManualCopies: False
38 *cupsFilter: "application/vnd.cups-postscript 0 pstoqpdl"
39 *OpenUI *PageSize/Media Size: PickOne
40 *OrderDependency: 10 AnySetup *PageSize
41 *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/Enveloppe n°10 - 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/Enveloppe ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
55 *PageSize Postcard/Carte postale - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
56 *PageSize DoublePostcardRotated/Double carte postale (tournée) - 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/Enveloppe personnelle - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
63 *PageSize Env9/Enveloppe n°9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
64 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
65 *CloseUI: *PageSize
66 *OpenUI *PageRegion/Media Size: PickOne
67 *OrderDependency: 10 AnySetup *PageRegion
68 *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/Enveloppe n°10 - 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/Enveloppe ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
82 *PageRegion Postcard/Carte postale - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
83 *PageRegion DoublePostcardRotated/Double carte postale (tournée) - 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/Enveloppe personnelle - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
90 *PageRegion Env9/Enveloppe n°9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
91 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
92 *CloseUI: *PageRegion
93 *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/Enveloppe n°10 - 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/Enveloppe ISOB5 - 176x250mm: "10.75 15.00 488.25 694.00"
107 *ImageableArea Postcard/Carte postale - 100x148mm: "10.75 15.00 273.25 404.00"
108 *ImageableArea DoublePostcardRotated/Double carte postale (tournée) - 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/Enveloppe personnelle - 3.625x6.5in: "10.75 15.00 250.25 453.00"
115 *ImageableArea Env9/Enveloppe n°9 - 3.875x8.875in: "10.75 15.00 268.25 624.00"
116 *ImageableArea Oficio/Oficio - 216x340mm: "10.75 15.00 601.25 957.00"
117 *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/Enveloppe n°10 - 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/Enveloppe ISOB5 - 176x250mm: "499.00 709.00"
131 *PaperDimension Postcard/Carte postale - 100x148mm: "284.00 419.00"
132 *PaperDimension DoublePostcardRotated/Double carte postale (tournée) - 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/Enveloppe personnelle - 3.625x6.5in: "261.00 468.00"
139 *PaperDimension Env9/Enveloppe n°9 - 3.875x8.875in: "279.00 639.00"
140 *PaperDimension Oficio/Oficio - 216x340mm: "612.00 972.00"
141 *RequiresPageRegion All: True
142 *OpenUI *InputSlot/Media Source: PickOne
143 *OrderDependency: 10.0 AnySetup *InputSlot
144 *DefaultInputSlot: Auto
145 *InputSlot Auto/Sélection automatique: "<</MediaPosition 1>>setpagedevice"
146 *InputSlot Manual/Manuel: "<</MediaPosition 2>>setpagedevice"
147 *CloseUI: *InputSlot
148 *OpenUI *MediaType/Type de support: PickOne
149 *OrderDependency: 10.0 AnySetup *MediaType
150 *DefaultMediaType: OFF
151 *MediaType OFF/Utiliser la configuration imprimante: ""
152 *MediaType NORMAL/Papier ordinaire: ""
153 *MediaType THICK/Papier épais: ""
154 *MediaType THIN/Papier fin: ""
155 *MediaType BOND/Papier Bond: ""
156 *MediaType OHP/Transparent: ""
157 *MediaType CARD/Papier cartonné: ""
158 *MediaType LABEL/Étiquette: ""
159 *MediaType USED/Papier pré-imprimé: ""
160 *MediaType COLOR/Couleur: ""
161 *MediaType ENV/Enveloppe: ""
162 *MediaType COTTON/Coton: ""
163 *MediaType RECYCLED/Papier recyclé: ""
164 *MediaType ARCHIVE/Archive: ""
165 *CloseUI: *MediaType
166 *OpenUI *Altitude/Pression de l'air: PickOne
167 *OrderDependency: 10.0 AnySetup *Altitude
168 *DefaultAltitude: LOW
169 *Altitude LOW/Faible: ""
170 *Altitude HIGH/Forte: ""
171 *CloseUI: *Altitude
172 *OpenUI *PowerSave/Économie d'énergie: PickOne
173 *OrderDependency: 10.0 AnySetup *PowerSave
174 *DefaultPowerSave: 5
175 *PowerSave False/Désactivé: ""
176 *PowerSave 5/5 minutes: ""
177 *PowerSave 10/10 minutes: ""
178 *PowerSave 15/15 minutes: ""
179 *PowerSave 30/30 minutes: ""
180 *PowerSave 45/45 minutes: ""
181 *PowerSave 60/1 heure: ""
182 *CloseUI: *PowerSave
183 *OpenUI *Resolution: PickOne
184 *OrderDependency: 10.0 AnySetup *Resolution
185 *DefaultResolution: 600dpi
186 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
187 *CloseUI: *Resolution
188 *OpenUI *ColorModel/Mode couleur: PickOne
189 *OrderDependency: 10.0 AnySetup *ColorModel
190 *DefaultColorModel: CMYK
191 *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 19>>setpagedevice"
192 *ColorModel CMYK/Couleur: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 19>>setpagedevice"
193 *CloseUI: *ColorModel
194 *OpenUI *Duplex/Impression recto-verso: PickOne
195 *OrderDependency: 10.0 AnySetup *Duplex
196 *DefaultDuplex: None
197 *Duplex None/Simple (recto): "<</Duplex false>>setpagedevice"
198 *Duplex DuplexNoTumble/Côté long (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
199 *Duplex DuplexTumble/Côté court (Paysage): "<</Duplex true/Tumble true>>setpagedevice"
200 *CloseUI: *Duplex
201 *DefaultFont: Courier
202 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
203 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
204 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
205 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
206 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
207 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
208 *Font Bookman-Light: Standard "(1.05)" Standard ROM
209 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
210 *Font Courier: Standard "(1.05)" Standard ROM
211 *Font Courier-Bold: Standard "(1.05)" Standard ROM
212 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
213 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
214 *Font Helvetica: Standard "(1.05)" Standard ROM
215 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
216 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
217 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
218 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
219 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
220 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
221 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
222 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
223 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
224 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
225 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
226 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
227 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
228 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
229 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
230 *Font Symbol: Special "(001.005)" Special ROM
231 *Font Times-Bold: Standard "(1.05)" Standard ROM
232 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
233 *Font Times-Italic: Standard "(1.05)" Standard ROM
234 *Font Times-Roman: Standard "(1.05)" Standard ROM
235 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
236 *Font ZapfDingbats: Special "(001.005)" Special ROM
237 *% End of clp200.ppd, 13176 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for CLP-200 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: Portuguese_Brazil
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "clp200.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung CLP-200"
13 *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"
19 *LanguageLevel: "3"
20 *ColorDevice: True
21 *DefaultColorSpace: RGB
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL PacketSize: "512"
31 *QPDL ManualDuplex: "On"
32 *QPDL QPDLVersion: "1"
33 *General DocHeaderValues: "<0><0><0>"
34 *General CMSFile: "CLP-200"
35 *cupsVersion: 1.3
36 *cupsModelNumber: 0
37 *cupsManualCopies: False
38 *cupsFilter: "application/vnd.cups-postscript 0 pstoqpdl"
39 *OpenUI *PageSize/Media Size: PickOne
40 *OrderDependency: 10 AnySetup *PageSize
41 *DefaultPageSize: Letter
42 *PageSize Letter/Carta - 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/Executivo - 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/Envelope Número 10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
49 *PageSize Monarch/Monarca - 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/Envelope ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
55 *PageSize Postcard/Cartão Postal - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
56 *PageSize DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 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/Envelope Pessoal - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
63 *PageSize Env9/Envelope Número 9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
64 *PageSize Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
65 *CloseUI: *PageSize
66 *OpenUI *PageRegion/Media Size: PickOne
67 *OrderDependency: 10 AnySetup *PageRegion
68 *DefaultPageRegion: Letter
69 *PageRegion Letter/Carta - 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/Executivo - 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/Envelope Número 10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
76 *PageRegion Monarch/Monarca - 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/Envelope ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
82 *PageRegion Postcard/Cartão Postal - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
83 *PageRegion DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 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/Envelope Pessoal - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
90 *PageRegion Env9/Envelope Número 9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
91 *PageRegion Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
92 *CloseUI: *PageRegion
93 *DefaultImageableArea: Letter
94 *ImageableArea Letter/Carta - 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/Executivo - 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/Envelope Número 10 - 4.13x9.5in: "10.75 15.00 286.25 669.00"
101 *ImageableArea Monarch/Monarca - 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/Envelope ISOB5 - 176x250mm: "10.75 15.00 488.25 694.00"
107 *ImageableArea Postcard/Cartão Postal - 100x148mm: "10.75 15.00 273.25 404.00"
108 *ImageableArea DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 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/Envelope Pessoal - 3.625x6.5in: "10.75 15.00 250.25 453.00"
115 *ImageableArea Env9/Envelope Número 9 - 3.875x8.875in: "10.75 15.00 268.25 624.00"
116 *ImageableArea Oficio/Ofício - 216x340mm: "10.75 15.00 601.25 957.00"
117 *DefaultPaperDimension: Letter
118 *PaperDimension Letter/Carta - 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/Executivo - 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/Envelope Número 10 - 4.13x9.5in: "297.00 684.00"
125 *PaperDimension Monarch/Monarca - 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/Envelope ISOB5 - 176x250mm: "499.00 709.00"
131 *PaperDimension Postcard/Cartão Postal - 100x148mm: "284.00 419.00"
132 *PaperDimension DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 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/Envelope Pessoal - 3.625x6.5in: "261.00 468.00"
139 *PaperDimension Env9/Envelope Número 9 - 3.875x8.875in: "279.00 639.00"
140 *PaperDimension Oficio/Ofício - 216x340mm: "612.00 972.00"
141 *RequiresPageRegion All: True
142 *OpenUI *InputSlot/Media Source: PickOne
143 *OrderDependency: 10.0 AnySetup *InputSlot
144 *DefaultInputSlot: Auto
145 *InputSlot Auto/Seleção Automática: "<</MediaPosition 1>>setpagedevice"
146 *InputSlot Manual/Alimentação Manual: "<</MediaPosition 2>>setpagedevice"
147 *CloseUI: *InputSlot
148 *OpenUI *MediaType/Tipo de Papel: PickOne
149 *OrderDependency: 10.0 AnySetup *MediaType
150 *DefaultMediaType: OFF
151 *MediaType OFF/Usar a Definição da Impressora: ""
152 *MediaType NORMAL/Papel normal: ""
153 *MediaType THICK/Papel grosso: ""
154 *MediaType THIN/Papel Delgado (Fino): ""
155 *MediaType BOND/Papel Bond: ""
156 *MediaType OHP/Transparência: ""
157 *MediaType CARD/Cartolina: ""
158 *MediaType LABEL/Etiqueta: ""
159 *MediaType USED/Papel Pré-Impresso: ""
160 *MediaType COLOR/Cor: ""
161 *MediaType ENV/Envelope: ""
162 *MediaType COTTON/Algodão: ""
163 *MediaType RECYCLED/Papel Reciclado: ""
164 *MediaType ARCHIVE/Arquivamento: ""
165 *CloseUI: *MediaType
166 *OpenUI *Altitude/Pressão Atmosférica: PickOne
167 *OrderDependency: 10.0 AnySetup *Altitude
168 *DefaultAltitude: LOW
169 *Altitude LOW/Pressão Elevada (Baixa Altitude): ""
170 *Altitude HIGH/Pressão Reduzida (Grande Altitude): ""
171 *CloseUI: *Altitude
172 *OpenUI *PowerSave/Economia de Energia: PickOne
173 *OrderDependency: 10.0 AnySetup *PowerSave
174 *DefaultPowerSave: 5
175 *PowerSave False/Desligado: ""
176 *PowerSave 5/5 Minutos: ""
177 *PowerSave 10/10 Minutos: ""
178 *PowerSave 15/15 Minutos: ""
179 *PowerSave 30/30 Minutos: ""
180 *PowerSave 45/45 Minutos: ""
181 *PowerSave 60/1 Hora: ""
182 *CloseUI: *PowerSave
183 *OpenUI *Resolution: PickOne
184 *OrderDependency: 10.0 AnySetup *Resolution
185 *DefaultResolution: 600dpi
186 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
187 *CloseUI: *Resolution
188 *OpenUI *ColorModel/Modo Cor: PickOne
189 *OrderDependency: 10.0 AnySetup *ColorModel
190 *DefaultColorModel: CMYK
191 *ColorModel Gray/Tons de Cinza: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 19>>setpagedevice"
192 *ColorModel CMYK/Inativo: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 19>>setpagedevice"
193 *CloseUI: *ColorModel
194 *OpenUI *Duplex/Impressão em Frente e Verso: PickOne
195 *OrderDependency: 10.0 AnySetup *Duplex
196 *DefaultDuplex: None
197 *Duplex None/Frente (Simples): "<</Duplex false>>setpagedevice"
198 *Duplex DuplexNoTumble/Borda Longa (Retrato): "<</Duplex true/Tumble false>>setpagedevice"
199 *Duplex DuplexTumble/Borda Curta (Paisagem): "<</Duplex true/Tumble true>>setpagedevice"
200 *CloseUI: *Duplex
201 *DefaultFont: Courier
202 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
203 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
204 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
205 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
206 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
207 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
208 *Font Bookman-Light: Standard "(1.05)" Standard ROM
209 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
210 *Font Courier: Standard "(1.05)" Standard ROM
211 *Font Courier-Bold: Standard "(1.05)" Standard ROM
212 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
213 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
214 *Font Helvetica: Standard "(1.05)" Standard ROM
215 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
216 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
217 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
218 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
219 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
220 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
221 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
222 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
223 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
224 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
225 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
226 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
227 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
228 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
229 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
230 *Font Symbol: Special "(001.005)" Special ROM
231 *Font Times-Bold: Standard "(1.05)" Standard ROM
232 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
233 *Font Times-Italic: Standard "(1.05)" Standard ROM
234 *Font Times-Roman: Standard "(1.05)" Standard ROM
235 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
236 *Font ZapfDingbats: Special "(001.005)" Special ROM
237 *% End of clp200.ppd, 13277 bytes.
00 *PPD-Adobe: "4.3"
11 *% PPD file for CLP-300 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
2 *% Created by the CUPS PPD Compiler v1.2.3.
33 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
4 *FileVersion: "SpliX V. 2.0.0"
55 *LanguageVersion: English
66 *LanguageEncoding: ISOLatin1
77 *PCFileName: "clp300.ppd"
88 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
910 *Product: "(GNU Ghostscript)"
1011 *Manufacturer: "Samsung"
1112 *ModelName: "Samsung CLP-300"
1213 *ShortNickName: "Samsung CLP-300"
13 *NickName: "Samsung CLP-300, 1.0"
14 *NickName: "Samsung CLP-300, SpliX V. 2.0.0"
1415 *PSVersion: "(3010.000) 705"
1516 *PSVersion: "(3010.000) 707"
1617 *PSVersion: "(3010.000) 815"
18 *PSVersion: "(3010.000) 853"
1719 *LanguageLevel: "3"
1820 *ColorDevice: True
1921 *DefaultColorSpace: RGB
2224 *LandscapeOrientation: Plus90
2325 *TTRasterizer: Type42
2426 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "1"
28 *General docHeaderValues: "<0><0><0>"
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL PacketSize: "512"
31 *QPDL ManualDuplex: "On"
2932 *QPDL QPDLVersion: "2"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
33 *General DocHeaderValues: "<0><0><1>"
34 *General CMSFile: "CLP-300"
35 *cupsVersion: 1.3
36 *cupsModelNumber: 0
3337 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *OpenUI *PageSize: PickOne
38 *cupsFilter: "application/vnd.cups-postscript 0 pstoqpdl"
39 *OpenUI *PageSize/Media Size: PickOne
3640 *OrderDependency: 10 AnySetup *PageSize
3741 *DefaultPageSize: Letter
3842 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
4852 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
4953 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
5054 *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"
5157 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
5258 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
53 *PageSize EnvISOB6/ISOB6 Envelope - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
59 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
5460 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
5561 *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"
64 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
5665 *CloseUI: *PageSize
57 *OpenUI *PageRegion: PickOne
66 *OpenUI *PageRegion/Media Size: PickOne
5867 *OrderDependency: 10 AnySetup *PageRegion
5968 *DefaultPageRegion: Letter
6069 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
7079 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
7180 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
7281 *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"
7384 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
7485 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
75 *PageRegion EnvISOB6/ISOB6 Envelope - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
86 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
7687 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
7788 *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"
91 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
7892 *CloseUI: *PageRegion
7993 *DefaultImageableArea: Letter
80 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
81 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
82 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
83 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
84 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
85 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
86 *ImageableArea Env10/#10 Envelope - 4.13x9.5in: "11.52 15.59 285.48 668.41"
87 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
88 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
89 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
90 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
91 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
92 *ImageableArea EnvISOB5/ISOB5 Envelope - 176x250mm: "11.52 15.59 487.48 693.41"
93 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
94 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
95 *ImageableArea EnvISOB6/ISOB6 Envelope - 176x125mm: "11.52 15.59 487.48 338.41"
96 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
97 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
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"
98117 *DefaultPaperDimension: Letter
99118 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
100119 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
109128 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
110129 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
111130 *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"
112133 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
113134 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
114 *PaperDimension EnvISOB6/ISOB6 Envelope - 176x125mm: "499.00 354.00"
135 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
115136 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
116137 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
117 *MaxMediaWidth: "0.00"
118 *MaxMediaHeight: "0.00"
119 *HWMargins: 11.52 15.59 11.52 15.59
120 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
121 *ParamCustomPageSize Width: 1 points 0.00 0.00
122 *ParamCustomPageSize Height: 2 points 0.00 0.00
123 *ParamCustomPageSize WidthOffset: 3 points 0 0
124 *ParamCustomPageSize HeightOffset: 4 points 0 0
125 *ParamCustomPageSize Orientation: 5 int 0 0
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"
126141 *RequiresPageRegion All: True
127 *OpenUI *InputSlot: PickOne
142 *OpenUI *InputSlot/Media Source: PickOne
128143 *OrderDependency: 10.0 AnySetup *InputSlot
129144 *DefaultInputSlot: Auto
130145 *InputSlot Auto/Automatic Selection: "<</MediaPosition 1>>setpagedevice"
144159 *MediaType USED/Preprinted: ""
145160 *MediaType COLOR/Colored Paper: ""
146161 *MediaType ENV/Envelope: ""
162 *MediaType COTTON/Cotton: ""
163 *MediaType RECYCLED/Recycled: ""
164 *MediaType ARCHIVE/Archive: ""
147165 *CloseUI: *MediaType
148 *OpenUI *ColorModel/Color Mode: PickOne
149 *OrderDependency: 10.0 AnySetup *ColorModel
150 *DefaultColorModel: CMYK
151 *ColorModel Gray/Grayscale: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
152 *ColorModel CMYK/Color: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 17>>setpagedevice"
153 *CloseUI: *ColorModel
154 *OpenUI *Resolution: PickOne
155 *OrderDependency: 10.0 AnySetup *Resolution
156 *DefaultResolution: 600dpi
157 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
158 *Resolution 300dpi/300 DPI: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
159 *Resolution 1200dpi/1200 DPI: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
160 *CloseUI: *Resolution
166 *OpenUI *Altitude/Air pressure: PickOne
167 *OrderDependency: 10.0 AnySetup *Altitude
168 *DefaultAltitude: LOW
169 *Altitude LOW/Low: ""
170 *Altitude HIGH/High: ""
171 *CloseUI: *Altitude
161172 *OpenUI *PowerSave/Power Save: PickOne
162173 *OrderDependency: 10.0 AnySetup *PowerSave
163174 *DefaultPowerSave: 5
169180 *PowerSave 45/45 Minutes: ""
170181 *PowerSave 60/1 Hour: ""
171182 *CloseUI: *PowerSave
183 *OpenUI *Resolution: PickOne
184 *OrderDependency: 10.0 AnySetup *Resolution
185 *DefaultResolution: 600dpi
186 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
187 *Resolution 1200dpi/1200 DPI: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
188 *Resolution 300dpi/300 DPI: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
189 *CloseUI: *Resolution
190 *OpenUI *ColorModel/Color Mode: PickOne
191 *OrderDependency: 10.0 AnySetup *ColorModel
192 *DefaultColorModel: CMYK
193 *ColorModel Gray/Grayscale: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 19>>setpagedevice"
194 *ColorModel CMYK/Color: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 19>>setpagedevice"
195 *CloseUI: *ColorModel
196 *OpenUI *Duplex/2-Sided Printing: PickOne
197 *OrderDependency: 10.0 AnySetup *Duplex
198 *DefaultDuplex: None
199 *Duplex None/Off (1-Sided): "<</Duplex false>>setpagedevice"
200 *Duplex DuplexNoTumble/Long-Edge (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
201 *Duplex DuplexTumble/Short-Edge (Landscape): "<</Duplex true/Tumble true>>setpagedevice"
202 *CloseUI: *Duplex
172203 *DefaultFont: Courier
173204 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
174205 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
205236 *Font Times-Roman: Standard "(1.05)" Standard ROM
206237 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
207238 *Font ZapfDingbats: Special "(001.005)" Special ROM
208 *% End of clp300.ppd, 11119 bytes.
239 *% End of clp300.ppd, 13240 bytes.
+0
-209
ppd/clp300de.ppd less more
0 *PPD-Adobe: "4.3"
1 *% PPD file for CLP-300 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
3 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
5 *LanguageVersion: German
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "clp300.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GNU Ghostscript)"
10 *Manufacturer: "Samsung"
11 *ModelName: "Samsung CLP-300"
12 *ShortNickName: "Samsung CLP-300"
13 *NickName: "Samsung CLP-300, 1.0"
14 *PSVersion: "(3010.000) 705"
15 *PSVersion: "(3010.000) 707"
16 *PSVersion: "(3010.000) 815"
17 *LanguageLevel: "3"
18 *ColorDevice: True
19 *DefaultColorSpace: RGB
20 *FileSystem: False
21 *Throughput: "4"
22 *LandscapeOrientation: Plus90
23 *TTRasterizer: Type42
24 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "1"
28 *General docHeaderValues: "<0><0><0>"
29 *QPDL QPDLVersion: "2"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
33 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *OpenUI *PageSize: PickOne
36 *OrderDependency: 10 AnySetup *PageSize
37 *DefaultPageSize: Letter
38 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
39 *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
40 *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
41 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
42 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
43 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
44 *PageSize Env10/Umschlag #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
45 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
46 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
47 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
48 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
49 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
50 *PageSize EnvISOB5/Umschlag ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
51 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
52 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
53 *PageSize EnvISOB6/Umschlag ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
54 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
55 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
56 *CloseUI: *PageSize
57 *OpenUI *PageRegion: PickOne
58 *OrderDependency: 10 AnySetup *PageRegion
59 *DefaultPageRegion: Letter
60 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
61 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
62 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
63 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
64 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
65 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
66 *PageRegion Env10/Umschlag #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
67 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
68 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
69 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
70 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
71 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
72 *PageRegion EnvISOB5/Umschlag ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
73 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
74 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
75 *PageRegion EnvISOB6/Umschlag ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
76 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
77 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
78 *CloseUI: *PageRegion
79 *DefaultImageableArea: Letter
80 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
81 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
82 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
83 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
84 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
85 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
86 *ImageableArea Env10/Umschlag #10 - 4.13x9.5in: "11.52 15.59 285.48 668.41"
87 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
88 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
89 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
90 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
91 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
92 *ImageableArea EnvISOB5/Umschlag ISOB5 - 176x250mm: "11.52 15.59 487.48 693.41"
93 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
94 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
95 *ImageableArea EnvISOB6/Umschlag ISOB6 - 176x125mm: "11.52 15.59 487.48 338.41"
96 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
97 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
98 *DefaultPaperDimension: Letter
99 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
100 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
101 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
102 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
103 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
104 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
105 *PaperDimension Env10/Umschlag #10 - 4.13x9.5in: "297.00 684.00"
106 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
107 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
108 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
109 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
110 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
111 *PaperDimension EnvISOB5/Umschlag ISOB5 - 176x250mm: "499.00 709.00"
112 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
113 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
114 *PaperDimension EnvISOB6/Umschlag ISOB6 - 176x125mm: "499.00 354.00"
115 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
116 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
117 *MaxMediaWidth: "0.00"
118 *MaxMediaHeight: "0.00"
119 *HWMargins: 11.52 15.59 11.52 15.59
120 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
121 *ParamCustomPageSize Width: 1 points 0.00 0.00
122 *ParamCustomPageSize Height: 2 points 0.00 0.00
123 *ParamCustomPageSize WidthOffset: 3 points 0 0
124 *ParamCustomPageSize HeightOffset: 4 points 0 0
125 *ParamCustomPageSize Orientation: 5 int 0 0
126 *RequiresPageRegion All: True
127 *OpenUI *InputSlot: PickOne
128 *OrderDependency: 10.0 AnySetup *InputSlot
129 *DefaultInputSlot: Auto
130 *InputSlot Auto/Automatische Auswahl: "<</MediaPosition 1>>setpagedevice"
131 *InputSlot Manual/Manueller Einzug: "<</MediaPosition 2>>setpagedevice"
132 *CloseUI: *InputSlot
133 *OpenUI *MediaType/Papiertyp: PickOne
134 *OrderDependency: 10.0 AnySetup *MediaType
135 *DefaultMediaType: OFF
136 *MediaType OFF/Grundeinstellungen des Druckers: ""
137 *MediaType NORMAL/Normalpapier: ""
138 *MediaType THICK/Dickes Papier: ""
139 *MediaType THIN/Dünnes Papier: ""
140 *MediaType BOND/Kartoniertes Papier: ""
141 *MediaType OHP/Transparenz: ""
142 *MediaType CARD/Visitenkarten: ""
143 *MediaType LABEL/Etiketten: ""
144 *MediaType USED/Vorgedrucktes Papier: ""
145 *MediaType COLOR/Farbiges Papier: ""
146 *MediaType ENV/Umschlag/Couvert: ""
147 *CloseUI: *MediaType
148 *OpenUI *ColorModel/Farbe modus: PickOne
149 *OrderDependency: 10.0 AnySetup *ColorModel
150 *DefaultColorModel: CMYK
151 *ColorModel Gray/Abgestuftes von grauen: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
152 *ColorModel CMYK/Farbe: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 17>>setpagedevice"
153 *CloseUI: *ColorModel
154 *OpenUI *Resolution: PickOne
155 *OrderDependency: 10.0 AnySetup *Resolution
156 *DefaultResolution: 600dpi
157 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
158 *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
159 *Resolution 1200dpi/1200 PPP: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
160 *CloseUI: *Resolution
161 *OpenUI *PowerSave/Energiesparmodus: PickOne
162 *OrderDependency: 10.0 AnySetup *PowerSave
163 *DefaultPowerSave: 5
164 *PowerSave False/Aus: ""
165 *PowerSave 5/5 Minuten: ""
166 *PowerSave 10/10 Minuten: ""
167 *PowerSave 15/15 Minuten: ""
168 *PowerSave 30/30 Minuten: ""
169 *PowerSave 45/45 Minuten: ""
170 *PowerSave 60/1 Stunde: ""
171 *CloseUI: *PowerSave
172 *DefaultFont: Courier
173 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
174 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
175 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
176 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
177 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
178 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
179 *Font Bookman-Light: Standard "(1.05)" Standard ROM
180 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
181 *Font Courier: Standard "(1.05)" Standard ROM
182 *Font Courier-Bold: Standard "(1.05)" Standard ROM
183 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
184 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
185 *Font Helvetica: Standard "(1.05)" Standard ROM
186 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
187 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
188 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
189 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
190 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
191 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
192 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
193 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
194 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
195 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
196 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
197 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
198 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
199 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
200 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
201 *Font Symbol: Special "(001.005)" Special ROM
202 *Font Times-Bold: Standard "(1.05)" Standard ROM
203 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
204 *Font Times-Italic: Standard "(1.05)" Standard ROM
205 *Font Times-Roman: Standard "(1.05)" Standard ROM
206 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
207 *Font ZapfDingbats: Special "(001.005)" Special ROM
208 *% End of clp300.ppd, 11205 bytes.
00 *PPD-Adobe: "4.3"
11 *% PPD file for CLP-300 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
2 *% Created by the CUPS PPD Compiler v1.2.3.
33 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
4 *FileVersion: "SpliX V. 2.0.0"
55 *LanguageVersion: French
66 *LanguageEncoding: ISOLatin1
77 *PCFileName: "clp300.ppd"
88 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
910 *Product: "(GNU Ghostscript)"
1011 *Manufacturer: "Samsung"
1112 *ModelName: "Samsung CLP-300"
1213 *ShortNickName: "Samsung CLP-300"
13 *NickName: "Samsung CLP-300, 1.0"
14 *NickName: "Samsung CLP-300, SpliX V. 2.0.0"
1415 *PSVersion: "(3010.000) 705"
1516 *PSVersion: "(3010.000) 707"
1617 *PSVersion: "(3010.000) 815"
18 *PSVersion: "(3010.000) 853"
1719 *LanguageLevel: "3"
1820 *ColorDevice: True
1921 *DefaultColorSpace: RGB
2224 *LandscapeOrientation: Plus90
2325 *TTRasterizer: Type42
2426 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "1"
28 *General docHeaderValues: "<0><0><0>"
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL PacketSize: "512"
31 *QPDL ManualDuplex: "On"
2932 *QPDL QPDLVersion: "2"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
33 *General DocHeaderValues: "<0><0><1>"
34 *General CMSFile: "CLP-300"
35 *cupsVersion: 1.3
36 *cupsModelNumber: 0
3337 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *OpenUI *PageSize: PickOne
38 *cupsFilter: "application/vnd.cups-postscript 0 pstoqpdl"
39 *OpenUI *PageSize/Media Size: PickOne
3640 *OrderDependency: 10 AnySetup *PageSize
3741 *DefaultPageSize: Letter
3842 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
4145 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
4246 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
4347 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
44 *PageSize Env10/Enveloppe #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
48 *PageSize Env10/Enveloppe n°10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
4549 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
4650 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
4751 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
4852 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
4953 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
5054 *PageSize EnvISOB5/Enveloppe ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
55 *PageSize Postcard/Carte postale - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
56 *PageSize DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
5157 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
5258 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
53 *PageSize EnvISOB6/Enveloppe ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
59 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
5460 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
5561 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
62 *PageSize EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
63 *PageSize Env9/Enveloppe n°9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
64 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
5665 *CloseUI: *PageSize
57 *OpenUI *PageRegion: PickOne
66 *OpenUI *PageRegion/Media Size: PickOne
5867 *OrderDependency: 10 AnySetup *PageRegion
5968 *DefaultPageRegion: Letter
6069 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
6372 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
6473 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
6574 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
66 *PageRegion Env10/Enveloppe #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
75 *PageRegion Env10/Enveloppe n°10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
6776 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
6877 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
6978 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
7079 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
7180 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
7281 *PageRegion EnvISOB5/Enveloppe ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
82 *PageRegion Postcard/Carte postale - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
83 *PageRegion DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
7384 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
7485 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
75 *PageRegion EnvISOB6/Enveloppe ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
86 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
7687 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
7788 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
89 *PageRegion EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
90 *PageRegion Env9/Enveloppe n°9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
91 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
7892 *CloseUI: *PageRegion
7993 *DefaultImageableArea: Letter
80 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
81 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
82 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
83 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
84 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
85 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
86 *ImageableArea Env10/Enveloppe #10 - 4.13x9.5in: "11.52 15.59 285.48 668.41"
87 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
88 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
89 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
90 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
91 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
92 *ImageableArea EnvISOB5/Enveloppe ISOB5 - 176x250mm: "11.52 15.59 487.48 693.41"
93 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
94 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
95 *ImageableArea EnvISOB6/Enveloppe ISOB6 - 176x125mm: "11.52 15.59 487.48 338.41"
96 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
97 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
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/Enveloppe n°10 - 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/Enveloppe ISOB5 - 176x250mm: "10.75 15.00 488.25 694.00"
107 *ImageableArea Postcard/Carte postale - 100x148mm: "10.75 15.00 273.25 404.00"
108 *ImageableArea DoublePostcardRotated/Double carte postale (tournée) - 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/Enveloppe personnelle - 3.625x6.5in: "10.75 15.00 250.25 453.00"
115 *ImageableArea Env9/Enveloppe n°9 - 3.875x8.875in: "10.75 15.00 268.25 624.00"
116 *ImageableArea Oficio/Oficio - 216x340mm: "10.75 15.00 601.25 957.00"
98117 *DefaultPaperDimension: Letter
99118 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
100119 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
102121 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
103122 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
104123 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
105 *PaperDimension Env10/Enveloppe #10 - 4.13x9.5in: "297.00 684.00"
124 *PaperDimension Env10/Enveloppe n°10 - 4.13x9.5in: "297.00 684.00"
106125 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
107126 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
108127 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
109128 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
110129 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
111130 *PaperDimension EnvISOB5/Enveloppe ISOB5 - 176x250mm: "499.00 709.00"
131 *PaperDimension Postcard/Carte postale - 100x148mm: "284.00 419.00"
132 *PaperDimension DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "420.00 567.00"
112133 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
113134 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
114 *PaperDimension EnvISOB6/Enveloppe ISOB6 - 176x125mm: "499.00 354.00"
135 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
115136 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
116137 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
117 *MaxMediaWidth: "0.00"
118 *MaxMediaHeight: "0.00"
119 *HWMargins: 11.52 15.59 11.52 15.59
120 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
121 *ParamCustomPageSize Width: 1 points 0.00 0.00
122 *ParamCustomPageSize Height: 2 points 0.00 0.00
123 *ParamCustomPageSize WidthOffset: 3 points 0 0
124 *ParamCustomPageSize HeightOffset: 4 points 0 0
125 *ParamCustomPageSize Orientation: 5 int 0 0
138 *PaperDimension EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "261.00 468.00"
139 *PaperDimension Env9/Enveloppe n°9 - 3.875x8.875in: "279.00 639.00"
140 *PaperDimension Oficio/Oficio - 216x340mm: "612.00 972.00"
126141 *RequiresPageRegion All: True
127 *OpenUI *InputSlot: PickOne
142 *OpenUI *InputSlot/Media Source: PickOne
128143 *OrderDependency: 10.0 AnySetup *InputSlot
129144 *DefaultInputSlot: Auto
130145 *InputSlot Auto/Sélection automatique: "<</MediaPosition 1>>setpagedevice"
131 *InputSlot Manual/Chargement manuel: "<</MediaPosition 2>>setpagedevice"
146 *InputSlot Manual/Manuel: "<</MediaPosition 2>>setpagedevice"
132147 *CloseUI: *InputSlot
133 *OpenUI *MediaType/Type de papier: PickOne
148 *OpenUI *MediaType/Type de support: PickOne
134149 *OrderDependency: 10.0 AnySetup *MediaType
135150 *DefaultMediaType: OFF
136151 *MediaType OFF/Utiliser la configuration imprimante: ""
137152 *MediaType NORMAL/Papier ordinaire: ""
138153 *MediaType THICK/Papier épais: ""
139154 *MediaType THIN/Papier fin: ""
140 *MediaType BOND/Papier cartonné: ""
155 *MediaType BOND/Papier Bond: ""
141156 *MediaType OHP/Transparent: ""
142 *MediaType CARD/Carte de visite: ""
157 *MediaType CARD/Papier cartonné: ""
143158 *MediaType LABEL/Étiquette: ""
144 *MediaType USED/Papier Pré-imprimé: ""
145 *MediaType COLOR/Papier coloré: ""
159 *MediaType USED/Papier pré-imprimé: ""
160 *MediaType COLOR/Couleur: ""
146161 *MediaType ENV/Enveloppe: ""
162 *MediaType COTTON/Coton: ""
163 *MediaType RECYCLED/Papier recyclé: ""
164 *MediaType ARCHIVE/Archive: ""
147165 *CloseUI: *MediaType
148 *OpenUI *ColorModel/Mode de couleur: PickOne
149 *OrderDependency: 10.0 AnySetup *ColorModel
150 *DefaultColorModel: CMYK
151 *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
152 *ColorModel CMYK/Couleur: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 17>>setpagedevice"
153 *CloseUI: *ColorModel
154 *OpenUI *Resolution: PickOne
155 *OrderDependency: 10.0 AnySetup *Resolution
156 *DefaultResolution: 600dpi
157 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
158 *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
159 *Resolution 1200dpi/1200 PPP: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
160 *CloseUI: *Resolution
166 *OpenUI *Altitude/Pression de l'air: PickOne
167 *OrderDependency: 10.0 AnySetup *Altitude
168 *DefaultAltitude: LOW
169 *Altitude LOW/Faible: ""
170 *Altitude HIGH/Forte: ""
171 *CloseUI: *Altitude
161172 *OpenUI *PowerSave/Économie d'énergie: PickOne
162173 *OrderDependency: 10.0 AnySetup *PowerSave
163174 *DefaultPowerSave: 5
169180 *PowerSave 45/45 minutes: ""
170181 *PowerSave 60/1 heure: ""
171182 *CloseUI: *PowerSave
183 *OpenUI *Resolution: PickOne
184 *OrderDependency: 10.0 AnySetup *Resolution
185 *DefaultResolution: 600dpi
186 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
187 *Resolution 1200dpi/1200 PPP: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
188 *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
189 *CloseUI: *Resolution
190 *OpenUI *ColorModel/Mode couleur: PickOne
191 *OrderDependency: 10.0 AnySetup *ColorModel
192 *DefaultColorModel: CMYK
193 *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 19>>setpagedevice"
194 *ColorModel CMYK/Couleur: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 19>>setpagedevice"
195 *CloseUI: *ColorModel
196 *OpenUI *Duplex/Impression recto-verso: PickOne
197 *OrderDependency: 10.0 AnySetup *Duplex
198 *DefaultDuplex: None
199 *Duplex None/Simple (recto): "<</Duplex false>>setpagedevice"
200 *Duplex DuplexNoTumble/Côté long (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
201 *Duplex DuplexTumble/Côté court (Paysage): "<</Duplex true/Tumble true>>setpagedevice"
202 *CloseUI: *Duplex
172203 *DefaultFont: Courier
173204 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
174205 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
205236 *Font Times-Roman: Standard "(1.05)" Standard ROM
206237 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
207238 *Font ZapfDingbats: Special "(001.005)" Special ROM
208 *% End of clp300.ppd, 11220 bytes.
239 *% End of clp300.ppd, 13444 bytes.
+0
-209
ppd/clp300it.ppd less more
0 *PPD-Adobe: "4.3"
1 *% PPD file for CLP-300 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
3 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
5 *LanguageVersion: Italian
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "clp300.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GNU Ghostscript)"
10 *Manufacturer: "Samsung"
11 *ModelName: "Samsung CLP-300"
12 *ShortNickName: "Samsung CLP-300"
13 *NickName: "Samsung CLP-300, 1.0"
14 *PSVersion: "(3010.000) 705"
15 *PSVersion: "(3010.000) 707"
16 *PSVersion: "(3010.000) 815"
17 *LanguageLevel: "3"
18 *ColorDevice: True
19 *DefaultColorSpace: RGB
20 *FileSystem: False
21 *Throughput: "4"
22 *LandscapeOrientation: Plus90
23 *TTRasterizer: Type42
24 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "1"
28 *General docHeaderValues: "<0><0><0>"
29 *QPDL QPDLVersion: "2"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
33 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *OpenUI *PageSize: PickOne
36 *OrderDependency: 10 AnySetup *PageSize
37 *DefaultPageSize: Letter
38 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
39 *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
40 *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
41 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
42 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
43 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
44 *PageSize Env10/Buste lettera #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
45 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
46 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
47 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
48 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
49 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
50 *PageSize EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
51 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
52 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
53 *PageSize EnvISOB6/Buste lettera ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
54 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
55 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
56 *CloseUI: *PageSize
57 *OpenUI *PageRegion: PickOne
58 *OrderDependency: 10 AnySetup *PageRegion
59 *DefaultPageRegion: Letter
60 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
61 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
62 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
63 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
64 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
65 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
66 *PageRegion Env10/Buste lettera #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
67 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
68 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
69 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
70 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
71 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
72 *PageRegion EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
73 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
74 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
75 *PageRegion EnvISOB6/Buste lettera ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
76 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
77 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
78 *CloseUI: *PageRegion
79 *DefaultImageableArea: Letter
80 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
81 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
82 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
83 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
84 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
85 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
86 *ImageableArea Env10/Buste lettera #10 - 4.13x9.5in: "11.52 15.59 285.48 668.41"
87 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
88 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
89 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
90 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
91 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
92 *ImageableArea EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "11.52 15.59 487.48 693.41"
93 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
94 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
95 *ImageableArea EnvISOB6/Buste lettera ISOB6 - 176x125mm: "11.52 15.59 487.48 338.41"
96 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
97 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
98 *DefaultPaperDimension: Letter
99 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
100 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
101 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
102 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
103 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
104 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
105 *PaperDimension Env10/Buste lettera #10 - 4.13x9.5in: "297.00 684.00"
106 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
107 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
108 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
109 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
110 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
111 *PaperDimension EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "499.00 709.00"
112 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
113 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
114 *PaperDimension EnvISOB6/Buste lettera ISOB6 - 176x125mm: "499.00 354.00"
115 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
116 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
117 *MaxMediaWidth: "0.00"
118 *MaxMediaHeight: "0.00"
119 *HWMargins: 11.52 15.59 11.52 15.59
120 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
121 *ParamCustomPageSize Width: 1 points 0.00 0.00
122 *ParamCustomPageSize Height: 2 points 0.00 0.00
123 *ParamCustomPageSize WidthOffset: 3 points 0 0
124 *ParamCustomPageSize HeightOffset: 4 points 0 0
125 *ParamCustomPageSize Orientation: 5 int 0 0
126 *RequiresPageRegion All: True
127 *OpenUI *InputSlot: PickOne
128 *OrderDependency: 10.0 AnySetup *InputSlot
129 *DefaultInputSlot: Auto
130 *InputSlot Auto/Selezione Automatica: "<</MediaPosition 1>>setpagedevice"
131 *InputSlot Manual/Alimentazione Manuale: "<</MediaPosition 2>>setpagedevice"
132 *CloseUI: *InputSlot
133 *OpenUI *MediaType/Tipo Carta: PickOne
134 *OrderDependency: 10.0 AnySetup *MediaType
135 *DefaultMediaType: OFF
136 *MediaType OFF/Usa Default Stampante: ""
137 *MediaType NORMAL/Carta Semplice: ""
138 *MediaType THICK/Carta Spessa: ""
139 *MediaType THIN/Carta Sottile: ""
140 *MediaType BOND/Adesivo: ""
141 *MediaType OHP/Lucido: ""
142 *MediaType CARD/Biglietti Da Visita: ""
143 *MediaType LABEL/Etichette: ""
144 *MediaType USED/Prestampati: ""
145 *MediaType COLOR/Carta Colorata: ""
146 *MediaType ENV/Busta da Lettera: ""
147 *CloseUI: *MediaType
148 *OpenUI *ColorModel/Modo di colore: PickOne
149 *OrderDependency: 10.0 AnySetup *ColorModel
150 *DefaultColorModel: CMYK
151 *ColorModel Gray/Gradazione di grigio: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
152 *ColorModel CMYK/Colore: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 17>>setpagedevice"
153 *CloseUI: *ColorModel
154 *OpenUI *Resolution: PickOne
155 *OrderDependency: 10.0 AnySetup *Resolution
156 *DefaultResolution: 600dpi
157 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
158 *Resolution 300dpi/300 DPI: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
159 *Resolution 1200dpi/1200 DPI: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
160 *CloseUI: *Resolution
161 *OpenUI *PowerSave/Risparmio Energetico: PickOne
162 *OrderDependency: 10.0 AnySetup *PowerSave
163 *DefaultPowerSave: 5
164 *PowerSave False/Off: ""
165 *PowerSave 5/5 Minuti: ""
166 *PowerSave 10/10 Minuti: ""
167 *PowerSave 15/15 Minuti: ""
168 *PowerSave 30/30 Minuti: ""
169 *PowerSave 45/45 Minuti: ""
170 *PowerSave 60/1 Ora: ""
171 *CloseUI: *PowerSave
172 *DefaultFont: Courier
173 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
174 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
175 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
176 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
177 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
178 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
179 *Font Bookman-Light: Standard "(1.05)" Standard ROM
180 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
181 *Font Courier: Standard "(1.05)" Standard ROM
182 *Font Courier-Bold: Standard "(1.05)" Standard ROM
183 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
184 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
185 *Font Helvetica: Standard "(1.05)" Standard ROM
186 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
187 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
188 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
189 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
190 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
191 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
192 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
193 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
194 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
195 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
196 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
197 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
198 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
199 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
200 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
201 *Font Symbol: Special "(001.005)" Special ROM
202 *Font Times-Bold: Standard "(1.05)" Standard ROM
203 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
204 *Font Times-Italic: Standard "(1.05)" Standard ROM
205 *Font Times-Roman: Standard "(1.05)" Standard ROM
206 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
207 *Font ZapfDingbats: Special "(001.005)" Special ROM
208 *% End of clp300.ppd, 11239 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for CLP-300 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: Portuguese_Brazil
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "clp300.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung CLP-300"
13 *ShortNickName: "Samsung CLP-300"
14 *NickName: "Samsung CLP-300, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: True
21 *DefaultColorSpace: RGB
22 *FileSystem: False
23 *Throughput: "4"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL PacketSize: "512"
31 *QPDL ManualDuplex: "On"
32 *QPDL QPDLVersion: "2"
33 *General DocHeaderValues: "<0><0><1>"
34 *General CMSFile: "CLP-300"
35 *cupsVersion: 1.3
36 *cupsModelNumber: 0
37 *cupsManualCopies: False
38 *cupsFilter: "application/vnd.cups-postscript 0 pstoqpdl"
39 *OpenUI *PageSize/Media Size: PickOne
40 *OrderDependency: 10 AnySetup *PageSize
41 *DefaultPageSize: Letter
42 *PageSize Letter/Carta - 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/Executivo - 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/Envelope Número 10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
49 *PageSize Monarch/Monarca - 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/Envelope ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
55 *PageSize Postcard/Cartão Postal - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
56 *PageSize DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 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/Envelope Pessoal - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
63 *PageSize Env9/Envelope Número 9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
64 *PageSize Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
65 *CloseUI: *PageSize
66 *OpenUI *PageRegion/Media Size: PickOne
67 *OrderDependency: 10 AnySetup *PageRegion
68 *DefaultPageRegion: Letter
69 *PageRegion Letter/Carta - 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/Executivo - 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/Envelope Número 10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
76 *PageRegion Monarch/Monarca - 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/Envelope ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
82 *PageRegion Postcard/Cartão Postal - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
83 *PageRegion DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 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/Envelope Pessoal - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
90 *PageRegion Env9/Envelope Número 9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
91 *PageRegion Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
92 *CloseUI: *PageRegion
93 *DefaultImageableArea: Letter
94 *ImageableArea Letter/Carta - 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/Executivo - 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/Envelope Número 10 - 4.13x9.5in: "10.75 15.00 286.25 669.00"
101 *ImageableArea Monarch/Monarca - 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/Envelope ISOB5 - 176x250mm: "10.75 15.00 488.25 694.00"
107 *ImageableArea Postcard/Cartão Postal - 100x148mm: "10.75 15.00 273.25 404.00"
108 *ImageableArea DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 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/Envelope Pessoal - 3.625x6.5in: "10.75 15.00 250.25 453.00"
115 *ImageableArea Env9/Envelope Número 9 - 3.875x8.875in: "10.75 15.00 268.25 624.00"
116 *ImageableArea Oficio/Ofício - 216x340mm: "10.75 15.00 601.25 957.00"
117 *DefaultPaperDimension: Letter
118 *PaperDimension Letter/Carta - 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/Executivo - 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/Envelope Número 10 - 4.13x9.5in: "297.00 684.00"
125 *PaperDimension Monarch/Monarca - 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/Envelope ISOB5 - 176x250mm: "499.00 709.00"
131 *PaperDimension Postcard/Cartão Postal - 100x148mm: "284.00 419.00"
132 *PaperDimension DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 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/Envelope Pessoal - 3.625x6.5in: "261.00 468.00"
139 *PaperDimension Env9/Envelope Número 9 - 3.875x8.875in: "279.00 639.00"
140 *PaperDimension Oficio/Ofício - 216x340mm: "612.00 972.00"
141 *RequiresPageRegion All: True
142 *OpenUI *InputSlot/Media Source: PickOne
143 *OrderDependency: 10.0 AnySetup *InputSlot
144 *DefaultInputSlot: Auto
145 *InputSlot Auto/Seleção Automática: "<</MediaPosition 1>>setpagedevice"
146 *InputSlot Manual/Alimentação Manual: "<</MediaPosition 2>>setpagedevice"
147 *CloseUI: *InputSlot
148 *OpenUI *MediaType/Tipo de Papel: PickOne
149 *OrderDependency: 10.0 AnySetup *MediaType
150 *DefaultMediaType: OFF
151 *MediaType OFF/Usar a Definição da Impressora: ""
152 *MediaType NORMAL/Papel normal: ""
153 *MediaType THICK/Papel grosso: ""
154 *MediaType THIN/Papel Delgado (Fino): ""
155 *MediaType BOND/Papel Bond: ""
156 *MediaType OHP/Transparência: ""
157 *MediaType CARD/Cartolina: ""
158 *MediaType LABEL/Etiqueta: ""
159 *MediaType USED/Papel Pré-Impresso: ""
160 *MediaType COLOR/Cor: ""
161 *MediaType ENV/Envelope: ""
162 *MediaType COTTON/Algodão: ""
163 *MediaType RECYCLED/Papel Reciclado: ""
164 *MediaType ARCHIVE/Arquivamento: ""
165 *CloseUI: *MediaType
166 *OpenUI *Altitude/Pressão Atmosférica: PickOne
167 *OrderDependency: 10.0 AnySetup *Altitude
168 *DefaultAltitude: LOW
169 *Altitude LOW/Pressão Elevada (Baixa Altitude): ""
170 *Altitude HIGH/Pressão Reduzida (Grande Altitude): ""
171 *CloseUI: *Altitude
172 *OpenUI *PowerSave/Economia de Energia: PickOne
173 *OrderDependency: 10.0 AnySetup *PowerSave
174 *DefaultPowerSave: 5
175 *PowerSave False/Desligado: ""
176 *PowerSave 5/5 Minutos: ""
177 *PowerSave 10/10 Minutos: ""
178 *PowerSave 15/15 Minutos: ""
179 *PowerSave 30/30 Minutos: ""
180 *PowerSave 45/45 Minutos: ""
181 *PowerSave 60/1 Hora: ""
182 *CloseUI: *PowerSave
183 *OpenUI *Resolution: PickOne
184 *OrderDependency: 10.0 AnySetup *Resolution
185 *DefaultResolution: 600dpi
186 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
187 *Resolution 1200dpi/1200 PPP: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
188 *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
189 *CloseUI: *Resolution
190 *OpenUI *ColorModel/Modo Cor: PickOne
191 *OrderDependency: 10.0 AnySetup *ColorModel
192 *DefaultColorModel: CMYK
193 *ColorModel Gray/Tons de Cinza: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 19>>setpagedevice"
194 *ColorModel CMYK/Inativo: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 19>>setpagedevice"
195 *CloseUI: *ColorModel
196 *OpenUI *Duplex/Impressão em Frente e Verso: PickOne
197 *OrderDependency: 10.0 AnySetup *Duplex
198 *DefaultDuplex: None
199 *Duplex None/Frente (Simples): "<</Duplex false>>setpagedevice"
200 *Duplex DuplexNoTumble/Borda Longa (Retrato): "<</Duplex true/Tumble false>>setpagedevice"
201 *Duplex DuplexTumble/Borda Curta (Paisagem): "<</Duplex true/Tumble true>>setpagedevice"
202 *CloseUI: *Duplex
203 *DefaultFont: Courier
204 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
205 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
206 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
207 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
208 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
209 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
210 *Font Bookman-Light: Standard "(1.05)" Standard ROM
211 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
212 *Font Courier: Standard "(1.05)" Standard ROM
213 *Font Courier-Bold: Standard "(1.05)" Standard ROM
214 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
215 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
216 *Font Helvetica: Standard "(1.05)" Standard ROM
217 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
218 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
219 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
220 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
221 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
222 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
223 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
224 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
225 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
226 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
227 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
228 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
229 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
230 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
231 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
232 *Font Symbol: Special "(001.005)" Special ROM
233 *Font Times-Bold: Standard "(1.05)" Standard ROM
234 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
235 *Font Times-Italic: Standard "(1.05)" Standard ROM
236 *Font Times-Roman: Standard "(1.05)" Standard ROM
237 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
238 *Font ZapfDingbats: Special "(001.005)" Special ROM
239 *% End of clp300.ppd, 13545 bytes.
00 *PPD-Adobe: "4.3"
11 *% PPD file for CLP-500 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
2 *% Created by the CUPS PPD Compiler v1.2.3.
33 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
4 *FileVersion: "SpliX V. 2.0.0"
55 *LanguageVersion: English
66 *LanguageEncoding: ISOLatin1
77 *PCFileName: "clp500.ppd"
88 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
910 *Product: "(GNU Ghostscript)"
1011 *Manufacturer: "Samsung"
1112 *ModelName: "Samsung CLP-500"
1213 *ShortNickName: "Samsung CLP-500"
13 *NickName: "Samsung CLP-500, 1.0"
14 *NickName: "Samsung CLP-500, SpliX V. 2.0.0"
1415 *PSVersion: "(3010.000) 705"
1516 *PSVersion: "(3010.000) 707"
1617 *PSVersion: "(3010.000) 815"
18 *PSVersion: "(3010.000) 853"
1719 *LanguageLevel: "3"
1820 *ColorDevice: True
1921 *DefaultColorSpace: RGB
2224 *LandscapeOrientation: Plus90
2325 *TTRasterizer: Type42
2426 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "1"
28 *General docHeaderValues: "<0><0><0>"
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *General DocHeaderValues: "<0><0><1>"
2931 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
32 *General CMSFile: "CLP-500"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
3335 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
36 *cupsFilter: "application/vnd.cups-postscript 0 pstoqpdl"
3537 *UIConstraints: *OptionTray2 False *InputSlot Lower
3638 *UIConstraints: *InputSlot Lower *OptionTray2 False
37 *OpenUI *PageSize: PickOne
39 *OpenUI *PageSize/Media Size: PickOne
3840 *OrderDependency: 10 AnySetup *PageSize
3941 *DefaultPageSize: Letter
4042 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
5052 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
5153 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
5254 *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"
5357 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
5458 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
55 *PageSize EnvISOB6/ISOB6 Envelope - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
59 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
5660 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
5761 *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"
64 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
5865 *CloseUI: *PageSize
59 *OpenUI *PageRegion: PickOne
66 *OpenUI *PageRegion/Media Size: PickOne
6067 *OrderDependency: 10 AnySetup *PageRegion
6168 *DefaultPageRegion: Letter
6269 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
7279 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
7380 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
7481 *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"
7584 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
7685 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
77 *PageRegion EnvISOB6/ISOB6 Envelope - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
86 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
7887 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
7988 *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"
91 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
8092 *CloseUI: *PageRegion
8193 *DefaultImageableArea: Letter
82 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
83 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
84 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
85 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
86 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
87 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
88 *ImageableArea Env10/#10 Envelope - 4.13x9.5in: "11.52 15.59 285.48 668.41"
89 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
90 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
91 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
92 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
93 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
94 *ImageableArea EnvISOB5/ISOB5 Envelope - 176x250mm: "11.52 15.59 487.48 693.41"
95 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
96 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
97 *ImageableArea EnvISOB6/ISOB6 Envelope - 176x125mm: "11.52 15.59 487.48 338.41"
98 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
99 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
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"
100117 *DefaultPaperDimension: Letter
101118 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
102119 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
111128 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
112129 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
113130 *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"
114133 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
115134 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
116 *PaperDimension EnvISOB6/ISOB6 Envelope - 176x125mm: "499.00 354.00"
135 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
117136 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
118137 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
119 *MaxMediaWidth: "0.00"
120 *MaxMediaHeight: "0.00"
121 *HWMargins: 11.52 15.59 11.52 15.59
122 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
123 *ParamCustomPageSize Width: 1 points 0.00 0.00
124 *ParamCustomPageSize Height: 2 points 0.00 0.00
125 *ParamCustomPageSize WidthOffset: 3 points 0 0
126 *ParamCustomPageSize HeightOffset: 4 points 0 0
127 *ParamCustomPageSize Orientation: 5 int 0 0
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"
128141 *RequiresPageRegion All: True
129 *OpenUI *InputSlot: PickOne
142 *OpenUI *InputSlot/Media Source: PickOne
130143 *OrderDependency: 10.0 AnySetup *InputSlot
131144 *DefaultInputSlot: Auto
132145 *InputSlot Auto/Automatic Selection: "<</MediaPosition 1>>setpagedevice"
149162 *MediaType USED/Preprinted: ""
150163 *MediaType COLOR/Colored Paper: ""
151164 *MediaType ENV/Envelope: ""
165 *MediaType COTTON/Cotton: ""
166 *MediaType RECYCLED/Recycled: ""
167 *MediaType ARCHIVE/Archive: ""
152168 *CloseUI: *MediaType
153 *OpenUI *ColorModel/Color Mode: PickOne
154 *OrderDependency: 10.0 AnySetup *ColorModel
155 *DefaultColorModel: CMYK
156 *ColorModel Gray/Grayscale: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
157 *ColorModel CMYK/Color: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 17>>setpagedevice"
158 *CloseUI: *ColorModel
159 *OpenUI *Resolution: PickOne
160 *OrderDependency: 10.0 AnySetup *Resolution
161 *DefaultResolution: 600dpi
162 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
163 *Resolution 1200x600dpi/1200x600 DPI: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
164 *Resolution 1200dpi/1200 DPI: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
165 *CloseUI: *Resolution
169 *OpenUI *Altitude/Air pressure: PickOne
170 *OrderDependency: 10.0 AnySetup *Altitude
171 *DefaultAltitude: LOW
172 *Altitude LOW/Low: ""
173 *Altitude HIGH/High: ""
174 *CloseUI: *Altitude
166175 *OpenUI *PowerSave/Power Save: PickOne
167176 *OrderDependency: 10.0 AnySetup *PowerSave
168177 *DefaultPowerSave: 5
174183 *PowerSave 45/45 Minutes: ""
175184 *PowerSave 60/1 Hour: ""
176185 *CloseUI: *PowerSave
186 *OpenUI *Resolution: PickOne
187 *OrderDependency: 10.0 AnySetup *Resolution
188 *DefaultResolution: 600dpi
189 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
190 *Resolution 1200x600dpi/1200x600 DPI: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
191 *Resolution 1200dpi/1200 DPI: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
192 *CloseUI: *Resolution
193 *OpenUI *ColorModel/Color Mode: PickOne
194 *OrderDependency: 10.0 AnySetup *ColorModel
195 *DefaultColorModel: CMYK
196 *ColorModel Gray/Grayscale: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
197 *ColorModel CMYK/Color: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 17>>setpagedevice"
198 *CloseUI: *ColorModel
177199 *OpenUI *JamRecovery/Reprint When Jam: Boolean
178200 *OrderDependency: 10.0 AnySetup *JamRecovery
179201 *DefaultJamRecovery: False
180202 *JamRecovery False/Off: ""
181203 *JamRecovery True/On: ""
182204 *CloseUI: *JamRecovery
183 *OpenUI *Duplex/Double-Sided Printing: PickOne
205 *OpenUI *Duplex/2-Sided Printing: PickOne
184206 *OrderDependency: 10.0 AnySetup *Duplex
185207 *DefaultDuplex: None
186 *Duplex None/Off: "<</Duplex false>>setpagedevice"
187 *Duplex DuplexNoTumble/Long-Edge Binding: "<</Duplex true/Tumble false>>setpagedevice"
188 *Duplex DuplexTumble/Short-Edge Binding: "<</Duplex true/Tumble true>>setpagedevice"
208 *Duplex None/Off (1-Sided): "<</Duplex false>>setpagedevice"
209 *Duplex DuplexNoTumble/Long-Edge (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
210 *Duplex DuplexTumble/Short-Edge (Landscape): "<</Duplex true/Tumble true>>setpagedevice"
189211 *CloseUI: *Duplex
190212 *OpenGroup: InstallableOptions/Installable Options
191213 *OpenUI *OptionTray2/Tray 2 Installed: Boolean
231253 *Font Times-Roman: Standard "(1.05)" Standard ROM
232254 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
233255 *Font ZapfDingbats: Special "(001.005)" Special ROM
234 *% End of clp500.ppd, 12267 bytes.
256 *% End of clp500.ppd, 13990 bytes.
+0
-235
ppd/clp500de.ppd less more
0 *PPD-Adobe: "4.3"
1 *% PPD file for CLP-500 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
3 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
5 *LanguageVersion: German
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "clp500.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GNU Ghostscript)"
10 *Manufacturer: "Samsung"
11 *ModelName: "Samsung CLP-500"
12 *ShortNickName: "Samsung CLP-500"
13 *NickName: "Samsung CLP-500, 1.0"
14 *PSVersion: "(3010.000) 705"
15 *PSVersion: "(3010.000) 707"
16 *PSVersion: "(3010.000) 815"
17 *LanguageLevel: "3"
18 *ColorDevice: True
19 *DefaultColorSpace: RGB
20 *FileSystem: False
21 *Throughput: "20"
22 *LandscapeOrientation: Plus90
23 *TTRasterizer: Type42
24 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "1"
28 *General docHeaderValues: "<0><0><0>"
29 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
33 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *UIConstraints: *OptionTray2 False *InputSlot Lower
36 *UIConstraints: *InputSlot Lower *OptionTray2 False
37 *OpenUI *PageSize: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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/Umschlag #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/Umschlag ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
53 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
54 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
55 *PageSize EnvISOB6/Umschlag ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
56 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
57 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
58 *CloseUI: *PageSize
59 *OpenUI *PageRegion: PickOne
60 *OrderDependency: 10 AnySetup *PageRegion
61 *DefaultPageRegion: Letter
62 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
63 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
64 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
65 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
66 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
67 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
68 *PageRegion Env10/Umschlag #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
69 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
70 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
71 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
72 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
73 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
74 *PageRegion EnvISOB5/Umschlag ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
75 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
76 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
77 *PageRegion EnvISOB6/Umschlag ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
78 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
79 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
80 *CloseUI: *PageRegion
81 *DefaultImageableArea: Letter
82 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
83 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
84 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
85 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
86 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
87 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
88 *ImageableArea Env10/Umschlag #10 - 4.13x9.5in: "11.52 15.59 285.48 668.41"
89 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
90 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
91 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
92 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
93 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
94 *ImageableArea EnvISOB5/Umschlag ISOB5 - 176x250mm: "11.52 15.59 487.48 693.41"
95 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
96 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
97 *ImageableArea EnvISOB6/Umschlag ISOB6 - 176x125mm: "11.52 15.59 487.48 338.41"
98 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
99 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
100 *DefaultPaperDimension: Letter
101 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
102 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
103 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
104 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
105 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
106 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
107 *PaperDimension Env10/Umschlag #10 - 4.13x9.5in: "297.00 684.00"
108 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
109 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
110 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
111 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
112 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
113 *PaperDimension EnvISOB5/Umschlag ISOB5 - 176x250mm: "499.00 709.00"
114 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
115 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
116 *PaperDimension EnvISOB6/Umschlag ISOB6 - 176x125mm: "499.00 354.00"
117 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
118 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
119 *MaxMediaWidth: "0.00"
120 *MaxMediaHeight: "0.00"
121 *HWMargins: 11.52 15.59 11.52 15.59
122 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
123 *ParamCustomPageSize Width: 1 points 0.00 0.00
124 *ParamCustomPageSize Height: 2 points 0.00 0.00
125 *ParamCustomPageSize WidthOffset: 3 points 0 0
126 *ParamCustomPageSize HeightOffset: 4 points 0 0
127 *ParamCustomPageSize Orientation: 5 int 0 0
128 *RequiresPageRegion All: True
129 *OpenUI *InputSlot: PickOne
130 *OrderDependency: 10.0 AnySetup *InputSlot
131 *DefaultInputSlot: Auto
132 *InputSlot Auto/Automatische Auswahl: "<</MediaPosition 1>>setpagedevice"
133 *InputSlot Manual/Manueller Einzug: "<</MediaPosition 2>>setpagedevice"
134 *InputSlot Multi/Multifunktionaler Schacht: "<</MediaPosition 3>>setpagedevice"
135 *InputSlot Upper/Fach 1: "<</MediaPosition 4>>setpagedevice"
136 *InputSlot Lower/Fach 2: "<</MediaPosition 5>>setpagedevice"
137 *CloseUI: *InputSlot
138 *OpenUI *MediaType/Papiertyp: PickOne
139 *OrderDependency: 10.0 AnySetup *MediaType
140 *DefaultMediaType: OFF
141 *MediaType OFF/Grundeinstellungen des Druckers: ""
142 *MediaType NORMAL/Normalpapier: ""
143 *MediaType THICK/Dickes Papier: ""
144 *MediaType THIN/Dünnes Papier: ""
145 *MediaType BOND/Kartoniertes Papier: ""
146 *MediaType OHP/Transparenz: ""
147 *MediaType CARD/Visitenkarten: ""
148 *MediaType LABEL/Etiketten: ""
149 *MediaType USED/Vorgedrucktes Papier: ""
150 *MediaType COLOR/Farbiges Papier: ""
151 *MediaType ENV/Umschlag/Couvert: ""
152 *CloseUI: *MediaType
153 *OpenUI *ColorModel/Farbe modus: PickOne
154 *OrderDependency: 10.0 AnySetup *ColorModel
155 *DefaultColorModel: CMYK
156 *ColorModel Gray/Abgestuftes von grauen: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
157 *ColorModel CMYK/Farbe: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 17>>setpagedevice"
158 *CloseUI: *ColorModel
159 *OpenUI *Resolution: PickOne
160 *OrderDependency: 10.0 AnySetup *Resolution
161 *DefaultResolution: 600dpi
162 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
163 *Resolution 1200x600dpi/1200x600 PPP: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
164 *Resolution 1200dpi/1200 PPP: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
165 *CloseUI: *Resolution
166 *OpenUI *PowerSave/Energiesparmodus: PickOne
167 *OrderDependency: 10.0 AnySetup *PowerSave
168 *DefaultPowerSave: 5
169 *PowerSave False/Aus: ""
170 *PowerSave 5/5 Minuten: ""
171 *PowerSave 10/10 Minuten: ""
172 *PowerSave 15/15 Minuten: ""
173 *PowerSave 30/30 Minuten: ""
174 *PowerSave 45/45 Minuten: ""
175 *PowerSave 60/1 Stunde: ""
176 *CloseUI: *PowerSave
177 *OpenUI *JamRecovery/Druck nach Papierstau fortsetzen: Boolean
178 *OrderDependency: 10.0 AnySetup *JamRecovery
179 *DefaultJamRecovery: False
180 *JamRecovery False/Aus: ""
181 *JamRecovery True/Ein: ""
182 *CloseUI: *JamRecovery
183 *OpenUI *Duplex/TRANSLATE Double-Sided Printing: PickOne
184 *OrderDependency: 10.0 AnySetup *Duplex
185 *DefaultDuplex: None
186 *Duplex None/Aus: "<</Duplex false>>setpagedevice"
187 *Duplex DuplexNoTumble/TRANSLATE Long-Edge Binding: "<</Duplex true/Tumble false>>setpagedevice"
188 *Duplex DuplexTumble/TRANSLATE Short-Edge Binding: "<</Duplex true/Tumble true>>setpagedevice"
189 *CloseUI: *Duplex
190 *OpenGroup: InstallableOptions/Optionale Module
191 *OpenUI *OptionTray2/Fach 2 vorhanden: Boolean
192 *OrderDependency: 10.0 AnySetup *OptionTray2
193 *DefaultOptionTray2: False
194 *OptionTray2 False/Nicht vorhanden: ""
195 *OptionTray2 True/Vorhanden: ""
196 *CloseUI: *OptionTray2
197 *CloseGroup: InstallableOptions
198 *DefaultFont: Courier
199 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
200 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
201 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
202 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
203 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
204 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
205 *Font Bookman-Light: Standard "(1.05)" Standard ROM
206 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
207 *Font Courier: Standard "(1.05)" Standard ROM
208 *Font Courier-Bold: Standard "(1.05)" Standard ROM
209 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
210 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
211 *Font Helvetica: Standard "(1.05)" Standard ROM
212 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
213 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
214 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
215 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
216 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
217 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
218 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
219 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
220 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
221 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
222 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
223 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
224 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
225 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
226 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
227 *Font Symbol: Special "(001.005)" Special ROM
228 *Font Times-Bold: Standard "(1.05)" Standard ROM
229 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
230 *Font Times-Italic: Standard "(1.05)" Standard ROM
231 *Font Times-Roman: Standard "(1.05)" Standard ROM
232 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
233 *Font ZapfDingbats: Special "(001.005)" Special ROM
234 *% End of clp500.ppd, 12406 bytes.
00 *PPD-Adobe: "4.3"
11 *% PPD file for CLP-500 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
2 *% Created by the CUPS PPD Compiler v1.2.3.
33 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
4 *FileVersion: "SpliX V. 2.0.0"
55 *LanguageVersion: French
66 *LanguageEncoding: ISOLatin1
77 *PCFileName: "clp500.ppd"
88 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
910 *Product: "(GNU Ghostscript)"
1011 *Manufacturer: "Samsung"
1112 *ModelName: "Samsung CLP-500"
1213 *ShortNickName: "Samsung CLP-500"
13 *NickName: "Samsung CLP-500, 1.0"
14 *NickName: "Samsung CLP-500, SpliX V. 2.0.0"
1415 *PSVersion: "(3010.000) 705"
1516 *PSVersion: "(3010.000) 707"
1617 *PSVersion: "(3010.000) 815"
18 *PSVersion: "(3010.000) 853"
1719 *LanguageLevel: "3"
1820 *ColorDevice: True
1921 *DefaultColorSpace: RGB
2224 *LandscapeOrientation: Plus90
2325 *TTRasterizer: Type42
2426 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "1"
28 *General docHeaderValues: "<0><0><0>"
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *General DocHeaderValues: "<0><0><1>"
2931 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
32 *General CMSFile: "CLP-500"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
3335 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
36 *cupsFilter: "application/vnd.cups-postscript 0 pstoqpdl"
3537 *UIConstraints: *OptionTray2 False *InputSlot Lower
3638 *UIConstraints: *InputSlot Lower *OptionTray2 False
37 *OpenUI *PageSize: PickOne
39 *OpenUI *PageSize/Media Size: PickOne
3840 *OrderDependency: 10 AnySetup *PageSize
3941 *DefaultPageSize: Letter
4042 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
4345 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
4446 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
4547 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
46 *PageSize Env10/Enveloppe #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
48 *PageSize Env10/Enveloppe n°10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
4749 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
4850 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
4951 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
5052 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
5153 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
5254 *PageSize EnvISOB5/Enveloppe ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
55 *PageSize Postcard/Carte postale - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
56 *PageSize DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
5357 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
5458 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
55 *PageSize EnvISOB6/Enveloppe ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
59 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
5660 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
5761 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
62 *PageSize EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
63 *PageSize Env9/Enveloppe n°9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
64 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
5865 *CloseUI: *PageSize
59 *OpenUI *PageRegion: PickOne
66 *OpenUI *PageRegion/Media Size: PickOne
6067 *OrderDependency: 10 AnySetup *PageRegion
6168 *DefaultPageRegion: Letter
6269 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
6572 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
6673 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
6774 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
68 *PageRegion Env10/Enveloppe #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
75 *PageRegion Env10/Enveloppe n°10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
6976 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
7077 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
7178 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
7279 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
7380 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
7481 *PageRegion EnvISOB5/Enveloppe ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
82 *PageRegion Postcard/Carte postale - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
83 *PageRegion DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
7584 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
7685 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
77 *PageRegion EnvISOB6/Enveloppe ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
86 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
7887 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
7988 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
89 *PageRegion EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
90 *PageRegion Env9/Enveloppe n°9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
91 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
8092 *CloseUI: *PageRegion
8193 *DefaultImageableArea: Letter
82 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
83 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
84 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
85 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
86 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
87 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
88 *ImageableArea Env10/Enveloppe #10 - 4.13x9.5in: "11.52 15.59 285.48 668.41"
89 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
90 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
91 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
92 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
93 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
94 *ImageableArea EnvISOB5/Enveloppe ISOB5 - 176x250mm: "11.52 15.59 487.48 693.41"
95 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
96 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
97 *ImageableArea EnvISOB6/Enveloppe ISOB6 - 176x125mm: "11.52 15.59 487.48 338.41"
98 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
99 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
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/Enveloppe n°10 - 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/Enveloppe ISOB5 - 176x250mm: "10.75 15.00 488.25 694.00"
107 *ImageableArea Postcard/Carte postale - 100x148mm: "10.75 15.00 273.25 404.00"
108 *ImageableArea DoublePostcardRotated/Double carte postale (tournée) - 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/Enveloppe personnelle - 3.625x6.5in: "10.75 15.00 250.25 453.00"
115 *ImageableArea Env9/Enveloppe n°9 - 3.875x8.875in: "10.75 15.00 268.25 624.00"
116 *ImageableArea Oficio/Oficio - 216x340mm: "10.75 15.00 601.25 957.00"
100117 *DefaultPaperDimension: Letter
101118 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
102119 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
104121 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
105122 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
106123 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
107 *PaperDimension Env10/Enveloppe #10 - 4.13x9.5in: "297.00 684.00"
124 *PaperDimension Env10/Enveloppe n°10 - 4.13x9.5in: "297.00 684.00"
108125 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
109126 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
110127 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
111128 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
112129 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
113130 *PaperDimension EnvISOB5/Enveloppe ISOB5 - 176x250mm: "499.00 709.00"
131 *PaperDimension Postcard/Carte postale - 100x148mm: "284.00 419.00"
132 *PaperDimension DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "420.00 567.00"
114133 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
115134 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
116 *PaperDimension EnvISOB6/Enveloppe ISOB6 - 176x125mm: "499.00 354.00"
135 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
117136 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
118137 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
119 *MaxMediaWidth: "0.00"
120 *MaxMediaHeight: "0.00"
121 *HWMargins: 11.52 15.59 11.52 15.59
122 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
123 *ParamCustomPageSize Width: 1 points 0.00 0.00
124 *ParamCustomPageSize Height: 2 points 0.00 0.00
125 *ParamCustomPageSize WidthOffset: 3 points 0 0
126 *ParamCustomPageSize HeightOffset: 4 points 0 0
127 *ParamCustomPageSize Orientation: 5 int 0 0
138 *PaperDimension EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "261.00 468.00"
139 *PaperDimension Env9/Enveloppe n°9 - 3.875x8.875in: "279.00 639.00"
140 *PaperDimension Oficio/Oficio - 216x340mm: "612.00 972.00"
128141 *RequiresPageRegion All: True
129 *OpenUI *InputSlot: PickOne
142 *OpenUI *InputSlot/Media Source: PickOne
130143 *OrderDependency: 10.0 AnySetup *InputSlot
131144 *DefaultInputSlot: Auto
132145 *InputSlot Auto/Sélection automatique: "<</MediaPosition 1>>setpagedevice"
133 *InputSlot Manual/Chargement manuel: "<</MediaPosition 2>>setpagedevice"
146 *InputSlot Manual/Manuel: "<</MediaPosition 2>>setpagedevice"
134147 *InputSlot Multi/Plusieurs choix de bacs: "<</MediaPosition 3>>setpagedevice"
135 *InputSlot Upper/Bac à feuilles 1: "<</MediaPosition 4>>setpagedevice"
136 *InputSlot Lower/Bac à feuilles 2: "<</MediaPosition 5>>setpagedevice"
148 *InputSlot Upper/Bac 1: "<</MediaPosition 4>>setpagedevice"
149 *InputSlot Lower/Bac 2: "<</MediaPosition 5>>setpagedevice"
137150 *CloseUI: *InputSlot
138 *OpenUI *MediaType/Type de papier: PickOne
151 *OpenUI *MediaType/Type de support: PickOne
139152 *OrderDependency: 10.0 AnySetup *MediaType
140153 *DefaultMediaType: OFF
141154 *MediaType OFF/Utiliser la configuration imprimante: ""
142155 *MediaType NORMAL/Papier ordinaire: ""
143156 *MediaType THICK/Papier épais: ""
144157 *MediaType THIN/Papier fin: ""
145 *MediaType BOND/Papier cartonné: ""
158 *MediaType BOND/Papier Bond: ""
146159 *MediaType OHP/Transparent: ""
147 *MediaType CARD/Carte de visite: ""
160 *MediaType CARD/Papier cartonné: ""
148161 *MediaType LABEL/Étiquette: ""
149 *MediaType USED/Papier Pré-imprimé: ""
150 *MediaType COLOR/Papier coloré: ""
162 *MediaType USED/Papier pré-imprimé: ""
163 *MediaType COLOR/Couleur: ""
151164 *MediaType ENV/Enveloppe: ""
165 *MediaType COTTON/Coton: ""
166 *MediaType RECYCLED/Papier recyclé: ""
167 *MediaType ARCHIVE/Archive: ""
152168 *CloseUI: *MediaType
153 *OpenUI *ColorModel/Mode de couleur: PickOne
154 *OrderDependency: 10.0 AnySetup *ColorModel
155 *DefaultColorModel: CMYK
156 *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
157 *ColorModel CMYK/Couleur: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 17>>setpagedevice"
158 *CloseUI: *ColorModel
159 *OpenUI *Resolution: PickOne
160 *OrderDependency: 10.0 AnySetup *Resolution
161 *DefaultResolution: 600dpi
162 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
163 *Resolution 1200x600dpi/1200x600 PPP: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
164 *Resolution 1200dpi/1200 PPP: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
165 *CloseUI: *Resolution
169 *OpenUI *Altitude/Pression de l'air: PickOne
170 *OrderDependency: 10.0 AnySetup *Altitude
171 *DefaultAltitude: LOW
172 *Altitude LOW/Faible: ""
173 *Altitude HIGH/Forte: ""
174 *CloseUI: *Altitude
166175 *OpenUI *PowerSave/Économie d'énergie: PickOne
167176 *OrderDependency: 10.0 AnySetup *PowerSave
168177 *DefaultPowerSave: 5
174183 *PowerSave 45/45 minutes: ""
175184 *PowerSave 60/1 heure: ""
176185 *CloseUI: *PowerSave
186 *OpenUI *Resolution: PickOne
187 *OrderDependency: 10.0 AnySetup *Resolution
188 *DefaultResolution: 600dpi
189 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
190 *Resolution 1200x600dpi/1200x600 PPP: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
191 *Resolution 1200dpi/1200 PPP: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
192 *CloseUI: *Resolution
193 *OpenUI *ColorModel/Mode couleur: PickOne
194 *OrderDependency: 10.0 AnySetup *ColorModel
195 *DefaultColorModel: CMYK
196 *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
197 *ColorModel CMYK/Couleur: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 17>>setpagedevice"
198 *CloseUI: *ColorModel
177199 *OpenUI *JamRecovery/Réimpression si bourrage: Boolean
178200 *OrderDependency: 10.0 AnySetup *JamRecovery
179201 *DefaultJamRecovery: False
180202 *JamRecovery False/Désactivé: ""
181 *JamRecovery True/Activé: ""
203 *JamRecovery True/Oui: ""
182204 *CloseUI: *JamRecovery
183205 *OpenUI *Duplex/Impression recto-verso: PickOne
184206 *OrderDependency: 10.0 AnySetup *Duplex
185207 *DefaultDuplex: None
186 *Duplex None/Désactivé: "<</Duplex false>>setpagedevice"
187 *Duplex DuplexNoTumble/Côté long: "<</Duplex true/Tumble false>>setpagedevice"
188 *Duplex DuplexTumble/Côté court: "<</Duplex true/Tumble true>>setpagedevice"
208 *Duplex None/Simple (recto): "<</Duplex false>>setpagedevice"
209 *Duplex DuplexNoTumble/Côté long (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
210 *Duplex DuplexTumble/Côté court (Paysage): "<</Duplex true/Tumble true>>setpagedevice"
189211 *CloseUI: *Duplex
190212 *OpenGroup: InstallableOptions/Modules optionnels
191213 *OpenUI *OptionTray2/Bac à feuilles 2 installé: Boolean
192214 *OrderDependency: 10.0 AnySetup *OptionTray2
193215 *DefaultOptionTray2: False
194 *OptionTray2 False/Non installé: ""
195 *OptionTray2 True/Installé: ""
216 *OptionTray2 False/Non Installée: ""
217 *OptionTray2 True/Installée: ""
196218 *CloseUI: *OptionTray2
197219 *CloseGroup: InstallableOptions
198220 *DefaultFont: Courier
231253 *Font Times-Roman: Standard "(1.05)" Standard ROM
232254 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
233255 *Font ZapfDingbats: Special "(001.005)" Special ROM
234 *% End of clp500.ppd, 12408 bytes.
256 *% End of clp500.ppd, 14227 bytes.
+0
-235
ppd/clp500it.ppd less more
0 *PPD-Adobe: "4.3"
1 *% PPD file for CLP-500 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
3 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
5 *LanguageVersion: Italian
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "clp500.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GNU Ghostscript)"
10 *Manufacturer: "Samsung"
11 *ModelName: "Samsung CLP-500"
12 *ShortNickName: "Samsung CLP-500"
13 *NickName: "Samsung CLP-500, 1.0"
14 *PSVersion: "(3010.000) 705"
15 *PSVersion: "(3010.000) 707"
16 *PSVersion: "(3010.000) 815"
17 *LanguageLevel: "3"
18 *ColorDevice: True
19 *DefaultColorSpace: RGB
20 *FileSystem: False
21 *Throughput: "20"
22 *LandscapeOrientation: Plus90
23 *TTRasterizer: Type42
24 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "1"
28 *General docHeaderValues: "<0><0><0>"
29 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
33 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *UIConstraints: *OptionTray2 False *InputSlot Lower
36 *UIConstraints: *InputSlot Lower *OptionTray2 False
37 *OpenUI *PageSize: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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/Buste lettera #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/Buste Lettera ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
53 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
54 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
55 *PageSize EnvISOB6/Buste lettera ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
56 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
57 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
58 *CloseUI: *PageSize
59 *OpenUI *PageRegion: PickOne
60 *OrderDependency: 10 AnySetup *PageRegion
61 *DefaultPageRegion: Letter
62 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
63 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
64 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
65 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
66 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
67 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
68 *PageRegion Env10/Buste lettera #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
69 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
70 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
71 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
72 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
73 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
74 *PageRegion EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
75 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
76 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
77 *PageRegion EnvISOB6/Buste lettera ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
78 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
79 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
80 *CloseUI: *PageRegion
81 *DefaultImageableArea: Letter
82 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
83 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
84 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
85 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
86 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
87 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
88 *ImageableArea Env10/Buste lettera #10 - 4.13x9.5in: "11.52 15.59 285.48 668.41"
89 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
90 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
91 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
92 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
93 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
94 *ImageableArea EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "11.52 15.59 487.48 693.41"
95 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
96 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
97 *ImageableArea EnvISOB6/Buste lettera ISOB6 - 176x125mm: "11.52 15.59 487.48 338.41"
98 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
99 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
100 *DefaultPaperDimension: Letter
101 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
102 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
103 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
104 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
105 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
106 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
107 *PaperDimension Env10/Buste lettera #10 - 4.13x9.5in: "297.00 684.00"
108 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
109 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
110 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
111 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
112 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
113 *PaperDimension EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "499.00 709.00"
114 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
115 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
116 *PaperDimension EnvISOB6/Buste lettera ISOB6 - 176x125mm: "499.00 354.00"
117 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
118 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
119 *MaxMediaWidth: "0.00"
120 *MaxMediaHeight: "0.00"
121 *HWMargins: 11.52 15.59 11.52 15.59
122 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
123 *ParamCustomPageSize Width: 1 points 0.00 0.00
124 *ParamCustomPageSize Height: 2 points 0.00 0.00
125 *ParamCustomPageSize WidthOffset: 3 points 0 0
126 *ParamCustomPageSize HeightOffset: 4 points 0 0
127 *ParamCustomPageSize Orientation: 5 int 0 0
128 *RequiresPageRegion All: True
129 *OpenUI *InputSlot: PickOne
130 *OrderDependency: 10.0 AnySetup *InputSlot
131 *DefaultInputSlot: Auto
132 *InputSlot Auto/Selezione Automatica: "<</MediaPosition 1>>setpagedevice"
133 *InputSlot Manual/Alimentazione Manuale: "<</MediaPosition 2>>setpagedevice"
134 *InputSlot Multi/Caricatore Multifunzione: "<</MediaPosition 3>>setpagedevice"
135 *InputSlot Upper/Caricatore 1: "<</MediaPosition 4>>setpagedevice"
136 *InputSlot Lower/Caricatore 2: "<</MediaPosition 5>>setpagedevice"
137 *CloseUI: *InputSlot
138 *OpenUI *MediaType/Tipo Carta: PickOne
139 *OrderDependency: 10.0 AnySetup *MediaType
140 *DefaultMediaType: OFF
141 *MediaType OFF/Usa Default Stampante: ""
142 *MediaType NORMAL/Carta Semplice: ""
143 *MediaType THICK/Carta Spessa: ""
144 *MediaType THIN/Carta Sottile: ""
145 *MediaType BOND/Adesivo: ""
146 *MediaType OHP/Lucido: ""
147 *MediaType CARD/Biglietti Da Visita: ""
148 *MediaType LABEL/Etichette: ""
149 *MediaType USED/Prestampati: ""
150 *MediaType COLOR/Carta Colorata: ""
151 *MediaType ENV/Busta da Lettera: ""
152 *CloseUI: *MediaType
153 *OpenUI *ColorModel/Modo di colore: PickOne
154 *OrderDependency: 10.0 AnySetup *ColorModel
155 *DefaultColorModel: CMYK
156 *ColorModel Gray/Gradazione di grigio: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
157 *ColorModel CMYK/Colore: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 17>>setpagedevice"
158 *CloseUI: *ColorModel
159 *OpenUI *Resolution: PickOne
160 *OrderDependency: 10.0 AnySetup *Resolution
161 *DefaultResolution: 600dpi
162 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
163 *Resolution 1200x600dpi/1200x600 DPI: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
164 *Resolution 1200dpi/1200 DPI: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
165 *CloseUI: *Resolution
166 *OpenUI *PowerSave/Risparmio Energetico: PickOne
167 *OrderDependency: 10.0 AnySetup *PowerSave
168 *DefaultPowerSave: 5
169 *PowerSave False/Off: ""
170 *PowerSave 5/5 Minuti: ""
171 *PowerSave 10/10 Minuti: ""
172 *PowerSave 15/15 Minuti: ""
173 *PowerSave 30/30 Minuti: ""
174 *PowerSave 45/45 Minuti: ""
175 *PowerSave 60/1 Ora: ""
176 *CloseUI: *PowerSave
177 *OpenUI *JamRecovery/Ristampa se Inceppata: Boolean
178 *OrderDependency: 10.0 AnySetup *JamRecovery
179 *DefaultJamRecovery: False
180 *JamRecovery False/Off: ""
181 *JamRecovery True/On: ""
182 *CloseUI: *JamRecovery
183 *OpenUI *Duplex/TRANSLATE Double-Sided Printing: PickOne
184 *OrderDependency: 10.0 AnySetup *Duplex
185 *DefaultDuplex: None
186 *Duplex None/Off: "<</Duplex false>>setpagedevice"
187 *Duplex DuplexNoTumble/TRANSLATE Long-Edge Binding: "<</Duplex true/Tumble false>>setpagedevice"
188 *Duplex DuplexTumble/TRANSLATE Short-Edge Binding: "<</Duplex true/Tumble true>>setpagedevice"
189 *CloseUI: *Duplex
190 *OpenGroup: InstallableOptions/Opzioni Installabili
191 *OpenUI *OptionTray2/Caricatore 2 Installato: Boolean
192 *OrderDependency: 10.0 AnySetup *OptionTray2
193 *DefaultOptionTray2: False
194 *OptionTray2 False/Non Installato: ""
195 *OptionTray2 True/Installato: ""
196 *CloseUI: *OptionTray2
197 *CloseGroup: InstallableOptions
198 *DefaultFont: Courier
199 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
200 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
201 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
202 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
203 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
204 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
205 *Font Bookman-Light: Standard "(1.05)" Standard ROM
206 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
207 *Font Courier: Standard "(1.05)" Standard ROM
208 *Font Courier-Bold: Standard "(1.05)" Standard ROM
209 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
210 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
211 *Font Helvetica: Standard "(1.05)" Standard ROM
212 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
213 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
214 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
215 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
216 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
217 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
218 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
219 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
220 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
221 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
222 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
223 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
224 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
225 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
226 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
227 *Font Symbol: Special "(001.005)" Special ROM
228 *Font Times-Bold: Standard "(1.05)" Standard ROM
229 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
230 *Font Times-Italic: Standard "(1.05)" Standard ROM
231 *Font Times-Roman: Standard "(1.05)" Standard ROM
232 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
233 *Font ZapfDingbats: Special "(001.005)" Special ROM
234 *% End of clp500.ppd, 12450 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for CLP-500 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: Portuguese_Brazil
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "clp500.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung CLP-500"
13 *ShortNickName: "Samsung CLP-500"
14 *NickName: "Samsung CLP-500, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: True
21 *DefaultColorSpace: RGB
22 *FileSystem: False
23 *Throughput: "20"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *General DocHeaderValues: "<0><0><1>"
31 *QPDL QPDLVersion: "1"
32 *General CMSFile: "CLP-500"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-postscript 0 pstoqpdl"
37 *UIConstraints: *OptionTray2 False *InputSlot Lower
38 *UIConstraints: *InputSlot Lower *OptionTray2 False
39 *OpenUI *PageSize/Media Size: PickOne
40 *OrderDependency: 10 AnySetup *PageSize
41 *DefaultPageSize: Letter
42 *PageSize Letter/Carta - 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/Executivo - 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/Envelope Número 10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
49 *PageSize Monarch/Monarca - 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/Envelope ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
55 *PageSize Postcard/Cartão Postal - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
56 *PageSize DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 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/Envelope Pessoal - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
63 *PageSize Env9/Envelope Número 9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
64 *PageSize Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
65 *CloseUI: *PageSize
66 *OpenUI *PageRegion/Media Size: PickOne
67 *OrderDependency: 10 AnySetup *PageRegion
68 *DefaultPageRegion: Letter
69 *PageRegion Letter/Carta - 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/Executivo - 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/Envelope Número 10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
76 *PageRegion Monarch/Monarca - 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/Envelope ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
82 *PageRegion Postcard/Cartão Postal - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
83 *PageRegion DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 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/Envelope Pessoal - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
90 *PageRegion Env9/Envelope Número 9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
91 *PageRegion Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
92 *CloseUI: *PageRegion
93 *DefaultImageableArea: Letter
94 *ImageableArea Letter/Carta - 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/Executivo - 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/Envelope Número 10 - 4.13x9.5in: "10.75 15.00 286.25 669.00"
101 *ImageableArea Monarch/Monarca - 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/Envelope ISOB5 - 176x250mm: "10.75 15.00 488.25 694.00"
107 *ImageableArea Postcard/Cartão Postal - 100x148mm: "10.75 15.00 273.25 404.00"
108 *ImageableArea DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 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/Envelope Pessoal - 3.625x6.5in: "10.75 15.00 250.25 453.00"
115 *ImageableArea Env9/Envelope Número 9 - 3.875x8.875in: "10.75 15.00 268.25 624.00"
116 *ImageableArea Oficio/Ofício - 216x340mm: "10.75 15.00 601.25 957.00"
117 *DefaultPaperDimension: Letter
118 *PaperDimension Letter/Carta - 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/Executivo - 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/Envelope Número 10 - 4.13x9.5in: "297.00 684.00"
125 *PaperDimension Monarch/Monarca - 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/Envelope ISOB5 - 176x250mm: "499.00 709.00"
131 *PaperDimension Postcard/Cartão Postal - 100x148mm: "284.00 419.00"
132 *PaperDimension DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 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/Envelope Pessoal - 3.625x6.5in: "261.00 468.00"
139 *PaperDimension Env9/Envelope Número 9 - 3.875x8.875in: "279.00 639.00"
140 *PaperDimension Oficio/Ofício - 216x340mm: "612.00 972.00"
141 *RequiresPageRegion All: True
142 *OpenUI *InputSlot/Media Source: PickOne
143 *OrderDependency: 10.0 AnySetup *InputSlot
144 *DefaultInputSlot: Auto
145 *InputSlot Auto/Seleção Automática: "<</MediaPosition 1>>setpagedevice"
146 *InputSlot Manual/Alimentação Manual: "<</MediaPosition 2>>setpagedevice"
147 *InputSlot Multi/Bandeja Multipropósito: "<</MediaPosition 3>>setpagedevice"
148 *InputSlot Upper/Bandeja 1: "<</MediaPosition 4>>setpagedevice"
149 *InputSlot Lower/Bandeja 2: "<</MediaPosition 5>>setpagedevice"
150 *CloseUI: *InputSlot
151 *OpenUI *MediaType/Tipo de Papel: PickOne
152 *OrderDependency: 10.0 AnySetup *MediaType
153 *DefaultMediaType: OFF
154 *MediaType OFF/Usar a Definição da Impressora: ""
155 *MediaType NORMAL/Papel normal: ""
156 *MediaType THICK/Papel grosso: ""
157 *MediaType THIN/Papel Delgado (Fino): ""
158 *MediaType BOND/Papel Bond: ""
159 *MediaType OHP/Transparência: ""
160 *MediaType CARD/Cartolina: ""
161 *MediaType LABEL/Etiqueta: ""
162 *MediaType USED/Papel Pré-Impresso: ""
163 *MediaType COLOR/Cor: ""
164 *MediaType ENV/Envelope: ""
165 *MediaType COTTON/Algodão: ""
166 *MediaType RECYCLED/Papel Reciclado: ""
167 *MediaType ARCHIVE/Arquivamento: ""
168 *CloseUI: *MediaType
169 *OpenUI *Altitude/Pressão Atmosférica: PickOne
170 *OrderDependency: 10.0 AnySetup *Altitude
171 *DefaultAltitude: LOW
172 *Altitude LOW/Pressão Elevada (Baixa Altitude): ""
173 *Altitude HIGH/Pressão Reduzida (Grande Altitude): ""
174 *CloseUI: *Altitude
175 *OpenUI *PowerSave/Economia de Energia: PickOne
176 *OrderDependency: 10.0 AnySetup *PowerSave
177 *DefaultPowerSave: 5
178 *PowerSave False/Desligado: ""
179 *PowerSave 5/5 Minutos: ""
180 *PowerSave 10/10 Minutos: ""
181 *PowerSave 15/15 Minutos: ""
182 *PowerSave 30/30 Minutos: ""
183 *PowerSave 45/45 Minutos: ""
184 *PowerSave 60/1 Hora: ""
185 *CloseUI: *PowerSave
186 *OpenUI *Resolution: PickOne
187 *OrderDependency: 10.0 AnySetup *Resolution
188 *DefaultResolution: 600dpi
189 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
190 *Resolution 1200x600dpi/1200x600 PPP: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
191 *Resolution 1200dpi/1200 PPP: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
192 *CloseUI: *Resolution
193 *OpenUI *ColorModel/Modo Cor: PickOne
194 *OrderDependency: 10.0 AnySetup *ColorModel
195 *DefaultColorModel: CMYK
196 *ColorModel Gray/Tons de Cinza: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
197 *ColorModel CMYK/Inativo: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 17>>setpagedevice"
198 *CloseUI: *ColorModel
199 *OpenUI *JamRecovery/Reimpressão Após Atolamento do Papel: Boolean
200 *OrderDependency: 10.0 AnySetup *JamRecovery
201 *DefaultJamRecovery: False
202 *JamRecovery False/Desligado: ""
203 *JamRecovery True/Ativado: ""
204 *CloseUI: *JamRecovery
205 *OpenUI *Duplex/Impressão em Frente e Verso: PickOne
206 *OrderDependency: 10.0 AnySetup *Duplex
207 *DefaultDuplex: None
208 *Duplex None/Frente (Simples): "<</Duplex false>>setpagedevice"
209 *Duplex DuplexNoTumble/Borda Longa (Retrato): "<</Duplex true/Tumble false>>setpagedevice"
210 *Duplex DuplexTumble/Borda Curta (Paisagem): "<</Duplex true/Tumble true>>setpagedevice"
211 *CloseUI: *Duplex
212 *OpenGroup: InstallableOptions/Módulos Opcionais
213 *OpenUI *OptionTray2/Bandeja 2 Disponível: Boolean
214 *OrderDependency: 10.0 AnySetup *OptionTray2
215 *DefaultOptionTray2: False
216 *OptionTray2 False/Não instalado: ""
217 *OptionTray2 True/Instalada: ""
218 *CloseUI: *OptionTray2
219 *CloseGroup: InstallableOptions
220 *DefaultFont: Courier
221 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
224 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
225 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
226 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
227 *Font Bookman-Light: Standard "(1.05)" Standard ROM
228 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
229 *Font Courier: Standard "(1.05)" Standard ROM
230 *Font Courier-Bold: Standard "(1.05)" Standard ROM
231 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
232 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
233 *Font Helvetica: Standard "(1.05)" Standard ROM
234 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
235 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
240 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
244 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
245 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
246 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
247 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
248 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
249 *Font Symbol: Special "(001.005)" Special ROM
250 *Font Times-Bold: Standard "(1.05)" Standard ROM
251 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
252 *Font Times-Italic: Standard "(1.05)" Standard ROM
253 *Font Times-Roman: Standard "(1.05)" Standard ROM
254 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
255 *Font ZapfDingbats: Special "(001.005)" Special ROM
256 *% End of clp500.ppd, 14344 bytes.
00 *PPD-Adobe: "4.3"
11 *% PPD file for CLP-510 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
2 *% Created by the CUPS PPD Compiler v1.2.3.
33 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
4 *FileVersion: "SpliX V. 2.0.0"
55 *LanguageVersion: English
66 *LanguageEncoding: ISOLatin1
77 *PCFileName: "clp510.ppd"
88 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
910 *Product: "(GNU Ghostscript)"
1011 *Manufacturer: "Samsung"
1112 *ModelName: "Samsung CLP-510"
1213 *ShortNickName: "Samsung CLP-510"
13 *NickName: "Samsung CLP-510, 1.0"
14 *NickName: "Samsung CLP-510, SpliX V. 2.0.0"
1415 *PSVersion: "(3010.000) 705"
1516 *PSVersion: "(3010.000) 707"
1617 *PSVersion: "(3010.000) 815"
18 *PSVersion: "(3010.000) 853"
1719 *LanguageLevel: "3"
1820 *ColorDevice: True
1921 *DefaultColorSpace: RGB
2224 *LandscapeOrientation: Plus90
2325 *TTRasterizer: Type42
2426 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "1"
28 *General docHeaderValues: "<0><0><0>"
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *General DocHeaderValues: "<0><0><1>"
2931 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
32 *General CMSFile: "CLP-510"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
3335 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
36 *cupsFilter: "application/vnd.cups-postscript 0 pstoqpdl"
3537 *UIConstraints: *OptionTray2 False *InputSlot Lower
3638 *UIConstraints: *InputSlot Lower *OptionTray2 False
37 *OpenUI *PageSize: PickOne
39 *OpenUI *PageSize/Media Size: PickOne
3840 *OrderDependency: 10 AnySetup *PageSize
3941 *DefaultPageSize: Letter
4042 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
5052 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
5153 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
5254 *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"
5357 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
5458 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
55 *PageSize EnvISOB6/ISOB6 Envelope - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
59 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
5660 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
5761 *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"
64 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
5865 *CloseUI: *PageSize
59 *OpenUI *PageRegion: PickOne
66 *OpenUI *PageRegion/Media Size: PickOne
6067 *OrderDependency: 10 AnySetup *PageRegion
6168 *DefaultPageRegion: Letter
6269 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
7279 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
7380 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
7481 *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"
7584 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
7685 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
77 *PageRegion EnvISOB6/ISOB6 Envelope - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
86 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
7887 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
7988 *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"
91 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
8092 *CloseUI: *PageRegion
8193 *DefaultImageableArea: Letter
82 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
83 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
84 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
85 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
86 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
87 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
88 *ImageableArea Env10/#10 Envelope - 4.13x9.5in: "11.52 15.59 285.48 668.41"
89 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
90 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
91 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
92 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
93 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
94 *ImageableArea EnvISOB5/ISOB5 Envelope - 176x250mm: "11.52 15.59 487.48 693.41"
95 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
96 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
97 *ImageableArea EnvISOB6/ISOB6 Envelope - 176x125mm: "11.52 15.59 487.48 338.41"
98 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
99 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
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"
100117 *DefaultPaperDimension: Letter
101118 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
102119 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
111128 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
112129 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
113130 *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"
114133 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
115134 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
116 *PaperDimension EnvISOB6/ISOB6 Envelope - 176x125mm: "499.00 354.00"
135 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
117136 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
118137 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
119 *MaxMediaWidth: "0.00"
120 *MaxMediaHeight: "0.00"
121 *HWMargins: 11.52 15.59 11.52 15.59
122 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
123 *ParamCustomPageSize Width: 1 points 0.00 0.00
124 *ParamCustomPageSize Height: 2 points 0.00 0.00
125 *ParamCustomPageSize WidthOffset: 3 points 0 0
126 *ParamCustomPageSize HeightOffset: 4 points 0 0
127 *ParamCustomPageSize Orientation: 5 int 0 0
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"
128141 *RequiresPageRegion All: True
129 *OpenUI *InputSlot: PickOne
142 *OpenUI *InputSlot/Media Source: PickOne
130143 *OrderDependency: 10.0 AnySetup *InputSlot
131144 *DefaultInputSlot: Auto
132145 *InputSlot Auto/Automatic Selection: "<</MediaPosition 1>>setpagedevice"
149162 *MediaType USED/Preprinted: ""
150163 *MediaType COLOR/Colored Paper: ""
151164 *MediaType ENV/Envelope: ""
165 *MediaType COTTON/Cotton: ""
166 *MediaType RECYCLED/Recycled: ""
167 *MediaType ARCHIVE/Archive: ""
152168 *CloseUI: *MediaType
153 *OpenUI *ColorModel/Color Mode: PickOne
154 *OrderDependency: 10.0 AnySetup *ColorModel
155 *DefaultColorModel: CMYK
156 *ColorModel Gray/Grayscale: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
157 *ColorModel CMYK/Color: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 17>>setpagedevice"
158 *CloseUI: *ColorModel
159 *OpenUI *Resolution: PickOne
160 *OrderDependency: 10.0 AnySetup *Resolution
161 *DefaultResolution: 600dpi
162 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
163 *Resolution 1200x600dpi/1200x600 DPI: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
164 *Resolution 1200dpi/1200 DPI: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
165 *CloseUI: *Resolution
169 *OpenUI *Altitude/Air pressure: PickOne
170 *OrderDependency: 10.0 AnySetup *Altitude
171 *DefaultAltitude: LOW
172 *Altitude LOW/Low: ""
173 *Altitude HIGH/High: ""
174 *CloseUI: *Altitude
166175 *OpenUI *PowerSave/Power Save: PickOne
167176 *OrderDependency: 10.0 AnySetup *PowerSave
168177 *DefaultPowerSave: 5
174183 *PowerSave 45/45 Minutes: ""
175184 *PowerSave 60/1 Hour: ""
176185 *CloseUI: *PowerSave
186 *OpenUI *Resolution: PickOne
187 *OrderDependency: 10.0 AnySetup *Resolution
188 *DefaultResolution: 600dpi
189 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
190 *Resolution 1200x600dpi/1200x600 DPI: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
191 *Resolution 1200dpi/1200 DPI: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
192 *CloseUI: *Resolution
193 *OpenUI *ColorModel/Color Mode: PickOne
194 *OrderDependency: 10.0 AnySetup *ColorModel
195 *DefaultColorModel: CMYK
196 *ColorModel Gray/Grayscale: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
197 *ColorModel CMYK/Color: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 17>>setpagedevice"
198 *CloseUI: *ColorModel
177199 *OpenUI *JamRecovery/Reprint When Jam: Boolean
178200 *OrderDependency: 10.0 AnySetup *JamRecovery
179201 *DefaultJamRecovery: False
180202 *JamRecovery False/Off: ""
181203 *JamRecovery True/On: ""
182204 *CloseUI: *JamRecovery
183 *OpenUI *Duplex/Double-Sided Printing: PickOne
205 *OpenUI *Duplex/2-Sided Printing: PickOne
184206 *OrderDependency: 10.0 AnySetup *Duplex
185207 *DefaultDuplex: None
186 *Duplex None/Off: "<</Duplex false>>setpagedevice"
187 *Duplex DuplexNoTumble/Long-Edge Binding: "<</Duplex true/Tumble false>>setpagedevice"
188 *Duplex DuplexTumble/Short-Edge Binding: "<</Duplex true/Tumble true>>setpagedevice"
208 *Duplex None/Off (1-Sided): "<</Duplex false>>setpagedevice"
209 *Duplex DuplexNoTumble/Long-Edge (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
210 *Duplex DuplexTumble/Short-Edge (Landscape): "<</Duplex true/Tumble true>>setpagedevice"
189211 *CloseUI: *Duplex
190212 *OpenGroup: InstallableOptions/Installable Options
191213 *OpenUI *OptionTray2/Tray 2 Installed: Boolean
231253 *Font Times-Roman: Standard "(1.05)" Standard ROM
232254 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
233255 *Font ZapfDingbats: Special "(001.005)" Special ROM
234 *% End of clp510.ppd, 12267 bytes.
256 *% End of clp510.ppd, 13990 bytes.
+0
-235
ppd/clp510de.ppd less more
0 *PPD-Adobe: "4.3"
1 *% PPD file for CLP-510 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
3 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
5 *LanguageVersion: German
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "clp510.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GNU Ghostscript)"
10 *Manufacturer: "Samsung"
11 *ModelName: "Samsung CLP-510"
12 *ShortNickName: "Samsung CLP-510"
13 *NickName: "Samsung CLP-510, 1.0"
14 *PSVersion: "(3010.000) 705"
15 *PSVersion: "(3010.000) 707"
16 *PSVersion: "(3010.000) 815"
17 *LanguageLevel: "3"
18 *ColorDevice: True
19 *DefaultColorSpace: RGB
20 *FileSystem: False
21 *Throughput: "24"
22 *LandscapeOrientation: Plus90
23 *TTRasterizer: Type42
24 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "1"
28 *General docHeaderValues: "<0><0><0>"
29 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
33 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *UIConstraints: *OptionTray2 False *InputSlot Lower
36 *UIConstraints: *InputSlot Lower *OptionTray2 False
37 *OpenUI *PageSize: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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/Umschlag #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/Umschlag ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
53 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
54 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
55 *PageSize EnvISOB6/Umschlag ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
56 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
57 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
58 *CloseUI: *PageSize
59 *OpenUI *PageRegion: PickOne
60 *OrderDependency: 10 AnySetup *PageRegion
61 *DefaultPageRegion: Letter
62 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
63 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
64 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
65 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
66 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
67 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
68 *PageRegion Env10/Umschlag #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
69 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
70 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
71 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
72 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
73 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
74 *PageRegion EnvISOB5/Umschlag ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
75 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
76 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
77 *PageRegion EnvISOB6/Umschlag ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
78 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
79 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
80 *CloseUI: *PageRegion
81 *DefaultImageableArea: Letter
82 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
83 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
84 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
85 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
86 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
87 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
88 *ImageableArea Env10/Umschlag #10 - 4.13x9.5in: "11.52 15.59 285.48 668.41"
89 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
90 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
91 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
92 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
93 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
94 *ImageableArea EnvISOB5/Umschlag ISOB5 - 176x250mm: "11.52 15.59 487.48 693.41"
95 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
96 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
97 *ImageableArea EnvISOB6/Umschlag ISOB6 - 176x125mm: "11.52 15.59 487.48 338.41"
98 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
99 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
100 *DefaultPaperDimension: Letter
101 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
102 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
103 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
104 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
105 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
106 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
107 *PaperDimension Env10/Umschlag #10 - 4.13x9.5in: "297.00 684.00"
108 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
109 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
110 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
111 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
112 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
113 *PaperDimension EnvISOB5/Umschlag ISOB5 - 176x250mm: "499.00 709.00"
114 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
115 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
116 *PaperDimension EnvISOB6/Umschlag ISOB6 - 176x125mm: "499.00 354.00"
117 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
118 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
119 *MaxMediaWidth: "0.00"
120 *MaxMediaHeight: "0.00"
121 *HWMargins: 11.52 15.59 11.52 15.59
122 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
123 *ParamCustomPageSize Width: 1 points 0.00 0.00
124 *ParamCustomPageSize Height: 2 points 0.00 0.00
125 *ParamCustomPageSize WidthOffset: 3 points 0 0
126 *ParamCustomPageSize HeightOffset: 4 points 0 0
127 *ParamCustomPageSize Orientation: 5 int 0 0
128 *RequiresPageRegion All: True
129 *OpenUI *InputSlot: PickOne
130 *OrderDependency: 10.0 AnySetup *InputSlot
131 *DefaultInputSlot: Auto
132 *InputSlot Auto/Automatische Auswahl: "<</MediaPosition 1>>setpagedevice"
133 *InputSlot Manual/Manueller Einzug: "<</MediaPosition 2>>setpagedevice"
134 *InputSlot Multi/Multifunktionaler Schacht: "<</MediaPosition 3>>setpagedevice"
135 *InputSlot Upper/Fach 1: "<</MediaPosition 4>>setpagedevice"
136 *InputSlot Lower/Fach 2: "<</MediaPosition 5>>setpagedevice"
137 *CloseUI: *InputSlot
138 *OpenUI *MediaType/Papiertyp: PickOne
139 *OrderDependency: 10.0 AnySetup *MediaType
140 *DefaultMediaType: OFF
141 *MediaType OFF/Grundeinstellungen des Druckers: ""
142 *MediaType NORMAL/Normalpapier: ""
143 *MediaType THICK/Dickes Papier: ""
144 *MediaType THIN/Dünnes Papier: ""
145 *MediaType BOND/Kartoniertes Papier: ""
146 *MediaType OHP/Transparenz: ""
147 *MediaType CARD/Visitenkarten: ""
148 *MediaType LABEL/Etiketten: ""
149 *MediaType USED/Vorgedrucktes Papier: ""
150 *MediaType COLOR/Farbiges Papier: ""
151 *MediaType ENV/Umschlag/Couvert: ""
152 *CloseUI: *MediaType
153 *OpenUI *ColorModel/Farbe modus: PickOne
154 *OrderDependency: 10.0 AnySetup *ColorModel
155 *DefaultColorModel: CMYK
156 *ColorModel Gray/Abgestuftes von grauen: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
157 *ColorModel CMYK/Farbe: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 17>>setpagedevice"
158 *CloseUI: *ColorModel
159 *OpenUI *Resolution: PickOne
160 *OrderDependency: 10.0 AnySetup *Resolution
161 *DefaultResolution: 600dpi
162 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
163 *Resolution 1200x600dpi/1200x600 PPP: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
164 *Resolution 1200dpi/1200 PPP: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
165 *CloseUI: *Resolution
166 *OpenUI *PowerSave/Energiesparmodus: PickOne
167 *OrderDependency: 10.0 AnySetup *PowerSave
168 *DefaultPowerSave: 5
169 *PowerSave False/Aus: ""
170 *PowerSave 5/5 Minuten: ""
171 *PowerSave 10/10 Minuten: ""
172 *PowerSave 15/15 Minuten: ""
173 *PowerSave 30/30 Minuten: ""
174 *PowerSave 45/45 Minuten: ""
175 *PowerSave 60/1 Stunde: ""
176 *CloseUI: *PowerSave
177 *OpenUI *JamRecovery/Druck nach Papierstau fortsetzen: Boolean
178 *OrderDependency: 10.0 AnySetup *JamRecovery
179 *DefaultJamRecovery: False
180 *JamRecovery False/Aus: ""
181 *JamRecovery True/Ein: ""
182 *CloseUI: *JamRecovery
183 *OpenUI *Duplex/TRANSLATE Double-Sided Printing: PickOne
184 *OrderDependency: 10.0 AnySetup *Duplex
185 *DefaultDuplex: None
186 *Duplex None/Aus: "<</Duplex false>>setpagedevice"
187 *Duplex DuplexNoTumble/TRANSLATE Long-Edge Binding: "<</Duplex true/Tumble false>>setpagedevice"
188 *Duplex DuplexTumble/TRANSLATE Short-Edge Binding: "<</Duplex true/Tumble true>>setpagedevice"
189 *CloseUI: *Duplex
190 *OpenGroup: InstallableOptions/Optionale Module
191 *OpenUI *OptionTray2/Fach 2 vorhanden: Boolean
192 *OrderDependency: 10.0 AnySetup *OptionTray2
193 *DefaultOptionTray2: False
194 *OptionTray2 False/Nicht vorhanden: ""
195 *OptionTray2 True/Vorhanden: ""
196 *CloseUI: *OptionTray2
197 *CloseGroup: InstallableOptions
198 *DefaultFont: Courier
199 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
200 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
201 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
202 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
203 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
204 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
205 *Font Bookman-Light: Standard "(1.05)" Standard ROM
206 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
207 *Font Courier: Standard "(1.05)" Standard ROM
208 *Font Courier-Bold: Standard "(1.05)" Standard ROM
209 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
210 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
211 *Font Helvetica: Standard "(1.05)" Standard ROM
212 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
213 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
214 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
215 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
216 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
217 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
218 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
219 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
220 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
221 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
222 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
223 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
224 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
225 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
226 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
227 *Font Symbol: Special "(001.005)" Special ROM
228 *Font Times-Bold: Standard "(1.05)" Standard ROM
229 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
230 *Font Times-Italic: Standard "(1.05)" Standard ROM
231 *Font Times-Roman: Standard "(1.05)" Standard ROM
232 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
233 *Font ZapfDingbats: Special "(001.005)" Special ROM
234 *% End of clp510.ppd, 12406 bytes.
00 *PPD-Adobe: "4.3"
11 *% PPD file for CLP-510 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
2 *% Created by the CUPS PPD Compiler v1.2.3.
33 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
4 *FileVersion: "SpliX V. 2.0.0"
55 *LanguageVersion: French
66 *LanguageEncoding: ISOLatin1
77 *PCFileName: "clp510.ppd"
88 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
910 *Product: "(GNU Ghostscript)"
1011 *Manufacturer: "Samsung"
1112 *ModelName: "Samsung CLP-510"
1213 *ShortNickName: "Samsung CLP-510"
13 *NickName: "Samsung CLP-510, 1.0"
14 *NickName: "Samsung CLP-510, SpliX V. 2.0.0"
1415 *PSVersion: "(3010.000) 705"
1516 *PSVersion: "(3010.000) 707"
1617 *PSVersion: "(3010.000) 815"
18 *PSVersion: "(3010.000) 853"
1719 *LanguageLevel: "3"
1820 *ColorDevice: True
1921 *DefaultColorSpace: RGB
2224 *LandscapeOrientation: Plus90
2325 *TTRasterizer: Type42
2426 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "1"
28 *General docHeaderValues: "<0><0><0>"
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *General DocHeaderValues: "<0><0><1>"
2931 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
32 *General CMSFile: "CLP-510"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
3335 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
36 *cupsFilter: "application/vnd.cups-postscript 0 pstoqpdl"
3537 *UIConstraints: *OptionTray2 False *InputSlot Lower
3638 *UIConstraints: *InputSlot Lower *OptionTray2 False
37 *OpenUI *PageSize: PickOne
39 *OpenUI *PageSize/Media Size: PickOne
3840 *OrderDependency: 10 AnySetup *PageSize
3941 *DefaultPageSize: Letter
4042 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
4345 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
4446 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
4547 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
46 *PageSize Env10/Enveloppe #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
48 *PageSize Env10/Enveloppe n°10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
4749 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
4850 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
4951 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
5052 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
5153 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
5254 *PageSize EnvISOB5/Enveloppe ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
55 *PageSize Postcard/Carte postale - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
56 *PageSize DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
5357 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
5458 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
55 *PageSize EnvISOB6/Enveloppe ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
59 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
5660 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
5761 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
62 *PageSize EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
63 *PageSize Env9/Enveloppe n°9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
64 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
5865 *CloseUI: *PageSize
59 *OpenUI *PageRegion: PickOne
66 *OpenUI *PageRegion/Media Size: PickOne
6067 *OrderDependency: 10 AnySetup *PageRegion
6168 *DefaultPageRegion: Letter
6269 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
6572 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
6673 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
6774 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
68 *PageRegion Env10/Enveloppe #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
75 *PageRegion Env10/Enveloppe n°10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
6976 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
7077 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
7178 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
7279 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
7380 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
7481 *PageRegion EnvISOB5/Enveloppe ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
82 *PageRegion Postcard/Carte postale - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
83 *PageRegion DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
7584 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
7685 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
77 *PageRegion EnvISOB6/Enveloppe ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
86 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
7887 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
7988 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
89 *PageRegion EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
90 *PageRegion Env9/Enveloppe n°9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
91 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
8092 *CloseUI: *PageRegion
8193 *DefaultImageableArea: Letter
82 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
83 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
84 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
85 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
86 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
87 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
88 *ImageableArea Env10/Enveloppe #10 - 4.13x9.5in: "11.52 15.59 285.48 668.41"
89 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
90 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
91 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
92 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
93 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
94 *ImageableArea EnvISOB5/Enveloppe ISOB5 - 176x250mm: "11.52 15.59 487.48 693.41"
95 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
96 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
97 *ImageableArea EnvISOB6/Enveloppe ISOB6 - 176x125mm: "11.52 15.59 487.48 338.41"
98 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
99 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
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/Enveloppe n°10 - 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/Enveloppe ISOB5 - 176x250mm: "10.75 15.00 488.25 694.00"
107 *ImageableArea Postcard/Carte postale - 100x148mm: "10.75 15.00 273.25 404.00"
108 *ImageableArea DoublePostcardRotated/Double carte postale (tournée) - 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/Enveloppe personnelle - 3.625x6.5in: "10.75 15.00 250.25 453.00"
115 *ImageableArea Env9/Enveloppe n°9 - 3.875x8.875in: "10.75 15.00 268.25 624.00"
116 *ImageableArea Oficio/Oficio - 216x340mm: "10.75 15.00 601.25 957.00"
100117 *DefaultPaperDimension: Letter
101118 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
102119 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
104121 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
105122 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
106123 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
107 *PaperDimension Env10/Enveloppe #10 - 4.13x9.5in: "297.00 684.00"
124 *PaperDimension Env10/Enveloppe n°10 - 4.13x9.5in: "297.00 684.00"
108125 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
109126 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
110127 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
111128 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
112129 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
113130 *PaperDimension EnvISOB5/Enveloppe ISOB5 - 176x250mm: "499.00 709.00"
131 *PaperDimension Postcard/Carte postale - 100x148mm: "284.00 419.00"
132 *PaperDimension DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "420.00 567.00"
114133 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
115134 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
116 *PaperDimension EnvISOB6/Enveloppe ISOB6 - 176x125mm: "499.00 354.00"
135 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
117136 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
118137 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
119 *MaxMediaWidth: "0.00"
120 *MaxMediaHeight: "0.00"
121 *HWMargins: 11.52 15.59 11.52 15.59
122 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
123 *ParamCustomPageSize Width: 1 points 0.00 0.00
124 *ParamCustomPageSize Height: 2 points 0.00 0.00
125 *ParamCustomPageSize WidthOffset: 3 points 0 0
126 *ParamCustomPageSize HeightOffset: 4 points 0 0
127 *ParamCustomPageSize Orientation: 5 int 0 0
138 *PaperDimension EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "261.00 468.00"
139 *PaperDimension Env9/Enveloppe n°9 - 3.875x8.875in: "279.00 639.00"
140 *PaperDimension Oficio/Oficio - 216x340mm: "612.00 972.00"
128141 *RequiresPageRegion All: True
129 *OpenUI *InputSlot: PickOne
142 *OpenUI *InputSlot/Media Source: PickOne
130143 *OrderDependency: 10.0 AnySetup *InputSlot
131144 *DefaultInputSlot: Auto
132145 *InputSlot Auto/Sélection automatique: "<</MediaPosition 1>>setpagedevice"
133 *InputSlot Manual/Chargement manuel: "<</MediaPosition 2>>setpagedevice"
146 *InputSlot Manual/Manuel: "<</MediaPosition 2>>setpagedevice"
134147 *InputSlot Multi/Plusieurs choix de bacs: "<</MediaPosition 3>>setpagedevice"
135 *InputSlot Upper/Bac à feuilles 1: "<</MediaPosition 4>>setpagedevice"
136 *InputSlot Lower/Bac à feuilles 2: "<</MediaPosition 5>>setpagedevice"
148 *InputSlot Upper/Bac 1: "<</MediaPosition 4>>setpagedevice"
149 *InputSlot Lower/Bac 2: "<</MediaPosition 5>>setpagedevice"
137150 *CloseUI: *InputSlot
138 *OpenUI *MediaType/Type de papier: PickOne
151 *OpenUI *MediaType/Type de support: PickOne
139152 *OrderDependency: 10.0 AnySetup *MediaType
140153 *DefaultMediaType: OFF
141154 *MediaType OFF/Utiliser la configuration imprimante: ""
142155 *MediaType NORMAL/Papier ordinaire: ""
143156 *MediaType THICK/Papier épais: ""
144157 *MediaType THIN/Papier fin: ""
145 *MediaType BOND/Papier cartonné: ""
158 *MediaType BOND/Papier Bond: ""
146159 *MediaType OHP/Transparent: ""
147 *MediaType CARD/Carte de visite: ""
160 *MediaType CARD/Papier cartonné: ""
148161 *MediaType LABEL/Étiquette: ""
149 *MediaType USED/Papier Pré-imprimé: ""
150 *MediaType COLOR/Papier coloré: ""
162 *MediaType USED/Papier pré-imprimé: ""
163 *MediaType COLOR/Couleur: ""
151164 *MediaType ENV/Enveloppe: ""
165 *MediaType COTTON/Coton: ""
166 *MediaType RECYCLED/Papier recyclé: ""
167 *MediaType ARCHIVE/Archive: ""
152168 *CloseUI: *MediaType
153 *OpenUI *ColorModel/Mode de couleur: PickOne
154 *OrderDependency: 10.0 AnySetup *ColorModel
155 *DefaultColorModel: CMYK
156 *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
157 *ColorModel CMYK/Couleur: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 17>>setpagedevice"
158 *CloseUI: *ColorModel
159 *OpenUI *Resolution: PickOne
160 *OrderDependency: 10.0 AnySetup *Resolution
161 *DefaultResolution: 600dpi
162 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
163 *Resolution 1200x600dpi/1200x600 PPP: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
164 *Resolution 1200dpi/1200 PPP: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
165 *CloseUI: *Resolution
169 *OpenUI *Altitude/Pression de l'air: PickOne
170 *OrderDependency: 10.0 AnySetup *Altitude
171 *DefaultAltitude: LOW
172 *Altitude LOW/Faible: ""
173 *Altitude HIGH/Forte: ""
174 *CloseUI: *Altitude
166175 *OpenUI *PowerSave/Économie d'énergie: PickOne
167176 *OrderDependency: 10.0 AnySetup *PowerSave
168177 *DefaultPowerSave: 5
174183 *PowerSave 45/45 minutes: ""
175184 *PowerSave 60/1 heure: ""
176185 *CloseUI: *PowerSave
186 *OpenUI *Resolution: PickOne
187 *OrderDependency: 10.0 AnySetup *Resolution
188 *DefaultResolution: 600dpi
189 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
190 *Resolution 1200x600dpi/1200x600 PPP: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
191 *Resolution 1200dpi/1200 PPP: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
192 *CloseUI: *Resolution
193 *OpenUI *ColorModel/Mode couleur: PickOne
194 *OrderDependency: 10.0 AnySetup *ColorModel
195 *DefaultColorModel: CMYK
196 *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
197 *ColorModel CMYK/Couleur: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 17>>setpagedevice"
198 *CloseUI: *ColorModel
177199 *OpenUI *JamRecovery/Réimpression si bourrage: Boolean
178200 *OrderDependency: 10.0 AnySetup *JamRecovery
179201 *DefaultJamRecovery: False
180202 *JamRecovery False/Désactivé: ""
181 *JamRecovery True/Activé: ""
203 *JamRecovery True/Oui: ""
182204 *CloseUI: *JamRecovery
183205 *OpenUI *Duplex/Impression recto-verso: PickOne
184206 *OrderDependency: 10.0 AnySetup *Duplex
185207 *DefaultDuplex: None
186 *Duplex None/Désactivé: "<</Duplex false>>setpagedevice"
187 *Duplex DuplexNoTumble/Côté long: "<</Duplex true/Tumble false>>setpagedevice"
188 *Duplex DuplexTumble/Côté court: "<</Duplex true/Tumble true>>setpagedevice"
208 *Duplex None/Simple (recto): "<</Duplex false>>setpagedevice"
209 *Duplex DuplexNoTumble/Côté long (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
210 *Duplex DuplexTumble/Côté court (Paysage): "<</Duplex true/Tumble true>>setpagedevice"
189211 *CloseUI: *Duplex
190212 *OpenGroup: InstallableOptions/Modules optionnels
191213 *OpenUI *OptionTray2/Bac à feuilles 2 installé: Boolean
192214 *OrderDependency: 10.0 AnySetup *OptionTray2
193215 *DefaultOptionTray2: False
194 *OptionTray2 False/Non installé: ""
195 *OptionTray2 True/Installé: ""
216 *OptionTray2 False/Non Installée: ""
217 *OptionTray2 True/Installée: ""
196218 *CloseUI: *OptionTray2
197219 *CloseGroup: InstallableOptions
198220 *DefaultFont: Courier
231253 *Font Times-Roman: Standard "(1.05)" Standard ROM
232254 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
233255 *Font ZapfDingbats: Special "(001.005)" Special ROM
234 *% End of clp510.ppd, 12408 bytes.
256 *% End of clp510.ppd, 14227 bytes.
+0
-235
ppd/clp510it.ppd less more
0 *PPD-Adobe: "4.3"
1 *% PPD file for CLP-510 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
3 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
5 *LanguageVersion: Italian
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "clp510.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GNU Ghostscript)"
10 *Manufacturer: "Samsung"
11 *ModelName: "Samsung CLP-510"
12 *ShortNickName: "Samsung CLP-510"
13 *NickName: "Samsung CLP-510, 1.0"
14 *PSVersion: "(3010.000) 705"
15 *PSVersion: "(3010.000) 707"
16 *PSVersion: "(3010.000) 815"
17 *LanguageLevel: "3"
18 *ColorDevice: True
19 *DefaultColorSpace: RGB
20 *FileSystem: False
21 *Throughput: "24"
22 *LandscapeOrientation: Plus90
23 *TTRasterizer: Type42
24 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "1"
28 *General docHeaderValues: "<0><0><0>"
29 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
33 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *UIConstraints: *OptionTray2 False *InputSlot Lower
36 *UIConstraints: *InputSlot Lower *OptionTray2 False
37 *OpenUI *PageSize: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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/Buste lettera #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/Buste Lettera ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
53 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
54 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
55 *PageSize EnvISOB6/Buste lettera ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
56 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
57 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
58 *CloseUI: *PageSize
59 *OpenUI *PageRegion: PickOne
60 *OrderDependency: 10 AnySetup *PageRegion
61 *DefaultPageRegion: Letter
62 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
63 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
64 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
65 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
66 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
67 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
68 *PageRegion Env10/Buste lettera #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
69 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
70 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
71 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
72 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
73 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
74 *PageRegion EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
75 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
76 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
77 *PageRegion EnvISOB6/Buste lettera ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
78 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
79 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
80 *CloseUI: *PageRegion
81 *DefaultImageableArea: Letter
82 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
83 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
84 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
85 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
86 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
87 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
88 *ImageableArea Env10/Buste lettera #10 - 4.13x9.5in: "11.52 15.59 285.48 668.41"
89 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
90 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
91 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
92 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
93 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
94 *ImageableArea EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "11.52 15.59 487.48 693.41"
95 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
96 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
97 *ImageableArea EnvISOB6/Buste lettera ISOB6 - 176x125mm: "11.52 15.59 487.48 338.41"
98 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
99 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
100 *DefaultPaperDimension: Letter
101 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
102 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
103 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
104 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
105 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
106 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
107 *PaperDimension Env10/Buste lettera #10 - 4.13x9.5in: "297.00 684.00"
108 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
109 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
110 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
111 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
112 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
113 *PaperDimension EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "499.00 709.00"
114 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
115 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
116 *PaperDimension EnvISOB6/Buste lettera ISOB6 - 176x125mm: "499.00 354.00"
117 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
118 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
119 *MaxMediaWidth: "0.00"
120 *MaxMediaHeight: "0.00"
121 *HWMargins: 11.52 15.59 11.52 15.59
122 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
123 *ParamCustomPageSize Width: 1 points 0.00 0.00
124 *ParamCustomPageSize Height: 2 points 0.00 0.00
125 *ParamCustomPageSize WidthOffset: 3 points 0 0
126 *ParamCustomPageSize HeightOffset: 4 points 0 0
127 *ParamCustomPageSize Orientation: 5 int 0 0
128 *RequiresPageRegion All: True
129 *OpenUI *InputSlot: PickOne
130 *OrderDependency: 10.0 AnySetup *InputSlot
131 *DefaultInputSlot: Auto
132 *InputSlot Auto/Selezione Automatica: "<</MediaPosition 1>>setpagedevice"
133 *InputSlot Manual/Alimentazione Manuale: "<</MediaPosition 2>>setpagedevice"
134 *InputSlot Multi/Caricatore Multifunzione: "<</MediaPosition 3>>setpagedevice"
135 *InputSlot Upper/Caricatore 1: "<</MediaPosition 4>>setpagedevice"
136 *InputSlot Lower/Caricatore 2: "<</MediaPosition 5>>setpagedevice"
137 *CloseUI: *InputSlot
138 *OpenUI *MediaType/Tipo Carta: PickOne
139 *OrderDependency: 10.0 AnySetup *MediaType
140 *DefaultMediaType: OFF
141 *MediaType OFF/Usa Default Stampante: ""
142 *MediaType NORMAL/Carta Semplice: ""
143 *MediaType THICK/Carta Spessa: ""
144 *MediaType THIN/Carta Sottile: ""
145 *MediaType BOND/Adesivo: ""
146 *MediaType OHP/Lucido: ""
147 *MediaType CARD/Biglietti Da Visita: ""
148 *MediaType LABEL/Etichette: ""
149 *MediaType USED/Prestampati: ""
150 *MediaType COLOR/Carta Colorata: ""
151 *MediaType ENV/Busta da Lettera: ""
152 *CloseUI: *MediaType
153 *OpenUI *ColorModel/Modo di colore: PickOne
154 *OrderDependency: 10.0 AnySetup *ColorModel
155 *DefaultColorModel: CMYK
156 *ColorModel Gray/Gradazione di grigio: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
157 *ColorModel CMYK/Colore: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 17>>setpagedevice"
158 *CloseUI: *ColorModel
159 *OpenUI *Resolution: PickOne
160 *OrderDependency: 10.0 AnySetup *Resolution
161 *DefaultResolution: 600dpi
162 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
163 *Resolution 1200x600dpi/1200x600 DPI: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
164 *Resolution 1200dpi/1200 DPI: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
165 *CloseUI: *Resolution
166 *OpenUI *PowerSave/Risparmio Energetico: PickOne
167 *OrderDependency: 10.0 AnySetup *PowerSave
168 *DefaultPowerSave: 5
169 *PowerSave False/Off: ""
170 *PowerSave 5/5 Minuti: ""
171 *PowerSave 10/10 Minuti: ""
172 *PowerSave 15/15 Minuti: ""
173 *PowerSave 30/30 Minuti: ""
174 *PowerSave 45/45 Minuti: ""
175 *PowerSave 60/1 Ora: ""
176 *CloseUI: *PowerSave
177 *OpenUI *JamRecovery/Ristampa se Inceppata: Boolean
178 *OrderDependency: 10.0 AnySetup *JamRecovery
179 *DefaultJamRecovery: False
180 *JamRecovery False/Off: ""
181 *JamRecovery True/On: ""
182 *CloseUI: *JamRecovery
183 *OpenUI *Duplex/TRANSLATE Double-Sided Printing: PickOne
184 *OrderDependency: 10.0 AnySetup *Duplex
185 *DefaultDuplex: None
186 *Duplex None/Off: "<</Duplex false>>setpagedevice"
187 *Duplex DuplexNoTumble/TRANSLATE Long-Edge Binding: "<</Duplex true/Tumble false>>setpagedevice"
188 *Duplex DuplexTumble/TRANSLATE Short-Edge Binding: "<</Duplex true/Tumble true>>setpagedevice"
189 *CloseUI: *Duplex
190 *OpenGroup: InstallableOptions/Opzioni Installabili
191 *OpenUI *OptionTray2/Caricatore 2 Installato: Boolean
192 *OrderDependency: 10.0 AnySetup *OptionTray2
193 *DefaultOptionTray2: False
194 *OptionTray2 False/Non Installato: ""
195 *OptionTray2 True/Installato: ""
196 *CloseUI: *OptionTray2
197 *CloseGroup: InstallableOptions
198 *DefaultFont: Courier
199 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
200 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
201 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
202 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
203 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
204 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
205 *Font Bookman-Light: Standard "(1.05)" Standard ROM
206 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
207 *Font Courier: Standard "(1.05)" Standard ROM
208 *Font Courier-Bold: Standard "(1.05)" Standard ROM
209 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
210 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
211 *Font Helvetica: Standard "(1.05)" Standard ROM
212 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
213 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
214 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
215 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
216 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
217 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
218 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
219 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
220 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
221 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
222 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
223 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
224 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
225 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
226 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
227 *Font Symbol: Special "(001.005)" Special ROM
228 *Font Times-Bold: Standard "(1.05)" Standard ROM
229 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
230 *Font Times-Italic: Standard "(1.05)" Standard ROM
231 *Font Times-Roman: Standard "(1.05)" Standard ROM
232 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
233 *Font ZapfDingbats: Special "(001.005)" Special ROM
234 *% End of clp510.ppd, 12450 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for CLP-510 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: Portuguese_Brazil
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "clp510.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung CLP-510"
13 *ShortNickName: "Samsung CLP-510"
14 *NickName: "Samsung CLP-510, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: True
21 *DefaultColorSpace: RGB
22 *FileSystem: False
23 *Throughput: "24"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *General DocHeaderValues: "<0><0><1>"
31 *QPDL QPDLVersion: "1"
32 *General CMSFile: "CLP-510"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-postscript 0 pstoqpdl"
37 *UIConstraints: *OptionTray2 False *InputSlot Lower
38 *UIConstraints: *InputSlot Lower *OptionTray2 False
39 *OpenUI *PageSize/Media Size: PickOne
40 *OrderDependency: 10 AnySetup *PageSize
41 *DefaultPageSize: Letter
42 *PageSize Letter/Carta - 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/Executivo - 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/Envelope Número 10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
49 *PageSize Monarch/Monarca - 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/Envelope ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
55 *PageSize Postcard/Cartão Postal - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
56 *PageSize DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 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/Envelope Pessoal - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
63 *PageSize Env9/Envelope Número 9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
64 *PageSize Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
65 *CloseUI: *PageSize
66 *OpenUI *PageRegion/Media Size: PickOne
67 *OrderDependency: 10 AnySetup *PageRegion
68 *DefaultPageRegion: Letter
69 *PageRegion Letter/Carta - 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/Executivo - 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/Envelope Número 10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
76 *PageRegion Monarch/Monarca - 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/Envelope ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
82 *PageRegion Postcard/Cartão Postal - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
83 *PageRegion DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 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/Envelope Pessoal - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
90 *PageRegion Env9/Envelope Número 9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
91 *PageRegion Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
92 *CloseUI: *PageRegion
93 *DefaultImageableArea: Letter
94 *ImageableArea Letter/Carta - 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/Executivo - 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/Envelope Número 10 - 4.13x9.5in: "10.75 15.00 286.25 669.00"
101 *ImageableArea Monarch/Monarca - 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/Envelope ISOB5 - 176x250mm: "10.75 15.00 488.25 694.00"
107 *ImageableArea Postcard/Cartão Postal - 100x148mm: "10.75 15.00 273.25 404.00"
108 *ImageableArea DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 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/Envelope Pessoal - 3.625x6.5in: "10.75 15.00 250.25 453.00"
115 *ImageableArea Env9/Envelope Número 9 - 3.875x8.875in: "10.75 15.00 268.25 624.00"
116 *ImageableArea Oficio/Ofício - 216x340mm: "10.75 15.00 601.25 957.00"
117 *DefaultPaperDimension: Letter
118 *PaperDimension Letter/Carta - 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/Executivo - 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/Envelope Número 10 - 4.13x9.5in: "297.00 684.00"
125 *PaperDimension Monarch/Monarca - 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/Envelope ISOB5 - 176x250mm: "499.00 709.00"
131 *PaperDimension Postcard/Cartão Postal - 100x148mm: "284.00 419.00"
132 *PaperDimension DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 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/Envelope Pessoal - 3.625x6.5in: "261.00 468.00"
139 *PaperDimension Env9/Envelope Número 9 - 3.875x8.875in: "279.00 639.00"
140 *PaperDimension Oficio/Ofício - 216x340mm: "612.00 972.00"
141 *RequiresPageRegion All: True
142 *OpenUI *InputSlot/Media Source: PickOne
143 *OrderDependency: 10.0 AnySetup *InputSlot
144 *DefaultInputSlot: Auto
145 *InputSlot Auto/Seleção Automática: "<</MediaPosition 1>>setpagedevice"
146 *InputSlot Manual/Alimentação Manual: "<</MediaPosition 2>>setpagedevice"
147 *InputSlot Multi/Bandeja Multipropósito: "<</MediaPosition 3>>setpagedevice"
148 *InputSlot Upper/Bandeja 1: "<</MediaPosition 4>>setpagedevice"
149 *InputSlot Lower/Bandeja 2: "<</MediaPosition 5>>setpagedevice"
150 *CloseUI: *InputSlot
151 *OpenUI *MediaType/Tipo de Papel: PickOne
152 *OrderDependency: 10.0 AnySetup *MediaType
153 *DefaultMediaType: OFF
154 *MediaType OFF/Usar a Definição da Impressora: ""
155 *MediaType NORMAL/Papel normal: ""
156 *MediaType THICK/Papel grosso: ""
157 *MediaType THIN/Papel Delgado (Fino): ""
158 *MediaType BOND/Papel Bond: ""
159 *MediaType OHP/Transparência: ""
160 *MediaType CARD/Cartolina: ""
161 *MediaType LABEL/Etiqueta: ""
162 *MediaType USED/Papel Pré-Impresso: ""
163 *MediaType COLOR/Cor: ""
164 *MediaType ENV/Envelope: ""
165 *MediaType COTTON/Algodão: ""
166 *MediaType RECYCLED/Papel Reciclado: ""
167 *MediaType ARCHIVE/Arquivamento: ""
168 *CloseUI: *MediaType
169 *OpenUI *Altitude/Pressão Atmosférica: PickOne
170 *OrderDependency: 10.0 AnySetup *Altitude
171 *DefaultAltitude: LOW
172 *Altitude LOW/Pressão Elevada (Baixa Altitude): ""
173 *Altitude HIGH/Pressão Reduzida (Grande Altitude): ""
174 *CloseUI: *Altitude
175 *OpenUI *PowerSave/Economia de Energia: PickOne
176 *OrderDependency: 10.0 AnySetup *PowerSave
177 *DefaultPowerSave: 5
178 *PowerSave False/Desligado: ""
179 *PowerSave 5/5 Minutos: ""
180 *PowerSave 10/10 Minutos: ""
181 *PowerSave 15/15 Minutos: ""
182 *PowerSave 30/30 Minutos: ""
183 *PowerSave 45/45 Minutos: ""
184 *PowerSave 60/1 Hora: ""
185 *CloseUI: *PowerSave
186 *OpenUI *Resolution: PickOne
187 *OrderDependency: 10.0 AnySetup *Resolution
188 *DefaultResolution: 600dpi
189 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
190 *Resolution 1200x600dpi/1200x600 PPP: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
191 *Resolution 1200dpi/1200 PPP: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
192 *CloseUI: *Resolution
193 *OpenUI *ColorModel/Modo Cor: PickOne
194 *OrderDependency: 10.0 AnySetup *ColorModel
195 *DefaultColorModel: CMYK
196 *ColorModel Gray/Tons de Cinza: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
197 *ColorModel CMYK/Inativo: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 17>>setpagedevice"
198 *CloseUI: *ColorModel
199 *OpenUI *JamRecovery/Reimpressão Após Atolamento do Papel: Boolean
200 *OrderDependency: 10.0 AnySetup *JamRecovery
201 *DefaultJamRecovery: False
202 *JamRecovery False/Desligado: ""
203 *JamRecovery True/Ativado: ""
204 *CloseUI: *JamRecovery
205 *OpenUI *Duplex/Impressão em Frente e Verso: PickOne
206 *OrderDependency: 10.0 AnySetup *Duplex
207 *DefaultDuplex: None
208 *Duplex None/Frente (Simples): "<</Duplex false>>setpagedevice"
209 *Duplex DuplexNoTumble/Borda Longa (Retrato): "<</Duplex true/Tumble false>>setpagedevice"
210 *Duplex DuplexTumble/Borda Curta (Paisagem): "<</Duplex true/Tumble true>>setpagedevice"
211 *CloseUI: *Duplex
212 *OpenGroup: InstallableOptions/Módulos Opcionais
213 *OpenUI *OptionTray2/Bandeja 2 Disponível: Boolean
214 *OrderDependency: 10.0 AnySetup *OptionTray2
215 *DefaultOptionTray2: False
216 *OptionTray2 False/Não instalado: ""
217 *OptionTray2 True/Instalada: ""
218 *CloseUI: *OptionTray2
219 *CloseGroup: InstallableOptions
220 *DefaultFont: Courier
221 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
224 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
225 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
226 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
227 *Font Bookman-Light: Standard "(1.05)" Standard ROM
228 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
229 *Font Courier: Standard "(1.05)" Standard ROM
230 *Font Courier-Bold: Standard "(1.05)" Standard ROM
231 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
232 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
233 *Font Helvetica: Standard "(1.05)" Standard ROM
234 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
235 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
240 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
244 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
245 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
246 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
247 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
248 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
249 *Font Symbol: Special "(001.005)" Special ROM
250 *Font Times-Bold: Standard "(1.05)" Standard ROM
251 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
252 *Font Times-Italic: Standard "(1.05)" Standard ROM
253 *Font Times-Roman: Standard "(1.05)" Standard ROM
254 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
255 *Font ZapfDingbats: Special "(001.005)" Special ROM
256 *% End of clp510.ppd, 14344 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for CLP-550 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: English
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "clp550.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung CLP-550"
13 *ShortNickName: "Samsung CLP-550"
14 *NickName: "Samsung CLP-550, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: True
21 *DefaultColorSpace: RGB
22 *FileSystem: False
23 *Throughput: "20"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *General DocHeaderValues: "<0><0><1>"
31 *QPDL QPDLVersion: "1"
32 *General CMSFile: "CLP-500"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-postscript 0 pstoqpdl"
37 *UIConstraints: *OptionTray2 False *InputSlot Lower
38 *UIConstraints: *InputSlot Lower *OptionTray2 False
39 *OpenUI *PageSize/Media Size: PickOne
40 *OrderDependency: 10 AnySetup *PageSize
41 *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"
64 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
65 *CloseUI: *PageSize
66 *OpenUI *PageRegion/Media Size: PickOne
67 *OrderDependency: 10 AnySetup *PageRegion
68 *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"
91 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
92 *CloseUI: *PageRegion
93 *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"
117 *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
142 *OpenUI *InputSlot/Media Source: PickOne
143 *OrderDependency: 10.0 AnySetup *InputSlot
144 *DefaultInputSlot: Auto
145 *InputSlot Auto/Automatic Selection: "<</MediaPosition 1>>setpagedevice"
146 *InputSlot Manual/Manual Feed: "<</MediaPosition 2>>setpagedevice"
147 *InputSlot Multi/Multi-Purpose Tray: "<</MediaPosition 3>>setpagedevice"
148 *InputSlot Upper/Tray 1: "<</MediaPosition 4>>setpagedevice"
149 *InputSlot Lower/Tray 2: "<</MediaPosition 5>>setpagedevice"
150 *CloseUI: *InputSlot
151 *OpenUI *MediaType/Paper Type: PickOne
152 *OrderDependency: 10.0 AnySetup *MediaType
153 *DefaultMediaType: OFF
154 *MediaType OFF/Use Printer Default: ""
155 *MediaType NORMAL/Plain Paper: ""
156 *MediaType THICK/Thick Paper: ""
157 *MediaType THIN/Thin Paper: ""
158 *MediaType BOND/Bond: ""
159 *MediaType OHP/Transparency: ""
160 *MediaType CARD/Card Stock: ""
161 *MediaType LABEL/Label: ""
162 *MediaType USED/Preprinted: ""
163 *MediaType COLOR/Colored Paper: ""
164 *MediaType ENV/Envelope: ""
165 *MediaType COTTON/Cotton: ""
166 *MediaType RECYCLED/Recycled: ""
167 *MediaType ARCHIVE/Archive: ""
168 *CloseUI: *MediaType
169 *OpenUI *Altitude/Air pressure: PickOne
170 *OrderDependency: 10.0 AnySetup *Altitude
171 *DefaultAltitude: LOW
172 *Altitude LOW/Low: ""
173 *Altitude HIGH/High: ""
174 *CloseUI: *Altitude
175 *OpenUI *PowerSave/Power Save: PickOne
176 *OrderDependency: 10.0 AnySetup *PowerSave
177 *DefaultPowerSave: 5
178 *PowerSave False/Off: ""
179 *PowerSave 5/5 Minutes: ""
180 *PowerSave 10/10 Minutes: ""
181 *PowerSave 15/15 Minutes: ""
182 *PowerSave 30/30 Minutes: ""
183 *PowerSave 45/45 Minutes: ""
184 *PowerSave 60/1 Hour: ""
185 *CloseUI: *PowerSave
186 *OpenUI *Resolution: PickOne
187 *OrderDependency: 10.0 AnySetup *Resolution
188 *DefaultResolution: 600dpi
189 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
190 *Resolution 1200x600dpi/1200x600 DPI: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
191 *Resolution 1200dpi/1200 DPI: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
192 *CloseUI: *Resolution
193 *OpenUI *ColorModel/Color Mode: PickOne
194 *OrderDependency: 10.0 AnySetup *ColorModel
195 *DefaultColorModel: CMYK
196 *ColorModel Gray/Grayscale: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
197 *ColorModel CMYK/Color: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 17>>setpagedevice"
198 *CloseUI: *ColorModel
199 *OpenUI *JamRecovery/Reprint When Jam: Boolean
200 *OrderDependency: 10.0 AnySetup *JamRecovery
201 *DefaultJamRecovery: False
202 *JamRecovery False/Off: ""
203 *JamRecovery True/On: ""
204 *CloseUI: *JamRecovery
205 *OpenUI *Duplex/2-Sided Printing: PickOne
206 *OrderDependency: 10.0 AnySetup *Duplex
207 *DefaultDuplex: None
208 *Duplex None/Off (1-Sided): "<</Duplex false>>setpagedevice"
209 *Duplex DuplexNoTumble/Long-Edge (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
210 *Duplex DuplexTumble/Short-Edge (Landscape): "<</Duplex true/Tumble true>>setpagedevice"
211 *CloseUI: *Duplex
212 *OpenGroup: InstallableOptions/Installable Options
213 *OpenUI *OptionTray2/Tray 2 Installed: Boolean
214 *OrderDependency: 10.0 AnySetup *OptionTray2
215 *DefaultOptionTray2: False
216 *OptionTray2 False/Not Installed: ""
217 *OptionTray2 True/Installed: ""
218 *CloseUI: *OptionTray2
219 *CloseGroup: InstallableOptions
220 *DefaultFont: Courier
221 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
224 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
225 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
226 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
227 *Font Bookman-Light: Standard "(1.05)" Standard ROM
228 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
229 *Font Courier: Standard "(1.05)" Standard ROM
230 *Font Courier-Bold: Standard "(1.05)" Standard ROM
231 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
232 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
233 *Font Helvetica: Standard "(1.05)" Standard ROM
234 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
235 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
240 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
244 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
245 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
246 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
247 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
248 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
249 *Font Symbol: Special "(001.005)" Special ROM
250 *Font Times-Bold: Standard "(1.05)" Standard ROM
251 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
252 *Font Times-Italic: Standard "(1.05)" Standard ROM
253 *Font Times-Roman: Standard "(1.05)" Standard ROM
254 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
255 *Font ZapfDingbats: Special "(001.005)" Special ROM
256 *% End of clp550.ppd, 13990 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for CLP-550 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: French
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "clp550.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung CLP-550"
13 *ShortNickName: "Samsung CLP-550"
14 *NickName: "Samsung CLP-550, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: True
21 *DefaultColorSpace: RGB
22 *FileSystem: False
23 *Throughput: "20"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *General DocHeaderValues: "<0><0><1>"
31 *QPDL QPDLVersion: "1"
32 *General CMSFile: "CLP-500"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-postscript 0 pstoqpdl"
37 *UIConstraints: *OptionTray2 False *InputSlot Lower
38 *UIConstraints: *InputSlot Lower *OptionTray2 False
39 *OpenUI *PageSize/Media Size: PickOne
40 *OrderDependency: 10 AnySetup *PageSize
41 *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/Enveloppe n°10 - 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/Enveloppe ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
55 *PageSize Postcard/Carte postale - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
56 *PageSize DoublePostcardRotated/Double carte postale (tournée) - 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/Enveloppe personnelle - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
63 *PageSize Env9/Enveloppe n°9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
64 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
65 *CloseUI: *PageSize
66 *OpenUI *PageRegion/Media Size: PickOne
67 *OrderDependency: 10 AnySetup *PageRegion
68 *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/Enveloppe n°10 - 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/Enveloppe ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
82 *PageRegion Postcard/Carte postale - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
83 *PageRegion DoublePostcardRotated/Double carte postale (tournée) - 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/Enveloppe personnelle - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
90 *PageRegion Env9/Enveloppe n°9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
91 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
92 *CloseUI: *PageRegion
93 *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/Enveloppe n°10 - 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/Enveloppe ISOB5 - 176x250mm: "10.75 15.00 488.25 694.00"
107 *ImageableArea Postcard/Carte postale - 100x148mm: "10.75 15.00 273.25 404.00"
108 *ImageableArea DoublePostcardRotated/Double carte postale (tournée) - 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/Enveloppe personnelle - 3.625x6.5in: "10.75 15.00 250.25 453.00"
115 *ImageableArea Env9/Enveloppe n°9 - 3.875x8.875in: "10.75 15.00 268.25 624.00"
116 *ImageableArea Oficio/Oficio - 216x340mm: "10.75 15.00 601.25 957.00"
117 *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/Enveloppe n°10 - 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/Enveloppe ISOB5 - 176x250mm: "499.00 709.00"
131 *PaperDimension Postcard/Carte postale - 100x148mm: "284.00 419.00"
132 *PaperDimension DoublePostcardRotated/Double carte postale (tournée) - 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/Enveloppe personnelle - 3.625x6.5in: "261.00 468.00"
139 *PaperDimension Env9/Enveloppe n°9 - 3.875x8.875in: "279.00 639.00"
140 *PaperDimension Oficio/Oficio - 216x340mm: "612.00 972.00"
141 *RequiresPageRegion All: True
142 *OpenUI *InputSlot/Media Source: PickOne
143 *OrderDependency: 10.0 AnySetup *InputSlot
144 *DefaultInputSlot: Auto
145 *InputSlot Auto/Sélection automatique: "<</MediaPosition 1>>setpagedevice"
146 *InputSlot Manual/Manuel: "<</MediaPosition 2>>setpagedevice"
147 *InputSlot Multi/Plusieurs choix de bacs: "<</MediaPosition 3>>setpagedevice"
148 *InputSlot Upper/Bac 1: "<</MediaPosition 4>>setpagedevice"
149 *InputSlot Lower/Bac 2: "<</MediaPosition 5>>setpagedevice"
150 *CloseUI: *InputSlot
151 *OpenUI *MediaType/Type de support: PickOne
152 *OrderDependency: 10.0 AnySetup *MediaType
153 *DefaultMediaType: OFF
154 *MediaType OFF/Utiliser la configuration imprimante: ""
155 *MediaType NORMAL/Papier ordinaire: ""
156 *MediaType THICK/Papier épais: ""
157 *MediaType THIN/Papier fin: ""
158 *MediaType BOND/Papier Bond: ""
159 *MediaType OHP/Transparent: ""
160 *MediaType CARD/Papier cartonné: ""
161 *MediaType LABEL/Étiquette: ""
162 *MediaType USED/Papier pré-imprimé: ""
163 *MediaType COLOR/Couleur: ""
164 *MediaType ENV/Enveloppe: ""
165 *MediaType COTTON/Coton: ""
166 *MediaType RECYCLED/Papier recyclé: ""
167 *MediaType ARCHIVE/Archive: ""
168 *CloseUI: *MediaType
169 *OpenUI *Altitude/Pression de l'air: PickOne
170 *OrderDependency: 10.0 AnySetup *Altitude
171 *DefaultAltitude: LOW
172 *Altitude LOW/Faible: ""
173 *Altitude HIGH/Forte: ""
174 *CloseUI: *Altitude
175 *OpenUI *PowerSave/Économie d'énergie: PickOne
176 *OrderDependency: 10.0 AnySetup *PowerSave
177 *DefaultPowerSave: 5
178 *PowerSave False/Désactivé: ""
179 *PowerSave 5/5 minutes: ""
180 *PowerSave 10/10 minutes: ""
181 *PowerSave 15/15 minutes: ""
182 *PowerSave 30/30 minutes: ""
183 *PowerSave 45/45 minutes: ""
184 *PowerSave 60/1 heure: ""
185 *CloseUI: *PowerSave
186 *OpenUI *Resolution: PickOne
187 *OrderDependency: 10.0 AnySetup *Resolution
188 *DefaultResolution: 600dpi
189 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
190 *Resolution 1200x600dpi/1200x600 PPP: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
191 *Resolution 1200dpi/1200 PPP: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
192 *CloseUI: *Resolution
193 *OpenUI *ColorModel/Mode couleur: PickOne
194 *OrderDependency: 10.0 AnySetup *ColorModel
195 *DefaultColorModel: CMYK
196 *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
197 *ColorModel CMYK/Couleur: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 17>>setpagedevice"
198 *CloseUI: *ColorModel
199 *OpenUI *JamRecovery/Réimpression si bourrage: Boolean
200 *OrderDependency: 10.0 AnySetup *JamRecovery
201 *DefaultJamRecovery: False
202 *JamRecovery False/Désactivé: ""
203 *JamRecovery True/Oui: ""
204 *CloseUI: *JamRecovery
205 *OpenUI *Duplex/Impression recto-verso: PickOne
206 *OrderDependency: 10.0 AnySetup *Duplex
207 *DefaultDuplex: None
208 *Duplex None/Simple (recto): "<</Duplex false>>setpagedevice"
209 *Duplex DuplexNoTumble/Côté long (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
210 *Duplex DuplexTumble/Côté court (Paysage): "<</Duplex true/Tumble true>>setpagedevice"
211 *CloseUI: *Duplex
212 *OpenGroup: InstallableOptions/Modules optionnels
213 *OpenUI *OptionTray2/Bac à feuilles 2 installé: Boolean
214 *OrderDependency: 10.0 AnySetup *OptionTray2
215 *DefaultOptionTray2: False
216 *OptionTray2 False/Non Installée: ""
217 *OptionTray2 True/Installée: ""
218 *CloseUI: *OptionTray2
219 *CloseGroup: InstallableOptions
220 *DefaultFont: Courier
221 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
224 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
225 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
226 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
227 *Font Bookman-Light: Standard "(1.05)" Standard ROM
228 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
229 *Font Courier: Standard "(1.05)" Standard ROM
230 *Font Courier-Bold: Standard "(1.05)" Standard ROM
231 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
232 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
233 *Font Helvetica: Standard "(1.05)" Standard ROM
234 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
235 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
240 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
244 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
245 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
246 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
247 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
248 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
249 *Font Symbol: Special "(001.005)" Special ROM
250 *Font Times-Bold: Standard "(1.05)" Standard ROM
251 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
252 *Font Times-Italic: Standard "(1.05)" Standard ROM
253 *Font Times-Roman: Standard "(1.05)" Standard ROM
254 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
255 *Font ZapfDingbats: Special "(001.005)" Special ROM
256 *% End of clp550.ppd, 14227 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for CLP-550 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: Portuguese_Brazil
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "clp550.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung CLP-550"
13 *ShortNickName: "Samsung CLP-550"
14 *NickName: "Samsung CLP-550, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: True
21 *DefaultColorSpace: RGB
22 *FileSystem: False
23 *Throughput: "20"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *General DocHeaderValues: "<0><0><1>"
31 *QPDL QPDLVersion: "1"
32 *General CMSFile: "CLP-500"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-postscript 0 pstoqpdl"
37 *UIConstraints: *OptionTray2 False *InputSlot Lower
38 *UIConstraints: *InputSlot Lower *OptionTray2 False
39 *OpenUI *PageSize/Media Size: PickOne
40 *OrderDependency: 10 AnySetup *PageSize
41 *DefaultPageSize: Letter
42 *PageSize Letter/Carta - 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/Executivo - 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/Envelope Número 10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
49 *PageSize Monarch/Monarca - 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/Envelope ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
55 *PageSize Postcard/Cartão Postal - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
56 *PageSize DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 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/Envelope Pessoal - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
63 *PageSize Env9/Envelope Número 9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
64 *PageSize Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
65 *CloseUI: *PageSize
66 *OpenUI *PageRegion/Media Size: PickOne
67 *OrderDependency: 10 AnySetup *PageRegion
68 *DefaultPageRegion: Letter
69 *PageRegion Letter/Carta - 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/Executivo - 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/Envelope Número 10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
76 *PageRegion Monarch/Monarca - 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/Envelope ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
82 *PageRegion Postcard/Cartão Postal - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
83 *PageRegion DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 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/Envelope Pessoal - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
90 *PageRegion Env9/Envelope Número 9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
91 *PageRegion Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
92 *CloseUI: *PageRegion
93 *DefaultImageableArea: Letter
94 *ImageableArea Letter/Carta - 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/Executivo - 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/Envelope Número 10 - 4.13x9.5in: "10.75 15.00 286.25 669.00"
101 *ImageableArea Monarch/Monarca - 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/Envelope ISOB5 - 176x250mm: "10.75 15.00 488.25 694.00"
107 *ImageableArea Postcard/Cartão Postal - 100x148mm: "10.75 15.00 273.25 404.00"
108 *ImageableArea DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 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/Envelope Pessoal - 3.625x6.5in: "10.75 15.00 250.25 453.00"
115 *ImageableArea Env9/Envelope Número 9 - 3.875x8.875in: "10.75 15.00 268.25 624.00"
116 *ImageableArea Oficio/Ofício - 216x340mm: "10.75 15.00 601.25 957.00"
117 *DefaultPaperDimension: Letter
118 *PaperDimension Letter/Carta - 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/Executivo - 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/Envelope Número 10 - 4.13x9.5in: "297.00 684.00"
125 *PaperDimension Monarch/Monarca - 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/Envelope ISOB5 - 176x250mm: "499.00 709.00"
131 *PaperDimension Postcard/Cartão Postal - 100x148mm: "284.00 419.00"
132 *PaperDimension DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 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/Envelope Pessoal - 3.625x6.5in: "261.00 468.00"
139 *PaperDimension Env9/Envelope Número 9 - 3.875x8.875in: "279.00 639.00"
140 *PaperDimension Oficio/Ofício - 216x340mm: "612.00 972.00"
141 *RequiresPageRegion All: True
142 *OpenUI *InputSlot/Media Source: PickOne
143 *OrderDependency: 10.0 AnySetup *InputSlot
144 *DefaultInputSlot: Auto
145 *InputSlot Auto/Seleção Automática: "<</MediaPosition 1>>setpagedevice"
146 *InputSlot Manual/Alimentação Manual: "<</MediaPosition 2>>setpagedevice"
147 *InputSlot Multi/Bandeja Multipropósito: "<</MediaPosition 3>>setpagedevice"
148 *InputSlot Upper/Bandeja 1: "<</MediaPosition 4>>setpagedevice"
149 *InputSlot Lower/Bandeja 2: "<</MediaPosition 5>>setpagedevice"
150 *CloseUI: *InputSlot
151 *OpenUI *MediaType/Tipo de Papel: PickOne
152 *OrderDependency: 10.0 AnySetup *MediaType
153 *DefaultMediaType: OFF
154 *MediaType OFF/Usar a Definição da Impressora: ""
155 *MediaType NORMAL/Papel normal: ""
156 *MediaType THICK/Papel grosso: ""
157 *MediaType THIN/Papel Delgado (Fino): ""
158 *MediaType BOND/Papel Bond: ""
159 *MediaType OHP/Transparência: ""
160 *MediaType CARD/Cartolina: ""
161 *MediaType LABEL/Etiqueta: ""
162 *MediaType USED/Papel Pré-Impresso: ""
163 *MediaType COLOR/Cor: ""
164 *MediaType ENV/Envelope: ""
165 *MediaType COTTON/Algodão: ""
166 *MediaType RECYCLED/Papel Reciclado: ""
167 *MediaType ARCHIVE/Arquivamento: ""
168 *CloseUI: *MediaType
169 *OpenUI *Altitude/Pressão Atmosférica: PickOne
170 *OrderDependency: 10.0 AnySetup *Altitude
171 *DefaultAltitude: LOW
172 *Altitude LOW/Pressão Elevada (Baixa Altitude): ""
173 *Altitude HIGH/Pressão Reduzida (Grande Altitude): ""
174 *CloseUI: *Altitude
175 *OpenUI *PowerSave/Economia de Energia: PickOne
176 *OrderDependency: 10.0 AnySetup *PowerSave
177 *DefaultPowerSave: 5
178 *PowerSave False/Desligado: ""
179 *PowerSave 5/5 Minutos: ""
180 *PowerSave 10/10 Minutos: ""
181 *PowerSave 15/15 Minutos: ""
182 *PowerSave 30/30 Minutos: ""
183 *PowerSave 45/45 Minutos: ""
184 *PowerSave 60/1 Hora: ""
185 *CloseUI: *PowerSave
186 *OpenUI *Resolution: PickOne
187 *OrderDependency: 10.0 AnySetup *Resolution
188 *DefaultResolution: 600dpi
189 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
190 *Resolution 1200x600dpi/1200x600 PPP: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
191 *Resolution 1200dpi/1200 PPP: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
192 *CloseUI: *Resolution
193 *OpenUI *ColorModel/Modo Cor: PickOne
194 *OrderDependency: 10.0 AnySetup *ColorModel
195 *DefaultColorModel: CMYK
196 *ColorModel Gray/Tons de Cinza: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
197 *ColorModel CMYK/Inativo: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 17>>setpagedevice"
198 *CloseUI: *ColorModel
199 *OpenUI *JamRecovery/Reimpressão Após Atolamento do Papel: Boolean
200 *OrderDependency: 10.0 AnySetup *JamRecovery
201 *DefaultJamRecovery: False
202 *JamRecovery False/Desligado: ""
203 *JamRecovery True/Ativado: ""
204 *CloseUI: *JamRecovery
205 *OpenUI *Duplex/Impressão em Frente e Verso: PickOne
206 *OrderDependency: 10.0 AnySetup *Duplex
207 *DefaultDuplex: None
208 *Duplex None/Frente (Simples): "<</Duplex false>>setpagedevice"
209 *Duplex DuplexNoTumble/Borda Longa (Retrato): "<</Duplex true/Tumble false>>setpagedevice"
210 *Duplex DuplexTumble/Borda Curta (Paisagem): "<</Duplex true/Tumble true>>setpagedevice"
211 *CloseUI: *Duplex
212 *OpenGroup: InstallableOptions/Módulos Opcionais
213 *OpenUI *OptionTray2/Bandeja 2 Disponível: Boolean
214 *OrderDependency: 10.0 AnySetup *OptionTray2
215 *DefaultOptionTray2: False
216 *OptionTray2 False/Não instalado: ""
217 *OptionTray2 True/Instalada: ""
218 *CloseUI: *OptionTray2
219 *CloseGroup: InstallableOptions
220 *DefaultFont: Courier
221 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
224 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
225 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
226 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
227 *Font Bookman-Light: Standard "(1.05)" Standard ROM
228 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
229 *Font Courier: Standard "(1.05)" Standard ROM
230 *Font Courier-Bold: Standard "(1.05)" Standard ROM
231 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
232 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
233 *Font Helvetica: Standard "(1.05)" Standard ROM
234 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
235 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
240 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
244 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
245 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
246 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
247 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
248 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
249 *Font Symbol: Special "(001.005)" Special ROM
250 *Font Times-Bold: Standard "(1.05)" Standard ROM
251 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
252 *Font Times-Italic: Standard "(1.05)" Standard ROM
253 *Font Times-Roman: Standard "(1.05)" Standard ROM
254 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
255 *Font ZapfDingbats: Special "(001.005)" Special ROM
256 *% End of clp550.ppd, 14344 bytes.
00 *PPD-Adobe: "4.3"
11 *% PPD file for CLP-600 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
2 *% Created by the CUPS PPD Compiler v1.2.3.
33 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
4 *FileVersion: "SpliX V. 2.0.0"
55 *LanguageVersion: English
66 *LanguageEncoding: ISOLatin1
77 *PCFileName: "clp600.ppd"
88 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
910 *Product: "(GNU Ghostscript)"
1011 *Manufacturer: "Samsung"
1112 *ModelName: "Samsung CLP-600"
1213 *ShortNickName: "Samsung CLP-600"
13 *NickName: "Samsung CLP-600, 1.0"
14 *NickName: "Samsung CLP-600, SpliX V. 2.0.0"
1415 *PSVersion: "(3010.000) 705"
1516 *PSVersion: "(3010.000) 707"
1617 *PSVersion: "(3010.000) 815"
18 *PSVersion: "(3010.000) 853"
1719 *LanguageLevel: "3"
1820 *ColorDevice: True
1921 *DefaultColorSpace: RGB
2224 *LandscapeOrientation: Plus90
2325 *TTRasterizer: Type42
2426 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "1"
28 *General docHeaderValues: "<0><0><0>"
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL PacketSize: "512"
31 *QPDL ManualDuplex: "On"
2932 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
33 *General DocHeaderValues: "<0><0><0>"
34 *General CMSFile: "CLP-600"
35 *cupsVersion: 1.3
36 *cupsModelNumber: 0
3337 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *OpenUI *PageSize: PickOne
38 *cupsFilter: "application/vnd.cups-postscript 0 pstoqpdl"
39 *OpenUI *PageSize/Media Size: PickOne
3640 *OrderDependency: 10 AnySetup *PageSize
3741 *DefaultPageSize: Letter
3842 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
4852 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
4953 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
5054 *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"
5157 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
5258 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
53 *PageSize EnvISOB6/ISOB6 Envelope - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
59 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
5460 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
5561 *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"
64 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
5665 *CloseUI: *PageSize
57 *OpenUI *PageRegion: PickOne
66 *OpenUI *PageRegion/Media Size: PickOne
5867 *OrderDependency: 10 AnySetup *PageRegion
5968 *DefaultPageRegion: Letter
6069 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
7079 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
7180 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
7281 *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"
7384 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
7485 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
75 *PageRegion EnvISOB6/ISOB6 Envelope - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
86 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
7687 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
7788 *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"
91 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
7892 *CloseUI: *PageRegion
7993 *DefaultImageableArea: Letter
80 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
81 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
82 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
83 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
84 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
85 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
86 *ImageableArea Env10/#10 Envelope - 4.13x9.5in: "11.52 15.59 285.48 668.41"
87 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
88 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
89 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
90 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
91 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
92 *ImageableArea EnvISOB5/ISOB5 Envelope - 176x250mm: "11.52 15.59 487.48 693.41"
93 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
94 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
95 *ImageableArea EnvISOB6/ISOB6 Envelope - 176x125mm: "11.52 15.59 487.48 338.41"
96 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
97 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
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"
98117 *DefaultPaperDimension: Letter
99118 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
100119 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
109128 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
110129 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
111130 *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"
112133 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
113134 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
114 *PaperDimension EnvISOB6/ISOB6 Envelope - 176x125mm: "499.00 354.00"
135 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
115136 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
116137 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
117 *MaxMediaWidth: "0.00"
118 *MaxMediaHeight: "0.00"
119 *HWMargins: 11.52 15.59 11.52 15.59
120 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
121 *ParamCustomPageSize Width: 1 points 0.00 0.00
122 *ParamCustomPageSize Height: 2 points 0.00 0.00
123 *ParamCustomPageSize WidthOffset: 3 points 0 0
124 *ParamCustomPageSize HeightOffset: 4 points 0 0
125 *ParamCustomPageSize Orientation: 5 int 0 0
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"
126141 *RequiresPageRegion All: True
127 *OpenUI *InputSlot: PickOne
142 *OpenUI *InputSlot/Media Source: PickOne
128143 *OrderDependency: 10.0 AnySetup *InputSlot
129144 *DefaultInputSlot: Auto
130145 *InputSlot Auto/Automatic Selection: "<</MediaPosition 1>>setpagedevice"
144159 *MediaType USED/Preprinted: ""
145160 *MediaType COLOR/Colored Paper: ""
146161 *MediaType ENV/Envelope: ""
162 *MediaType COTTON/Cotton: ""
163 *MediaType RECYCLED/Recycled: ""
164 *MediaType ARCHIVE/Archive: ""
147165 *CloseUI: *MediaType
148 *OpenUI *ColorModel/Color Mode: PickOne
149 *OrderDependency: 10.0 AnySetup *ColorModel
150 *DefaultColorModel: CMYK
151 *ColorModel Gray/Grayscale: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
152 *ColorModel CMYK/Color: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 17>>setpagedevice"
153 *CloseUI: *ColorModel
154 *OpenUI *Resolution: PickOne
155 *OrderDependency: 10.0 AnySetup *Resolution
156 *DefaultResolution: 600dpi
157 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
158 *Resolution 1200x600dpi/1200x600 DPI: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
159 *Resolution 1200dpi/1200 DPI: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
160 *CloseUI: *Resolution
166 *OpenUI *Altitude/Air pressure: PickOne
167 *OrderDependency: 10.0 AnySetup *Altitude
168 *DefaultAltitude: LOW
169 *Altitude LOW/Low: ""
170 *Altitude HIGH/High: ""
171 *CloseUI: *Altitude
161172 *OpenUI *PowerSave/Power Save: PickOne
162173 *OrderDependency: 10.0 AnySetup *PowerSave
163174 *DefaultPowerSave: 5
169180 *PowerSave 45/45 Minutes: ""
170181 *PowerSave 60/1 Hour: ""
171182 *CloseUI: *PowerSave
183 *OpenUI *Resolution: PickOne
184 *OrderDependency: 10.0 AnySetup *Resolution
185 *DefaultResolution: 600dpi
186 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
187 *Resolution 1200x600dpi/1200x600 DPI: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
188 *Resolution 1200dpi/1200 DPI: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
189 *CloseUI: *Resolution
190 *OpenUI *ColorModel/Color Mode: PickOne
191 *OrderDependency: 10.0 AnySetup *ColorModel
192 *DefaultColorModel: CMYK
193 *ColorModel Gray/Grayscale: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 19>>setpagedevice"
194 *ColorModel CMYK/Color: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 19>>setpagedevice"
195 *CloseUI: *ColorModel
196 *OpenUI *Duplex/2-Sided Printing: PickOne
197 *OrderDependency: 10.0 AnySetup *Duplex
198 *DefaultDuplex: None
199 *Duplex None/Off (1-Sided): "<</Duplex false>>setpagedevice"
200 *Duplex DuplexNoTumble/Long-Edge (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
201 *Duplex DuplexTumble/Short-Edge (Landscape): "<</Duplex true/Tumble true>>setpagedevice"
202 *CloseUI: *Duplex
172203 *DefaultFont: Courier
173204 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
174205 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
205236 *Font Times-Roman: Standard "(1.05)" Standard ROM
206237 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
207238 *Font ZapfDingbats: Special "(001.005)" Special ROM
208 *% End of clp600.ppd, 11131 bytes.
239 *% End of clp600.ppd, 13252 bytes.
+0
-209
ppd/clp600de.ppd less more
0 *PPD-Adobe: "4.3"
1 *% PPD file for CLP-600 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
3 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
5 *LanguageVersion: German
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "clp600.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GNU Ghostscript)"
10 *Manufacturer: "Samsung"
11 *ModelName: "Samsung CLP-600"
12 *ShortNickName: "Samsung CLP-600"
13 *NickName: "Samsung CLP-600, 1.0"
14 *PSVersion: "(3010.000) 705"
15 *PSVersion: "(3010.000) 707"
16 *PSVersion: "(3010.000) 815"
17 *LanguageLevel: "3"
18 *ColorDevice: True
19 *DefaultColorSpace: RGB
20 *FileSystem: False
21 *Throughput: "20"
22 *LandscapeOrientation: Plus90
23 *TTRasterizer: Type42
24 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "1"
28 *General docHeaderValues: "<0><0><0>"
29 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
33 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *OpenUI *PageSize: PickOne
36 *OrderDependency: 10 AnySetup *PageSize
37 *DefaultPageSize: Letter
38 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
39 *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
40 *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
41 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
42 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
43 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
44 *PageSize Env10/Umschlag #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
45 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
46 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
47 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
48 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
49 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
50 *PageSize EnvISOB5/Umschlag ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
51 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
52 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
53 *PageSize EnvISOB6/Umschlag ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
54 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
55 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
56 *CloseUI: *PageSize
57 *OpenUI *PageRegion: PickOne
58 *OrderDependency: 10 AnySetup *PageRegion
59 *DefaultPageRegion: Letter
60 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
61 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
62 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
63 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
64 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
65 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
66 *PageRegion Env10/Umschlag #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
67 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
68 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
69 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
70 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
71 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
72 *PageRegion EnvISOB5/Umschlag ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
73 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
74 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
75 *PageRegion EnvISOB6/Umschlag ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
76 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
77 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
78 *CloseUI: *PageRegion
79 *DefaultImageableArea: Letter
80 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
81 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
82 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
83 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
84 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
85 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
86 *ImageableArea Env10/Umschlag #10 - 4.13x9.5in: "11.52 15.59 285.48 668.41"
87 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
88 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
89 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
90 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
91 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
92 *ImageableArea EnvISOB5/Umschlag ISOB5 - 176x250mm: "11.52 15.59 487.48 693.41"
93 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
94 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
95 *ImageableArea EnvISOB6/Umschlag ISOB6 - 176x125mm: "11.52 15.59 487.48 338.41"
96 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
97 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
98 *DefaultPaperDimension: Letter
99 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
100 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
101 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
102 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
103 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
104 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
105 *PaperDimension Env10/Umschlag #10 - 4.13x9.5in: "297.00 684.00"
106 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
107 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
108 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
109 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
110 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
111 *PaperDimension EnvISOB5/Umschlag ISOB5 - 176x250mm: "499.00 709.00"
112 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
113 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
114 *PaperDimension EnvISOB6/Umschlag ISOB6 - 176x125mm: "499.00 354.00"
115 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
116 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
117 *MaxMediaWidth: "0.00"
118 *MaxMediaHeight: "0.00"
119 *HWMargins: 11.52 15.59 11.52 15.59
120 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
121 *ParamCustomPageSize Width: 1 points 0.00 0.00
122 *ParamCustomPageSize Height: 2 points 0.00 0.00
123 *ParamCustomPageSize WidthOffset: 3 points 0 0
124 *ParamCustomPageSize HeightOffset: 4 points 0 0
125 *ParamCustomPageSize Orientation: 5 int 0 0
126 *RequiresPageRegion All: True
127 *OpenUI *InputSlot: PickOne
128 *OrderDependency: 10.0 AnySetup *InputSlot
129 *DefaultInputSlot: Auto
130 *InputSlot Auto/Automatische Auswahl: "<</MediaPosition 1>>setpagedevice"
131 *InputSlot Manual/Manueller Einzug: "<</MediaPosition 2>>setpagedevice"
132 *CloseUI: *InputSlot
133 *OpenUI *MediaType/Papiertyp: PickOne
134 *OrderDependency: 10.0 AnySetup *MediaType
135 *DefaultMediaType: OFF
136 *MediaType OFF/Grundeinstellungen des Druckers: ""
137 *MediaType NORMAL/Normalpapier: ""
138 *MediaType THICK/Dickes Papier: ""
139 *MediaType THIN/Dünnes Papier: ""
140 *MediaType BOND/Kartoniertes Papier: ""
141 *MediaType OHP/Transparenz: ""
142 *MediaType CARD/Visitenkarten: ""
143 *MediaType LABEL/Etiketten: ""
144 *MediaType USED/Vorgedrucktes Papier: ""
145 *MediaType COLOR/Farbiges Papier: ""
146 *MediaType ENV/Umschlag/Couvert: ""
147 *CloseUI: *MediaType
148 *OpenUI *ColorModel/Farbe modus: PickOne
149 *OrderDependency: 10.0 AnySetup *ColorModel
150 *DefaultColorModel: CMYK
151 *ColorModel Gray/Abgestuftes von grauen: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
152 *ColorModel CMYK/Farbe: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 17>>setpagedevice"
153 *CloseUI: *ColorModel
154 *OpenUI *Resolution: PickOne
155 *OrderDependency: 10.0 AnySetup *Resolution
156 *DefaultResolution: 600dpi
157 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
158 *Resolution 1200x600dpi/1200x600 PPP: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
159 *Resolution 1200dpi/1200 PPP: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
160 *CloseUI: *Resolution
161 *OpenUI *PowerSave/Energiesparmodus: PickOne
162 *OrderDependency: 10.0 AnySetup *PowerSave
163 *DefaultPowerSave: 5
164 *PowerSave False/Aus: ""
165 *PowerSave 5/5 Minuten: ""
166 *PowerSave 10/10 Minuten: ""
167 *PowerSave 15/15 Minuten: ""
168 *PowerSave 30/30 Minuten: ""
169 *PowerSave 45/45 Minuten: ""
170 *PowerSave 60/1 Stunde: ""
171 *CloseUI: *PowerSave
172 *DefaultFont: Courier
173 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
174 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
175 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
176 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
177 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
178 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
179 *Font Bookman-Light: Standard "(1.05)" Standard ROM
180 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
181 *Font Courier: Standard "(1.05)" Standard ROM
182 *Font Courier-Bold: Standard "(1.05)" Standard ROM
183 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
184 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
185 *Font Helvetica: Standard "(1.05)" Standard ROM
186 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
187 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
188 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
189 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
190 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
191 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
192 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
193 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
194 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
195 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
196 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
197 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
198 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
199 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
200 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
201 *Font Symbol: Special "(001.005)" Special ROM
202 *Font Times-Bold: Standard "(1.05)" Standard ROM
203 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
204 *Font Times-Italic: Standard "(1.05)" Standard ROM
205 *Font Times-Roman: Standard "(1.05)" Standard ROM
206 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
207 *Font ZapfDingbats: Special "(001.005)" Special ROM
208 *% End of clp600.ppd, 11217 bytes.
00 *PPD-Adobe: "4.3"
11 *% PPD file for CLP-600 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
2 *% Created by the CUPS PPD Compiler v1.2.3.
33 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
4 *FileVersion: "SpliX V. 2.0.0"
55 *LanguageVersion: French
66 *LanguageEncoding: ISOLatin1
77 *PCFileName: "clp600.ppd"
88 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
910 *Product: "(GNU Ghostscript)"
1011 *Manufacturer: "Samsung"
1112 *ModelName: "Samsung CLP-600"
1213 *ShortNickName: "Samsung CLP-600"
13 *NickName: "Samsung CLP-600, 1.0"
14 *NickName: "Samsung CLP-600, SpliX V. 2.0.0"
1415 *PSVersion: "(3010.000) 705"
1516 *PSVersion: "(3010.000) 707"
1617 *PSVersion: "(3010.000) 815"
18 *PSVersion: "(3010.000) 853"
1719 *LanguageLevel: "3"
1820 *ColorDevice: True
1921 *DefaultColorSpace: RGB
2224 *LandscapeOrientation: Plus90
2325 *TTRasterizer: Type42
2426 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "1"
28 *General docHeaderValues: "<0><0><0>"
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL PacketSize: "512"
31 *QPDL ManualDuplex: "On"
2932 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
33 *General DocHeaderValues: "<0><0><0>"
34 *General CMSFile: "CLP-600"
35 *cupsVersion: 1.3
36 *cupsModelNumber: 0
3337 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *OpenUI *PageSize: PickOne
38 *cupsFilter: "application/vnd.cups-postscript 0 pstoqpdl"
39 *OpenUI *PageSize/Media Size: PickOne
3640 *OrderDependency: 10 AnySetup *PageSize
3741 *DefaultPageSize: Letter
3842 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
4145 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
4246 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
4347 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
44 *PageSize Env10/Enveloppe #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
48 *PageSize Env10/Enveloppe n°10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
4549 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
4650 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
4751 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
4852 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
4953 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
5054 *PageSize EnvISOB5/Enveloppe ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
55 *PageSize Postcard/Carte postale - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
56 *PageSize DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
5157 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
5258 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
53 *PageSize EnvISOB6/Enveloppe ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
59 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
5460 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
5561 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
62 *PageSize EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
63 *PageSize Env9/Enveloppe n°9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
64 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
5665 *CloseUI: *PageSize
57 *OpenUI *PageRegion: PickOne
66 *OpenUI *PageRegion/Media Size: PickOne
5867 *OrderDependency: 10 AnySetup *PageRegion
5968 *DefaultPageRegion: Letter
6069 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
6372 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
6473 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
6574 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
66 *PageRegion Env10/Enveloppe #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
75 *PageRegion Env10/Enveloppe n°10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
6776 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
6877 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
6978 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
7079 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
7180 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
7281 *PageRegion EnvISOB5/Enveloppe ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
82 *PageRegion Postcard/Carte postale - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
83 *PageRegion DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
7384 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
7485 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
75 *PageRegion EnvISOB6/Enveloppe ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
86 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
7687 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
7788 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
89 *PageRegion EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
90 *PageRegion Env9/Enveloppe n°9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
91 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
7892 *CloseUI: *PageRegion
7993 *DefaultImageableArea: Letter
80 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
81 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
82 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
83 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
84 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
85 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
86 *ImageableArea Env10/Enveloppe #10 - 4.13x9.5in: "11.52 15.59 285.48 668.41"
87 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
88 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
89 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
90 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
91 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
92 *ImageableArea EnvISOB5/Enveloppe ISOB5 - 176x250mm: "11.52 15.59 487.48 693.41"
93 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
94 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
95 *ImageableArea EnvISOB6/Enveloppe ISOB6 - 176x125mm: "11.52 15.59 487.48 338.41"
96 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
97 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
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/Enveloppe n°10 - 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/Enveloppe ISOB5 - 176x250mm: "10.75 15.00 488.25 694.00"
107 *ImageableArea Postcard/Carte postale - 100x148mm: "10.75 15.00 273.25 404.00"
108 *ImageableArea DoublePostcardRotated/Double carte postale (tournée) - 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/Enveloppe personnelle - 3.625x6.5in: "10.75 15.00 250.25 453.00"
115 *ImageableArea Env9/Enveloppe n°9 - 3.875x8.875in: "10.75 15.00 268.25 624.00"
116 *ImageableArea Oficio/Oficio - 216x340mm: "10.75 15.00 601.25 957.00"
98117 *DefaultPaperDimension: Letter
99118 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
100119 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
102121 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
103122 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
104123 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
105 *PaperDimension Env10/Enveloppe #10 - 4.13x9.5in: "297.00 684.00"
124 *PaperDimension Env10/Enveloppe n°10 - 4.13x9.5in: "297.00 684.00"
106125 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
107126 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
108127 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
109128 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
110129 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
111130 *PaperDimension EnvISOB5/Enveloppe ISOB5 - 176x250mm: "499.00 709.00"
131 *PaperDimension Postcard/Carte postale - 100x148mm: "284.00 419.00"
132 *PaperDimension DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "420.00 567.00"
112133 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
113134 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
114 *PaperDimension EnvISOB6/Enveloppe ISOB6 - 176x125mm: "499.00 354.00"
135 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
115136 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
116137 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
117 *MaxMediaWidth: "0.00"
118 *MaxMediaHeight: "0.00"
119 *HWMargins: 11.52 15.59 11.52 15.59
120 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
121 *ParamCustomPageSize Width: 1 points 0.00 0.00
122 *ParamCustomPageSize Height: 2 points 0.00 0.00
123 *ParamCustomPageSize WidthOffset: 3 points 0 0
124 *ParamCustomPageSize HeightOffset: 4 points 0 0
125 *ParamCustomPageSize Orientation: 5 int 0 0
138 *PaperDimension EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "261.00 468.00"
139 *PaperDimension Env9/Enveloppe n°9 - 3.875x8.875in: "279.00 639.00"
140 *PaperDimension Oficio/Oficio - 216x340mm: "612.00 972.00"
126141 *RequiresPageRegion All: True
127 *OpenUI *InputSlot: PickOne
142 *OpenUI *InputSlot/Media Source: PickOne
128143 *OrderDependency: 10.0 AnySetup *InputSlot
129144 *DefaultInputSlot: Auto
130145 *InputSlot Auto/Sélection automatique: "<</MediaPosition 1>>setpagedevice"
131 *InputSlot Manual/Chargement manuel: "<</MediaPosition 2>>setpagedevice"
146 *InputSlot Manual/Manuel: "<</MediaPosition 2>>setpagedevice"
132147 *CloseUI: *InputSlot
133 *OpenUI *MediaType/Type de papier: PickOne
148 *OpenUI *MediaType/Type de support: PickOne
134149 *OrderDependency: 10.0 AnySetup *MediaType
135150 *DefaultMediaType: OFF
136151 *MediaType OFF/Utiliser la configuration imprimante: ""
137152 *MediaType NORMAL/Papier ordinaire: ""
138153 *MediaType THICK/Papier épais: ""
139154 *MediaType THIN/Papier fin: ""
140 *MediaType BOND/Papier cartonné: ""
155 *MediaType BOND/Papier Bond: ""
141156 *MediaType OHP/Transparent: ""
142 *MediaType CARD/Carte de visite: ""
157 *MediaType CARD/Papier cartonné: ""
143158 *MediaType LABEL/Étiquette: ""
144 *MediaType USED/Papier Pré-imprimé: ""
145 *MediaType COLOR/Papier coloré: ""
159 *MediaType USED/Papier pré-imprimé: ""
160 *MediaType COLOR/Couleur: ""
146161 *MediaType ENV/Enveloppe: ""
162 *MediaType COTTON/Coton: ""
163 *MediaType RECYCLED/Papier recyclé: ""
164 *MediaType ARCHIVE/Archive: ""
147165 *CloseUI: *MediaType
148 *OpenUI *ColorModel/Mode de couleur: PickOne
149 *OrderDependency: 10.0 AnySetup *ColorModel
150 *DefaultColorModel: CMYK
151 *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
152 *ColorModel CMYK/Couleur: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 17>>setpagedevice"
153 *CloseUI: *ColorModel
154 *OpenUI *Resolution: PickOne
155 *OrderDependency: 10.0 AnySetup *Resolution
156 *DefaultResolution: 600dpi
157 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
158 *Resolution 1200x600dpi/1200x600 PPP: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
159 *Resolution 1200dpi/1200 PPP: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
160 *CloseUI: *Resolution
166 *OpenUI *Altitude/Pression de l'air: PickOne
167 *OrderDependency: 10.0 AnySetup *Altitude
168 *DefaultAltitude: LOW
169 *Altitude LOW/Faible: ""
170 *Altitude HIGH/Forte: ""
171 *CloseUI: *Altitude
161172 *OpenUI *PowerSave/Économie d'énergie: PickOne
162173 *OrderDependency: 10.0 AnySetup *PowerSave
163174 *DefaultPowerSave: 5
169180 *PowerSave 45/45 minutes: ""
170181 *PowerSave 60/1 heure: ""
171182 *CloseUI: *PowerSave
183 *OpenUI *Resolution: PickOne
184 *OrderDependency: 10.0 AnySetup *Resolution
185 *DefaultResolution: 600dpi
186 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
187 *Resolution 1200x600dpi/1200x600 PPP: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
188 *Resolution 1200dpi/1200 PPP: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
189 *CloseUI: *Resolution
190 *OpenUI *ColorModel/Mode couleur: PickOne
191 *OrderDependency: 10.0 AnySetup *ColorModel
192 *DefaultColorModel: CMYK
193 *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 19>>setpagedevice"
194 *ColorModel CMYK/Couleur: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 19>>setpagedevice"
195 *CloseUI: *ColorModel
196 *OpenUI *Duplex/Impression recto-verso: PickOne
197 *OrderDependency: 10.0 AnySetup *Duplex
198 *DefaultDuplex: None
199 *Duplex None/Simple (recto): "<</Duplex false>>setpagedevice"
200 *Duplex DuplexNoTumble/Côté long (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
201 *Duplex DuplexTumble/Côté court (Paysage): "<</Duplex true/Tumble true>>setpagedevice"
202 *CloseUI: *Duplex
172203 *DefaultFont: Courier
173204 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
174205 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
205236 *Font Times-Roman: Standard "(1.05)" Standard ROM
206237 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
207238 *Font ZapfDingbats: Special "(001.005)" Special ROM
208 *% End of clp600.ppd, 11232 bytes.
239 *% End of clp600.ppd, 13456 bytes.
+0
-209
ppd/clp600it.ppd less more
0 *PPD-Adobe: "4.3"
1 *% PPD file for CLP-600 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
3 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
5 *LanguageVersion: Italian
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "clp600.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GNU Ghostscript)"
10 *Manufacturer: "Samsung"
11 *ModelName: "Samsung CLP-600"
12 *ShortNickName: "Samsung CLP-600"
13 *NickName: "Samsung CLP-600, 1.0"
14 *PSVersion: "(3010.000) 705"
15 *PSVersion: "(3010.000) 707"
16 *PSVersion: "(3010.000) 815"
17 *LanguageLevel: "3"
18 *ColorDevice: True
19 *DefaultColorSpace: RGB
20 *FileSystem: False
21 *Throughput: "20"
22 *LandscapeOrientation: Plus90
23 *TTRasterizer: Type42
24 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "1"
28 *General docHeaderValues: "<0><0><0>"
29 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
33 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *OpenUI *PageSize: PickOne
36 *OrderDependency: 10 AnySetup *PageSize
37 *DefaultPageSize: Letter
38 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
39 *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
40 *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
41 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
42 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
43 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
44 *PageSize Env10/Buste lettera #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
45 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
46 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
47 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
48 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
49 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
50 *PageSize EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
51 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
52 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
53 *PageSize EnvISOB6/Buste lettera ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
54 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
55 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
56 *CloseUI: *PageSize
57 *OpenUI *PageRegion: PickOne
58 *OrderDependency: 10 AnySetup *PageRegion
59 *DefaultPageRegion: Letter
60 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
61 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
62 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
63 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
64 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
65 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
66 *PageRegion Env10/Buste lettera #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
67 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
68 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
69 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
70 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
71 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
72 *PageRegion EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
73 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
74 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
75 *PageRegion EnvISOB6/Buste lettera ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
76 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
77 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
78 *CloseUI: *PageRegion
79 *DefaultImageableArea: Letter
80 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
81 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
82 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
83 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
84 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
85 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
86 *ImageableArea Env10/Buste lettera #10 - 4.13x9.5in: "11.52 15.59 285.48 668.41"
87 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
88 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
89 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
90 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
91 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
92 *ImageableArea EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "11.52 15.59 487.48 693.41"
93 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
94 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
95 *ImageableArea EnvISOB6/Buste lettera ISOB6 - 176x125mm: "11.52 15.59 487.48 338.41"
96 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
97 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
98 *DefaultPaperDimension: Letter
99 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
100 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
101 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
102 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
103 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
104 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
105 *PaperDimension Env10/Buste lettera #10 - 4.13x9.5in: "297.00 684.00"
106 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
107 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
108 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
109 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
110 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
111 *PaperDimension EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "499.00 709.00"
112 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
113 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
114 *PaperDimension EnvISOB6/Buste lettera ISOB6 - 176x125mm: "499.00 354.00"
115 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
116 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
117 *MaxMediaWidth: "0.00"
118 *MaxMediaHeight: "0.00"
119 *HWMargins: 11.52 15.59 11.52 15.59
120 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
121 *ParamCustomPageSize Width: 1 points 0.00 0.00
122 *ParamCustomPageSize Height: 2 points 0.00 0.00
123 *ParamCustomPageSize WidthOffset: 3 points 0 0
124 *ParamCustomPageSize HeightOffset: 4 points 0 0
125 *ParamCustomPageSize Orientation: 5 int 0 0
126 *RequiresPageRegion All: True
127 *OpenUI *InputSlot: PickOne
128 *OrderDependency: 10.0 AnySetup *InputSlot
129 *DefaultInputSlot: Auto
130 *InputSlot Auto/Selezione Automatica: "<</MediaPosition 1>>setpagedevice"
131 *InputSlot Manual/Alimentazione Manuale: "<</MediaPosition 2>>setpagedevice"
132 *CloseUI: *InputSlot
133 *OpenUI *MediaType/Tipo Carta: PickOne
134 *OrderDependency: 10.0 AnySetup *MediaType
135 *DefaultMediaType: OFF
136 *MediaType OFF/Usa Default Stampante: ""
137 *MediaType NORMAL/Carta Semplice: ""
138 *MediaType THICK/Carta Spessa: ""
139 *MediaType THIN/Carta Sottile: ""
140 *MediaType BOND/Adesivo: ""
141 *MediaType OHP/Lucido: ""
142 *MediaType CARD/Biglietti Da Visita: ""
143 *MediaType LABEL/Etichette: ""
144 *MediaType USED/Prestampati: ""
145 *MediaType COLOR/Carta Colorata: ""
146 *MediaType ENV/Busta da Lettera: ""
147 *CloseUI: *MediaType
148 *OpenUI *ColorModel/Modo di colore: PickOne
149 *OrderDependency: 10.0 AnySetup *ColorModel
150 *DefaultColorModel: CMYK
151 *ColorModel Gray/Gradazione di grigio: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
152 *ColorModel CMYK/Colore: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 17>>setpagedevice"
153 *CloseUI: *ColorModel
154 *OpenUI *Resolution: PickOne
155 *OrderDependency: 10.0 AnySetup *Resolution
156 *DefaultResolution: 600dpi
157 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
158 *Resolution 1200x600dpi/1200x600 DPI: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
159 *Resolution 1200dpi/1200 DPI: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
160 *CloseUI: *Resolution
161 *OpenUI *PowerSave/Risparmio Energetico: PickOne
162 *OrderDependency: 10.0 AnySetup *PowerSave
163 *DefaultPowerSave: 5
164 *PowerSave False/Off: ""
165 *PowerSave 5/5 Minuti: ""
166 *PowerSave 10/10 Minuti: ""
167 *PowerSave 15/15 Minuti: ""
168 *PowerSave 30/30 Minuti: ""
169 *PowerSave 45/45 Minuti: ""
170 *PowerSave 60/1 Ora: ""
171 *CloseUI: *PowerSave
172 *DefaultFont: Courier
173 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
174 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
175 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
176 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
177 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
178 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
179 *Font Bookman-Light: Standard "(1.05)" Standard ROM
180 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
181 *Font Courier: Standard "(1.05)" Standard ROM
182 *Font Courier-Bold: Standard "(1.05)" Standard ROM
183 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
184 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
185 *Font Helvetica: Standard "(1.05)" Standard ROM
186 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
187 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
188 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
189 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
190 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
191 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
192 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
193 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
194 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
195 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
196 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
197 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
198 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
199 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
200 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
201 *Font Symbol: Special "(001.005)" Special ROM
202 *Font Times-Bold: Standard "(1.05)" Standard ROM
203 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
204 *Font Times-Italic: Standard "(1.05)" Standard ROM
205 *Font Times-Roman: Standard "(1.05)" Standard ROM
206 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
207 *Font ZapfDingbats: Special "(001.005)" Special ROM
208 *% End of clp600.ppd, 11251 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for CLP-600 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: Portuguese_Brazil
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "clp600.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung CLP-600"
13 *ShortNickName: "Samsung CLP-600"
14 *NickName: "Samsung CLP-600, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: True
21 *DefaultColorSpace: RGB
22 *FileSystem: False
23 *Throughput: "20"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL PacketSize: "512"
31 *QPDL ManualDuplex: "On"
32 *QPDL QPDLVersion: "1"
33 *General DocHeaderValues: "<0><0><0>"
34 *General CMSFile: "CLP-600"
35 *cupsVersion: 1.3
36 *cupsModelNumber: 0
37 *cupsManualCopies: False
38 *cupsFilter: "application/vnd.cups-postscript 0 pstoqpdl"
39 *OpenUI *PageSize/Media Size: PickOne
40 *OrderDependency: 10 AnySetup *PageSize
41 *DefaultPageSize: Letter
42 *PageSize Letter/Carta - 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/Executivo - 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/Envelope Número 10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
49 *PageSize Monarch/Monarca - 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/Envelope ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
55 *PageSize Postcard/Cartão Postal - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
56 *PageSize DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 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/Envelope Pessoal - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
63 *PageSize Env9/Envelope Número 9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
64 *PageSize Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
65 *CloseUI: *PageSize
66 *OpenUI *PageRegion/Media Size: PickOne
67 *OrderDependency: 10 AnySetup *PageRegion
68 *DefaultPageRegion: Letter
69 *PageRegion Letter/Carta - 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/Executivo - 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/Envelope Número 10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
76 *PageRegion Monarch/Monarca - 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/Envelope ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
82 *PageRegion Postcard/Cartão Postal - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
83 *PageRegion DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 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/Envelope Pessoal - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
90 *PageRegion Env9/Envelope Número 9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
91 *PageRegion Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
92 *CloseUI: *PageRegion
93 *DefaultImageableArea: Letter
94 *ImageableArea Letter/Carta - 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/Executivo - 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/Envelope Número 10 - 4.13x9.5in: "10.75 15.00 286.25 669.00"
101 *ImageableArea Monarch/Monarca - 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/Envelope ISOB5 - 176x250mm: "10.75 15.00 488.25 694.00"
107 *ImageableArea Postcard/Cartão Postal - 100x148mm: "10.75 15.00 273.25 404.00"
108 *ImageableArea DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 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/Envelope Pessoal - 3.625x6.5in: "10.75 15.00 250.25 453.00"
115 *ImageableArea Env9/Envelope Número 9 - 3.875x8.875in: "10.75 15.00 268.25 624.00"
116 *ImageableArea Oficio/Ofício - 216x340mm: "10.75 15.00 601.25 957.00"
117 *DefaultPaperDimension: Letter
118 *PaperDimension Letter/Carta - 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/Executivo - 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/Envelope Número 10 - 4.13x9.5in: "297.00 684.00"
125 *PaperDimension Monarch/Monarca - 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/Envelope ISOB5 - 176x250mm: "499.00 709.00"
131 *PaperDimension Postcard/Cartão Postal - 100x148mm: "284.00 419.00"
132 *PaperDimension DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 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/Envelope Pessoal - 3.625x6.5in: "261.00 468.00"
139 *PaperDimension Env9/Envelope Número 9 - 3.875x8.875in: "279.00 639.00"
140 *PaperDimension Oficio/Ofício - 216x340mm: "612.00 972.00"
141 *RequiresPageRegion All: True
142 *OpenUI *InputSlot/Media Source: PickOne
143 *OrderDependency: 10.0 AnySetup *InputSlot
144 *DefaultInputSlot: Auto
145 *InputSlot Auto/Seleção Automática: "<</MediaPosition 1>>setpagedevice"
146 *InputSlot Manual/Alimentação Manual: "<</MediaPosition 2>>setpagedevice"
147 *CloseUI: *InputSlot
148 *OpenUI *MediaType/Tipo de Papel: PickOne
149 *OrderDependency: 10.0 AnySetup *MediaType
150 *DefaultMediaType: OFF
151 *MediaType OFF/Usar a Definição da Impressora: ""
152 *MediaType NORMAL/Papel normal: ""
153 *MediaType THICK/Papel grosso: ""
154 *MediaType THIN/Papel Delgado (Fino): ""
155 *MediaType BOND/Papel Bond: ""
156 *MediaType OHP/Transparência: ""
157 *MediaType CARD/Cartolina: ""
158 *MediaType LABEL/Etiqueta: ""
159 *MediaType USED/Papel Pré-Impresso: ""
160 *MediaType COLOR/Cor: ""
161 *MediaType ENV/Envelope: ""
162 *MediaType COTTON/Algodão: ""
163 *MediaType RECYCLED/Papel Reciclado: ""
164 *MediaType ARCHIVE/Arquivamento: ""
165 *CloseUI: *MediaType
166 *OpenUI *Altitude/Pressão Atmosférica: PickOne
167 *OrderDependency: 10.0 AnySetup *Altitude
168 *DefaultAltitude: LOW
169 *Altitude LOW/Pressão Elevada (Baixa Altitude): ""
170 *Altitude HIGH/Pressão Reduzida (Grande Altitude): ""
171 *CloseUI: *Altitude
172 *OpenUI *PowerSave/Economia de Energia: PickOne
173 *OrderDependency: 10.0 AnySetup *PowerSave
174 *DefaultPowerSave: 5
175 *PowerSave False/Desligado: ""
176 *PowerSave 5/5 Minutos: ""
177 *PowerSave 10/10 Minutos: ""
178 *PowerSave 15/15 Minutos: ""
179 *PowerSave 30/30 Minutos: ""
180 *PowerSave 45/45 Minutos: ""
181 *PowerSave 60/1 Hora: ""
182 *CloseUI: *PowerSave
183 *OpenUI *Resolution: PickOne
184 *OrderDependency: 10.0 AnySetup *Resolution
185 *DefaultResolution: 600dpi
186 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
187 *Resolution 1200x600dpi/1200x600 PPP: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
188 *Resolution 1200dpi/1200 PPP: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
189 *CloseUI: *Resolution
190 *OpenUI *ColorModel/Modo Cor: PickOne
191 *OrderDependency: 10.0 AnySetup *ColorModel
192 *DefaultColorModel: CMYK
193 *ColorModel Gray/Tons de Cinza: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 19>>setpagedevice"
194 *ColorModel CMYK/Inativo: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 19>>setpagedevice"
195 *CloseUI: *ColorModel
196 *OpenUI *Duplex/Impressão em Frente e Verso: PickOne
197 *OrderDependency: 10.0 AnySetup *Duplex
198 *DefaultDuplex: None
199 *Duplex None/Frente (Simples): "<</Duplex false>>setpagedevice"
200 *Duplex DuplexNoTumble/Borda Longa (Retrato): "<</Duplex true/Tumble false>>setpagedevice"
201 *Duplex DuplexTumble/Borda Curta (Paisagem): "<</Duplex true/Tumble true>>setpagedevice"
202 *CloseUI: *Duplex
203 *DefaultFont: Courier
204 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
205 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
206 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
207 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
208 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
209 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
210 *Font Bookman-Light: Standard "(1.05)" Standard ROM
211 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
212 *Font Courier: Standard "(1.05)" Standard ROM
213 *Font Courier-Bold: Standard "(1.05)" Standard ROM
214 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
215 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
216 *Font Helvetica: Standard "(1.05)" Standard ROM
217 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
218 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
219 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
220 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
221 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
222 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
223 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
224 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
225 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
226 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
227 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
228 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
229 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
230 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
231 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
232 *Font Symbol: Special "(001.005)" Special ROM
233 *Font Times-Bold: Standard "(1.05)" Standard ROM
234 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
235 *Font Times-Italic: Standard "(1.05)" Standard ROM
236 *Font Times-Roman: Standard "(1.05)" Standard ROM
237 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
238 *Font ZapfDingbats: Special "(001.005)" Special ROM
239 *% End of clp600.ppd, 13557 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for CLP-610 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: English
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "clp610.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung CLP-610"
13 *ShortNickName: "Samsung CLP-610"
14 *NickName: "Samsung CLP-610, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: True
21 *DefaultColorSpace: RGB
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *General DocHeaderValues: "<0><0><1>"
31 *QPDL QPDLVersion: "5"
32 *General CMSFile: "CLP-610"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-postscript 0 pstoqpdl"
37 *UIConstraints: *OptionTray2 False *InputSlot Lower
38 *UIConstraints: *InputSlot Lower *OptionTray2 False
39 *OpenUI *PageSize/Media Size: PickOne
40 *OrderDependency: 10 AnySetup *PageSize
41 *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"
64 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
65 *CloseUI: *PageSize
66 *OpenUI *PageRegion/Media Size: PickOne
67 *OrderDependency: 10 AnySetup *PageRegion
68 *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"
91 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
92 *CloseUI: *PageRegion
93 *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"
117 *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
142 *OpenUI *InputSlot/Media Source: PickOne
143 *OrderDependency: 10.0 AnySetup *InputSlot
144 *DefaultInputSlot: Auto
145 *InputSlot Auto/Automatic Selection: "<</MediaPosition 1>>setpagedevice"
146 *InputSlot Manual/Manual Feed: "<</MediaPosition 2>>setpagedevice"
147 *InputSlot Multi/Multi-Purpose Tray: "<</MediaPosition 3>>setpagedevice"
148 *InputSlot Upper/Tray 1: "<</MediaPosition 4>>setpagedevice"
149 *InputSlot Lower/Tray 2: "<</MediaPosition 5>>setpagedevice"
150 *CloseUI: *InputSlot
151 *OpenUI *MediaType/Paper Type: PickOne
152 *OrderDependency: 10.0 AnySetup *MediaType
153 *DefaultMediaType: OFF
154 *MediaType OFF/Use Printer Default: ""
155 *MediaType NORMAL/Plain Paper: ""
156 *MediaType THICK/Thick Paper: ""
157 *MediaType THIN/Thin Paper: ""
158 *MediaType BOND/Bond: ""
159 *MediaType OHP/Transparency: ""
160 *MediaType CARD/Card Stock: ""
161 *MediaType LABEL/Label: ""
162 *MediaType USED/Preprinted: ""
163 *MediaType COLOR/Colored Paper: ""
164 *MediaType ENV/Envelope: ""
165 *MediaType COTTON/Cotton: ""
166 *MediaType RECYCLED/Recycled: ""
167 *MediaType ARCHIVE/Archive: ""
168 *CloseUI: *MediaType
169 *OpenUI *Altitude/Air pressure: PickOne
170 *OrderDependency: 10.0 AnySetup *Altitude
171 *DefaultAltitude: LOW
172 *Altitude LOW/Low: ""
173 *Altitude HIGH/High: ""
174 *CloseUI: *Altitude
175 *OpenUI *PowerSave/Power Save: PickOne
176 *OrderDependency: 10.0 AnySetup *PowerSave
177 *DefaultPowerSave: 5
178 *PowerSave False/Off: ""
179 *PowerSave 5/5 Minutes: ""
180 *PowerSave 10/10 Minutes: ""
181 *PowerSave 15/15 Minutes: ""
182 *PowerSave 30/30 Minutes: ""
183 *PowerSave 45/45 Minutes: ""
184 *PowerSave 60/1 Hour: ""
185 *CloseUI: *PowerSave
186 *OpenUI *Resolution: PickOne
187 *OrderDependency: 10.0 AnySetup *Resolution
188 *DefaultResolution: 600dpi
189 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
190 *Resolution 1200x600dpi/1200x600 DPI: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
191 *Resolution 1200dpi/1200 DPI: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
192 *CloseUI: *Resolution
193 *OpenUI *ColorModel/Color Mode: PickOne
194 *OrderDependency: 10.0 AnySetup *ColorModel
195 *DefaultColorModel: CMYK
196 *ColorModel Gray/Grayscale: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
197 *ColorModel CMYK/Color: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 17>>setpagedevice"
198 *CloseUI: *ColorModel
199 *OpenUI *JamRecovery/Reprint When Jam: Boolean
200 *OrderDependency: 10.0 AnySetup *JamRecovery
201 *DefaultJamRecovery: False
202 *JamRecovery False/Off: ""
203 *JamRecovery True/On: ""
204 *CloseUI: *JamRecovery
205 *OpenUI *Duplex/2-Sided Printing: PickOne
206 *OrderDependency: 10.0 AnySetup *Duplex
207 *DefaultDuplex: None
208 *Duplex None/Off (1-Sided): "<</Duplex false>>setpagedevice"
209 *Duplex DuplexNoTumble/Long-Edge (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
210 *Duplex DuplexTumble/Short-Edge (Landscape): "<</Duplex true/Tumble true>>setpagedevice"
211 *CloseUI: *Duplex
212 *OpenUI *ReverseDuplex/Reverse duplex: Boolean
213 *OrderDependency: 10.0 AnySetup *ReverseDuplex
214 *DefaultReverseDuplex: False
215 *ReverseDuplex False/Off: ""
216 *ReverseDuplex True/On: ""
217 *CloseUI: *ReverseDuplex
218 *OpenGroup: InstallableOptions/Installable Options
219 *OpenUI *OptionTray2/Tray 2 Installed: Boolean
220 *OrderDependency: 10.0 AnySetup *OptionTray2
221 *DefaultOptionTray2: False
222 *OptionTray2 False/Not Installed: ""
223 *OptionTray2 True/Installed: ""
224 *CloseUI: *OptionTray2
225 *CloseGroup: InstallableOptions
226 *DefaultFont: Courier
227 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
228 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
229 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
230 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
231 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
232 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
233 *Font Bookman-Light: Standard "(1.05)" Standard ROM
234 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
235 *Font Courier: Standard "(1.05)" Standard ROM
236 *Font Courier-Bold: Standard "(1.05)" Standard ROM
237 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica: Standard "(1.05)" Standard ROM
240 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
241 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
242 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
243 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
244 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
245 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
246 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
247 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
248 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
249 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
250 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
251 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
252 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
253 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
254 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
255 *Font Symbol: Special "(001.005)" Special ROM
256 *Font Times-Bold: Standard "(1.05)" Standard ROM
257 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
258 *Font Times-Italic: Standard "(1.05)" Standard ROM
259 *Font Times-Roman: Standard "(1.05)" Standard ROM
260 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
261 *Font ZapfDingbats: Special "(001.005)" Special ROM
262 *% End of clp610.ppd, 14193 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for CLP-610 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: French
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "clp610.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung CLP-610"
13 *ShortNickName: "Samsung CLP-610"
14 *NickName: "Samsung CLP-610, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: True
21 *DefaultColorSpace: RGB
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *General DocHeaderValues: "<0><0><1>"
31 *QPDL QPDLVersion: "5"
32 *General CMSFile: "CLP-610"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-postscript 0 pstoqpdl"
37 *UIConstraints: *OptionTray2 False *InputSlot Lower
38 *UIConstraints: *InputSlot Lower *OptionTray2 False
39 *OpenUI *PageSize/Media Size: PickOne
40 *OrderDependency: 10 AnySetup *PageSize
41 *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/Enveloppe n°10 - 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/Enveloppe ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
55 *PageSize Postcard/Carte postale - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
56 *PageSize DoublePostcardRotated/Double carte postale (tournée) - 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/Enveloppe personnelle - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
63 *PageSize Env9/Enveloppe n°9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
64 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
65 *CloseUI: *PageSize
66 *OpenUI *PageRegion/Media Size: PickOne
67 *OrderDependency: 10 AnySetup *PageRegion
68 *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/Enveloppe n°10 - 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/Enveloppe ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
82 *PageRegion Postcard/Carte postale - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
83 *PageRegion DoublePostcardRotated/Double carte postale (tournée) - 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/Enveloppe personnelle - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
90 *PageRegion Env9/Enveloppe n°9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
91 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
92 *CloseUI: *PageRegion
93 *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/Enveloppe n°10 - 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/Enveloppe ISOB5 - 176x250mm: "10.75 15.00 488.25 694.00"
107 *ImageableArea Postcard/Carte postale - 100x148mm: "10.75 15.00 273.25 404.00"
108 *ImageableArea DoublePostcardRotated/Double carte postale (tournée) - 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/Enveloppe personnelle - 3.625x6.5in: "10.75 15.00 250.25 453.00"
115 *ImageableArea Env9/Enveloppe n°9 - 3.875x8.875in: "10.75 15.00 268.25 624.00"
116 *ImageableArea Oficio/Oficio - 216x340mm: "10.75 15.00 601.25 957.00"
117 *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/Enveloppe n°10 - 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/Enveloppe ISOB5 - 176x250mm: "499.00 709.00"
131 *PaperDimension Postcard/Carte postale - 100x148mm: "284.00 419.00"
132 *PaperDimension DoublePostcardRotated/Double carte postale (tournée) - 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/Enveloppe personnelle - 3.625x6.5in: "261.00 468.00"
139 *PaperDimension Env9/Enveloppe n°9 - 3.875x8.875in: "279.00 639.00"
140 *PaperDimension Oficio/Oficio - 216x340mm: "612.00 972.00"
141 *RequiresPageRegion All: True
142 *OpenUI *InputSlot/Media Source: PickOne
143 *OrderDependency: 10.0 AnySetup *InputSlot
144 *DefaultInputSlot: Auto
145 *InputSlot Auto/Sélection automatique: "<</MediaPosition 1>>setpagedevice"
146 *InputSlot Manual/Manuel: "<</MediaPosition 2>>setpagedevice"
147 *InputSlot Multi/Plusieurs choix de bacs: "<</MediaPosition 3>>setpagedevice"
148 *InputSlot Upper/Bac 1: "<</MediaPosition 4>>setpagedevice"
149 *InputSlot Lower/Bac 2: "<</MediaPosition 5>>setpagedevice"
150 *CloseUI: *InputSlot
151 *OpenUI *MediaType/Type de support: PickOne
152 *OrderDependency: 10.0 AnySetup *MediaType
153 *DefaultMediaType: OFF
154 *MediaType OFF/Utiliser la configuration imprimante: ""
155 *MediaType NORMAL/Papier ordinaire: ""
156 *MediaType THICK/Papier épais: ""
157 *MediaType THIN/Papier fin: ""
158 *MediaType BOND/Papier Bond: ""
159 *MediaType OHP/Transparent: ""
160 *MediaType CARD/Papier cartonné: ""
161 *MediaType LABEL/Étiquette: ""
162 *MediaType USED/Papier pré-imprimé: ""
163 *MediaType COLOR/Couleur: ""
164 *MediaType ENV/Enveloppe: ""
165 *MediaType COTTON/Coton: ""
166 *MediaType RECYCLED/Papier recyclé: ""
167 *MediaType ARCHIVE/Archive: ""
168 *CloseUI: *MediaType
169 *OpenUI *Altitude/Pression de l'air: PickOne
170 *OrderDependency: 10.0 AnySetup *Altitude
171 *DefaultAltitude: LOW
172 *Altitude LOW/Faible: ""
173 *Altitude HIGH/Forte: ""
174 *CloseUI: *Altitude
175 *OpenUI *PowerSave/Économie d'énergie: PickOne
176 *OrderDependency: 10.0 AnySetup *PowerSave
177 *DefaultPowerSave: 5
178 *PowerSave False/Désactivé: ""
179 *PowerSave 5/5 minutes: ""
180 *PowerSave 10/10 minutes: ""
181 *PowerSave 15/15 minutes: ""
182 *PowerSave 30/30 minutes: ""
183 *PowerSave 45/45 minutes: ""
184 *PowerSave 60/1 heure: ""
185 *CloseUI: *PowerSave
186 *OpenUI *Resolution: PickOne
187 *OrderDependency: 10.0 AnySetup *Resolution
188 *DefaultResolution: 600dpi
189 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
190 *Resolution 1200x600dpi/1200x600 PPP: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
191 *Resolution 1200dpi/1200 PPP: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
192 *CloseUI: *Resolution
193 *OpenUI *ColorModel/Mode couleur: PickOne
194 *OrderDependency: 10.0 AnySetup *ColorModel
195 *DefaultColorModel: CMYK
196 *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
197 *ColorModel CMYK/Couleur: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 17>>setpagedevice"
198 *CloseUI: *ColorModel
199 *OpenUI *JamRecovery/Réimpression si bourrage: Boolean
200 *OrderDependency: 10.0 AnySetup *JamRecovery
201 *DefaultJamRecovery: False
202 *JamRecovery False/Désactivé: ""
203 *JamRecovery True/Oui: ""
204 *CloseUI: *JamRecovery
205 *OpenUI *Duplex/Impression recto-verso: PickOne
206 *OrderDependency: 10.0 AnySetup *Duplex
207 *DefaultDuplex: None
208 *Duplex None/Simple (recto): "<</Duplex false>>setpagedevice"
209 *Duplex DuplexNoTumble/Côté long (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
210 *Duplex DuplexTumble/Côté court (Paysage): "<</Duplex true/Tumble true>>setpagedevice"
211 *CloseUI: *Duplex
212 *OpenUI *ReverseDuplex/Recto-verso inversé: Boolean
213 *OrderDependency: 10.0 AnySetup *ReverseDuplex
214 *DefaultReverseDuplex: False
215 *ReverseDuplex False/Désactivé: ""
216 *ReverseDuplex True/Oui: ""
217 *CloseUI: *ReverseDuplex
218 *OpenGroup: InstallableOptions/Modules optionnels
219 *OpenUI *OptionTray2/Bac à feuilles 2 installé: Boolean
220 *OrderDependency: 10.0 AnySetup *OptionTray2
221 *DefaultOptionTray2: False
222 *OptionTray2 False/Non Installée: ""
223 *OptionTray2 True/Installée: ""
224 *CloseUI: *OptionTray2
225 *CloseGroup: InstallableOptions
226 *DefaultFont: Courier
227 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
228 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
229 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
230 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
231 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
232 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
233 *Font Bookman-Light: Standard "(1.05)" Standard ROM
234 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
235 *Font Courier: Standard "(1.05)" Standard ROM
236 *Font Courier-Bold: Standard "(1.05)" Standard ROM
237 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica: Standard "(1.05)" Standard ROM
240 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
241 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
242 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
243 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
244 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
245 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
246 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
247 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
248 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
249 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
250 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
251 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
252 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
253 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
254 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
255 *Font Symbol: Special "(001.005)" Special ROM
256 *Font Times-Bold: Standard "(1.05)" Standard ROM
257 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
258 *Font Times-Italic: Standard "(1.05)" Standard ROM
259 *Font Times-Roman: Standard "(1.05)" Standard ROM
260 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
261 *Font ZapfDingbats: Special "(001.005)" Special ROM
262 *% End of clp610.ppd, 14445 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for CLP-610 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: Portuguese_Brazil
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "clp610.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung CLP-610"
13 *ShortNickName: "Samsung CLP-610"
14 *NickName: "Samsung CLP-610, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: True
21 *DefaultColorSpace: RGB
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *General DocHeaderValues: "<0><0><1>"
31 *QPDL QPDLVersion: "5"
32 *General CMSFile: "CLP-610"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-postscript 0 pstoqpdl"
37 *UIConstraints: *OptionTray2 False *InputSlot Lower
38 *UIConstraints: *InputSlot Lower *OptionTray2 False
39 *OpenUI *PageSize/Media Size: PickOne
40 *OrderDependency: 10 AnySetup *PageSize
41 *DefaultPageSize: Letter
42 *PageSize Letter/Carta - 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/Executivo - 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/Envelope Número 10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
49 *PageSize Monarch/Monarca - 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/Envelope ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
55 *PageSize Postcard/Cartão Postal - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
56 *PageSize DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 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/Envelope Pessoal - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
63 *PageSize Env9/Envelope Número 9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
64 *PageSize Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
65 *CloseUI: *PageSize
66 *OpenUI *PageRegion/Media Size: PickOne
67 *OrderDependency: 10 AnySetup *PageRegion
68 *DefaultPageRegion: Letter
69 *PageRegion Letter/Carta - 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/Executivo - 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/Envelope Número 10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
76 *PageRegion Monarch/Monarca - 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/Envelope ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
82 *PageRegion Postcard/Cartão Postal - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
83 *PageRegion DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 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/Envelope Pessoal - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
90 *PageRegion Env9/Envelope Número 9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
91 *PageRegion Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
92 *CloseUI: *PageRegion
93 *DefaultImageableArea: Letter
94 *ImageableArea Letter/Carta - 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/Executivo - 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/Envelope Número 10 - 4.13x9.5in: "10.75 15.00 286.25 669.00"
101 *ImageableArea Monarch/Monarca - 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/Envelope ISOB5 - 176x250mm: "10.75 15.00 488.25 694.00"
107 *ImageableArea Postcard/Cartão Postal - 100x148mm: "10.75 15.00 273.25 404.00"
108 *ImageableArea DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 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/Envelope Pessoal - 3.625x6.5in: "10.75 15.00 250.25 453.00"
115 *ImageableArea Env9/Envelope Número 9 - 3.875x8.875in: "10.75 15.00 268.25 624.00"
116 *ImageableArea Oficio/Ofício - 216x340mm: "10.75 15.00 601.25 957.00"
117 *DefaultPaperDimension: Letter
118 *PaperDimension Letter/Carta - 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/Executivo - 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/Envelope Número 10 - 4.13x9.5in: "297.00 684.00"
125 *PaperDimension Monarch/Monarca - 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/Envelope ISOB5 - 176x250mm: "499.00 709.00"
131 *PaperDimension Postcard/Cartão Postal - 100x148mm: "284.00 419.00"
132 *PaperDimension DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 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/Envelope Pessoal - 3.625x6.5in: "261.00 468.00"
139 *PaperDimension Env9/Envelope Número 9 - 3.875x8.875in: "279.00 639.00"
140 *PaperDimension Oficio/Ofício - 216x340mm: "612.00 972.00"
141 *RequiresPageRegion All: True
142 *OpenUI *InputSlot/Media Source: PickOne
143 *OrderDependency: 10.0 AnySetup *InputSlot
144 *DefaultInputSlot: Auto
145 *InputSlot Auto/Seleção Automática: "<</MediaPosition 1>>setpagedevice"
146 *InputSlot Manual/Alimentação Manual: "<</MediaPosition 2>>setpagedevice"
147 *InputSlot Multi/Bandeja Multipropósito: "<</MediaPosition 3>>setpagedevice"
148 *InputSlot Upper/Bandeja 1: "<</MediaPosition 4>>setpagedevice"
149 *InputSlot Lower/Bandeja 2: "<</MediaPosition 5>>setpagedevice"
150 *CloseUI: *InputSlot
151 *OpenUI *MediaType/Tipo de Papel: PickOne
152 *OrderDependency: 10.0 AnySetup *MediaType
153 *DefaultMediaType: OFF
154 *MediaType OFF/Usar a Definição da Impressora: ""
155 *MediaType NORMAL/Papel normal: ""
156 *MediaType THICK/Papel grosso: ""
157 *MediaType THIN/Papel Delgado (Fino): ""
158 *MediaType BOND/Papel Bond: ""
159 *MediaType OHP/Transparência: ""
160 *MediaType CARD/Cartolina: ""
161 *MediaType LABEL/Etiqueta: ""
162 *MediaType USED/Papel Pré-Impresso: ""
163 *MediaType COLOR/Cor: ""
164 *MediaType ENV/Envelope: ""
165 *MediaType COTTON/Algodão: ""
166 *MediaType RECYCLED/Papel Reciclado: ""
167 *MediaType ARCHIVE/Arquivamento: ""
168 *CloseUI: *MediaType
169 *OpenUI *Altitude/Pressão Atmosférica: PickOne
170 *OrderDependency: 10.0 AnySetup *Altitude
171 *DefaultAltitude: LOW
172 *Altitude LOW/Pressão Elevada (Baixa Altitude): ""
173 *Altitude HIGH/Pressão Reduzida (Grande Altitude): ""
174 *CloseUI: *Altitude
175 *OpenUI *PowerSave/Economia de Energia: PickOne
176 *OrderDependency: 10.0 AnySetup *PowerSave
177 *DefaultPowerSave: 5
178 *PowerSave False/Desligado: ""
179 *PowerSave 5/5 Minutos: ""
180 *PowerSave 10/10 Minutos: ""
181 *PowerSave 15/15 Minutos: ""
182 *PowerSave 30/30 Minutos: ""
183 *PowerSave 45/45 Minutos: ""
184 *PowerSave 60/1 Hora: ""
185 *CloseUI: *PowerSave
186 *OpenUI *Resolution: PickOne
187 *OrderDependency: 10.0 AnySetup *Resolution
188 *DefaultResolution: 600dpi
189 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
190 *Resolution 1200x600dpi/1200x600 PPP: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
191 *Resolution 1200dpi/1200 PPP: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
192 *CloseUI: *Resolution
193 *OpenUI *ColorModel/Modo Cor: PickOne
194 *OrderDependency: 10.0 AnySetup *ColorModel
195 *DefaultColorModel: CMYK
196 *ColorModel Gray/Tons de Cinza: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
197 *ColorModel CMYK/Inativo: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 17>>setpagedevice"
198 *CloseUI: *ColorModel
199 *OpenUI *JamRecovery/Reimpressão Após Atolamento do Papel: Boolean
200 *OrderDependency: 10.0 AnySetup *JamRecovery
201 *DefaultJamRecovery: False
202 *JamRecovery False/Desligado: ""
203 *JamRecovery True/Ativado: ""
204 *CloseUI: *JamRecovery
205 *OpenUI *Duplex/Impressão em Frente e Verso: PickOne
206 *OrderDependency: 10.0 AnySetup *Duplex
207 *DefaultDuplex: None
208 *Duplex None/Frente (Simples): "<</Duplex false>>setpagedevice"
209 *Duplex DuplexNoTumble/Borda Longa (Retrato): "<</Duplex true/Tumble false>>setpagedevice"
210 *Duplex DuplexTumble/Borda Curta (Paisagem): "<</Duplex true/Tumble true>>setpagedevice"
211 *CloseUI: *Duplex
212 *OpenUI *ReverseDuplex/Frente e Verso Reverso: Boolean
213 *OrderDependency: 10.0 AnySetup *ReverseDuplex
214 *DefaultReverseDuplex: False
215 *ReverseDuplex False/Desligado: ""
216 *ReverseDuplex True/Ativado: ""
217 *CloseUI: *ReverseDuplex
218 *OpenGroup: InstallableOptions/Módulos Opcionais
219 *OpenUI *OptionTray2/Bandeja 2 Disponível: Boolean
220 *OrderDependency: 10.0 AnySetup *OptionTray2
221 *DefaultOptionTray2: False
222 *OptionTray2 False/Não instalado: ""
223 *OptionTray2 True/Instalada: ""
224 *CloseUI: *OptionTray2
225 *CloseGroup: InstallableOptions
226 *DefaultFont: Courier
227 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
228 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
229 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
230 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
231 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
232 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
233 *Font Bookman-Light: Standard "(1.05)" Standard ROM
234 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
235 *Font Courier: Standard "(1.05)" Standard ROM
236 *Font Courier-Bold: Standard "(1.05)" Standard ROM
237 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica: Standard "(1.05)" Standard ROM
240 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
241 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
242 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
243 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
244 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
245 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
246 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
247 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
248 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
249 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
250 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
251 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
252 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
253 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
254 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
255 *Font Symbol: Special "(001.005)" Special ROM
256 *Font Times-Bold: Standard "(1.05)" Standard ROM
257 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
258 *Font Times-Italic: Standard "(1.05)" Standard ROM
259 *Font Times-Roman: Standard "(1.05)" Standard ROM
260 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
261 *Font ZapfDingbats: Special "(001.005)" Special ROM
262 *% End of clp610.ppd, 14566 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for CLX-216X with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: English
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "clx216x.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung CLX-216X"
13 *ShortNickName: "Samsung CLX-216X"
14 *NickName: "Samsung CLX-216X, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: True
21 *DefaultColorSpace: RGB
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL PacketSize: "512"
31 *QPDL ManualDuplex: "On"
32 *QPDL QPDLVersion: "2"
33 *General DocHeaderValues: "<0><0><1>"
34 *General CMSFile: "CLX-216x"
35 *cupsVersion: 1.3
36 *cupsModelNumber: 0
37 *cupsManualCopies: False
38 *cupsFilter: "application/vnd.cups-postscript 0 pstoqpdl"
39 *OpenUI *PageSize/Media Size: PickOne
40 *OrderDependency: 10 AnySetup *PageSize
41 *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"
64 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
65 *CloseUI: *PageSize
66 *OpenUI *PageRegion/Media Size: PickOne
67 *OrderDependency: 10 AnySetup *PageRegion
68 *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"
91 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
92 *CloseUI: *PageRegion
93 *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"
117 *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
142 *OpenUI *InputSlot/Media Source: PickOne
143 *OrderDependency: 10.0 AnySetup *InputSlot
144 *DefaultInputSlot: Auto
145 *InputSlot Auto/Automatic Selection: "<</MediaPosition 1>>setpagedevice"
146 *InputSlot Manual/Manual Feed: "<</MediaPosition 2>>setpagedevice"
147 *CloseUI: *InputSlot
148 *OpenUI *MediaType/Paper Type: PickOne
149 *OrderDependency: 10.0 AnySetup *MediaType
150 *DefaultMediaType: OFF
151 *MediaType OFF/Use Printer Default: ""
152 *MediaType NORMAL/Plain Paper: ""
153 *MediaType THICK/Thick Paper: ""
154 *MediaType THIN/Thin Paper: ""
155 *MediaType BOND/Bond: ""
156 *MediaType OHP/Transparency: ""
157 *MediaType CARD/Card Stock: ""
158 *MediaType LABEL/Label: ""
159 *MediaType USED/Preprinted: ""
160 *MediaType COLOR/Colored Paper: ""
161 *MediaType ENV/Envelope: ""
162 *MediaType COTTON/Cotton: ""
163 *MediaType RECYCLED/Recycled: ""
164 *MediaType ARCHIVE/Archive: ""
165 *CloseUI: *MediaType
166 *OpenUI *Altitude/Air pressure: PickOne
167 *OrderDependency: 10.0 AnySetup *Altitude
168 *DefaultAltitude: LOW
169 *Altitude LOW/Low: ""
170 *Altitude HIGH/High: ""
171 *CloseUI: *Altitude
172 *OpenUI *PowerSave/Power Save: PickOne
173 *OrderDependency: 10.0 AnySetup *PowerSave
174 *DefaultPowerSave: 5
175 *PowerSave False/Off: ""
176 *PowerSave 5/5 Minutes: ""
177 *PowerSave 10/10 Minutes: ""
178 *PowerSave 15/15 Minutes: ""
179 *PowerSave 30/30 Minutes: ""
180 *PowerSave 45/45 Minutes: ""
181 *PowerSave 60/1 Hour: ""
182 *CloseUI: *PowerSave
183 *OpenUI *Resolution: PickOne
184 *OrderDependency: 10.0 AnySetup *Resolution
185 *DefaultResolution: 600dpi
186 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
187 *Resolution 1200dpi/1200 DPI: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
188 *Resolution 1200x600dpi/1200x600 DPI: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
189 *CloseUI: *Resolution
190 *OpenUI *ColorModel/Color Mode: PickOne
191 *OrderDependency: 10.0 AnySetup *ColorModel
192 *DefaultColorModel: CMYK
193 *ColorModel Gray/Grayscale: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 19>>setpagedevice"
194 *ColorModel CMYK/Color: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 19>>setpagedevice"
195 *CloseUI: *ColorModel
196 *OpenUI *Duplex/2-Sided Printing: PickOne
197 *OrderDependency: 10.0 AnySetup *Duplex
198 *DefaultDuplex: None
199 *Duplex None/Off (1-Sided): "<</Duplex false>>setpagedevice"
200 *Duplex DuplexNoTumble/Long-Edge (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
201 *Duplex DuplexTumble/Short-Edge (Landscape): "<</Duplex true/Tumble true>>setpagedevice"
202 *CloseUI: *Duplex
203 *DefaultFont: Courier
204 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
205 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
206 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
207 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
208 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
209 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
210 *Font Bookman-Light: Standard "(1.05)" Standard ROM
211 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
212 *Font Courier: Standard "(1.05)" Standard ROM
213 *Font Courier-Bold: Standard "(1.05)" Standard ROM
214 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
215 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
216 *Font Helvetica: Standard "(1.05)" Standard ROM
217 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
218 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
219 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
220 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
221 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
222 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
223 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
224 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
225 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
226 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
227 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
228 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
229 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
230 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
231 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
232 *Font Symbol: Special "(001.005)" Special ROM
233 *Font Times-Bold: Standard "(1.05)" Standard ROM
234 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
235 *Font Times-Italic: Standard "(1.05)" Standard ROM
236 *Font Times-Roman: Standard "(1.05)" Standard ROM
237 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
238 *Font ZapfDingbats: Special "(001.005)" Special ROM
239 *% End of clx216x.ppd, 13258 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for CLX-216X with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: French
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "clx216x.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung CLX-216X"
13 *ShortNickName: "Samsung CLX-216X"
14 *NickName: "Samsung CLX-216X, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: True
21 *DefaultColorSpace: RGB
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL PacketSize: "512"
31 *QPDL ManualDuplex: "On"
32 *QPDL QPDLVersion: "2"
33 *General DocHeaderValues: "<0><0><1>"
34 *General CMSFile: "CLX-216x"
35 *cupsVersion: 1.3
36 *cupsModelNumber: 0
37 *cupsManualCopies: False
38 *cupsFilter: "application/vnd.cups-postscript 0 pstoqpdl"
39 *OpenUI *PageSize/Media Size: PickOne
40 *OrderDependency: 10 AnySetup *PageSize
41 *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/Enveloppe n°10 - 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/Enveloppe ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
55 *PageSize Postcard/Carte postale - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
56 *PageSize DoublePostcardRotated/Double carte postale (tournée) - 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/Enveloppe personnelle - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
63 *PageSize Env9/Enveloppe n°9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
64 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
65 *CloseUI: *PageSize
66 *OpenUI *PageRegion/Media Size: PickOne
67 *OrderDependency: 10 AnySetup *PageRegion
68 *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/Enveloppe n°10 - 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/Enveloppe ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
82 *PageRegion Postcard/Carte postale - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
83 *PageRegion DoublePostcardRotated/Double carte postale (tournée) - 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/Enveloppe personnelle - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
90 *PageRegion Env9/Enveloppe n°9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
91 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
92 *CloseUI: *PageRegion
93 *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/Enveloppe n°10 - 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/Enveloppe ISOB5 - 176x250mm: "10.75 15.00 488.25 694.00"
107 *ImageableArea Postcard/Carte postale - 100x148mm: "10.75 15.00 273.25 404.00"
108 *ImageableArea DoublePostcardRotated/Double carte postale (tournée) - 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/Enveloppe personnelle - 3.625x6.5in: "10.75 15.00 250.25 453.00"
115 *ImageableArea Env9/Enveloppe n°9 - 3.875x8.875in: "10.75 15.00 268.25 624.00"
116 *ImageableArea Oficio/Oficio - 216x340mm: "10.75 15.00 601.25 957.00"
117 *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/Enveloppe n°10 - 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/Enveloppe ISOB5 - 176x250mm: "499.00 709.00"
131 *PaperDimension Postcard/Carte postale - 100x148mm: "284.00 419.00"
132 *PaperDimension DoublePostcardRotated/Double carte postale (tournée) - 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/Enveloppe personnelle - 3.625x6.5in: "261.00 468.00"
139 *PaperDimension Env9/Enveloppe n°9 - 3.875x8.875in: "279.00 639.00"
140 *PaperDimension Oficio/Oficio - 216x340mm: "612.00 972.00"
141 *RequiresPageRegion All: True
142 *OpenUI *InputSlot/Media Source: PickOne
143 *OrderDependency: 10.0 AnySetup *InputSlot
144 *DefaultInputSlot: Auto
145 *InputSlot Auto/Sélection automatique: "<</MediaPosition 1>>setpagedevice"
146 *InputSlot Manual/Manuel: "<</MediaPosition 2>>setpagedevice"
147 *CloseUI: *InputSlot
148 *OpenUI *MediaType/Type de support: PickOne
149 *OrderDependency: 10.0 AnySetup *MediaType
150 *DefaultMediaType: OFF
151 *MediaType OFF/Utiliser la configuration imprimante: ""
152 *MediaType NORMAL/Papier ordinaire: ""
153 *MediaType THICK/Papier épais: ""
154 *MediaType THIN/Papier fin: ""
155 *MediaType BOND/Papier Bond: ""
156 *MediaType OHP/Transparent: ""
157 *MediaType CARD/Papier cartonné: ""
158 *MediaType LABEL/Étiquette: ""
159 *MediaType USED/Papier pré-imprimé: ""
160 *MediaType COLOR/Couleur: ""
161 *MediaType ENV/Enveloppe: ""
162 *MediaType COTTON/Coton: ""
163 *MediaType RECYCLED/Papier recyclé: ""
164 *MediaType ARCHIVE/Archive: ""
165 *CloseUI: *MediaType
166 *OpenUI *Altitude/Pression de l'air: PickOne
167 *OrderDependency: 10.0 AnySetup *Altitude
168 *DefaultAltitude: LOW
169 *Altitude LOW/Faible: ""
170 *Altitude HIGH/Forte: ""
171 *CloseUI: *Altitude
172 *OpenUI *PowerSave/Économie d'énergie: PickOne
173 *OrderDependency: 10.0 AnySetup *PowerSave
174 *DefaultPowerSave: 5
175 *PowerSave False/Désactivé: ""
176 *PowerSave 5/5 minutes: ""
177 *PowerSave 10/10 minutes: ""
178 *PowerSave 15/15 minutes: ""
179 *PowerSave 30/30 minutes: ""
180 *PowerSave 45/45 minutes: ""
181 *PowerSave 60/1 heure: ""
182 *CloseUI: *PowerSave
183 *OpenUI *Resolution: PickOne
184 *OrderDependency: 10.0 AnySetup *Resolution
185 *DefaultResolution: 600dpi
186 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
187 *Resolution 1200dpi/1200 PPP: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
188 *Resolution 1200x600dpi/1200x600 PPP: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
189 *CloseUI: *Resolution
190 *OpenUI *ColorModel/Mode couleur: PickOne
191 *OrderDependency: 10.0 AnySetup *ColorModel
192 *DefaultColorModel: CMYK
193 *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 19>>setpagedevice"
194 *ColorModel CMYK/Couleur: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 19>>setpagedevice"
195 *CloseUI: *ColorModel
196 *OpenUI *Duplex/Impression recto-verso: PickOne
197 *OrderDependency: 10.0 AnySetup *Duplex
198 *DefaultDuplex: None
199 *Duplex None/Simple (recto): "<</Duplex false>>setpagedevice"
200 *Duplex DuplexNoTumble/Côté long (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
201 *Duplex DuplexTumble/Côté court (Paysage): "<</Duplex true/Tumble true>>setpagedevice"
202 *CloseUI: *Duplex
203 *DefaultFont: Courier
204 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
205 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
206 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
207 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
208 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
209 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
210 *Font Bookman-Light: Standard "(1.05)" Standard ROM
211 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
212 *Font Courier: Standard "(1.05)" Standard ROM
213 *Font Courier-Bold: Standard "(1.05)" Standard ROM
214 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
215 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
216 *Font Helvetica: Standard "(1.05)" Standard ROM
217 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
218 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
219 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
220 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
221 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
222 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
223 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
224 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
225 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
226 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
227 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
228 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
229 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
230 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
231 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
232 *Font Symbol: Special "(001.005)" Special ROM
233 *Font Times-Bold: Standard "(1.05)" Standard ROM
234 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
235 *Font Times-Italic: Standard "(1.05)" Standard ROM
236 *Font Times-Roman: Standard "(1.05)" Standard ROM
237 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
238 *Font ZapfDingbats: Special "(001.005)" Special ROM
239 *% End of clx216x.ppd, 13462 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for CLX-216X with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: Portuguese_Brazil
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "clx216x.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung CLX-216X"
13 *ShortNickName: "Samsung CLX-216X"
14 *NickName: "Samsung CLX-216X, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: True
21 *DefaultColorSpace: RGB
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL PacketSize: "512"
31 *QPDL ManualDuplex: "On"
32 *QPDL QPDLVersion: "2"
33 *General DocHeaderValues: "<0><0><1>"
34 *General CMSFile: "CLX-216x"
35 *cupsVersion: 1.3
36 *cupsModelNumber: 0
37 *cupsManualCopies: False
38 *cupsFilter: "application/vnd.cups-postscript 0 pstoqpdl"
39 *OpenUI *PageSize/Media Size: PickOne
40 *OrderDependency: 10 AnySetup *PageSize
41 *DefaultPageSize: Letter
42 *PageSize Letter/Carta - 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/Executivo - 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/Envelope Número 10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
49 *PageSize Monarch/Monarca - 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/Envelope ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
55 *PageSize Postcard/Cartão Postal - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
56 *PageSize DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 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/Envelope Pessoal - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
63 *PageSize Env9/Envelope Número 9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
64 *PageSize Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
65 *CloseUI: *PageSize
66 *OpenUI *PageRegion/Media Size: PickOne
67 *OrderDependency: 10 AnySetup *PageRegion
68 *DefaultPageRegion: Letter
69 *PageRegion Letter/Carta - 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/Executivo - 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/Envelope Número 10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
76 *PageRegion Monarch/Monarca - 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/Envelope ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
82 *PageRegion Postcard/Cartão Postal - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
83 *PageRegion DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 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/Envelope Pessoal - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
90 *PageRegion Env9/Envelope Número 9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
91 *PageRegion Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
92 *CloseUI: *PageRegion
93 *DefaultImageableArea: Letter
94 *ImageableArea Letter/Carta - 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/Executivo - 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/Envelope Número 10 - 4.13x9.5in: "10.75 15.00 286.25 669.00"
101 *ImageableArea Monarch/Monarca - 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/Envelope ISOB5 - 176x250mm: "10.75 15.00 488.25 694.00"
107 *ImageableArea Postcard/Cartão Postal - 100x148mm: "10.75 15.00 273.25 404.00"
108 *ImageableArea DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 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/Envelope Pessoal - 3.625x6.5in: "10.75 15.00 250.25 453.00"
115 *ImageableArea Env9/Envelope Número 9 - 3.875x8.875in: "10.75 15.00 268.25 624.00"
116 *ImageableArea Oficio/Ofício - 216x340mm: "10.75 15.00 601.25 957.00"
117 *DefaultPaperDimension: Letter
118 *PaperDimension Letter/Carta - 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/Executivo - 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/Envelope Número 10 - 4.13x9.5in: "297.00 684.00"
125 *PaperDimension Monarch/Monarca - 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/Envelope ISOB5 - 176x250mm: "499.00 709.00"
131 *PaperDimension Postcard/Cartão Postal - 100x148mm: "284.00 419.00"
132 *PaperDimension DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 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/Envelope Pessoal - 3.625x6.5in: "261.00 468.00"
139 *PaperDimension Env9/Envelope Número 9 - 3.875x8.875in: "279.00 639.00"
140 *PaperDimension Oficio/Ofício - 216x340mm: "612.00 972.00"
141 *RequiresPageRegion All: True
142 *OpenUI *InputSlot/Media Source: PickOne
143 *OrderDependency: 10.0 AnySetup *InputSlot
144 *DefaultInputSlot: Auto
145 *InputSlot Auto/Seleção Automática: "<</MediaPosition 1>>setpagedevice"
146 *InputSlot Manual/Alimentação Manual: "<</MediaPosition 2>>setpagedevice"
147 *CloseUI: *InputSlot
148 *OpenUI *MediaType/Tipo de Papel: PickOne
149 *OrderDependency: 10.0 AnySetup *MediaType
150 *DefaultMediaType: OFF
151 *MediaType OFF/Usar a Definição da Impressora: ""
152 *MediaType NORMAL/Papel normal: ""
153 *MediaType THICK/Papel grosso: ""
154 *MediaType THIN/Papel Delgado (Fino): ""
155 *MediaType BOND/Papel Bond: ""
156 *MediaType OHP/Transparência: ""
157 *MediaType CARD/Cartolina: ""
158 *MediaType LABEL/Etiqueta: ""
159 *MediaType USED/Papel Pré-Impresso: ""
160 *MediaType COLOR/Cor: ""
161 *MediaType ENV/Envelope: ""
162 *MediaType COTTON/Algodão: ""
163 *MediaType RECYCLED/Papel Reciclado: ""
164 *MediaType ARCHIVE/Arquivamento: ""
165 *CloseUI: *MediaType
166 *OpenUI *Altitude/Pressão Atmosférica: PickOne
167 *OrderDependency: 10.0 AnySetup *Altitude
168 *DefaultAltitude: LOW
169 *Altitude LOW/Pressão Elevada (Baixa Altitude): ""
170 *Altitude HIGH/Pressão Reduzida (Grande Altitude): ""
171 *CloseUI: *Altitude
172 *OpenUI *PowerSave/Economia de Energia: PickOne
173 *OrderDependency: 10.0 AnySetup *PowerSave
174 *DefaultPowerSave: 5
175 *PowerSave False/Desligado: ""
176 *PowerSave 5/5 Minutos: ""
177 *PowerSave 10/10 Minutos: ""
178 *PowerSave 15/15 Minutos: ""
179 *PowerSave 30/30 Minutos: ""
180 *PowerSave 45/45 Minutos: ""
181 *PowerSave 60/1 Hora: ""
182 *CloseUI: *PowerSave
183 *OpenUI *Resolution: PickOne
184 *OrderDependency: 10.0 AnySetup *Resolution
185 *DefaultResolution: 600dpi
186 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
187 *Resolution 1200dpi/1200 PPP: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
188 *Resolution 1200x600dpi/1200x600 PPP: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
189 *CloseUI: *Resolution
190 *OpenUI *ColorModel/Modo Cor: PickOne
191 *OrderDependency: 10.0 AnySetup *ColorModel
192 *DefaultColorModel: CMYK
193 *ColorModel Gray/Tons de Cinza: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 19>>setpagedevice"
194 *ColorModel CMYK/Inativo: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 19>>setpagedevice"
195 *CloseUI: *ColorModel
196 *OpenUI *Duplex/Impressão em Frente e Verso: PickOne
197 *OrderDependency: 10.0 AnySetup *Duplex
198 *DefaultDuplex: None
199 *Duplex None/Frente (Simples): "<</Duplex false>>setpagedevice"
200 *Duplex DuplexNoTumble/Borda Longa (Retrato): "<</Duplex true/Tumble false>>setpagedevice"
201 *Duplex DuplexTumble/Borda Curta (Paisagem): "<</Duplex true/Tumble true>>setpagedevice"
202 *CloseUI: *Duplex
203 *DefaultFont: Courier
204 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
205 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
206 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
207 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
208 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
209 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
210 *Font Bookman-Light: Standard "(1.05)" Standard ROM
211 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
212 *Font Courier: Standard "(1.05)" Standard ROM
213 *Font Courier-Bold: Standard "(1.05)" Standard ROM
214 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
215 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
216 *Font Helvetica: Standard "(1.05)" Standard ROM
217 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
218 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
219 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
220 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
221 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
222 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
223 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
224 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
225 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
226 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
227 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
228 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
229 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
230 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
231 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
232 *Font Symbol: Special "(001.005)" Special ROM
233 *Font Times-Bold: Standard "(1.05)" Standard ROM
234 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
235 *Font Times-Italic: Standard "(1.05)" Standard ROM
236 *Font Times-Roman: Standard "(1.05)" Standard ROM
237 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
238 *Font ZapfDingbats: Special "(001.005)" Special ROM
239 *% End of clx216x.ppd, 13563 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for CLX-2170 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: English
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "clx2170.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung CLX-2170"
13 *ShortNickName: "Samsung CLX-2170"
14 *NickName: "Samsung CLX-2170, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: True
21 *DefaultColorSpace: RGB
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL PacketSize: "512"
31 *QPDL ManualDuplex: "On"
32 *QPDL QPDLVersion: "2"
33 *General DocHeaderValues: "<0><0><1>"
34 *General CMSFile: "CLX-2170"
35 *cupsVersion: 1.3
36 *cupsModelNumber: 0
37 *cupsManualCopies: False
38 *cupsFilter: "application/vnd.cups-postscript 0 pstoqpdl"
39 *OpenUI *PageSize/Media Size: PickOne
40 *OrderDependency: 10 AnySetup *PageSize
41 *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"
64 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
65 *CloseUI: *PageSize
66 *OpenUI *PageRegion/Media Size: PickOne
67 *OrderDependency: 10 AnySetup *PageRegion
68 *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"
91 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
92 *CloseUI: *PageRegion
93 *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"
117 *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
142 *OpenUI *InputSlot/Media Source: PickOne
143 *OrderDependency: 10.0 AnySetup *InputSlot
144 *DefaultInputSlot: Auto
145 *InputSlot Auto/Automatic Selection: "<</MediaPosition 1>>setpagedevice"
146 *InputSlot Manual/Manual Feed: "<</MediaPosition 2>>setpagedevice"
147 *CloseUI: *InputSlot
148 *OpenUI *MediaType/Paper Type: PickOne
149 *OrderDependency: 10.0 AnySetup *MediaType
150 *DefaultMediaType: OFF
151 *MediaType OFF/Use Printer Default: ""
152 *MediaType NORMAL/Plain Paper: ""
153 *MediaType THICK/Thick Paper: ""
154 *MediaType THIN/Thin Paper: ""
155 *MediaType BOND/Bond: ""
156 *MediaType OHP/Transparency: ""
157 *MediaType CARD/Card Stock: ""
158 *MediaType LABEL/Label: ""
159 *MediaType USED/Preprinted: ""
160 *MediaType COLOR/Colored Paper: ""
161 *MediaType ENV/Envelope: ""
162 *MediaType COTTON/Cotton: ""
163 *MediaType RECYCLED/Recycled: ""
164 *MediaType ARCHIVE/Archive: ""
165 *CloseUI: *MediaType
166 *OpenUI *Altitude/Air pressure: PickOne
167 *OrderDependency: 10.0 AnySetup *Altitude
168 *DefaultAltitude: LOW
169 *Altitude LOW/Low: ""
170 *Altitude HIGH/High: ""
171 *CloseUI: *Altitude
172 *OpenUI *PowerSave/Power Save: PickOne
173 *OrderDependency: 10.0 AnySetup *PowerSave
174 *DefaultPowerSave: 5
175 *PowerSave False/Off: ""
176 *PowerSave 5/5 Minutes: ""
177 *PowerSave 10/10 Minutes: ""
178 *PowerSave 15/15 Minutes: ""
179 *PowerSave 30/30 Minutes: ""
180 *PowerSave 45/45 Minutes: ""
181 *PowerSave 60/1 Hour: ""
182 *CloseUI: *PowerSave
183 *OpenUI *Resolution: PickOne
184 *OrderDependency: 10.0 AnySetup *Resolution
185 *DefaultResolution: 600dpi
186 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
187 *CloseUI: *Resolution
188 *OpenUI *ColorModel/Color Mode: PickOne
189 *OrderDependency: 10.0 AnySetup *ColorModel
190 *DefaultColorModel: CMYK
191 *ColorModel Gray/Grayscale: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 19>>setpagedevice"
192 *ColorModel CMYK/Color: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 19>>setpagedevice"
193 *CloseUI: *ColorModel
194 *OpenUI *Duplex/2-Sided Printing: PickOne
195 *OrderDependency: 10.0 AnySetup *Duplex
196 *DefaultDuplex: None
197 *Duplex None/Off (1-Sided): "<</Duplex false>>setpagedevice"
198 *Duplex DuplexNoTumble/Long-Edge (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
199 *Duplex DuplexTumble/Short-Edge (Landscape): "<</Duplex true/Tumble true>>setpagedevice"
200 *CloseUI: *Duplex
201 *DefaultFont: Courier
202 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
203 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
204 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
205 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
206 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
207 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
208 *Font Bookman-Light: Standard "(1.05)" Standard ROM
209 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
210 *Font Courier: Standard "(1.05)" Standard ROM
211 *Font Courier-Bold: Standard "(1.05)" Standard ROM
212 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
213 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
214 *Font Helvetica: Standard "(1.05)" Standard ROM
215 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
216 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
217 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
218 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
219 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
220 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
221 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
222 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
223 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
224 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
225 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
226 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
227 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
228 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
229 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
230 *Font Symbol: Special "(001.005)" Special ROM
231 *Font Times-Bold: Standard "(1.05)" Standard ROM
232 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
233 *Font Times-Italic: Standard "(1.05)" Standard ROM
234 *Font Times-Roman: Standard "(1.05)" Standard ROM
235 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
236 *Font ZapfDingbats: Special "(001.005)" Special ROM
237 *% End of clx2170.ppd, 12979 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for CLX-2170 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: French
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "clx2170.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung CLX-2170"
13 *ShortNickName: "Samsung CLX-2170"
14 *NickName: "Samsung CLX-2170, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: True
21 *DefaultColorSpace: RGB
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL PacketSize: "512"
31 *QPDL ManualDuplex: "On"
32 *QPDL QPDLVersion: "2"
33 *General DocHeaderValues: "<0><0><1>"
34 *General CMSFile: "CLX-2170"
35 *cupsVersion: 1.3
36 *cupsModelNumber: 0
37 *cupsManualCopies: False
38 *cupsFilter: "application/vnd.cups-postscript 0 pstoqpdl"
39 *OpenUI *PageSize/Media Size: PickOne
40 *OrderDependency: 10 AnySetup *PageSize
41 *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/Enveloppe n°10 - 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/Enveloppe ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
55 *PageSize Postcard/Carte postale - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
56 *PageSize DoublePostcardRotated/Double carte postale (tournée) - 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/Enveloppe personnelle - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
63 *PageSize Env9/Enveloppe n°9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
64 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
65 *CloseUI: *PageSize
66 *OpenUI *PageRegion/Media Size: PickOne
67 *OrderDependency: 10 AnySetup *PageRegion
68 *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/Enveloppe n°10 - 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/Enveloppe ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
82 *PageRegion Postcard/Carte postale - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
83 *PageRegion DoublePostcardRotated/Double carte postale (tournée) - 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/Enveloppe personnelle - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
90 *PageRegion Env9/Enveloppe n°9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
91 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
92 *CloseUI: *PageRegion
93 *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/Enveloppe n°10 - 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/Enveloppe ISOB5 - 176x250mm: "10.75 15.00 488.25 694.00"
107 *ImageableArea Postcard/Carte postale - 100x148mm: "10.75 15.00 273.25 404.00"
108 *ImageableArea DoublePostcardRotated/Double carte postale (tournée) - 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/Enveloppe personnelle - 3.625x6.5in: "10.75 15.00 250.25 453.00"
115 *ImageableArea Env9/Enveloppe n°9 - 3.875x8.875in: "10.75 15.00 268.25 624.00"
116 *ImageableArea Oficio/Oficio - 216x340mm: "10.75 15.00 601.25 957.00"
117 *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/Enveloppe n°10 - 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/Enveloppe ISOB5 - 176x250mm: "499.00 709.00"
131 *PaperDimension Postcard/Carte postale - 100x148mm: "284.00 419.00"
132 *PaperDimension DoublePostcardRotated/Double carte postale (tournée) - 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/Enveloppe personnelle - 3.625x6.5in: "261.00 468.00"
139 *PaperDimension Env9/Enveloppe n°9 - 3.875x8.875in: "279.00 639.00"
140 *PaperDimension Oficio/Oficio - 216x340mm: "612.00 972.00"
141 *RequiresPageRegion All: True
142 *OpenUI *InputSlot/Media Source: PickOne
143 *OrderDependency: 10.0 AnySetup *InputSlot
144 *DefaultInputSlot: Auto
145 *InputSlot Auto/Sélection automatique: "<</MediaPosition 1>>setpagedevice"
146 *InputSlot Manual/Manuel: "<</MediaPosition 2>>setpagedevice"
147 *CloseUI: *InputSlot
148 *OpenUI *MediaType/Type de support: PickOne
149 *OrderDependency: 10.0 AnySetup *MediaType
150 *DefaultMediaType: OFF
151 *MediaType OFF/Utiliser la configuration imprimante: ""
152 *MediaType NORMAL/Papier ordinaire: ""
153 *MediaType THICK/Papier épais: ""
154 *MediaType THIN/Papier fin: ""
155 *MediaType BOND/Papier Bond: ""
156 *MediaType OHP/Transparent: ""
157 *MediaType CARD/Papier cartonné: ""
158 *MediaType LABEL/Étiquette: ""
159 *MediaType USED/Papier pré-imprimé: ""
160 *MediaType COLOR/Couleur: ""
161 *MediaType ENV/Enveloppe: ""
162 *MediaType COTTON/Coton: ""
163 *MediaType RECYCLED/Papier recyclé: ""
164 *MediaType ARCHIVE/Archive: ""
165 *CloseUI: *MediaType
166 *OpenUI *Altitude/Pression de l'air: PickOne
167 *OrderDependency: 10.0 AnySetup *Altitude
168 *DefaultAltitude: LOW
169 *Altitude LOW/Faible: ""
170 *Altitude HIGH/Forte: ""
171 *CloseUI: *Altitude
172 *OpenUI *PowerSave/Économie d'énergie: PickOne
173 *OrderDependency: 10.0 AnySetup *PowerSave
174 *DefaultPowerSave: 5
175 *PowerSave False/Désactivé: ""
176 *PowerSave 5/5 minutes: ""
177 *PowerSave 10/10 minutes: ""
178 *PowerSave 15/15 minutes: ""
179 *PowerSave 30/30 minutes: ""
180 *PowerSave 45/45 minutes: ""
181 *PowerSave 60/1 heure: ""
182 *CloseUI: *PowerSave
183 *OpenUI *Resolution: PickOne
184 *OrderDependency: 10.0 AnySetup *Resolution
185 *DefaultResolution: 600dpi
186 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
187 *CloseUI: *Resolution
188 *OpenUI *ColorModel/Mode couleur: PickOne
189 *OrderDependency: 10.0 AnySetup *ColorModel
190 *DefaultColorModel: CMYK
191 *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 19>>setpagedevice"
192 *ColorModel CMYK/Couleur: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 19>>setpagedevice"
193 *CloseUI: *ColorModel
194 *OpenUI *Duplex/Impression recto-verso: PickOne
195 *OrderDependency: 10.0 AnySetup *Duplex
196 *DefaultDuplex: None
197 *Duplex None/Simple (recto): "<</Duplex false>>setpagedevice"
198 *Duplex DuplexNoTumble/Côté long (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
199 *Duplex DuplexTumble/Côté court (Paysage): "<</Duplex true/Tumble true>>setpagedevice"
200 *CloseUI: *Duplex
201 *DefaultFont: Courier
202 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
203 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
204 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
205 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
206 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
207 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
208 *Font Bookman-Light: Standard "(1.05)" Standard ROM
209 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
210 *Font Courier: Standard "(1.05)" Standard ROM
211 *Font Courier-Bold: Standard "(1.05)" Standard ROM
212 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
213 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
214 *Font Helvetica: Standard "(1.05)" Standard ROM
215 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
216 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
217 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
218 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
219 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
220 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
221 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
222 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
223 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
224 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
225 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
226 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
227 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
228 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
229 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
230 *Font Symbol: Special "(001.005)" Special ROM
231 *Font Times-Bold: Standard "(1.05)" Standard ROM
232 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
233 *Font Times-Italic: Standard "(1.05)" Standard ROM
234 *Font Times-Roman: Standard "(1.05)" Standard ROM
235 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
236 *Font ZapfDingbats: Special "(001.005)" Special ROM
237 *% End of clx2170.ppd, 13183 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for CLX-2170 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: Portuguese_Brazil
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "clx2170.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung CLX-2170"
13 *ShortNickName: "Samsung CLX-2170"
14 *NickName: "Samsung CLX-2170, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: True
21 *DefaultColorSpace: RGB
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL PacketSize: "512"
31 *QPDL ManualDuplex: "On"
32 *QPDL QPDLVersion: "2"
33 *General DocHeaderValues: "<0><0><1>"
34 *General CMSFile: "CLX-2170"
35 *cupsVersion: 1.3
36 *cupsModelNumber: 0
37 *cupsManualCopies: False
38 *cupsFilter: "application/vnd.cups-postscript 0 pstoqpdl"
39 *OpenUI *PageSize/Media Size: PickOne
40 *OrderDependency: 10 AnySetup *PageSize
41 *DefaultPageSize: Letter
42 *PageSize Letter/Carta - 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/Executivo - 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/Envelope Número 10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
49 *PageSize Monarch/Monarca - 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/Envelope ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
55 *PageSize Postcard/Cartão Postal - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
56 *PageSize DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 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/Envelope Pessoal - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
63 *PageSize Env9/Envelope Número 9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
64 *PageSize Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
65 *CloseUI: *PageSize
66 *OpenUI *PageRegion/Media Size: PickOne
67 *OrderDependency: 10 AnySetup *PageRegion
68 *DefaultPageRegion: Letter
69 *PageRegion Letter/Carta - 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/Executivo - 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/Envelope Número 10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
76 *PageRegion Monarch/Monarca - 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/Envelope ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
82 *PageRegion Postcard/Cartão Postal - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
83 *PageRegion DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 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/Envelope Pessoal - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
90 *PageRegion Env9/Envelope Número 9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
91 *PageRegion Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
92 *CloseUI: *PageRegion
93 *DefaultImageableArea: Letter
94 *ImageableArea Letter/Carta - 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/Executivo - 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/Envelope Número 10 - 4.13x9.5in: "10.75 15.00 286.25 669.00"
101 *ImageableArea Monarch/Monarca - 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/Envelope ISOB5 - 176x250mm: "10.75 15.00 488.25 694.00"
107 *ImageableArea Postcard/Cartão Postal - 100x148mm: "10.75 15.00 273.25 404.00"
108 *ImageableArea DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 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/Envelope Pessoal - 3.625x6.5in: "10.75 15.00 250.25 453.00"
115 *ImageableArea Env9/Envelope Número 9 - 3.875x8.875in: "10.75 15.00 268.25 624.00"
116 *ImageableArea Oficio/Ofício - 216x340mm: "10.75 15.00 601.25 957.00"
117 *DefaultPaperDimension: Letter
118 *PaperDimension Letter/Carta - 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/Executivo - 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/Envelope Número 10 - 4.13x9.5in: "297.00 684.00"
125 *PaperDimension Monarch/Monarca - 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/Envelope ISOB5 - 176x250mm: "499.00 709.00"
131 *PaperDimension Postcard/Cartão Postal - 100x148mm: "284.00 419.00"
132 *PaperDimension DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 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/Envelope Pessoal - 3.625x6.5in: "261.00 468.00"
139 *PaperDimension Env9/Envelope Número 9 - 3.875x8.875in: "279.00 639.00"
140 *PaperDimension Oficio/Ofício - 216x340mm: "612.00 972.00"
141 *RequiresPageRegion All: True
142 *OpenUI *InputSlot/Media Source: PickOne
143 *OrderDependency: 10.0 AnySetup *InputSlot
144 *DefaultInputSlot: Auto
145 *InputSlot Auto/Seleção Automática: "<</MediaPosition 1>>setpagedevice"
146 *InputSlot Manual/Alimentação Manual: "<</MediaPosition 2>>setpagedevice"
147 *CloseUI: *InputSlot
148 *OpenUI *MediaType/Tipo de Papel: PickOne
149 *OrderDependency: 10.0 AnySetup *MediaType
150 *DefaultMediaType: OFF
151 *MediaType OFF/Usar a Definição da Impressora: ""
152 *MediaType NORMAL/Papel normal: ""
153 *MediaType THICK/Papel grosso: ""
154 *MediaType THIN/Papel Delgado (Fino): ""
155 *MediaType BOND/Papel Bond: ""
156 *MediaType OHP/Transparência: ""
157 *MediaType CARD/Cartolina: ""
158 *MediaType LABEL/Etiqueta: ""
159 *MediaType USED/Papel Pré-Impresso: ""
160 *MediaType COLOR/Cor: ""
161 *MediaType ENV/Envelope: ""
162 *MediaType COTTON/Algodão: ""
163 *MediaType RECYCLED/Papel Reciclado: ""
164 *MediaType ARCHIVE/Arquivamento: ""
165 *CloseUI: *MediaType
166 *OpenUI *Altitude/Pressão Atmosférica: PickOne
167 *OrderDependency: 10.0 AnySetup *Altitude
168 *DefaultAltitude: LOW
169 *Altitude LOW/Pressão Elevada (Baixa Altitude): ""
170 *Altitude HIGH/Pressão Reduzida (Grande Altitude): ""
171 *CloseUI: *Altitude
172 *OpenUI *PowerSave/Economia de Energia: PickOne
173 *OrderDependency: 10.0 AnySetup *PowerSave
174 *DefaultPowerSave: 5
175 *PowerSave False/Desligado: ""
176 *PowerSave 5/5 Minutos: ""
177 *PowerSave 10/10 Minutos: ""
178 *PowerSave 15/15 Minutos: ""
179 *PowerSave 30/30 Minutos: ""
180 *PowerSave 45/45 Minutos: ""
181 *PowerSave 60/1 Hora: ""
182 *CloseUI: *PowerSave
183 *OpenUI *Resolution: PickOne
184 *OrderDependency: 10.0 AnySetup *Resolution
185 *DefaultResolution: 600dpi
186 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
187 *CloseUI: *Resolution
188 *OpenUI *ColorModel/Modo Cor: PickOne
189 *OrderDependency: 10.0 AnySetup *ColorModel
190 *DefaultColorModel: CMYK
191 *ColorModel Gray/Tons de Cinza: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 19>>setpagedevice"
192 *ColorModel CMYK/Inativo: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 19>>setpagedevice"
193 *CloseUI: *ColorModel
194 *OpenUI *Duplex/Impressão em Frente e Verso: PickOne
195 *OrderDependency: 10.0 AnySetup *Duplex
196 *DefaultDuplex: None
197 *Duplex None/Frente (Simples): "<</Duplex false>>setpagedevice"
198 *Duplex DuplexNoTumble/Borda Longa (Retrato): "<</Duplex true/Tumble false>>setpagedevice"
199 *Duplex DuplexTumble/Borda Curta (Paisagem): "<</Duplex true/Tumble true>>setpagedevice"
200 *CloseUI: *Duplex
201 *DefaultFont: Courier
202 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
203 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
204 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
205 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
206 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
207 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
208 *Font Bookman-Light: Standard "(1.05)" Standard ROM
209 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
210 *Font Courier: Standard "(1.05)" Standard ROM
211 *Font Courier-Bold: Standard "(1.05)" Standard ROM
212 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
213 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
214 *Font Helvetica: Standard "(1.05)" Standard ROM
215 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
216 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
217 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
218 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
219 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
220 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
221 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
222 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
223 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
224 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
225 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
226 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
227 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
228 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
229 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
230 *Font Symbol: Special "(001.005)" Special ROM
231 *Font Times-Bold: Standard "(1.05)" Standard ROM
232 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
233 *Font Times-Italic: Standard "(1.05)" Standard ROM
234 *Font Times-Roman: Standard "(1.05)" Standard ROM
235 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
236 *Font ZapfDingbats: Special "(001.005)" Special ROM
237 *% End of clx2170.ppd, 13284 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for CLX-3160 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: English
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "clx3160.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung CLX-3160"
13 *ShortNickName: "Samsung CLX-3160"
14 *NickName: "Samsung CLX-3160, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: True
21 *DefaultColorSpace: RGB
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL PacketSize: "512"
31 *QPDL ManualDuplex: "On"
32 *QPDL QPDLVersion: "2"
33 *General DocHeaderValues: "<0><0><1>"
34 *General CMSFile: "CLX-3160"
35 *cupsVersion: 1.3
36 *cupsModelNumber: 0
37 *cupsManualCopies: False
38 *cupsFilter: "application/vnd.cups-postscript 0 pstoqpdl"
39 *OpenUI *PageSize/Media Size: PickOne
40 *OrderDependency: 10 AnySetup *PageSize
41 *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"
64 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
65 *CloseUI: *PageSize
66 *OpenUI *PageRegion/Media Size: PickOne
67 *OrderDependency: 10 AnySetup *PageRegion
68 *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"
91 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
92 *CloseUI: *PageRegion
93 *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"
117 *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
142 *OpenUI *InputSlot/Media Source: PickOne
143 *OrderDependency: 10.0 AnySetup *InputSlot
144 *DefaultInputSlot: Auto
145 *InputSlot Auto/Automatic Selection: "<</MediaPosition 1>>setpagedevice"
146 *InputSlot Manual/Manual Feed: "<</MediaPosition 2>>setpagedevice"
147 *CloseUI: *InputSlot
148 *OpenUI *MediaType/Paper Type: PickOne
149 *OrderDependency: 10.0 AnySetup *MediaType
150 *DefaultMediaType: OFF
151 *MediaType OFF/Use Printer Default: ""
152 *MediaType NORMAL/Plain Paper: ""
153 *MediaType THICK/Thick Paper: ""
154 *MediaType THIN/Thin Paper: ""
155 *MediaType BOND/Bond: ""
156 *MediaType OHP/Transparency: ""
157 *MediaType CARD/Card Stock: ""
158 *MediaType LABEL/Label: ""
159 *MediaType USED/Preprinted: ""
160 *MediaType COLOR/Colored Paper: ""
161 *MediaType ENV/Envelope: ""
162 *MediaType COTTON/Cotton: ""
163 *MediaType RECYCLED/Recycled: ""
164 *MediaType ARCHIVE/Archive: ""
165 *CloseUI: *MediaType
166 *OpenUI *Altitude/Air pressure: PickOne
167 *OrderDependency: 10.0 AnySetup *Altitude
168 *DefaultAltitude: LOW
169 *Altitude LOW/Low: ""
170 *Altitude HIGH/High: ""
171 *CloseUI: *Altitude
172 *OpenUI *PowerSave/Power Save: PickOne
173 *OrderDependency: 10.0 AnySetup *PowerSave
174 *DefaultPowerSave: 5
175 *PowerSave False/Off: ""
176 *PowerSave 5/5 Minutes: ""
177 *PowerSave 10/10 Minutes: ""
178 *PowerSave 15/15 Minutes: ""
179 *PowerSave 30/30 Minutes: ""
180 *PowerSave 45/45 Minutes: ""
181 *PowerSave 60/1 Hour: ""
182 *CloseUI: *PowerSave
183 *OpenUI *Resolution: PickOne
184 *OrderDependency: 10.0 AnySetup *Resolution
185 *DefaultResolution: 600dpi
186 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
187 *Resolution 1200dpi/1200 DPI: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
188 *Resolution 1200x600dpi/1200x600 DPI: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
189 *CloseUI: *Resolution
190 *OpenUI *ColorModel/Color Mode: PickOne
191 *OrderDependency: 10.0 AnySetup *ColorModel
192 *DefaultColorModel: CMYK
193 *ColorModel Gray/Grayscale: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 19>>setpagedevice"
194 *ColorModel CMYK/Color: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 19>>setpagedevice"
195 *CloseUI: *ColorModel
196 *OpenUI *Duplex/2-Sided Printing: PickOne
197 *OrderDependency: 10.0 AnySetup *Duplex
198 *DefaultDuplex: None
199 *Duplex None/Off (1-Sided): "<</Duplex false>>setpagedevice"
200 *Duplex DuplexNoTumble/Long-Edge (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
201 *Duplex DuplexTumble/Short-Edge (Landscape): "<</Duplex true/Tumble true>>setpagedevice"
202 *CloseUI: *Duplex
203 *DefaultFont: Courier
204 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
205 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
206 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
207 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
208 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
209 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
210 *Font Bookman-Light: Standard "(1.05)" Standard ROM
211 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
212 *Font Courier: Standard "(1.05)" Standard ROM
213 *Font Courier-Bold: Standard "(1.05)" Standard ROM
214 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
215 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
216 *Font Helvetica: Standard "(1.05)" Standard ROM
217 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
218 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
219 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
220 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
221 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
222 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
223 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
224 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
225 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
226 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
227 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
228 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
229 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
230 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
231 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
232 *Font Symbol: Special "(001.005)" Special ROM
233 *Font Times-Bold: Standard "(1.05)" Standard ROM
234 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
235 *Font Times-Italic: Standard "(1.05)" Standard ROM
236 *Font Times-Roman: Standard "(1.05)" Standard ROM
237 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
238 *Font ZapfDingbats: Special "(001.005)" Special ROM
239 *% End of clx3160.ppd, 13258 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for CLX-3160 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: French
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "clx3160.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung CLX-3160"
13 *ShortNickName: "Samsung CLX-3160"
14 *NickName: "Samsung CLX-3160, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: True
21 *DefaultColorSpace: RGB
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL PacketSize: "512"
31 *QPDL ManualDuplex: "On"
32 *QPDL QPDLVersion: "2"
33 *General DocHeaderValues: "<0><0><1>"
34 *General CMSFile: "CLX-3160"
35 *cupsVersion: 1.3
36 *cupsModelNumber: 0
37 *cupsManualCopies: False
38 *cupsFilter: "application/vnd.cups-postscript 0 pstoqpdl"
39 *OpenUI *PageSize/Media Size: PickOne
40 *OrderDependency: 10 AnySetup *PageSize
41 *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/Enveloppe n°10 - 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/Enveloppe ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
55 *PageSize Postcard/Carte postale - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
56 *PageSize DoublePostcardRotated/Double carte postale (tournée) - 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/Enveloppe personnelle - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
63 *PageSize Env9/Enveloppe n°9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
64 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
65 *CloseUI: *PageSize
66 *OpenUI *PageRegion/Media Size: PickOne
67 *OrderDependency: 10 AnySetup *PageRegion
68 *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/Enveloppe n°10 - 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/Enveloppe ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
82 *PageRegion Postcard/Carte postale - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
83 *PageRegion DoublePostcardRotated/Double carte postale (tournée) - 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/Enveloppe personnelle - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
90 *PageRegion Env9/Enveloppe n°9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
91 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
92 *CloseUI: *PageRegion
93 *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/Enveloppe n°10 - 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/Enveloppe ISOB5 - 176x250mm: "10.75 15.00 488.25 694.00"
107 *ImageableArea Postcard/Carte postale - 100x148mm: "10.75 15.00 273.25 404.00"
108 *ImageableArea DoublePostcardRotated/Double carte postale (tournée) - 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/Enveloppe personnelle - 3.625x6.5in: "10.75 15.00 250.25 453.00"
115 *ImageableArea Env9/Enveloppe n°9 - 3.875x8.875in: "10.75 15.00 268.25 624.00"
116 *ImageableArea Oficio/Oficio - 216x340mm: "10.75 15.00 601.25 957.00"
117 *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/Enveloppe n°10 - 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/Enveloppe ISOB5 - 176x250mm: "499.00 709.00"
131 *PaperDimension Postcard/Carte postale - 100x148mm: "284.00 419.00"
132 *PaperDimension DoublePostcardRotated/Double carte postale (tournée) - 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/Enveloppe personnelle - 3.625x6.5in: "261.00 468.00"
139 *PaperDimension Env9/Enveloppe n°9 - 3.875x8.875in: "279.00 639.00"
140 *PaperDimension Oficio/Oficio - 216x340mm: "612.00 972.00"
141 *RequiresPageRegion All: True
142 *OpenUI *InputSlot/Media Source: PickOne
143 *OrderDependency: 10.0 AnySetup *InputSlot
144 *DefaultInputSlot: Auto
145 *InputSlot Auto/Sélection automatique: "<</MediaPosition 1>>setpagedevice"
146 *InputSlot Manual/Manuel: "<</MediaPosition 2>>setpagedevice"
147 *CloseUI: *InputSlot
148 *OpenUI *MediaType/Type de support: PickOne
149 *OrderDependency: 10.0 AnySetup *MediaType
150 *DefaultMediaType: OFF
151 *MediaType OFF/Utiliser la configuration imprimante: ""
152 *MediaType NORMAL/Papier ordinaire: ""
153 *MediaType THICK/Papier épais: ""
154 *MediaType THIN/Papier fin: ""
155 *MediaType BOND/Papier Bond: ""
156 *MediaType OHP/Transparent: ""
157 *MediaType CARD/Papier cartonné: ""
158 *MediaType LABEL/Étiquette: ""
159 *MediaType USED/Papier pré-imprimé: ""
160 *MediaType COLOR/Couleur: ""
161 *MediaType ENV/Enveloppe: ""
162 *MediaType COTTON/Coton: ""
163 *MediaType RECYCLED/Papier recyclé: ""
164 *MediaType ARCHIVE/Archive: ""
165 *CloseUI: *MediaType
166 *OpenUI *Altitude/Pression de l'air: PickOne
167 *OrderDependency: 10.0 AnySetup *Altitude
168 *DefaultAltitude: LOW
169 *Altitude LOW/Faible: ""
170 *Altitude HIGH/Forte: ""
171 *CloseUI: *Altitude
172 *OpenUI *PowerSave/Économie d'énergie: PickOne
173 *OrderDependency: 10.0 AnySetup *PowerSave
174 *DefaultPowerSave: 5
175 *PowerSave False/Désactivé: ""
176 *PowerSave 5/5 minutes: ""
177 *PowerSave 10/10 minutes: ""
178 *PowerSave 15/15 minutes: ""
179 *PowerSave 30/30 minutes: ""
180 *PowerSave 45/45 minutes: ""
181 *PowerSave 60/1 heure: ""
182 *CloseUI: *PowerSave
183 *OpenUI *Resolution: PickOne
184 *OrderDependency: 10.0 AnySetup *Resolution
185 *DefaultResolution: 600dpi
186 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
187 *Resolution 1200dpi/1200 PPP: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
188 *Resolution 1200x600dpi/1200x600 PPP: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
189 *CloseUI: *Resolution
190 *OpenUI *ColorModel/Mode couleur: PickOne
191 *OrderDependency: 10.0 AnySetup *ColorModel
192 *DefaultColorModel: CMYK
193 *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 19>>setpagedevice"
194 *ColorModel CMYK/Couleur: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 19>>setpagedevice"
195 *CloseUI: *ColorModel
196 *OpenUI *Duplex/Impression recto-verso: PickOne
197 *OrderDependency: 10.0 AnySetup *Duplex
198 *DefaultDuplex: None
199 *Duplex None/Simple (recto): "<</Duplex false>>setpagedevice"
200 *Duplex DuplexNoTumble/Côté long (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
201 *Duplex DuplexTumble/Côté court (Paysage): "<</Duplex true/Tumble true>>setpagedevice"
202 *CloseUI: *Duplex
203 *DefaultFont: Courier
204 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
205 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
206 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
207 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
208 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
209 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
210 *Font Bookman-Light: Standard "(1.05)" Standard ROM
211 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
212 *Font Courier: Standard "(1.05)" Standard ROM
213 *Font Courier-Bold: Standard "(1.05)" Standard ROM
214 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
215 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
216 *Font Helvetica: Standard "(1.05)" Standard ROM
217 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
218 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
219 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
220 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
221 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
222 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
223 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
224 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
225 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
226 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
227 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
228 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
229 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
230 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
231 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
232 *Font Symbol: Special "(001.005)" Special ROM
233 *Font Times-Bold: Standard "(1.05)" Standard ROM
234 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
235 *Font Times-Italic: Standard "(1.05)" Standard ROM
236 *Font Times-Roman: Standard "(1.05)" Standard ROM
237 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
238 *Font ZapfDingbats: Special "(001.005)" Special ROM
239 *% End of clx3160.ppd, 13462 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for CLX-3160 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: Portuguese_Brazil
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "clx3160.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung CLX-3160"
13 *ShortNickName: "Samsung CLX-3160"
14 *NickName: "Samsung CLX-3160, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: True
21 *DefaultColorSpace: RGB
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL PacketSize: "512"
31 *QPDL ManualDuplex: "On"
32 *QPDL QPDLVersion: "2"
33 *General DocHeaderValues: "<0><0><1>"
34 *General CMSFile: "CLX-3160"
35 *cupsVersion: 1.3
36 *cupsModelNumber: 0
37 *cupsManualCopies: False
38 *cupsFilter: "application/vnd.cups-postscript 0 pstoqpdl"
39 *OpenUI *PageSize/Media Size: PickOne
40 *OrderDependency: 10 AnySetup *PageSize
41 *DefaultPageSize: Letter
42 *PageSize Letter/Carta - 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/Executivo - 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/Envelope Número 10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
49 *PageSize Monarch/Monarca - 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/Envelope ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
55 *PageSize Postcard/Cartão Postal - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
56 *PageSize DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 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/Envelope Pessoal - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
63 *PageSize Env9/Envelope Número 9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
64 *PageSize Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
65 *CloseUI: *PageSize
66 *OpenUI *PageRegion/Media Size: PickOne
67 *OrderDependency: 10 AnySetup *PageRegion
68 *DefaultPageRegion: Letter
69 *PageRegion Letter/Carta - 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/Executivo - 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/Envelope Número 10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
76 *PageRegion Monarch/Monarca - 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/Envelope ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
82 *PageRegion Postcard/Cartão Postal - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
83 *PageRegion DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 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/Envelope Pessoal - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
90 *PageRegion Env9/Envelope Número 9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
91 *PageRegion Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
92 *CloseUI: *PageRegion
93 *DefaultImageableArea: Letter
94 *ImageableArea Letter/Carta - 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/Executivo - 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/Envelope Número 10 - 4.13x9.5in: "10.75 15.00 286.25 669.00"
101 *ImageableArea Monarch/Monarca - 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/Envelope ISOB5 - 176x250mm: "10.75 15.00 488.25 694.00"
107 *ImageableArea Postcard/Cartão Postal - 100x148mm: "10.75 15.00 273.25 404.00"
108 *ImageableArea DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 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/Envelope Pessoal - 3.625x6.5in: "10.75 15.00 250.25 453.00"
115 *ImageableArea Env9/Envelope Número 9 - 3.875x8.875in: "10.75 15.00 268.25 624.00"
116 *ImageableArea Oficio/Ofício - 216x340mm: "10.75 15.00 601.25 957.00"
117 *DefaultPaperDimension: Letter
118 *PaperDimension Letter/Carta - 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/Executivo - 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/Envelope Número 10 - 4.13x9.5in: "297.00 684.00"
125 *PaperDimension Monarch/Monarca - 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/Envelope ISOB5 - 176x250mm: "499.00 709.00"
131 *PaperDimension Postcard/Cartão Postal - 100x148mm: "284.00 419.00"
132 *PaperDimension DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 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/Envelope Pessoal - 3.625x6.5in: "261.00 468.00"
139 *PaperDimension Env9/Envelope Número 9 - 3.875x8.875in: "279.00 639.00"
140 *PaperDimension Oficio/Ofício - 216x340mm: "612.00 972.00"
141 *RequiresPageRegion All: True
142 *OpenUI *InputSlot/Media Source: PickOne
143 *OrderDependency: 10.0 AnySetup *InputSlot
144 *DefaultInputSlot: Auto
145 *InputSlot Auto/Seleção Automática: "<</MediaPosition 1>>setpagedevice"
146 *InputSlot Manual/Alimentação Manual: "<</MediaPosition 2>>setpagedevice"
147 *CloseUI: *InputSlot
148 *OpenUI *MediaType/Tipo de Papel: PickOne
149 *OrderDependency: 10.0 AnySetup *MediaType
150 *DefaultMediaType: OFF
151 *MediaType OFF/Usar a Definição da Impressora: ""
152 *MediaType NORMAL/Papel normal: ""
153 *MediaType THICK/Papel grosso: ""
154 *MediaType THIN/Papel Delgado (Fino): ""
155 *MediaType BOND/Papel Bond: ""
156 *MediaType OHP/Transparência: ""
157 *MediaType CARD/Cartolina: ""
158 *MediaType LABEL/Etiqueta: ""
159 *MediaType USED/Papel Pré-Impresso: ""
160 *MediaType COLOR/Cor: ""
161 *MediaType ENV/Envelope: ""
162 *MediaType COTTON/Algodão: ""
163 *MediaType RECYCLED/Papel Reciclado: ""
164 *MediaType ARCHIVE/Arquivamento: ""
165 *CloseUI: *MediaType
166 *OpenUI *Altitude/Pressão Atmosférica: PickOne
167 *OrderDependency: 10.0 AnySetup *Altitude
168 *DefaultAltitude: LOW
169 *Altitude LOW/Pressão Elevada (Baixa Altitude): ""
170 *Altitude HIGH/Pressão Reduzida (Grande Altitude): ""
171 *CloseUI: *Altitude
172 *OpenUI *PowerSave/Economia de Energia: PickOne
173 *OrderDependency: 10.0 AnySetup *PowerSave
174 *DefaultPowerSave: 5
175 *PowerSave False/Desligado: ""
176 *PowerSave 5/5 Minutos: ""
177 *PowerSave 10/10 Minutos: ""
178 *PowerSave 15/15 Minutos: ""
179 *PowerSave 30/30 Minutos: ""
180 *PowerSave 45/45 Minutos: ""
181 *PowerSave 60/1 Hora: ""
182 *CloseUI: *PowerSave
183 *OpenUI *Resolution: PickOne
184 *OrderDependency: 10.0 AnySetup *Resolution
185 *DefaultResolution: 600dpi
186 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
187 *Resolution 1200dpi/1200 PPP: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
188 *Resolution 1200x600dpi/1200x600 PPP: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
189 *CloseUI: *Resolution
190 *OpenUI *ColorModel/Modo Cor: PickOne
191 *OrderDependency: 10.0 AnySetup *ColorModel
192 *DefaultColorModel: CMYK
193 *ColorModel Gray/Tons de Cinza: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 19>>setpagedevice"
194 *ColorModel CMYK/Inativo: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 19>>setpagedevice"
195 *CloseUI: *ColorModel
196 *OpenUI *Duplex/Impressão em Frente e Verso: PickOne
197 *OrderDependency: 10.0 AnySetup *Duplex
198 *DefaultDuplex: None
199 *Duplex None/Frente (Simples): "<</Duplex false>>setpagedevice"
200 *Duplex DuplexNoTumble/Borda Longa (Retrato): "<</Duplex true/Tumble false>>setpagedevice"
201 *Duplex DuplexTumble/Borda Curta (Paisagem): "<</Duplex true/Tumble true>>setpagedevice"
202 *CloseUI: *Duplex
203 *DefaultFont: Courier
204 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
205 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
206 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
207 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
208 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
209 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
210 *Font Bookman-Light: Standard "(1.05)" Standard ROM
211 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
212 *Font Courier: Standard "(1.05)" Standard ROM
213 *Font Courier-Bold: Standard "(1.05)" Standard ROM
214 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
215 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
216 *Font Helvetica: Standard "(1.05)" Standard ROM
217 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
218 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
219 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
220 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
221 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
222 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
223 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
224 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
225 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
226 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
227 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
228 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
229 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
230 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
231 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
232 *Font Symbol: Special "(001.005)" Special ROM
233 *Font Times-Bold: Standard "(1.05)" Standard ROM
234 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
235 *Font Times-Italic: Standard "(1.05)" Standard ROM
236 *Font Times-Roman: Standard "(1.05)" Standard ROM
237 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
238 *Font ZapfDingbats: Special "(001.005)" Special ROM
239 *% End of clx3160.ppd, 13563 bytes.
0 /*
1 * color-v1.defs (C) 2007, Aurélien Croc (AP²C)
2 *
3 * Color printers v. 1
4 *
5 * $Id: color-v1.defs 105 2007-11-16 02:20:18Z ap2c $
6 */
7 #import "color.defs"
8
9 // Color definition
10 ColorDevice true
11 ColorModel Gray/Grayscale k chunky 17
12 *ColorModel CMYK/Color cmyk banded 17
13
14 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 enc=utf8: */
15
0 /*
1 * color-v2.defs (C) 2007, Aurélien Croc (AP²C)
2 *
3 * Color printers v. 2
4 *
5 * $Id: color-v2.defs 105 2007-11-16 02:20:18Z ap2c $
6 */
7 #import "color.defs"
8
9 // Color definition
10 ColorDevice true
11 ColorModel Gray/Grayscale k chunky 19
12 *ColorModel CMYK/Color cmyk banded 19
13
14 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 enc=utf8: */
15
0 /*
1 * color.defs (C) 2007, Aurélien Croc (AP²C)
2 *
3 * Color printers [---INCLUDED BY COLOR-V1.DEFS OR COLOR-V2.DEFS---]
4 *
5 * $Id: color.defs 180 2008-02-09 03:59:11Z ap2c $
6 */
7
8 // Supported resolutions
9 *Resolution - 1 0 0 0 "600dpi/600 DPI"
10
11 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 enc=utf8: */
12
0 #!/bin/sh
1 #
2 # compile.sh (C) 2007, Aurélien Croc (AP²C)
3 #
4 # Generate the DRV file to compile it by ppdc.
5 # This script adds a new command "#import "file"" in the DRV file which imports
6 # the content of the file where the command is located. To finish, it calls
7 # ppdc to compile the file and generate the PPD drivers.
8 #
9 # $Id: compile.sh 105 2007-11-16 02:20:18Z ap2c $
10 #
11
12 #
13 # Function parseFile
14 #
15 parseFile() {
16 while read LINE; do
17 if [ -n "`echo "$LINE" | grep '^[ \t]*#import[ \t]*"[a-zA-Z0-9\.\-]*"'`" ]; then
18 FILE=`echo "$LINE" | sed -re 's/[ \t]*#import[ \t]"([a-zA-Z0-9\.\-]*)"/\1/'`
19 parseFile $FILE $2
20 else
21 echo "$LINE" >> $2
22 fi;
23 done < $1
24 }
25
26
27 #
28 # Main script
29 #
30 if [ $2 == "debug" ]; then
31 TMPFILE="output.drv"
32 DRIVER=$1
33 shift 1
34
35 echo "" > $TMPFILE
36 parseFile $DRIVER $TMPFILE
37
38
39 elif [ $2 == "lang" ]; then
40 if [ -z $TMP ]; then
41 TMP="/tmp"
42 fi;
43 TMPFILE=`mktemp $TMP/driver.drv.XXXXXXXX` || exit 1
44 DRIVER=$1
45
46 echo "" > $TMPFILE
47 parseFile $DRIVER $TMPFILE
48
49 ppdpo -o $3 $TMPFILE
50 unlink $TMPFILE
51
52
53 else
54 if [ -z $TMP ]; then
55 TMP="/tmp"
56 fi;
57 TMPFILE=`mktemp $TMP/driver.drv.XXXXXXXX` || exit 1
58 DRIVER=$1
59 shift 1
60
61 echo "" > $TMPFILE
62 parseFile $DRIVER $TMPFILE
63
64 ppdc $@ $TMPFILE
65 unlink $TMPFILE
66 fi;
67
68
69 # vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 enc=utf8:
0 /*
1 * dell.drv (C) 2007, Aurélien Croc (AP²C)
2 *
3 * Contains the Dell printers drivers
4 *
5 * $Id: dell.drv 240 2008-11-24 00:10:09Z ap2c $
6 */
7
8 Manufacturer "Dell"
9
10 #import "version.defs"
11 #import "spl2.defs"
12 #import "filter.defs"
13 #import "altitude.defs"
14
15 //
16 // Specific black & white printer definition
17 //
18 {
19 #import "monochrome-v1.defs"
20 #import "powersave.defs"
21 #import "tonerdensity.defs"
22 #import "tonersave.defs"
23 #import "jamrecovery.defs"
24 #import "manualduplex.defs"
25
26 // QPDL Version 1
27 {
28 Attribute QPDL QPDLVersion "1"
29 Attribute General DocHeaderValues "<0><0><0>"
30
31 {
32 Resolution k 1 0 0 0 "300dpi/300 DPI"
33 {
34 ModelName "1100"
35 PCFileName "1100.ppd"
36 } {
37 ModelName "1110"
38 PCFileName "1110.ppd"
39 }
40 }
41 }
42 }
43
44 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 enc=utf8: */
45
0 /*
1 * filter.defs (C) 2007, Aurélien Croc (AP²C)
2 *
3 *
4 *
5 * $Id: filter.defs 222 2008-06-14 23:05:02Z ap2c $
6 */
7
8 Filter application/vnd.cups-raster 0 rastertoqpdl
9 /* Filter application/vnd.cups-postscript 50 pstoqpdl */
10
11 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 enc=utf8: */
12
0 /*
1 * filterColor.defs (C) 2007, Aurélien Croc (AP²C)
2 *
3 *
4 *
5 * $Id: filterColor.defs 212 2008-06-14 18:45:01Z ap2c $
6 */
7
8 Filter application/vnd.cups-postscript 0 pstoqpdl
9
10 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 enc=utf8: */
11
0 /*
1 * jamrecovery.defs (C) 2007, Aurélien Croc (AP²C)
2 *
3 * Jam recovery
4 *
5 * $Id: jamrecovery.defs 105 2007-11-16 02:20:18Z ap2c $
6 */
7
8 Option "JamRecovery/Reprint When Jam" Boolean AnySetup 10
9 *Choice "False/Off" ""
10 Choice "True/On" ""
11
12 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 enc=utf8: */
13
0 /*
1 * manualduplex.defs (C) 2007, Aurélien Croc (AP²C)
2 *
3 * Manual duplex
4 *
5 * $Id: manualduplex.defs 183 2008-02-09 15:24:43Z ap2c $
6 */
7
8 Duplex normal
9 Attribute QPDL ManualDuplex "On"
10
11 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 enc=utf8: */
12
00 *PPD-Adobe: "4.3"
11 *% PPD file for ML-1510 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
2 *% Created by the CUPS PPD Compiler v1.2.3.
33 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
4 *FileVersion: "SpliX V. 2.0.0"
55 *LanguageVersion: English
66 *LanguageEncoding: ISOLatin1
77 *PCFileName: "ml1510.ppd"
88 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
910 *Product: "(GNU Ghostscript)"
1011 *Manufacturer: "Samsung"
1112 *ModelName: "Samsung ML-1510"
1213 *ShortNickName: "Samsung ML-1510"
13 *NickName: "Samsung ML-1510, 1.0"
14 *NickName: "Samsung ML-1510, SpliX V. 2.0.0"
1415 *PSVersion: "(3010.000) 705"
1516 *PSVersion: "(3010.000) 707"
1617 *PSVersion: "(3010.000) 815"
18 *PSVersion: "(3010.000) 853"
1719 *LanguageLevel: "3"
1820 *ColorDevice: False
1921 *DefaultColorSpace: Gray
2224 *LandscapeOrientation: Plus90
2325 *TTRasterizer: Type42
2426 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "0"
28 *General docHeaderValues: "<0><0><0>"
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
2930 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
31 *General DocHeaderValues: "<0><0><0>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
3335 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *OpenUI *PageSize: PickOne
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
3638 *OrderDependency: 10 AnySetup *PageSize
3739 *DefaultPageSize: Letter
3840 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
4850 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
4951 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
5052 *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"
5155 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
5256 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
53 *PageSize EnvISOB6/ISOB6 Envelope - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
57 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
5458 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
5559 *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"
62 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
5663 *CloseUI: *PageSize
57 *OpenUI *PageRegion: PickOne
64 *OpenUI *PageRegion/Media Size: PickOne
5865 *OrderDependency: 10 AnySetup *PageRegion
5966 *DefaultPageRegion: Letter
6067 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
7077 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
7178 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
7279 *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"
7382 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
7483 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
75 *PageRegion EnvISOB6/ISOB6 Envelope - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
84 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
7685 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
7786 *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"
89 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
7890 *CloseUI: *PageRegion
7991 *DefaultImageableArea: Letter
80 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
81 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
82 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
83 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
84 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
85 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
86 *ImageableArea Env10/#10 Envelope - 4.13x9.5in: "11.52 15.59 285.48 668.41"
87 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
88 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
89 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
90 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
91 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
92 *ImageableArea EnvISOB5/ISOB5 Envelope - 176x250mm: "11.52 15.59 487.48 693.41"
93 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
94 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
95 *ImageableArea EnvISOB6/ISOB6 Envelope - 176x125mm: "11.52 15.59 487.48 338.41"
96 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
97 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
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"
98115 *DefaultPaperDimension: Letter
99116 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
100117 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
109126 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
110127 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
111128 *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"
112131 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
113132 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
114 *PaperDimension EnvISOB6/ISOB6 Envelope - 176x125mm: "499.00 354.00"
133 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
115134 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
116135 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
117 *MaxMediaWidth: "0.00"
118 *MaxMediaHeight: "0.00"
119 *HWMargins: 11.52 15.59 11.52 15.59
120 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
121 *ParamCustomPageSize Width: 1 points 0.00 0.00
122 *ParamCustomPageSize Height: 2 points 0.00 0.00
123 *ParamCustomPageSize WidthOffset: 3 points 0 0
124 *ParamCustomPageSize HeightOffset: 4 points 0 0
125 *ParamCustomPageSize Orientation: 5 int 0 0
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"
126139 *RequiresPageRegion All: True
127 *OpenUI *InputSlot: PickOne
140 *OpenUI *InputSlot/Media Source: PickOne
128141 *OrderDependency: 10.0 AnySetup *InputSlot
129142 *DefaultInputSlot: Auto
130143 *InputSlot Auto/Automatic Selection: "<</MediaPosition 1>>setpagedevice"
144157 *MediaType USED/Preprinted: ""
145158 *MediaType COLOR/Colored Paper: ""
146159 *MediaType ENV/Envelope: ""
160 *MediaType COTTON/Cotton: ""
161 *MediaType RECYCLED/Recycled: ""
162 *MediaType ARCHIVE/Archive: ""
147163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Air pressure: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Low: ""
168 *Altitude HIGH/High: ""
169 *CloseUI: *Altitude
148170 *OpenUI *PowerSave/Power Save: PickOne
149171 *OrderDependency: 10.0 AnySetup *PowerSave
150172 *DefaultPowerSave: 5
187209 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
188210 *Resolution 300dpi/300 DPI: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
189211 *CloseUI: *Resolution
212 *OpenUI *Duplex/2-Sided Printing: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Off (1-Sided): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Long-Edge (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Short-Edge (Landscape): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
190219 *DefaultFont: Courier
191220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
192221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
223252 *Font Times-Roman: Standard "(1.05)" Standard ROM
224253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
225254 *Font ZapfDingbats: Special "(001.005)" Special ROM
226 *% End of ml1510.ppd, 11545 bytes.
255 *% End of ml1510.ppd, 13614 bytes.
+0
-227
ppd/ml1510de.ppd less more
0 *PPD-Adobe: "4.3"
1 *% PPD file for ML-1510 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
3 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
5 *LanguageVersion: German
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ml1510.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GNU Ghostscript)"
10 *Manufacturer: "Samsung"
11 *ModelName: "Samsung ML-1510"
12 *ShortNickName: "Samsung ML-1510"
13 *NickName: "Samsung ML-1510, 1.0"
14 *PSVersion: "(3010.000) 705"
15 *PSVersion: "(3010.000) 707"
16 *PSVersion: "(3010.000) 815"
17 *LanguageLevel: "3"
18 *ColorDevice: False
19 *DefaultColorSpace: Gray
20 *FileSystem: False
21 *Throughput: "1"
22 *LandscapeOrientation: Plus90
23 *TTRasterizer: Type42
24 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "0"
28 *General docHeaderValues: "<0><0><0>"
29 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
33 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *OpenUI *PageSize: PickOne
36 *OrderDependency: 10 AnySetup *PageSize
37 *DefaultPageSize: Letter
38 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
39 *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
40 *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
41 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
42 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
43 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
44 *PageSize Env10/Umschlag #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
45 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
46 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
47 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
48 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
49 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
50 *PageSize EnvISOB5/Umschlag ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
51 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
52 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
53 *PageSize EnvISOB6/Umschlag ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
54 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
55 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
56 *CloseUI: *PageSize
57 *OpenUI *PageRegion: PickOne
58 *OrderDependency: 10 AnySetup *PageRegion
59 *DefaultPageRegion: Letter
60 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
61 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
62 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
63 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
64 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
65 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
66 *PageRegion Env10/Umschlag #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
67 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
68 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
69 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
70 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
71 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
72 *PageRegion EnvISOB5/Umschlag ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
73 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
74 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
75 *PageRegion EnvISOB6/Umschlag ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
76 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
77 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
78 *CloseUI: *PageRegion
79 *DefaultImageableArea: Letter
80 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
81 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
82 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
83 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
84 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
85 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
86 *ImageableArea Env10/Umschlag #10 - 4.13x9.5in: "11.52 15.59 285.48 668.41"
87 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
88 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
89 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
90 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
91 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
92 *ImageableArea EnvISOB5/Umschlag ISOB5 - 176x250mm: "11.52 15.59 487.48 693.41"
93 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
94 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
95 *ImageableArea EnvISOB6/Umschlag ISOB6 - 176x125mm: "11.52 15.59 487.48 338.41"
96 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
97 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
98 *DefaultPaperDimension: Letter
99 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
100 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
101 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
102 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
103 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
104 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
105 *PaperDimension Env10/Umschlag #10 - 4.13x9.5in: "297.00 684.00"
106 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
107 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
108 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
109 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
110 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
111 *PaperDimension EnvISOB5/Umschlag ISOB5 - 176x250mm: "499.00 709.00"
112 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
113 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
114 *PaperDimension EnvISOB6/Umschlag ISOB6 - 176x125mm: "499.00 354.00"
115 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
116 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
117 *MaxMediaWidth: "0.00"
118 *MaxMediaHeight: "0.00"
119 *HWMargins: 11.52 15.59 11.52 15.59
120 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
121 *ParamCustomPageSize Width: 1 points 0.00 0.00
122 *ParamCustomPageSize Height: 2 points 0.00 0.00
123 *ParamCustomPageSize WidthOffset: 3 points 0 0
124 *ParamCustomPageSize HeightOffset: 4 points 0 0
125 *ParamCustomPageSize Orientation: 5 int 0 0
126 *RequiresPageRegion All: True
127 *OpenUI *InputSlot: PickOne
128 *OrderDependency: 10.0 AnySetup *InputSlot
129 *DefaultInputSlot: Auto
130 *InputSlot Auto/Automatische Auswahl: "<</MediaPosition 1>>setpagedevice"
131 *InputSlot Manual/Manueller Einzug: "<</MediaPosition 2>>setpagedevice"
132 *CloseUI: *InputSlot
133 *OpenUI *MediaType/Papiertyp: PickOne
134 *OrderDependency: 10.0 AnySetup *MediaType
135 *DefaultMediaType: OFF
136 *MediaType OFF/Grundeinstellungen des Druckers: ""
137 *MediaType NORMAL/Normalpapier: ""
138 *MediaType THICK/Dickes Papier: ""
139 *MediaType THIN/Dünnes Papier: ""
140 *MediaType BOND/Kartoniertes Papier: ""
141 *MediaType OHP/Transparenz: ""
142 *MediaType CARD/Visitenkarten: ""
143 *MediaType LABEL/Etiketten: ""
144 *MediaType USED/Vorgedrucktes Papier: ""
145 *MediaType COLOR/Farbiges Papier: ""
146 *MediaType ENV/Umschlag/Couvert: ""
147 *CloseUI: *MediaType
148 *OpenUI *PowerSave/Energiesparmodus: PickOne
149 *OrderDependency: 10.0 AnySetup *PowerSave
150 *DefaultPowerSave: 5
151 *PowerSave False/Aus: ""
152 *PowerSave 5/5 Minuten: ""
153 *PowerSave 10/10 Minuten: ""
154 *PowerSave 15/15 Minuten: ""
155 *PowerSave 30/30 Minuten: ""
156 *PowerSave 45/45 Minuten: ""
157 *PowerSave 60/1 Stunde: ""
158 *CloseUI: *PowerSave
159 *OpenUI *TonerDensity/Tonerdichte: PickOne
160 *OrderDependency: 10.0 AnySetup *TonerDensity
161 *DefaultTonerDensity: 3
162 *TonerDensity 1/Hell: ""
163 *TonerDensity 3/Normal: ""
164 *TonerDensity 5/Dunkel: ""
165 *CloseUI: *TonerDensity
166 *OpenUI *EconoMode/Toner Sparmodus: PickOne
167 *OrderDependency: 10.0 AnySetup *EconoMode
168 *DefaultEconoMode: 0
169 *EconoMode 0/Grundeinstellungen des Druckers: ""
170 *EconoMode ON/Sparen: ""
171 *EconoMode OFF/Standard: ""
172 *CloseUI: *EconoMode
173 *OpenUI *JamRecovery/Druck nach Papierstau fortsetzen: Boolean
174 *OrderDependency: 10.0 AnySetup *JamRecovery
175 *DefaultJamRecovery: False
176 *JamRecovery False/Aus: ""
177 *JamRecovery True/Ein: ""
178 *CloseUI: *JamRecovery
179 *OpenUI *ColorModel/Farbe modus: PickOne
180 *OrderDependency: 10.0 AnySetup *ColorModel
181 *DefaultColorModel: Gray
182 *ColorModel Gray/Abgestuftes von grauen: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
183 *CloseUI: *ColorModel
184 *OpenUI *Resolution: PickOne
185 *OrderDependency: 10.0 AnySetup *Resolution
186 *DefaultResolution: 600dpi
187 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
188 *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
189 *CloseUI: *Resolution
190 *DefaultFont: Courier
191 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
192 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
193 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
194 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
195 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
196 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
197 *Font Bookman-Light: Standard "(1.05)" Standard ROM
198 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
199 *Font Courier: Standard "(1.05)" Standard ROM
200 *Font Courier-Bold: Standard "(1.05)" Standard ROM
201 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
202 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
203 *Font Helvetica: Standard "(1.05)" Standard ROM
204 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
205 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
206 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
207 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
208 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
209 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
210 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
211 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
212 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
213 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
214 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
215 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
216 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
217 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
218 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
219 *Font Symbol: Special "(001.005)" Special ROM
220 *Font Times-Bold: Standard "(1.05)" Standard ROM
221 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
222 *Font Times-Italic: Standard "(1.05)" Standard ROM
223 *Font Times-Roman: Standard "(1.05)" Standard ROM
224 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
225 *Font ZapfDingbats: Special "(001.005)" Special ROM
226 *% End of ml1510.ppd, 11666 bytes.
00 *PPD-Adobe: "4.3"
11 *% PPD file for ML-1510 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
2 *% Created by the CUPS PPD Compiler v1.2.3.
33 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
4 *FileVersion: "SpliX V. 2.0.0"
55 *LanguageVersion: French
66 *LanguageEncoding: ISOLatin1
77 *PCFileName: "ml1510.ppd"
88 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
910 *Product: "(GNU Ghostscript)"
1011 *Manufacturer: "Samsung"
1112 *ModelName: "Samsung ML-1510"
1213 *ShortNickName: "Samsung ML-1510"
13 *NickName: "Samsung ML-1510, 1.0"
14 *NickName: "Samsung ML-1510, SpliX V. 2.0.0"
1415 *PSVersion: "(3010.000) 705"
1516 *PSVersion: "(3010.000) 707"
1617 *PSVersion: "(3010.000) 815"
18 *PSVersion: "(3010.000) 853"
1719 *LanguageLevel: "3"
1820 *ColorDevice: False
1921 *DefaultColorSpace: Gray
2224 *LandscapeOrientation: Plus90
2325 *TTRasterizer: Type42
2426 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "0"
28 *General docHeaderValues: "<0><0><0>"
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
2930 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
31 *General DocHeaderValues: "<0><0><0>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
3335 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *OpenUI *PageSize: PickOne
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
3638 *OrderDependency: 10 AnySetup *PageSize
3739 *DefaultPageSize: Letter
3840 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
4143 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
4244 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
4345 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
44 *PageSize Env10/Enveloppe #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
46 *PageSize Env10/Enveloppe n°10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
4547 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
4648 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
4749 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
4850 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
4951 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
5052 *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"
5155 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
5256 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
53 *PageSize EnvISOB6/Enveloppe ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
57 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
5458 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
5559 *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"
62 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
5663 *CloseUI: *PageSize
57 *OpenUI *PageRegion: PickOne
64 *OpenUI *PageRegion/Media Size: PickOne
5865 *OrderDependency: 10 AnySetup *PageRegion
5966 *DefaultPageRegion: Letter
6067 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
6370 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
6471 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
6572 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
66 *PageRegion Env10/Enveloppe #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
73 *PageRegion Env10/Enveloppe n°10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
6774 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
6875 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
6976 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
7077 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
7178 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
7279 *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"
7382 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
7483 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
75 *PageRegion EnvISOB6/Enveloppe ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
84 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
7685 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
7786 *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"
89 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
7890 *CloseUI: *PageRegion
7991 *DefaultImageableArea: Letter
80 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
81 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
82 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
83 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
84 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
85 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
86 *ImageableArea Env10/Enveloppe #10 - 4.13x9.5in: "11.52 15.59 285.48 668.41"
87 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
88 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
89 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
90 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
91 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
92 *ImageableArea EnvISOB5/Enveloppe ISOB5 - 176x250mm: "11.52 15.59 487.48 693.41"
93 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
94 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
95 *ImageableArea EnvISOB6/Enveloppe ISOB6 - 176x125mm: "11.52 15.59 487.48 338.41"
96 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
97 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
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"
98115 *DefaultPaperDimension: Letter
99116 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
100117 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
102119 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
103120 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
104121 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
105 *PaperDimension Env10/Enveloppe #10 - 4.13x9.5in: "297.00 684.00"
122 *PaperDimension Env10/Enveloppe n°10 - 4.13x9.5in: "297.00 684.00"
106123 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
107124 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
108125 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
109126 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
110127 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
111128 *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"
112131 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
113132 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
114 *PaperDimension EnvISOB6/Enveloppe ISOB6 - 176x125mm: "499.00 354.00"
133 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
115134 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
116135 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
117 *MaxMediaWidth: "0.00"
118 *MaxMediaHeight: "0.00"
119 *HWMargins: 11.52 15.59 11.52 15.59
120 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
121 *ParamCustomPageSize Width: 1 points 0.00 0.00
122 *ParamCustomPageSize Height: 2 points 0.00 0.00
123 *ParamCustomPageSize WidthOffset: 3 points 0 0
124 *ParamCustomPageSize HeightOffset: 4 points 0 0
125 *ParamCustomPageSize Orientation: 5 int 0 0
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"
126139 *RequiresPageRegion All: True
127 *OpenUI *InputSlot: PickOne
140 *OpenUI *InputSlot/Media Source: PickOne
128141 *OrderDependency: 10.0 AnySetup *InputSlot
129142 *DefaultInputSlot: Auto
130143 *InputSlot Auto/Sélection automatique: "<</MediaPosition 1>>setpagedevice"
131 *InputSlot Manual/Chargement manuel: "<</MediaPosition 2>>setpagedevice"
144 *InputSlot Manual/Manuel: "<</MediaPosition 2>>setpagedevice"
132145 *CloseUI: *InputSlot
133 *OpenUI *MediaType/Type de papier: PickOne
146 *OpenUI *MediaType/Type de support: PickOne
134147 *OrderDependency: 10.0 AnySetup *MediaType
135148 *DefaultMediaType: OFF
136149 *MediaType OFF/Utiliser la configuration imprimante: ""
137150 *MediaType NORMAL/Papier ordinaire: ""
138151 *MediaType THICK/Papier épais: ""
139152 *MediaType THIN/Papier fin: ""
140 *MediaType BOND/Papier cartonné: ""
153 *MediaType BOND/Papier Bond: ""
141154 *MediaType OHP/Transparent: ""
142 *MediaType CARD/Carte de visite: ""
155 *MediaType CARD/Papier cartonné: ""
143156 *MediaType LABEL/Étiquette: ""
144 *MediaType USED/Papier Pré-imprimé: ""
145 *MediaType COLOR/Papier coloré: ""
157 *MediaType USED/Papier pré-imprimé: ""
158 *MediaType COLOR/Couleur: ""
146159 *MediaType ENV/Enveloppe: ""
160 *MediaType COTTON/Coton: ""
161 *MediaType RECYCLED/Papier recyclé: ""
162 *MediaType ARCHIVE/Archive: ""
147163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Pression de l'air: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Faible: ""
168 *Altitude HIGH/Forte: ""
169 *CloseUI: *Altitude
148170 *OpenUI *PowerSave/Économie d'énergie: PickOne
149171 *OrderDependency: 10.0 AnySetup *PowerSave
150172 *DefaultPowerSave: 5
174196 *OrderDependency: 10.0 AnySetup *JamRecovery
175197 *DefaultJamRecovery: False
176198 *JamRecovery False/Désactivé: ""
177 *JamRecovery True/Activé: ""
199 *JamRecovery True/Oui: ""
178200 *CloseUI: *JamRecovery
179 *OpenUI *ColorModel/Mode de couleur: PickOne
201 *OpenUI *ColorModel/Mode couleur: PickOne
180202 *OrderDependency: 10.0 AnySetup *ColorModel
181203 *DefaultColorModel: Gray
182204 *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
187209 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
188210 *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
189211 *CloseUI: *Resolution
212 *OpenUI *Duplex/Impression recto-verso: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Simple (recto): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Côté long (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Côté court (Paysage): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
190219 *DefaultFont: Courier
191220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
192221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
223252 *Font Times-Roman: Standard "(1.05)" Standard ROM
224253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
225254 *Font ZapfDingbats: Special "(001.005)" Special ROM
226 *% End of ml1510.ppd, 11697 bytes.
255 *% End of ml1510.ppd, 13872 bytes.
+0
-227
ppd/ml1510it.ppd less more
0 *PPD-Adobe: "4.3"
1 *% PPD file for ML-1510 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
3 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
5 *LanguageVersion: Italian
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ml1510.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GNU Ghostscript)"
10 *Manufacturer: "Samsung"
11 *ModelName: "Samsung ML-1510"
12 *ShortNickName: "Samsung ML-1510"
13 *NickName: "Samsung ML-1510, 1.0"
14 *PSVersion: "(3010.000) 705"
15 *PSVersion: "(3010.000) 707"
16 *PSVersion: "(3010.000) 815"
17 *LanguageLevel: "3"
18 *ColorDevice: False
19 *DefaultColorSpace: Gray
20 *FileSystem: False
21 *Throughput: "1"
22 *LandscapeOrientation: Plus90
23 *TTRasterizer: Type42
24 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "0"
28 *General docHeaderValues: "<0><0><0>"
29 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
33 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *OpenUI *PageSize: PickOne
36 *OrderDependency: 10 AnySetup *PageSize
37 *DefaultPageSize: Letter
38 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
39 *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
40 *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
41 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
42 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
43 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
44 *PageSize Env10/Buste lettera #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
45 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
46 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
47 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
48 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
49 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
50 *PageSize EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
51 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
52 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
53 *PageSize EnvISOB6/Buste lettera ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
54 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
55 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
56 *CloseUI: *PageSize
57 *OpenUI *PageRegion: PickOne
58 *OrderDependency: 10 AnySetup *PageRegion
59 *DefaultPageRegion: Letter
60 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
61 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
62 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
63 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
64 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
65 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
66 *PageRegion Env10/Buste lettera #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
67 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
68 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
69 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
70 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
71 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
72 *PageRegion EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
73 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
74 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
75 *PageRegion EnvISOB6/Buste lettera ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
76 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
77 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
78 *CloseUI: *PageRegion
79 *DefaultImageableArea: Letter
80 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
81 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
82 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
83 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
84 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
85 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
86 *ImageableArea Env10/Buste lettera #10 - 4.13x9.5in: "11.52 15.59 285.48 668.41"
87 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
88 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
89 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
90 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
91 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
92 *ImageableArea EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "11.52 15.59 487.48 693.41"
93 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
94 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
95 *ImageableArea EnvISOB6/Buste lettera ISOB6 - 176x125mm: "11.52 15.59 487.48 338.41"
96 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
97 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
98 *DefaultPaperDimension: Letter
99 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
100 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
101 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
102 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
103 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
104 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
105 *PaperDimension Env10/Buste lettera #10 - 4.13x9.5in: "297.00 684.00"
106 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
107 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
108 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
109 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
110 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
111 *PaperDimension EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "499.00 709.00"
112 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
113 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
114 *PaperDimension EnvISOB6/Buste lettera ISOB6 - 176x125mm: "499.00 354.00"
115 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
116 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
117 *MaxMediaWidth: "0.00"
118 *MaxMediaHeight: "0.00"
119 *HWMargins: 11.52 15.59 11.52 15.59
120 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
121 *ParamCustomPageSize Width: 1 points 0.00 0.00
122 *ParamCustomPageSize Height: 2 points 0.00 0.00
123 *ParamCustomPageSize WidthOffset: 3 points 0 0
124 *ParamCustomPageSize HeightOffset: 4 points 0 0
125 *ParamCustomPageSize Orientation: 5 int 0 0
126 *RequiresPageRegion All: True
127 *OpenUI *InputSlot: PickOne
128 *OrderDependency: 10.0 AnySetup *InputSlot
129 *DefaultInputSlot: Auto
130 *InputSlot Auto/Selezione Automatica: "<</MediaPosition 1>>setpagedevice"
131 *InputSlot Manual/Alimentazione Manuale: "<</MediaPosition 2>>setpagedevice"
132 *CloseUI: *InputSlot
133 *OpenUI *MediaType/Tipo Carta: PickOne
134 *OrderDependency: 10.0 AnySetup *MediaType
135 *DefaultMediaType: OFF
136 *MediaType OFF/Usa Default Stampante: ""
137 *MediaType NORMAL/Carta Semplice: ""
138 *MediaType THICK/Carta Spessa: ""
139 *MediaType THIN/Carta Sottile: ""
140 *MediaType BOND/Adesivo: ""
141 *MediaType OHP/Lucido: ""
142 *MediaType CARD/Biglietti Da Visita: ""
143 *MediaType LABEL/Etichette: ""
144 *MediaType USED/Prestampati: ""
145 *MediaType COLOR/Carta Colorata: ""
146 *MediaType ENV/Busta da Lettera: ""
147 *CloseUI: *MediaType
148 *OpenUI *PowerSave/Risparmio Energetico: PickOne
149 *OrderDependency: 10.0 AnySetup *PowerSave
150 *DefaultPowerSave: 5
151 *PowerSave False/Off: ""
152 *PowerSave 5/5 Minuti: ""
153 *PowerSave 10/10 Minuti: ""
154 *PowerSave 15/15 Minuti: ""
155 *PowerSave 30/30 Minuti: ""
156 *PowerSave 45/45 Minuti: ""
157 *PowerSave 60/1 Ora: ""
158 *CloseUI: *PowerSave
159 *OpenUI *TonerDensity/Densità del Toner: PickOne
160 *OrderDependency: 10.0 AnySetup *TonerDensity
161 *DefaultTonerDensity: 3
162 *TonerDensity 1/Leggera: ""
163 *TonerDensity 3/Media: ""
164 *TonerDensity 5/Scura: ""
165 *CloseUI: *TonerDensity
166 *OpenUI *EconoMode/Risparmio Toner: PickOne
167 *OrderDependency: 10.0 AnySetup *EconoMode
168 *DefaultEconoMode: 0
169 *EconoMode 0/Usa Default Stampante: ""
170 *EconoMode ON/Risparmio: ""
171 *EconoMode OFF/Standard: ""
172 *CloseUI: *EconoMode
173 *OpenUI *JamRecovery/Ristampa se Inceppata: Boolean
174 *OrderDependency: 10.0 AnySetup *JamRecovery
175 *DefaultJamRecovery: False
176 *JamRecovery False/Off: ""
177 *JamRecovery True/On: ""
178 *CloseUI: *JamRecovery
179 *OpenUI *ColorModel/Modo di colore: PickOne
180 *OrderDependency: 10.0 AnySetup *ColorModel
181 *DefaultColorModel: Gray
182 *ColorModel Gray/Gradazione di grigio: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
183 *CloseUI: *ColorModel
184 *OpenUI *Resolution: PickOne
185 *OrderDependency: 10.0 AnySetup *Resolution
186 *DefaultResolution: 600dpi
187 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
188 *Resolution 300dpi/300 DPI: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
189 *CloseUI: *Resolution
190 *DefaultFont: Courier
191 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
192 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
193 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
194 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
195 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
196 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
197 *Font Bookman-Light: Standard "(1.05)" Standard ROM
198 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
199 *Font Courier: Standard "(1.05)" Standard ROM
200 *Font Courier-Bold: Standard "(1.05)" Standard ROM
201 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
202 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
203 *Font Helvetica: Standard "(1.05)" Standard ROM
204 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
205 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
206 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
207 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
208 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
209 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
210 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
211 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
212 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
213 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
214 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
215 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
216 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
217 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
218 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
219 *Font Symbol: Special "(001.005)" Special ROM
220 *Font Times-Bold: Standard "(1.05)" Standard ROM
221 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
222 *Font Times-Italic: Standard "(1.05)" Standard ROM
223 *Font Times-Roman: Standard "(1.05)" Standard ROM
224 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
225 *Font ZapfDingbats: Special "(001.005)" Special ROM
226 *% End of ml1510.ppd, 11687 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for ML-1510 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: Portuguese_Brazil
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ml1510.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung ML-1510"
13 *ShortNickName: "Samsung ML-1510"
14 *NickName: "Samsung ML-1510, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><0><0>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Seleção Automática: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Alimentação Manual: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Tipo de Papel: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Usar a Definição da Impressora: ""
150 *MediaType NORMAL/Papel normal: ""
151 *MediaType THICK/Papel grosso: ""
152 *MediaType THIN/Papel Delgado (Fino): ""
153 *MediaType BOND/Papel Bond: ""
154 *MediaType OHP/Transparência: ""
155 *MediaType CARD/Cartolina: ""
156 *MediaType LABEL/Etiqueta: ""
157 *MediaType USED/Papel Pré-Impresso: ""
158 *MediaType COLOR/Cor: ""
159 *MediaType ENV/Envelope: ""
160 *MediaType COTTON/Algodão: ""
161 *MediaType RECYCLED/Papel Reciclado: ""
162 *MediaType ARCHIVE/Arquivamento: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Pressão Atmosférica: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Pressão Elevada (Baixa Altitude): ""
168 *Altitude HIGH/Pressão Reduzida (Grande Altitude): ""
169 *CloseUI: *Altitude
170 *OpenUI *PowerSave/Economia de Energia: PickOne
171 *OrderDependency: 10.0 AnySetup *PowerSave
172 *DefaultPowerSave: 5
173 *PowerSave False/Desligado: ""
174 *PowerSave 5/5 Minutos: ""
175 *PowerSave 10/10 Minutos: ""
176 *PowerSave 15/15 Minutos: ""
177 *PowerSave 30/30 Minutos: ""
178 *PowerSave 45/45 Minutos: ""
179 *PowerSave 60/1 Hora: ""
180 *CloseUI: *PowerSave
181 *OpenUI *TonerDensity/Densidade do Toner: PickOne
182 *OrderDependency: 10.0 AnySetup *TonerDensity
183 *DefaultTonerDensity: 3
184 *TonerDensity 1/Claro: ""
185 *TonerDensity 3/Normal: ""
186 *TonerDensity 5/Escuro: ""
187 *CloseUI: *TonerDensity
188 *OpenUI *EconoMode/Economia do Toner: PickOne
189 *OrderDependency: 10.0 AnySetup *EconoMode
190 *DefaultEconoMode: 0
191 *EconoMode 0/Usar a Definição da Impressora: ""
192 *EconoMode ON/Economizar: ""
193 *EconoMode OFF/Não Economizar: ""
194 *CloseUI: *EconoMode
195 *OpenUI *JamRecovery/Reimpressão Após Atolamento do Papel: Boolean
196 *OrderDependency: 10.0 AnySetup *JamRecovery
197 *DefaultJamRecovery: False
198 *JamRecovery False/Desligado: ""
199 *JamRecovery True/Ativado: ""
200 *CloseUI: *JamRecovery
201 *OpenUI *ColorModel/Modo Cor: PickOne
202 *OrderDependency: 10.0 AnySetup *ColorModel
203 *DefaultColorModel: Gray
204 *ColorModel Gray/Tons de Cinza: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
205 *CloseUI: *ColorModel
206 *OpenUI *Resolution: PickOne
207 *OrderDependency: 10.0 AnySetup *Resolution
208 *DefaultResolution: 600dpi
209 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
210 *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
211 *CloseUI: *Resolution
212 *OpenUI *Duplex/Impressão em Frente e Verso: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Frente (Simples): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Borda Longa (Retrato): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Borda Curta (Paisagem): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
219 *DefaultFont: Courier
220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
224 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
225 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
226 *Font Bookman-Light: Standard "(1.05)" Standard ROM
227 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
228 *Font Courier: Standard "(1.05)" Standard ROM
229 *Font Courier-Bold: Standard "(1.05)" Standard ROM
230 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
231 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
232 *Font Helvetica: Standard "(1.05)" Standard ROM
233 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
234 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
244 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
245 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
247 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
248 *Font Symbol: Special "(001.005)" Special ROM
249 *Font Times-Bold: Standard "(1.05)" Standard ROM
250 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
251 *Font Times-Italic: Standard "(1.05)" Standard ROM
252 *Font Times-Roman: Standard "(1.05)" Standard ROM
253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
254 *Font ZapfDingbats: Special "(001.005)" Special ROM
255 *% End of ml1510.ppd, 13990 bytes.
00 *PPD-Adobe: "4.3"
11 *% PPD file for ML-1520 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
2 *% Created by the CUPS PPD Compiler v1.2.3.
33 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
4 *FileVersion: "SpliX V. 2.0.0"
55 *LanguageVersion: English
66 *LanguageEncoding: ISOLatin1
77 *PCFileName: "ml1520.ppd"
88 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
910 *Product: "(GNU Ghostscript)"
1011 *Manufacturer: "Samsung"
1112 *ModelName: "Samsung ML-1520"
1213 *ShortNickName: "Samsung ML-1520"
13 *NickName: "Samsung ML-1520, 1.0"
14 *NickName: "Samsung ML-1520, SpliX V. 2.0.0"
1415 *PSVersion: "(3010.000) 705"
1516 *PSVersion: "(3010.000) 707"
1617 *PSVersion: "(3010.000) 815"
18 *PSVersion: "(3010.000) 853"
1719 *LanguageLevel: "3"
1820 *ColorDevice: False
1921 *DefaultColorSpace: Gray
2224 *LandscapeOrientation: Plus90
2325 *TTRasterizer: Type42
2426 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "0"
28 *General docHeaderValues: "<0><0><0>"
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
2930 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
31 *General DocHeaderValues: "<0><0><0>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
3335 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *OpenUI *PageSize: PickOne
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
3638 *OrderDependency: 10 AnySetup *PageSize
3739 *DefaultPageSize: Letter
3840 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
4850 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
4951 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
5052 *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"
5155 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
5256 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
53 *PageSize EnvISOB6/ISOB6 Envelope - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
57 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
5458 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
5559 *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"
62 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
5663 *CloseUI: *PageSize
57 *OpenUI *PageRegion: PickOne
64 *OpenUI *PageRegion/Media Size: PickOne
5865 *OrderDependency: 10 AnySetup *PageRegion
5966 *DefaultPageRegion: Letter
6067 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
7077 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
7178 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
7279 *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"
7382 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
7483 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
75 *PageRegion EnvISOB6/ISOB6 Envelope - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
84 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
7685 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
7786 *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"
89 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
7890 *CloseUI: *PageRegion
7991 *DefaultImageableArea: Letter
80 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
81 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
82 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
83 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
84 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
85 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
86 *ImageableArea Env10/#10 Envelope - 4.13x9.5in: "11.52 15.59 285.48 668.41"
87 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
88 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
89 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
90 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
91 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
92 *ImageableArea EnvISOB5/ISOB5 Envelope - 176x250mm: "11.52 15.59 487.48 693.41"
93 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
94 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
95 *ImageableArea EnvISOB6/ISOB6 Envelope - 176x125mm: "11.52 15.59 487.48 338.41"
96 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
97 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
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"
98115 *DefaultPaperDimension: Letter
99116 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
100117 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
109126 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
110127 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
111128 *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"
112131 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
113132 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
114 *PaperDimension EnvISOB6/ISOB6 Envelope - 176x125mm: "499.00 354.00"
133 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
115134 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
116135 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
117 *MaxMediaWidth: "0.00"
118 *MaxMediaHeight: "0.00"
119 *HWMargins: 11.52 15.59 11.52 15.59
120 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
121 *ParamCustomPageSize Width: 1 points 0.00 0.00
122 *ParamCustomPageSize Height: 2 points 0.00 0.00
123 *ParamCustomPageSize WidthOffset: 3 points 0 0
124 *ParamCustomPageSize HeightOffset: 4 points 0 0
125 *ParamCustomPageSize Orientation: 5 int 0 0
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"
126139 *RequiresPageRegion All: True
127 *OpenUI *InputSlot: PickOne
140 *OpenUI *InputSlot/Media Source: PickOne
128141 *OrderDependency: 10.0 AnySetup *InputSlot
129142 *DefaultInputSlot: Auto
130143 *InputSlot Auto/Automatic Selection: "<</MediaPosition 1>>setpagedevice"
144157 *MediaType USED/Preprinted: ""
145158 *MediaType COLOR/Colored Paper: ""
146159 *MediaType ENV/Envelope: ""
160 *MediaType COTTON/Cotton: ""
161 *MediaType RECYCLED/Recycled: ""
162 *MediaType ARCHIVE/Archive: ""
147163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Air pressure: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Low: ""
168 *Altitude HIGH/High: ""
169 *CloseUI: *Altitude
148170 *OpenUI *PowerSave/Power Save: PickOne
149171 *OrderDependency: 10.0 AnySetup *PowerSave
150172 *DefaultPowerSave: 5
187209 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
188210 *Resolution 300dpi/300 DPI: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
189211 *CloseUI: *Resolution
212 *OpenUI *Duplex/2-Sided Printing: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Off (1-Sided): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Long-Edge (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Short-Edge (Landscape): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
190219 *DefaultFont: Courier
191220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
192221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
223252 *Font Times-Roman: Standard "(1.05)" Standard ROM
224253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
225254 *Font ZapfDingbats: Special "(001.005)" Special ROM
226 *% End of ml1520.ppd, 11545 bytes.
255 *% End of ml1520.ppd, 13614 bytes.
+0
-227
ppd/ml1520de.ppd less more
0 *PPD-Adobe: "4.3"
1 *% PPD file for ML-1520 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
3 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
5 *LanguageVersion: German
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ml1520.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GNU Ghostscript)"
10 *Manufacturer: "Samsung"
11 *ModelName: "Samsung ML-1520"
12 *ShortNickName: "Samsung ML-1520"
13 *NickName: "Samsung ML-1520, 1.0"
14 *PSVersion: "(3010.000) 705"
15 *PSVersion: "(3010.000) 707"
16 *PSVersion: "(3010.000) 815"
17 *LanguageLevel: "3"
18 *ColorDevice: False
19 *DefaultColorSpace: Gray
20 *FileSystem: False
21 *Throughput: "1"
22 *LandscapeOrientation: Plus90
23 *TTRasterizer: Type42
24 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "0"
28 *General docHeaderValues: "<0><0><0>"
29 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
33 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *OpenUI *PageSize: PickOne
36 *OrderDependency: 10 AnySetup *PageSize
37 *DefaultPageSize: Letter
38 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
39 *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
40 *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
41 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
42 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
43 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
44 *PageSize Env10/Umschlag #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
45 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
46 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
47 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
48 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
49 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
50 *PageSize EnvISOB5/Umschlag ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
51 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
52 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
53 *PageSize EnvISOB6/Umschlag ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
54 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
55 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
56 *CloseUI: *PageSize
57 *OpenUI *PageRegion: PickOne
58 *OrderDependency: 10 AnySetup *PageRegion
59 *DefaultPageRegion: Letter
60 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
61 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
62 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
63 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
64 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
65 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
66 *PageRegion Env10/Umschlag #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
67 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
68 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
69 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
70 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
71 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
72 *PageRegion EnvISOB5/Umschlag ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
73 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
74 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
75 *PageRegion EnvISOB6/Umschlag ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
76 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
77 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
78 *CloseUI: *PageRegion
79 *DefaultImageableArea: Letter
80 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
81 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
82 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
83 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
84 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
85 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
86 *ImageableArea Env10/Umschlag #10 - 4.13x9.5in: "11.52 15.59 285.48 668.41"
87 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
88 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
89 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
90 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
91 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
92 *ImageableArea EnvISOB5/Umschlag ISOB5 - 176x250mm: "11.52 15.59 487.48 693.41"
93 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
94 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
95 *ImageableArea EnvISOB6/Umschlag ISOB6 - 176x125mm: "11.52 15.59 487.48 338.41"
96 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
97 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
98 *DefaultPaperDimension: Letter
99 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
100 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
101 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
102 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
103 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
104 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
105 *PaperDimension Env10/Umschlag #10 - 4.13x9.5in: "297.00 684.00"
106 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
107 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
108 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
109 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
110 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
111 *PaperDimension EnvISOB5/Umschlag ISOB5 - 176x250mm: "499.00 709.00"
112 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
113 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
114 *PaperDimension EnvISOB6/Umschlag ISOB6 - 176x125mm: "499.00 354.00"
115 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
116 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
117 *MaxMediaWidth: "0.00"
118 *MaxMediaHeight: "0.00"
119 *HWMargins: 11.52 15.59 11.52 15.59
120 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
121 *ParamCustomPageSize Width: 1 points 0.00 0.00
122 *ParamCustomPageSize Height: 2 points 0.00 0.00
123 *ParamCustomPageSize WidthOffset: 3 points 0 0
124 *ParamCustomPageSize HeightOffset: 4 points 0 0
125 *ParamCustomPageSize Orientation: 5 int 0 0
126 *RequiresPageRegion All: True
127 *OpenUI *InputSlot: PickOne
128 *OrderDependency: 10.0 AnySetup *InputSlot
129 *DefaultInputSlot: Auto
130 *InputSlot Auto/Automatische Auswahl: "<</MediaPosition 1>>setpagedevice"
131 *InputSlot Manual/Manueller Einzug: "<</MediaPosition 2>>setpagedevice"
132 *CloseUI: *InputSlot
133 *OpenUI *MediaType/Papiertyp: PickOne
134 *OrderDependency: 10.0 AnySetup *MediaType
135 *DefaultMediaType: OFF
136 *MediaType OFF/Grundeinstellungen des Druckers: ""
137 *MediaType NORMAL/Normalpapier: ""
138 *MediaType THICK/Dickes Papier: ""
139 *MediaType THIN/Dünnes Papier: ""
140 *MediaType BOND/Kartoniertes Papier: ""
141 *MediaType OHP/Transparenz: ""
142 *MediaType CARD/Visitenkarten: ""
143 *MediaType LABEL/Etiketten: ""
144 *MediaType USED/Vorgedrucktes Papier: ""
145 *MediaType COLOR/Farbiges Papier: ""
146 *MediaType ENV/Umschlag/Couvert: ""
147 *CloseUI: *MediaType
148 *OpenUI *PowerSave/Energiesparmodus: PickOne
149 *OrderDependency: 10.0 AnySetup *PowerSave
150 *DefaultPowerSave: 5
151 *PowerSave False/Aus: ""
152 *PowerSave 5/5 Minuten: ""
153 *PowerSave 10/10 Minuten: ""
154 *PowerSave 15/15 Minuten: ""
155 *PowerSave 30/30 Minuten: ""
156 *PowerSave 45/45 Minuten: ""
157 *PowerSave 60/1 Stunde: ""
158 *CloseUI: *PowerSave
159 *OpenUI *TonerDensity/Tonerdichte: PickOne
160 *OrderDependency: 10.0 AnySetup *TonerDensity
161 *DefaultTonerDensity: 3
162 *TonerDensity 1/Hell: ""
163 *TonerDensity 3/Normal: ""
164 *TonerDensity 5/Dunkel: ""
165 *CloseUI: *TonerDensity
166 *OpenUI *EconoMode/Toner Sparmodus: PickOne
167 *OrderDependency: 10.0 AnySetup *EconoMode
168 *DefaultEconoMode: 0
169 *EconoMode 0/Grundeinstellungen des Druckers: ""
170 *EconoMode ON/Sparen: ""
171 *EconoMode OFF/Standard: ""
172 *CloseUI: *EconoMode
173 *OpenUI *JamRecovery/Druck nach Papierstau fortsetzen: Boolean
174 *OrderDependency: 10.0 AnySetup *JamRecovery
175 *DefaultJamRecovery: False
176 *JamRecovery False/Aus: ""
177 *JamRecovery True/Ein: ""
178 *CloseUI: *JamRecovery
179 *OpenUI *ColorModel/Farbe modus: PickOne
180 *OrderDependency: 10.0 AnySetup *ColorModel
181 *DefaultColorModel: Gray
182 *ColorModel Gray/Abgestuftes von grauen: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
183 *CloseUI: *ColorModel
184 *OpenUI *Resolution: PickOne
185 *OrderDependency: 10.0 AnySetup *Resolution
186 *DefaultResolution: 600dpi
187 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
188 *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
189 *CloseUI: *Resolution
190 *DefaultFont: Courier
191 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
192 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
193 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
194 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
195 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
196 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
197 *Font Bookman-Light: Standard "(1.05)" Standard ROM
198 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
199 *Font Courier: Standard "(1.05)" Standard ROM
200 *Font Courier-Bold: Standard "(1.05)" Standard ROM
201 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
202 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
203 *Font Helvetica: Standard "(1.05)" Standard ROM
204 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
205 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
206 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
207 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
208 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
209 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
210 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
211 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
212 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
213 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
214 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
215 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
216 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
217 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
218 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
219 *Font Symbol: Special "(001.005)" Special ROM
220 *Font Times-Bold: Standard "(1.05)" Standard ROM
221 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
222 *Font Times-Italic: Standard "(1.05)" Standard ROM
223 *Font Times-Roman: Standard "(1.05)" Standard ROM
224 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
225 *Font ZapfDingbats: Special "(001.005)" Special ROM
226 *% End of ml1520.ppd, 11666 bytes.
00 *PPD-Adobe: "4.3"
11 *% PPD file for ML-1520 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
2 *% Created by the CUPS PPD Compiler v1.2.3.
33 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
4 *FileVersion: "SpliX V. 2.0.0"
55 *LanguageVersion: French
66 *LanguageEncoding: ISOLatin1
77 *PCFileName: "ml1520.ppd"
88 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
910 *Product: "(GNU Ghostscript)"
1011 *Manufacturer: "Samsung"
1112 *ModelName: "Samsung ML-1520"
1213 *ShortNickName: "Samsung ML-1520"
13 *NickName: "Samsung ML-1520, 1.0"
14 *NickName: "Samsung ML-1520, SpliX V. 2.0.0"
1415 *PSVersion: "(3010.000) 705"
1516 *PSVersion: "(3010.000) 707"
1617 *PSVersion: "(3010.000) 815"
18 *PSVersion: "(3010.000) 853"
1719 *LanguageLevel: "3"
1820 *ColorDevice: False
1921 *DefaultColorSpace: Gray
2224 *LandscapeOrientation: Plus90
2325 *TTRasterizer: Type42
2426 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "0"
28 *General docHeaderValues: "<0><0><0>"
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
2930 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
31 *General DocHeaderValues: "<0><0><0>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
3335 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *OpenUI *PageSize: PickOne
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
3638 *OrderDependency: 10 AnySetup *PageSize
3739 *DefaultPageSize: Letter
3840 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
4143 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
4244 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
4345 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
44 *PageSize Env10/Enveloppe #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
46 *PageSize Env10/Enveloppe n°10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
4547 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
4648 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
4749 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
4850 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
4951 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
5052 *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"
5155 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
5256 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
53 *PageSize EnvISOB6/Enveloppe ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
57 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
5458 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
5559 *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"
62 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
5663 *CloseUI: *PageSize
57 *OpenUI *PageRegion: PickOne
64 *OpenUI *PageRegion/Media Size: PickOne
5865 *OrderDependency: 10 AnySetup *PageRegion
5966 *DefaultPageRegion: Letter
6067 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
6370 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
6471 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
6572 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
66 *PageRegion Env10/Enveloppe #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
73 *PageRegion Env10/Enveloppe n°10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
6774 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
6875 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
6976 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
7077 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
7178 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
7279 *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"
7382 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
7483 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
75 *PageRegion EnvISOB6/Enveloppe ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
84 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
7685 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
7786 *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"
89 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
7890 *CloseUI: *PageRegion
7991 *DefaultImageableArea: Letter
80 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
81 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
82 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
83 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
84 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
85 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
86 *ImageableArea Env10/Enveloppe #10 - 4.13x9.5in: "11.52 15.59 285.48 668.41"
87 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
88 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
89 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
90 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
91 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
92 *ImageableArea EnvISOB5/Enveloppe ISOB5 - 176x250mm: "11.52 15.59 487.48 693.41"
93 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
94 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
95 *ImageableArea EnvISOB6/Enveloppe ISOB6 - 176x125mm: "11.52 15.59 487.48 338.41"
96 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
97 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
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"
98115 *DefaultPaperDimension: Letter
99116 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
100117 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
102119 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
103120 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
104121 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
105 *PaperDimension Env10/Enveloppe #10 - 4.13x9.5in: "297.00 684.00"
122 *PaperDimension Env10/Enveloppe n°10 - 4.13x9.5in: "297.00 684.00"
106123 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
107124 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
108125 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
109126 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
110127 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
111128 *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"
112131 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
113132 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
114 *PaperDimension EnvISOB6/Enveloppe ISOB6 - 176x125mm: "499.00 354.00"
133 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
115134 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
116135 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
117 *MaxMediaWidth: "0.00"
118 *MaxMediaHeight: "0.00"
119 *HWMargins: 11.52 15.59 11.52 15.59
120 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
121 *ParamCustomPageSize Width: 1 points 0.00 0.00
122 *ParamCustomPageSize Height: 2 points 0.00 0.00
123 *ParamCustomPageSize WidthOffset: 3 points 0 0
124 *ParamCustomPageSize HeightOffset: 4 points 0 0
125 *ParamCustomPageSize Orientation: 5 int 0 0
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"
126139 *RequiresPageRegion All: True
127 *OpenUI *InputSlot: PickOne
140 *OpenUI *InputSlot/Media Source: PickOne
128141 *OrderDependency: 10.0 AnySetup *InputSlot
129142 *DefaultInputSlot: Auto
130143 *InputSlot Auto/Sélection automatique: "<</MediaPosition 1>>setpagedevice"
131 *InputSlot Manual/Chargement manuel: "<</MediaPosition 2>>setpagedevice"
144 *InputSlot Manual/Manuel: "<</MediaPosition 2>>setpagedevice"
132145 *CloseUI: *InputSlot
133 *OpenUI *MediaType/Type de papier: PickOne
146 *OpenUI *MediaType/Type de support: PickOne
134147 *OrderDependency: 10.0 AnySetup *MediaType
135148 *DefaultMediaType: OFF
136149 *MediaType OFF/Utiliser la configuration imprimante: ""
137150 *MediaType NORMAL/Papier ordinaire: ""
138151 *MediaType THICK/Papier épais: ""
139152 *MediaType THIN/Papier fin: ""
140 *MediaType BOND/Papier cartonné: ""
153 *MediaType BOND/Papier Bond: ""
141154 *MediaType OHP/Transparent: ""
142 *MediaType CARD/Carte de visite: ""
155 *MediaType CARD/Papier cartonné: ""
143156 *MediaType LABEL/Étiquette: ""
144 *MediaType USED/Papier Pré-imprimé: ""
145 *MediaType COLOR/Papier coloré: ""
157 *MediaType USED/Papier pré-imprimé: ""
158 *MediaType COLOR/Couleur: ""
146159 *MediaType ENV/Enveloppe: ""
160 *MediaType COTTON/Coton: ""
161 *MediaType RECYCLED/Papier recyclé: ""
162 *MediaType ARCHIVE/Archive: ""
147163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Pression de l'air: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Faible: ""
168 *Altitude HIGH/Forte: ""
169 *CloseUI: *Altitude
148170 *OpenUI *PowerSave/Économie d'énergie: PickOne
149171 *OrderDependency: 10.0 AnySetup *PowerSave
150172 *DefaultPowerSave: 5
174196 *OrderDependency: 10.0 AnySetup *JamRecovery
175197 *DefaultJamRecovery: False
176198 *JamRecovery False/Désactivé: ""
177 *JamRecovery True/Activé: ""
199 *JamRecovery True/Oui: ""
178200 *CloseUI: *JamRecovery
179 *OpenUI *ColorModel/Mode de couleur: PickOne
201 *OpenUI *ColorModel/Mode couleur: PickOne
180202 *OrderDependency: 10.0 AnySetup *ColorModel
181203 *DefaultColorModel: Gray
182204 *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
187209 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
188210 *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
189211 *CloseUI: *Resolution
212 *OpenUI *Duplex/Impression recto-verso: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Simple (recto): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Côté long (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Côté court (Paysage): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
190219 *DefaultFont: Courier
191220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
192221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
223252 *Font Times-Roman: Standard "(1.05)" Standard ROM
224253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
225254 *Font ZapfDingbats: Special "(001.005)" Special ROM
226 *% End of ml1520.ppd, 11697 bytes.
255 *% End of ml1520.ppd, 13872 bytes.
+0
-227
ppd/ml1520it.ppd less more
0 *PPD-Adobe: "4.3"
1 *% PPD file for ML-1520 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
3 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
5 *LanguageVersion: Italian
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ml1520.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GNU Ghostscript)"
10 *Manufacturer: "Samsung"
11 *ModelName: "Samsung ML-1520"
12 *ShortNickName: "Samsung ML-1520"
13 *NickName: "Samsung ML-1520, 1.0"
14 *PSVersion: "(3010.000) 705"
15 *PSVersion: "(3010.000) 707"
16 *PSVersion: "(3010.000) 815"
17 *LanguageLevel: "3"
18 *ColorDevice: False
19 *DefaultColorSpace: Gray
20 *FileSystem: False
21 *Throughput: "1"
22 *LandscapeOrientation: Plus90
23 *TTRasterizer: Type42
24 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "0"
28 *General docHeaderValues: "<0><0><0>"
29 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
33 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *OpenUI *PageSize: PickOne
36 *OrderDependency: 10 AnySetup *PageSize
37 *DefaultPageSize: Letter
38 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
39 *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
40 *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
41 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
42 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
43 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
44 *PageSize Env10/Buste lettera #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
45 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
46 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
47 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
48 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
49 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
50 *PageSize EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
51 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
52 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
53 *PageSize EnvISOB6/Buste lettera ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
54 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
55 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
56 *CloseUI: *PageSize
57 *OpenUI *PageRegion: PickOne
58 *OrderDependency: 10 AnySetup *PageRegion
59 *DefaultPageRegion: Letter
60 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
61 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
62 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
63 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
64 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
65 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
66 *PageRegion Env10/Buste lettera #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
67 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
68 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
69 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
70 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
71 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
72 *PageRegion EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
73 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
74 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
75 *PageRegion EnvISOB6/Buste lettera ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
76 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
77 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
78 *CloseUI: *PageRegion
79 *DefaultImageableArea: Letter
80 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
81 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
82 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
83 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
84 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
85 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
86 *ImageableArea Env10/Buste lettera #10 - 4.13x9.5in: "11.52 15.59 285.48 668.41"
87 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
88 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
89 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
90 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
91 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
92 *ImageableArea EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "11.52 15.59 487.48 693.41"
93 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
94 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
95 *ImageableArea EnvISOB6/Buste lettera ISOB6 - 176x125mm: "11.52 15.59 487.48 338.41"
96 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
97 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
98 *DefaultPaperDimension: Letter
99 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
100 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
101 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
102 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
103 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
104 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
105 *PaperDimension Env10/Buste lettera #10 - 4.13x9.5in: "297.00 684.00"
106 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
107 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
108 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
109 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
110 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
111 *PaperDimension EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "499.00 709.00"
112 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
113 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
114 *PaperDimension EnvISOB6/Buste lettera ISOB6 - 176x125mm: "499.00 354.00"
115 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
116 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
117 *MaxMediaWidth: "0.00"
118 *MaxMediaHeight: "0.00"
119 *HWMargins: 11.52 15.59 11.52 15.59
120 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
121 *ParamCustomPageSize Width: 1 points 0.00 0.00
122 *ParamCustomPageSize Height: 2 points 0.00 0.00
123 *ParamCustomPageSize WidthOffset: 3 points 0 0
124 *ParamCustomPageSize HeightOffset: 4 points 0 0
125 *ParamCustomPageSize Orientation: 5 int 0 0
126 *RequiresPageRegion All: True
127 *OpenUI *InputSlot: PickOne
128 *OrderDependency: 10.0 AnySetup *InputSlot
129 *DefaultInputSlot: Auto
130 *InputSlot Auto/Selezione Automatica: "<</MediaPosition 1>>setpagedevice"
131 *InputSlot Manual/Alimentazione Manuale: "<</MediaPosition 2>>setpagedevice"
132 *CloseUI: *InputSlot
133 *OpenUI *MediaType/Tipo Carta: PickOne
134 *OrderDependency: 10.0 AnySetup *MediaType
135 *DefaultMediaType: OFF
136 *MediaType OFF/Usa Default Stampante: ""
137 *MediaType NORMAL/Carta Semplice: ""
138 *MediaType THICK/Carta Spessa: ""
139 *MediaType THIN/Carta Sottile: ""
140 *MediaType BOND/Adesivo: ""
141 *MediaType OHP/Lucido: ""
142 *MediaType CARD/Biglietti Da Visita: ""
143 *MediaType LABEL/Etichette: ""
144 *MediaType USED/Prestampati: ""
145 *MediaType COLOR/Carta Colorata: ""
146 *MediaType ENV/Busta da Lettera: ""
147 *CloseUI: *MediaType
148 *OpenUI *PowerSave/Risparmio Energetico: PickOne
149 *OrderDependency: 10.0 AnySetup *PowerSave
150 *DefaultPowerSave: 5
151 *PowerSave False/Off: ""
152 *PowerSave 5/5 Minuti: ""
153 *PowerSave 10/10 Minuti: ""
154 *PowerSave 15/15 Minuti: ""
155 *PowerSave 30/30 Minuti: ""
156 *PowerSave 45/45 Minuti: ""
157 *PowerSave 60/1 Ora: ""
158 *CloseUI: *PowerSave
159 *OpenUI *TonerDensity/Densità del Toner: PickOne
160 *OrderDependency: 10.0 AnySetup *TonerDensity
161 *DefaultTonerDensity: 3
162 *TonerDensity 1/Leggera: ""
163 *TonerDensity 3/Media: ""
164 *TonerDensity 5/Scura: ""
165 *CloseUI: *TonerDensity
166 *OpenUI *EconoMode/Risparmio Toner: PickOne
167 *OrderDependency: 10.0 AnySetup *EconoMode
168 *DefaultEconoMode: 0
169 *EconoMode 0/Usa Default Stampante: ""
170 *EconoMode ON/Risparmio: ""
171 *EconoMode OFF/Standard: ""
172 *CloseUI: *EconoMode
173 *OpenUI *JamRecovery/Ristampa se Inceppata: Boolean
174 *OrderDependency: 10.0 AnySetup *JamRecovery
175 *DefaultJamRecovery: False
176 *JamRecovery False/Off: ""
177 *JamRecovery True/On: ""
178 *CloseUI: *JamRecovery
179 *OpenUI *ColorModel/Modo di colore: PickOne
180 *OrderDependency: 10.0 AnySetup *ColorModel
181 *DefaultColorModel: Gray
182 *ColorModel Gray/Gradazione di grigio: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
183 *CloseUI: *ColorModel
184 *OpenUI *Resolution: PickOne
185 *OrderDependency: 10.0 AnySetup *Resolution
186 *DefaultResolution: 600dpi
187 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
188 *Resolution 300dpi/300 DPI: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
189 *CloseUI: *Resolution
190 *DefaultFont: Courier
191 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
192 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
193 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
194 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
195 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
196 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
197 *Font Bookman-Light: Standard "(1.05)" Standard ROM
198 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
199 *Font Courier: Standard "(1.05)" Standard ROM
200 *Font Courier-Bold: Standard "(1.05)" Standard ROM
201 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
202 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
203 *Font Helvetica: Standard "(1.05)" Standard ROM
204 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
205 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
206 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
207 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
208 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
209 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
210 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
211 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
212 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
213 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
214 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
215 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
216 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
217 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
218 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
219 *Font Symbol: Special "(001.005)" Special ROM
220 *Font Times-Bold: Standard "(1.05)" Standard ROM
221 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
222 *Font Times-Italic: Standard "(1.05)" Standard ROM
223 *Font Times-Roman: Standard "(1.05)" Standard ROM
224 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
225 *Font ZapfDingbats: Special "(001.005)" Special ROM
226 *% End of ml1520.ppd, 11687 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for ML-1520 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: Portuguese_Brazil
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ml1520.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung ML-1520"
13 *ShortNickName: "Samsung ML-1520"
14 *NickName: "Samsung ML-1520, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><0><0>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Seleção Automática: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Alimentação Manual: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Tipo de Papel: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Usar a Definição da Impressora: ""
150 *MediaType NORMAL/Papel normal: ""
151 *MediaType THICK/Papel grosso: ""
152 *MediaType THIN/Papel Delgado (Fino): ""
153 *MediaType BOND/Papel Bond: ""
154 *MediaType OHP/Transparência: ""
155 *MediaType CARD/Cartolina: ""
156 *MediaType LABEL/Etiqueta: ""
157 *MediaType USED/Papel Pré-Impresso: ""
158 *MediaType COLOR/Cor: ""
159 *MediaType ENV/Envelope: ""
160 *MediaType COTTON/Algodão: ""
161 *MediaType RECYCLED/Papel Reciclado: ""
162 *MediaType ARCHIVE/Arquivamento: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Pressão Atmosférica: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Pressão Elevada (Baixa Altitude): ""
168 *Altitude HIGH/Pressão Reduzida (Grande Altitude): ""
169 *CloseUI: *Altitude
170 *OpenUI *PowerSave/Economia de Energia: PickOne
171 *OrderDependency: 10.0 AnySetup *PowerSave
172 *DefaultPowerSave: 5
173 *PowerSave False/Desligado: ""
174 *PowerSave 5/5 Minutos: ""
175 *PowerSave 10/10 Minutos: ""
176 *PowerSave 15/15 Minutos: ""
177 *PowerSave 30/30 Minutos: ""
178 *PowerSave 45/45 Minutos: ""
179 *PowerSave 60/1 Hora: ""
180 *CloseUI: *PowerSave
181 *OpenUI *TonerDensity/Densidade do Toner: PickOne
182 *OrderDependency: 10.0 AnySetup *TonerDensity
183 *DefaultTonerDensity: 3
184 *TonerDensity 1/Claro: ""
185 *TonerDensity 3/Normal: ""
186 *TonerDensity 5/Escuro: ""
187 *CloseUI: *TonerDensity
188 *OpenUI *EconoMode/Economia do Toner: PickOne
189 *OrderDependency: 10.0 AnySetup *EconoMode
190 *DefaultEconoMode: 0
191 *EconoMode 0/Usar a Definição da Impressora: ""
192 *EconoMode ON/Economizar: ""
193 *EconoMode OFF/Não Economizar: ""
194 *CloseUI: *EconoMode
195 *OpenUI *JamRecovery/Reimpressão Após Atolamento do Papel: Boolean
196 *OrderDependency: 10.0 AnySetup *JamRecovery
197 *DefaultJamRecovery: False
198 *JamRecovery False/Desligado: ""
199 *JamRecovery True/Ativado: ""
200 *CloseUI: *JamRecovery
201 *OpenUI *ColorModel/Modo Cor: PickOne
202 *OrderDependency: 10.0 AnySetup *ColorModel
203 *DefaultColorModel: Gray
204 *ColorModel Gray/Tons de Cinza: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
205 *CloseUI: *ColorModel
206 *OpenUI *Resolution: PickOne
207 *OrderDependency: 10.0 AnySetup *Resolution
208 *DefaultResolution: 600dpi
209 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
210 *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
211 *CloseUI: *Resolution
212 *OpenUI *Duplex/Impressão em Frente e Verso: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Frente (Simples): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Borda Longa (Retrato): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Borda Curta (Paisagem): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
219 *DefaultFont: Courier
220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
224 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
225 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
226 *Font Bookman-Light: Standard "(1.05)" Standard ROM
227 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
228 *Font Courier: Standard "(1.05)" Standard ROM
229 *Font Courier-Bold: Standard "(1.05)" Standard ROM
230 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
231 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
232 *Font Helvetica: Standard "(1.05)" Standard ROM
233 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
234 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
244 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
245 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
247 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
248 *Font Symbol: Special "(001.005)" Special ROM
249 *Font Times-Bold: Standard "(1.05)" Standard ROM
250 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
251 *Font Times-Italic: Standard "(1.05)" Standard ROM
252 *Font Times-Roman: Standard "(1.05)" Standard ROM
253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
254 *Font ZapfDingbats: Special "(001.005)" Special ROM
255 *% End of ml1520.ppd, 13990 bytes.
00 *PPD-Adobe: "4.3"
11 *% PPD file for ML-1610 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
2 *% Created by the CUPS PPD Compiler v1.2.3.
33 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
4 *FileVersion: "SpliX V. 2.0.0"
55 *LanguageVersion: English
66 *LanguageEncoding: ISOLatin1
77 *PCFileName: "ml1610.ppd"
88 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
910 *Product: "(GNU Ghostscript)"
1011 *Manufacturer: "Samsung"
1112 *ModelName: "Samsung ML-1610"
1213 *ShortNickName: "Samsung ML-1610"
13 *NickName: "Samsung ML-1610, 1.0"
14 *NickName: "Samsung ML-1610, SpliX V. 2.0.0"
1415 *PSVersion: "(3010.000) 705"
1516 *PSVersion: "(3010.000) 707"
1617 *PSVersion: "(3010.000) 815"
18 *PSVersion: "(3010.000) 853"
1719 *LanguageLevel: "3"
1820 *ColorDevice: False
1921 *DefaultColorSpace: Gray
2224 *LandscapeOrientation: Plus90
2325 *TTRasterizer: Type42
2426 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "0"
28 *General docHeaderValues: "<0><0><0>"
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
2930 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
31 *General DocHeaderValues: "<0><0><0>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
3335 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *OpenUI *PageSize: PickOne
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
3638 *OrderDependency: 10 AnySetup *PageSize
3739 *DefaultPageSize: Letter
3840 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
4850 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
4951 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
5052 *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"
5155 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
5256 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
53 *PageSize EnvISOB6/ISOB6 Envelope - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
57 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
5458 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
5559 *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"
62 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
5663 *CloseUI: *PageSize
57 *OpenUI *PageRegion: PickOne
64 *OpenUI *PageRegion/Media Size: PickOne
5865 *OrderDependency: 10 AnySetup *PageRegion
5966 *DefaultPageRegion: Letter
6067 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
7077 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
7178 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
7279 *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"
7382 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
7483 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
75 *PageRegion EnvISOB6/ISOB6 Envelope - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
84 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
7685 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
7786 *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"
89 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
7890 *CloseUI: *PageRegion
7991 *DefaultImageableArea: Letter
80 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
81 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
82 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
83 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
84 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
85 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
86 *ImageableArea Env10/#10 Envelope - 4.13x9.5in: "11.52 15.59 285.48 668.41"
87 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
88 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
89 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
90 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
91 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
92 *ImageableArea EnvISOB5/ISOB5 Envelope - 176x250mm: "11.52 15.59 487.48 693.41"
93 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
94 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
95 *ImageableArea EnvISOB6/ISOB6 Envelope - 176x125mm: "11.52 15.59 487.48 338.41"
96 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
97 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
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"
98115 *DefaultPaperDimension: Letter
99116 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
100117 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
109126 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
110127 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
111128 *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"
112131 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
113132 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
114 *PaperDimension EnvISOB6/ISOB6 Envelope - 176x125mm: "499.00 354.00"
133 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
115134 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
116135 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
117 *MaxMediaWidth: "0.00"
118 *MaxMediaHeight: "0.00"
119 *HWMargins: 11.52 15.59 11.52 15.59
120 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
121 *ParamCustomPageSize Width: 1 points 0.00 0.00
122 *ParamCustomPageSize Height: 2 points 0.00 0.00
123 *ParamCustomPageSize WidthOffset: 3 points 0 0
124 *ParamCustomPageSize HeightOffset: 4 points 0 0
125 *ParamCustomPageSize Orientation: 5 int 0 0
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"
126139 *RequiresPageRegion All: True
127 *OpenUI *InputSlot: PickOne
140 *OpenUI *InputSlot/Media Source: PickOne
128141 *OrderDependency: 10.0 AnySetup *InputSlot
129142 *DefaultInputSlot: Auto
130143 *InputSlot Auto/Automatic Selection: "<</MediaPosition 1>>setpagedevice"
144157 *MediaType USED/Preprinted: ""
145158 *MediaType COLOR/Colored Paper: ""
146159 *MediaType ENV/Envelope: ""
160 *MediaType COTTON/Cotton: ""
161 *MediaType RECYCLED/Recycled: ""
162 *MediaType ARCHIVE/Archive: ""
147163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Air pressure: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Low: ""
168 *Altitude HIGH/High: ""
169 *CloseUI: *Altitude
148170 *OpenUI *PowerSave/Power Save: PickOne
149171 *OrderDependency: 10.0 AnySetup *PowerSave
150172 *DefaultPowerSave: 5
187209 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
188210 *Resolution 300dpi/300 DPI: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
189211 *CloseUI: *Resolution
212 *OpenUI *Duplex/2-Sided Printing: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Off (1-Sided): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Long-Edge (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Short-Edge (Landscape): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
190219 *DefaultFont: Courier
191220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
192221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
223252 *Font Times-Roman: Standard "(1.05)" Standard ROM
224253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
225254 *Font ZapfDingbats: Special "(001.005)" Special ROM
226 *% End of ml1610.ppd, 11545 bytes.
255 *% End of ml1610.ppd, 13614 bytes.
+0
-227
ppd/ml1610de.ppd less more
0 *PPD-Adobe: "4.3"
1 *% PPD file for ML-1610 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
3 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
5 *LanguageVersion: German
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ml1610.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GNU Ghostscript)"
10 *Manufacturer: "Samsung"
11 *ModelName: "Samsung ML-1610"
12 *ShortNickName: "Samsung ML-1610"
13 *NickName: "Samsung ML-1610, 1.0"
14 *PSVersion: "(3010.000) 705"
15 *PSVersion: "(3010.000) 707"
16 *PSVersion: "(3010.000) 815"
17 *LanguageLevel: "3"
18 *ColorDevice: False
19 *DefaultColorSpace: Gray
20 *FileSystem: False
21 *Throughput: "1"
22 *LandscapeOrientation: Plus90
23 *TTRasterizer: Type42
24 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "0"
28 *General docHeaderValues: "<0><0><0>"
29 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
33 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *OpenUI *PageSize: PickOne
36 *OrderDependency: 10 AnySetup *PageSize
37 *DefaultPageSize: Letter
38 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
39 *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
40 *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
41 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
42 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
43 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
44 *PageSize Env10/Umschlag #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
45 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
46 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
47 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
48 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
49 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
50 *PageSize EnvISOB5/Umschlag ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
51 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
52 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
53 *PageSize EnvISOB6/Umschlag ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
54 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
55 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
56 *CloseUI: *PageSize
57 *OpenUI *PageRegion: PickOne
58 *OrderDependency: 10 AnySetup *PageRegion
59 *DefaultPageRegion: Letter
60 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
61 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
62 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
63 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
64 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
65 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
66 *PageRegion Env10/Umschlag #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
67 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
68 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
69 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
70 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
71 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
72 *PageRegion EnvISOB5/Umschlag ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
73 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
74 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
75 *PageRegion EnvISOB6/Umschlag ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
76 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
77 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
78 *CloseUI: *PageRegion
79 *DefaultImageableArea: Letter
80 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
81 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
82 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
83 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
84 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
85 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
86 *ImageableArea Env10/Umschlag #10 - 4.13x9.5in: "11.52 15.59 285.48 668.41"
87 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
88 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
89 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
90 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
91 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
92 *ImageableArea EnvISOB5/Umschlag ISOB5 - 176x250mm: "11.52 15.59 487.48 693.41"
93 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
94 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
95 *ImageableArea EnvISOB6/Umschlag ISOB6 - 176x125mm: "11.52 15.59 487.48 338.41"
96 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
97 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
98 *DefaultPaperDimension: Letter
99 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
100 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
101 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
102 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
103 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
104 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
105 *PaperDimension Env10/Umschlag #10 - 4.13x9.5in: "297.00 684.00"
106 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
107 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
108 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
109 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
110 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
111 *PaperDimension EnvISOB5/Umschlag ISOB5 - 176x250mm: "499.00 709.00"
112 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
113 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
114 *PaperDimension EnvISOB6/Umschlag ISOB6 - 176x125mm: "499.00 354.00"
115 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
116 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
117 *MaxMediaWidth: "0.00"
118 *MaxMediaHeight: "0.00"
119 *HWMargins: 11.52 15.59 11.52 15.59
120 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
121 *ParamCustomPageSize Width: 1 points 0.00 0.00
122 *ParamCustomPageSize Height: 2 points 0.00 0.00
123 *ParamCustomPageSize WidthOffset: 3 points 0 0
124 *ParamCustomPageSize HeightOffset: 4 points 0 0
125 *ParamCustomPageSize Orientation: 5 int 0 0
126 *RequiresPageRegion All: True
127 *OpenUI *InputSlot: PickOne
128 *OrderDependency: 10.0 AnySetup *InputSlot
129 *DefaultInputSlot: Auto
130 *InputSlot Auto/Automatische Auswahl: "<</MediaPosition 1>>setpagedevice"
131 *InputSlot Manual/Manueller Einzug: "<</MediaPosition 2>>setpagedevice"
132 *CloseUI: *InputSlot
133 *OpenUI *MediaType/Papiertyp: PickOne
134 *OrderDependency: 10.0 AnySetup *MediaType
135 *DefaultMediaType: OFF
136 *MediaType OFF/Grundeinstellungen des Druckers: ""
137 *MediaType NORMAL/Normalpapier: ""
138 *MediaType THICK/Dickes Papier: ""
139 *MediaType THIN/Dünnes Papier: ""
140 *MediaType BOND/Kartoniertes Papier: ""
141 *MediaType OHP/Transparenz: ""
142 *MediaType CARD/Visitenkarten: ""
143 *MediaType LABEL/Etiketten: ""
144 *MediaType USED/Vorgedrucktes Papier: ""
145 *MediaType COLOR/Farbiges Papier: ""
146 *MediaType ENV/Umschlag/Couvert: ""
147 *CloseUI: *MediaType
148 *OpenUI *PowerSave/Energiesparmodus: PickOne
149 *OrderDependency: 10.0 AnySetup *PowerSave
150 *DefaultPowerSave: 5
151 *PowerSave False/Aus: ""
152 *PowerSave 5/5 Minuten: ""
153 *PowerSave 10/10 Minuten: ""
154 *PowerSave 15/15 Minuten: ""
155 *PowerSave 30/30 Minuten: ""
156 *PowerSave 45/45 Minuten: ""
157 *PowerSave 60/1 Stunde: ""
158 *CloseUI: *PowerSave
159 *OpenUI *TonerDensity/Tonerdichte: PickOne
160 *OrderDependency: 10.0 AnySetup *TonerDensity
161 *DefaultTonerDensity: 3
162 *TonerDensity 1/Hell: ""
163 *TonerDensity 3/Normal: ""
164 *TonerDensity 5/Dunkel: ""
165 *CloseUI: *TonerDensity
166 *OpenUI *EconoMode/Toner Sparmodus: PickOne
167 *OrderDependency: 10.0 AnySetup *EconoMode
168 *DefaultEconoMode: 0
169 *EconoMode 0/Grundeinstellungen des Druckers: ""
170 *EconoMode ON/Sparen: ""
171 *EconoMode OFF/Standard: ""
172 *CloseUI: *EconoMode
173 *OpenUI *JamRecovery/Druck nach Papierstau fortsetzen: Boolean
174 *OrderDependency: 10.0 AnySetup *JamRecovery
175 *DefaultJamRecovery: False
176 *JamRecovery False/Aus: ""
177 *JamRecovery True/Ein: ""
178 *CloseUI: *JamRecovery
179 *OpenUI *ColorModel/Farbe modus: PickOne
180 *OrderDependency: 10.0 AnySetup *ColorModel
181 *DefaultColorModel: Gray
182 *ColorModel Gray/Abgestuftes von grauen: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
183 *CloseUI: *ColorModel
184 *OpenUI *Resolution: PickOne
185 *OrderDependency: 10.0 AnySetup *Resolution
186 *DefaultResolution: 600dpi
187 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
188 *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
189 *CloseUI: *Resolution
190 *DefaultFont: Courier
191 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
192 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
193 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
194 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
195 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
196 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
197 *Font Bookman-Light: Standard "(1.05)" Standard ROM
198 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
199 *Font Courier: Standard "(1.05)" Standard ROM
200 *Font Courier-Bold: Standard "(1.05)" Standard ROM
201 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
202 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
203 *Font Helvetica: Standard "(1.05)" Standard ROM
204 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
205 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
206 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
207 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
208 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
209 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
210 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
211 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
212 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
213 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
214 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
215 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
216 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
217 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
218 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
219 *Font Symbol: Special "(001.005)" Special ROM
220 *Font Times-Bold: Standard "(1.05)" Standard ROM
221 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
222 *Font Times-Italic: Standard "(1.05)" Standard ROM
223 *Font Times-Roman: Standard "(1.05)" Standard ROM
224 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
225 *Font ZapfDingbats: Special "(001.005)" Special ROM
226 *% End of ml1610.ppd, 11666 bytes.
00 *PPD-Adobe: "4.3"
11 *% PPD file for ML-1610 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
2 *% Created by the CUPS PPD Compiler v1.2.3.
33 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
4 *FileVersion: "SpliX V. 2.0.0"
55 *LanguageVersion: French
66 *LanguageEncoding: ISOLatin1
77 *PCFileName: "ml1610.ppd"
88 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
910 *Product: "(GNU Ghostscript)"
1011 *Manufacturer: "Samsung"
1112 *ModelName: "Samsung ML-1610"
1213 *ShortNickName: "Samsung ML-1610"
13 *NickName: "Samsung ML-1610, 1.0"
14 *NickName: "Samsung ML-1610, SpliX V. 2.0.0"
1415 *PSVersion: "(3010.000) 705"
1516 *PSVersion: "(3010.000) 707"
1617 *PSVersion: "(3010.000) 815"
18 *PSVersion: "(3010.000) 853"
1719 *LanguageLevel: "3"
1820 *ColorDevice: False
1921 *DefaultColorSpace: Gray
2224 *LandscapeOrientation: Plus90
2325 *TTRasterizer: Type42
2426 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "0"
28 *General docHeaderValues: "<0><0><0>"
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
2930 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
31 *General DocHeaderValues: "<0><0><0>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
3335 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *OpenUI *PageSize: PickOne
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
3638 *OrderDependency: 10 AnySetup *PageSize
3739 *DefaultPageSize: Letter
3840 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
4143 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
4244 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
4345 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
44 *PageSize Env10/Enveloppe #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
46 *PageSize Env10/Enveloppe n°10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
4547 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
4648 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
4749 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
4850 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
4951 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
5052 *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"
5155 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
5256 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
53 *PageSize EnvISOB6/Enveloppe ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
57 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
5458 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
5559 *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"
62 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
5663 *CloseUI: *PageSize
57 *OpenUI *PageRegion: PickOne
64 *OpenUI *PageRegion/Media Size: PickOne
5865 *OrderDependency: 10 AnySetup *PageRegion
5966 *DefaultPageRegion: Letter
6067 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
6370 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
6471 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
6572 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
66 *PageRegion Env10/Enveloppe #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
73 *PageRegion Env10/Enveloppe n°10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
6774 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
6875 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
6976 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
7077 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
7178 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
7279 *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"
7382 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
7483 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
75 *PageRegion EnvISOB6/Enveloppe ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
84 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
7685 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
7786 *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"
89 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
7890 *CloseUI: *PageRegion
7991 *DefaultImageableArea: Letter
80 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
81 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
82 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
83 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
84 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
85 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
86 *ImageableArea Env10/Enveloppe #10 - 4.13x9.5in: "11.52 15.59 285.48 668.41"
87 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
88 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
89 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
90 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
91 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
92 *ImageableArea EnvISOB5/Enveloppe ISOB5 - 176x250mm: "11.52 15.59 487.48 693.41"
93 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
94 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
95 *ImageableArea EnvISOB6/Enveloppe ISOB6 - 176x125mm: "11.52 15.59 487.48 338.41"
96 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
97 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
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"
98115 *DefaultPaperDimension: Letter
99116 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
100117 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
102119 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
103120 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
104121 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
105 *PaperDimension Env10/Enveloppe #10 - 4.13x9.5in: "297.00 684.00"
122 *PaperDimension Env10/Enveloppe n°10 - 4.13x9.5in: "297.00 684.00"
106123 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
107124 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
108125 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
109126 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
110127 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
111128 *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"
112131 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
113132 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
114 *PaperDimension EnvISOB6/Enveloppe ISOB6 - 176x125mm: "499.00 354.00"
133 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
115134 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
116135 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
117 *MaxMediaWidth: "0.00"
118 *MaxMediaHeight: "0.00"
119 *HWMargins: 11.52 15.59 11.52 15.59
120 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
121 *ParamCustomPageSize Width: 1 points 0.00 0.00
122 *ParamCustomPageSize Height: 2 points 0.00 0.00
123 *ParamCustomPageSize WidthOffset: 3 points 0 0
124 *ParamCustomPageSize HeightOffset: 4 points 0 0
125 *ParamCustomPageSize Orientation: 5 int 0 0
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"
126139 *RequiresPageRegion All: True
127 *OpenUI *InputSlot: PickOne
140 *OpenUI *InputSlot/Media Source: PickOne
128141 *OrderDependency: 10.0 AnySetup *InputSlot
129142 *DefaultInputSlot: Auto
130143 *InputSlot Auto/Sélection automatique: "<</MediaPosition 1>>setpagedevice"
131 *InputSlot Manual/Chargement manuel: "<</MediaPosition 2>>setpagedevice"
144 *InputSlot Manual/Manuel: "<</MediaPosition 2>>setpagedevice"
132145 *CloseUI: *InputSlot
133 *OpenUI *MediaType/Type de papier: PickOne
146 *OpenUI *MediaType/Type de support: PickOne
134147 *OrderDependency: 10.0 AnySetup *MediaType
135148 *DefaultMediaType: OFF
136149 *MediaType OFF/Utiliser la configuration imprimante: ""
137150 *MediaType NORMAL/Papier ordinaire: ""
138151 *MediaType THICK/Papier épais: ""
139152 *MediaType THIN/Papier fin: ""
140 *MediaType BOND/Papier cartonné: ""
153 *MediaType BOND/Papier Bond: ""
141154 *MediaType OHP/Transparent: ""
142 *MediaType CARD/Carte de visite: ""
155 *MediaType CARD/Papier cartonné: ""
143156 *MediaType LABEL/Étiquette: ""
144 *MediaType USED/Papier Pré-imprimé: ""
145 *MediaType COLOR/Papier coloré: ""
157 *MediaType USED/Papier pré-imprimé: ""
158 *MediaType COLOR/Couleur: ""
146159 *MediaType ENV/Enveloppe: ""
160 *MediaType COTTON/Coton: ""
161 *MediaType RECYCLED/Papier recyclé: ""
162 *MediaType ARCHIVE/Archive: ""
147163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Pression de l'air: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Faible: ""
168 *Altitude HIGH/Forte: ""
169 *CloseUI: *Altitude
148170 *OpenUI *PowerSave/Économie d'énergie: PickOne
149171 *OrderDependency: 10.0 AnySetup *PowerSave
150172 *DefaultPowerSave: 5
174196 *OrderDependency: 10.0 AnySetup *JamRecovery
175197 *DefaultJamRecovery: False
176198 *JamRecovery False/Désactivé: ""
177 *JamRecovery True/Activé: ""
199 *JamRecovery True/Oui: ""
178200 *CloseUI: *JamRecovery
179 *OpenUI *ColorModel/Mode de couleur: PickOne
201 *OpenUI *ColorModel/Mode couleur: PickOne
180202 *OrderDependency: 10.0 AnySetup *ColorModel
181203 *DefaultColorModel: Gray
182204 *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
187209 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
188210 *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
189211 *CloseUI: *Resolution
212 *OpenUI *Duplex/Impression recto-verso: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Simple (recto): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Côté long (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Côté court (Paysage): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
190219 *DefaultFont: Courier
191220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
192221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
223252 *Font Times-Roman: Standard "(1.05)" Standard ROM
224253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
225254 *Font ZapfDingbats: Special "(001.005)" Special ROM
226 *% End of ml1610.ppd, 11697 bytes.
255 *% End of ml1610.ppd, 13872 bytes.
+0
-227
ppd/ml1610it.ppd less more
0 *PPD-Adobe: "4.3"
1 *% PPD file for ML-1610 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
3 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
5 *LanguageVersion: Italian
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ml1610.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GNU Ghostscript)"
10 *Manufacturer: "Samsung"
11 *ModelName: "Samsung ML-1610"
12 *ShortNickName: "Samsung ML-1610"
13 *NickName: "Samsung ML-1610, 1.0"
14 *PSVersion: "(3010.000) 705"
15 *PSVersion: "(3010.000) 707"
16 *PSVersion: "(3010.000) 815"
17 *LanguageLevel: "3"
18 *ColorDevice: False
19 *DefaultColorSpace: Gray
20 *FileSystem: False
21 *Throughput: "1"
22 *LandscapeOrientation: Plus90
23 *TTRasterizer: Type42
24 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "0"
28 *General docHeaderValues: "<0><0><0>"
29 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
33 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *OpenUI *PageSize: PickOne
36 *OrderDependency: 10 AnySetup *PageSize
37 *DefaultPageSize: Letter
38 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
39 *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
40 *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
41 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
42 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
43 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
44 *PageSize Env10/Buste lettera #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
45 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
46 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
47 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
48 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
49 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
50 *PageSize EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
51 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
52 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
53 *PageSize EnvISOB6/Buste lettera ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
54 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
55 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
56 *CloseUI: *PageSize
57 *OpenUI *PageRegion: PickOne
58 *OrderDependency: 10 AnySetup *PageRegion
59 *DefaultPageRegion: Letter
60 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
61 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
62 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
63 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
64 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
65 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
66 *PageRegion Env10/Buste lettera #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
67 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
68 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
69 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
70 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
71 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
72 *PageRegion EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
73 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
74 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
75 *PageRegion EnvISOB6/Buste lettera ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
76 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
77 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
78 *CloseUI: *PageRegion
79 *DefaultImageableArea: Letter
80 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
81 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
82 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
83 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
84 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
85 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
86 *ImageableArea Env10/Buste lettera #10 - 4.13x9.5in: "11.52 15.59 285.48 668.41"
87 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
88 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
89 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
90 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
91 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
92 *ImageableArea EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "11.52 15.59 487.48 693.41"
93 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
94 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
95 *ImageableArea EnvISOB6/Buste lettera ISOB6 - 176x125mm: "11.52 15.59 487.48 338.41"
96 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
97 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
98 *DefaultPaperDimension: Letter
99 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
100 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
101 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
102 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
103 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
104 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
105 *PaperDimension Env10/Buste lettera #10 - 4.13x9.5in: "297.00 684.00"
106 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
107 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
108 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
109 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
110 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
111 *PaperDimension EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "499.00 709.00"
112 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
113 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
114 *PaperDimension EnvISOB6/Buste lettera ISOB6 - 176x125mm: "499.00 354.00"
115 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
116 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
117 *MaxMediaWidth: "0.00"
118 *MaxMediaHeight: "0.00"
119 *HWMargins: 11.52 15.59 11.52 15.59
120 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
121 *ParamCustomPageSize Width: 1 points 0.00 0.00
122 *ParamCustomPageSize Height: 2 points 0.00 0.00
123 *ParamCustomPageSize WidthOffset: 3 points 0 0
124 *ParamCustomPageSize HeightOffset: 4 points 0 0
125 *ParamCustomPageSize Orientation: 5 int 0 0
126 *RequiresPageRegion All: True
127 *OpenUI *InputSlot: PickOne
128 *OrderDependency: 10.0 AnySetup *InputSlot
129 *DefaultInputSlot: Auto
130 *InputSlot Auto/Selezione Automatica: "<</MediaPosition 1>>setpagedevice"
131 *InputSlot Manual/Alimentazione Manuale: "<</MediaPosition 2>>setpagedevice"
132 *CloseUI: *InputSlot
133 *OpenUI *MediaType/Tipo Carta: PickOne
134 *OrderDependency: 10.0 AnySetup *MediaType
135 *DefaultMediaType: OFF
136 *MediaType OFF/Usa Default Stampante: ""
137 *MediaType NORMAL/Carta Semplice: ""
138 *MediaType THICK/Carta Spessa: ""
139 *MediaType THIN/Carta Sottile: ""
140 *MediaType BOND/Adesivo: ""
141 *MediaType OHP/Lucido: ""
142 *MediaType CARD/Biglietti Da Visita: ""
143 *MediaType LABEL/Etichette: ""
144 *MediaType USED/Prestampati: ""
145 *MediaType COLOR/Carta Colorata: ""
146 *MediaType ENV/Busta da Lettera: ""
147 *CloseUI: *MediaType
148 *OpenUI *PowerSave/Risparmio Energetico: PickOne
149 *OrderDependency: 10.0 AnySetup *PowerSave
150 *DefaultPowerSave: 5
151 *PowerSave False/Off: ""
152 *PowerSave 5/5 Minuti: ""
153 *PowerSave 10/10 Minuti: ""
154 *PowerSave 15/15 Minuti: ""
155 *PowerSave 30/30 Minuti: ""
156 *PowerSave 45/45 Minuti: ""
157 *PowerSave 60/1 Ora: ""
158 *CloseUI: *PowerSave
159 *OpenUI *TonerDensity/Densità del Toner: PickOne
160 *OrderDependency: 10.0 AnySetup *TonerDensity
161 *DefaultTonerDensity: 3
162 *TonerDensity 1/Leggera: ""
163 *TonerDensity 3/Media: ""
164 *TonerDensity 5/Scura: ""
165 *CloseUI: *TonerDensity
166 *OpenUI *EconoMode/Risparmio Toner: PickOne
167 *OrderDependency: 10.0 AnySetup *EconoMode
168 *DefaultEconoMode: 0
169 *EconoMode 0/Usa Default Stampante: ""
170 *EconoMode ON/Risparmio: ""
171 *EconoMode OFF/Standard: ""
172 *CloseUI: *EconoMode
173 *OpenUI *JamRecovery/Ristampa se Inceppata: Boolean
174 *OrderDependency: 10.0 AnySetup *JamRecovery
175 *DefaultJamRecovery: False
176 *JamRecovery False/Off: ""
177 *JamRecovery True/On: ""
178 *CloseUI: *JamRecovery
179 *OpenUI *ColorModel/Modo di colore: PickOne
180 *OrderDependency: 10.0 AnySetup *ColorModel
181 *DefaultColorModel: Gray
182 *ColorModel Gray/Gradazione di grigio: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
183 *CloseUI: *ColorModel
184 *OpenUI *Resolution: PickOne
185 *OrderDependency: 10.0 AnySetup *Resolution
186 *DefaultResolution: 600dpi
187 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
188 *Resolution 300dpi/300 DPI: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
189 *CloseUI: *Resolution
190 *DefaultFont: Courier
191 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
192 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
193 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
194 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
195 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
196 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
197 *Font Bookman-Light: Standard "(1.05)" Standard ROM
198 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
199 *Font Courier: Standard "(1.05)" Standard ROM
200 *Font Courier-Bold: Standard "(1.05)" Standard ROM
201 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
202 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
203 *Font Helvetica: Standard "(1.05)" Standard ROM
204 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
205 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
206 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
207 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
208 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
209 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
210 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
211 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
212 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
213 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
214 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
215 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
216 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
217 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
218 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
219 *Font Symbol: Special "(001.005)" Special ROM
220 *Font Times-Bold: Standard "(1.05)" Standard ROM
221 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
222 *Font Times-Italic: Standard "(1.05)" Standard ROM
223 *Font Times-Roman: Standard "(1.05)" Standard ROM
224 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
225 *Font ZapfDingbats: Special "(001.005)" Special ROM
226 *% End of ml1610.ppd, 11687 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for ML-1610 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: Portuguese_Brazil
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ml1610.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung ML-1610"
13 *ShortNickName: "Samsung ML-1610"
14 *NickName: "Samsung ML-1610, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><0><0>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Seleção Automática: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Alimentação Manual: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Tipo de Papel: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Usar a Definição da Impressora: ""
150 *MediaType NORMAL/Papel normal: ""
151 *MediaType THICK/Papel grosso: ""
152 *MediaType THIN/Papel Delgado (Fino): ""
153 *MediaType BOND/Papel Bond: ""
154 *MediaType OHP/Transparência: ""
155 *MediaType CARD/Cartolina: ""
156 *MediaType LABEL/Etiqueta: ""
157 *MediaType USED/Papel Pré-Impresso: ""
158 *MediaType COLOR/Cor: ""
159 *MediaType ENV/Envelope: ""
160 *MediaType COTTON/Algodão: ""
161 *MediaType RECYCLED/Papel Reciclado: ""
162 *MediaType ARCHIVE/Arquivamento: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Pressão Atmosférica: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Pressão Elevada (Baixa Altitude): ""
168 *Altitude HIGH/Pressão Reduzida (Grande Altitude): ""
169 *CloseUI: *Altitude
170 *OpenUI *PowerSave/Economia de Energia: PickOne
171 *OrderDependency: 10.0 AnySetup *PowerSave
172 *DefaultPowerSave: 5
173 *PowerSave False/Desligado: ""
174 *PowerSave 5/5 Minutos: ""
175 *PowerSave 10/10 Minutos: ""
176 *PowerSave 15/15 Minutos: ""
177 *PowerSave 30/30 Minutos: ""
178 *PowerSave 45/45 Minutos: ""
179 *PowerSave 60/1 Hora: ""
180 *CloseUI: *PowerSave
181 *OpenUI *TonerDensity/Densidade do Toner: PickOne
182 *OrderDependency: 10.0 AnySetup *TonerDensity
183 *DefaultTonerDensity: 3
184 *TonerDensity 1/Claro: ""
185 *TonerDensity 3/Normal: ""
186 *TonerDensity 5/Escuro: ""
187 *CloseUI: *TonerDensity
188 *OpenUI *EconoMode/Economia do Toner: PickOne
189 *OrderDependency: 10.0 AnySetup *EconoMode
190 *DefaultEconoMode: 0
191 *EconoMode 0/Usar a Definição da Impressora: ""
192 *EconoMode ON/Economizar: ""
193 *EconoMode OFF/Não Economizar: ""
194 *CloseUI: *EconoMode
195 *OpenUI *JamRecovery/Reimpressão Após Atolamento do Papel: Boolean
196 *OrderDependency: 10.0 AnySetup *JamRecovery
197 *DefaultJamRecovery: False
198 *JamRecovery False/Desligado: ""
199 *JamRecovery True/Ativado: ""
200 *CloseUI: *JamRecovery
201 *OpenUI *ColorModel/Modo Cor: PickOne
202 *OrderDependency: 10.0 AnySetup *ColorModel
203 *DefaultColorModel: Gray
204 *ColorModel Gray/Tons de Cinza: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
205 *CloseUI: *ColorModel
206 *OpenUI *Resolution: PickOne
207 *OrderDependency: 10.0 AnySetup *Resolution
208 *DefaultResolution: 600dpi
209 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
210 *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
211 *CloseUI: *Resolution
212 *OpenUI *Duplex/Impressão em Frente e Verso: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Frente (Simples): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Borda Longa (Retrato): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Borda Curta (Paisagem): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
219 *DefaultFont: Courier
220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
224 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
225 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
226 *Font Bookman-Light: Standard "(1.05)" Standard ROM
227 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
228 *Font Courier: Standard "(1.05)" Standard ROM
229 *Font Courier-Bold: Standard "(1.05)" Standard ROM
230 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
231 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
232 *Font Helvetica: Standard "(1.05)" Standard ROM
233 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
234 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
244 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
245 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
247 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
248 *Font Symbol: Special "(001.005)" Special ROM
249 *Font Times-Bold: Standard "(1.05)" Standard ROM
250 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
251 *Font Times-Italic: Standard "(1.05)" Standard ROM
252 *Font Times-Roman: Standard "(1.05)" Standard ROM
253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
254 *Font ZapfDingbats: Special "(001.005)" Special ROM
255 *% End of ml1610.ppd, 13990 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for ML-1630 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: English
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ml1630.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung ML-1630"
13 *ShortNickName: "Samsung ML-1630"
14 *NickName: "Samsung ML-1630, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "2"
31 *General DocHeaderValues: "<0><0><1>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
140 *OpenUI *InputSlot/Media Source: PickOne
141 *OrderDependency: 10.0 AnySetup *InputSlot
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Automatic Selection: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Manual Feed: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Paper Type: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Use Printer Default: ""
150 *MediaType NORMAL/Plain Paper: ""
151 *MediaType THICK/Thick Paper: ""
152 *MediaType THIN/Thin Paper: ""
153 *MediaType BOND/Bond: ""
154 *MediaType OHP/Transparency: ""
155 *MediaType CARD/Card Stock: ""
156 *MediaType LABEL/Label: ""
157 *MediaType USED/Preprinted: ""
158 *MediaType COLOR/Colored Paper: ""
159 *MediaType ENV/Envelope: ""
160 *MediaType COTTON/Cotton: ""
161 *MediaType RECYCLED/Recycled: ""
162 *MediaType ARCHIVE/Archive: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Air pressure: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Low: ""
168 *Altitude HIGH/High: ""
169 *CloseUI: *Altitude
170 *OpenUI *PowerSave/Power Save: PickOne
171 *OrderDependency: 10.0 AnySetup *PowerSave
172 *DefaultPowerSave: 5
173 *PowerSave False/Off: ""
174 *PowerSave 5/5 Minutes: ""
175 *PowerSave 10/10 Minutes: ""
176 *PowerSave 15/15 Minutes: ""
177 *PowerSave 30/30 Minutes: ""
178 *PowerSave 45/45 Minutes: ""
179 *PowerSave 60/1 Hour: ""
180 *CloseUI: *PowerSave
181 *OpenUI *TonerDensity/Toner Density: PickOne
182 *OrderDependency: 10.0 AnySetup *TonerDensity
183 *DefaultTonerDensity: 3
184 *TonerDensity 1/Light: ""
185 *TonerDensity 3/Medium: ""
186 *TonerDensity 5/Dark: ""
187 *CloseUI: *TonerDensity
188 *OpenUI *EconoMode/Toner Save: PickOne
189 *OrderDependency: 10.0 AnySetup *EconoMode
190 *DefaultEconoMode: 0
191 *EconoMode 0/Use Printer Default: ""
192 *EconoMode ON/Save: ""
193 *EconoMode OFF/Standard: ""
194 *CloseUI: *EconoMode
195 *OpenUI *JamRecovery/Reprint When Jam: Boolean
196 *OrderDependency: 10.0 AnySetup *JamRecovery
197 *DefaultJamRecovery: False
198 *JamRecovery False/Off: ""
199 *JamRecovery True/On: ""
200 *CloseUI: *JamRecovery
201 *OpenUI *ColorModel/Color Mode: PickOne
202 *OrderDependency: 10.0 AnySetup *ColorModel
203 *DefaultColorModel: Gray
204 *ColorModel Gray/Grayscale: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
205 *CloseUI: *ColorModel
206 *OpenUI *Resolution: PickOne
207 *OrderDependency: 10.0 AnySetup *Resolution
208 *DefaultResolution: 600dpi
209 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
210 *Resolution 1200x600dpi/1200x600 DPI: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
211 *CloseUI: *Resolution
212 *OpenUI *Duplex/2-Sided Printing: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Off (1-Sided): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Long-Edge (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Short-Edge (Landscape): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
219 *DefaultFont: Courier
220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
224 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
225 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
226 *Font Bookman-Light: Standard "(1.05)" Standard ROM
227 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
228 *Font Courier: Standard "(1.05)" Standard ROM
229 *Font Courier-Bold: Standard "(1.05)" Standard ROM
230 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
231 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
232 *Font Helvetica: Standard "(1.05)" Standard ROM
233 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
234 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
244 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
245 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
247 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
248 *Font Symbol: Special "(001.005)" Special ROM
249 *Font Times-Bold: Standard "(1.05)" Standard ROM
250 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
251 *Font Times-Italic: Standard "(1.05)" Standard ROM
252 *Font Times-Roman: Standard "(1.05)" Standard ROM
253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
254 *Font ZapfDingbats: Special "(001.005)" Special ROM
255 *% End of ml1630.ppd, 13625 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for ML-1630 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: French
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ml1630.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung ML-1630"
13 *ShortNickName: "Samsung ML-1630"
14 *NickName: "Samsung ML-1630, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "2"
31 *General DocHeaderValues: "<0><0><1>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Sélection automatique: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Manuel: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Type de support: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Utiliser la configuration imprimante: ""
150 *MediaType NORMAL/Papier ordinaire: ""
151 *MediaType THICK/Papier épais: ""
152 *MediaType THIN/Papier fin: ""
153 *MediaType BOND/Papier Bond: ""
154 *MediaType OHP/Transparent: ""
155 *MediaType CARD/Papier cartonné: ""
156 *MediaType LABEL/Étiquette: ""
157 *MediaType USED/Papier pré-imprimé: ""
158 *MediaType COLOR/Couleur: ""
159 *MediaType ENV/Enveloppe: ""
160 *MediaType COTTON/Coton: ""
161 *MediaType RECYCLED/Papier recyclé: ""
162 *MediaType ARCHIVE/Archive: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Pression de l'air: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Faible: ""
168 *Altitude HIGH/Forte: ""
169 *CloseUI: *Altitude
170 *OpenUI *PowerSave/Économie d'énergie: PickOne
171 *OrderDependency: 10.0 AnySetup *PowerSave
172 *DefaultPowerSave: 5
173 *PowerSave False/Désactivé: ""
174 *PowerSave 5/5 minutes: ""
175 *PowerSave 10/10 minutes: ""
176 *PowerSave 15/15 minutes: ""
177 *PowerSave 30/30 minutes: ""
178 *PowerSave 45/45 minutes: ""
179 *PowerSave 60/1 heure: ""
180 *CloseUI: *PowerSave
181 *OpenUI *TonerDensity/Densité de toner: PickOne
182 *OrderDependency: 10.0 AnySetup *TonerDensity
183 *DefaultTonerDensity: 3
184 *TonerDensity 1/Clair: ""
185 *TonerDensity 3/Normal: ""
186 *TonerDensity 5/Sombre: ""
187 *CloseUI: *TonerDensity
188 *OpenUI *EconoMode/Économie de toner: PickOne
189 *OrderDependency: 10.0 AnySetup *EconoMode
190 *DefaultEconoMode: 0
191 *EconoMode 0/Utiliser la configuration imprimante: ""
192 *EconoMode ON/Économiser: ""
193 *EconoMode OFF/Standard: ""
194 *CloseUI: *EconoMode
195 *OpenUI *JamRecovery/Réimpression si bourrage: Boolean
196 *OrderDependency: 10.0 AnySetup *JamRecovery
197 *DefaultJamRecovery: False
198 *JamRecovery False/Désactivé: ""
199 *JamRecovery True/Oui: ""
200 *CloseUI: *JamRecovery
201 *OpenUI *ColorModel/Mode couleur: PickOne
202 *OrderDependency: 10.0 AnySetup *ColorModel
203 *DefaultColorModel: Gray
204 *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
205 *CloseUI: *ColorModel
206 *OpenUI *Resolution: PickOne
207 *OrderDependency: 10.0 AnySetup *Resolution
208 *DefaultResolution: 600dpi
209 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
210 *Resolution 1200x600dpi/1200x600 PPP: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
211 *CloseUI: *Resolution
212 *OpenUI *Duplex/Impression recto-verso: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Simple (recto): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Côté long (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Côté court (Paysage): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
219 *DefaultFont: Courier
220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
224 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
225 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
226 *Font Bookman-Light: Standard "(1.05)" Standard ROM
227 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
228 *Font Courier: Standard "(1.05)" Standard ROM
229 *Font Courier-Bold: Standard "(1.05)" Standard ROM
230 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
231 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
232 *Font Helvetica: Standard "(1.05)" Standard ROM
233 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
234 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
244 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
245 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
247 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
248 *Font Symbol: Special "(001.005)" Special ROM
249 *Font Times-Bold: Standard "(1.05)" Standard ROM
250 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
251 *Font Times-Italic: Standard "(1.05)" Standard ROM
252 *Font Times-Roman: Standard "(1.05)" Standard ROM
253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
254 *Font ZapfDingbats: Special "(001.005)" Special ROM
255 *% End of ml1630.ppd, 13883 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for ML-1630 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: Portuguese_Brazil
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ml1630.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung ML-1630"
13 *ShortNickName: "Samsung ML-1630"
14 *NickName: "Samsung ML-1630, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "2"
31 *General DocHeaderValues: "<0><0><1>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Seleção Automática: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Alimentação Manual: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Tipo de Papel: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Usar a Definição da Impressora: ""
150 *MediaType NORMAL/Papel normal: ""
151 *MediaType THICK/Papel grosso: ""
152 *MediaType THIN/Papel Delgado (Fino): ""
153 *MediaType BOND/Papel Bond: ""
154 *MediaType OHP/Transparência: ""
155 *MediaType CARD/Cartolina: ""
156 *MediaType LABEL/Etiqueta: ""
157 *MediaType USED/Papel Pré-Impresso: ""
158 *MediaType COLOR/Cor: ""
159 *MediaType ENV/Envelope: ""
160 *MediaType COTTON/Algodão: ""
161 *MediaType RECYCLED/Papel Reciclado: ""
162 *MediaType ARCHIVE/Arquivamento: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Pressão Atmosférica: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Pressão Elevada (Baixa Altitude): ""
168 *Altitude HIGH/Pressão Reduzida (Grande Altitude): ""
169 *CloseUI: *Altitude
170 *OpenUI *PowerSave/Economia de Energia: PickOne
171 *OrderDependency: 10.0 AnySetup *PowerSave
172 *DefaultPowerSave: 5
173 *PowerSave False/Desligado: ""
174 *PowerSave 5/5 Minutos: ""
175 *PowerSave 10/10 Minutos: ""
176 *PowerSave 15/15 Minutos: ""
177 *PowerSave 30/30 Minutos: ""
178 *PowerSave 45/45 Minutos: ""
179 *PowerSave 60/1 Hora: ""
180 *CloseUI: *PowerSave
181 *OpenUI *TonerDensity/Densidade do Toner: PickOne
182 *OrderDependency: 10.0 AnySetup *TonerDensity
183 *DefaultTonerDensity: 3
184 *TonerDensity 1/Claro: ""
185 *TonerDensity 3/Normal: ""
186 *TonerDensity 5/Escuro: ""
187 *CloseUI: *TonerDensity
188 *OpenUI *EconoMode/Economia do Toner: PickOne
189 *OrderDependency: 10.0 AnySetup *EconoMode
190 *DefaultEconoMode: 0
191 *EconoMode 0/Usar a Definição da Impressora: ""
192 *EconoMode ON/Economizar: ""
193 *EconoMode OFF/Não Economizar: ""
194 *CloseUI: *EconoMode
195 *OpenUI *JamRecovery/Reimpressão Após Atolamento do Papel: Boolean
196 *OrderDependency: 10.0 AnySetup *JamRecovery
197 *DefaultJamRecovery: False
198 *JamRecovery False/Desligado: ""
199 *JamRecovery True/Ativado: ""
200 *CloseUI: *JamRecovery
201 *OpenUI *ColorModel/Modo Cor: PickOne
202 *OrderDependency: 10.0 AnySetup *ColorModel
203 *DefaultColorModel: Gray
204 *ColorModel Gray/Tons de Cinza: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
205 *CloseUI: *ColorModel
206 *OpenUI *Resolution: PickOne
207 *OrderDependency: 10.0 AnySetup *Resolution
208 *DefaultResolution: 600dpi
209 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
210 *Resolution 1200x600dpi/1200x600 PPP: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
211 *CloseUI: *Resolution
212 *OpenUI *Duplex/Impressão em Frente e Verso: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Frente (Simples): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Borda Longa (Retrato): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Borda Curta (Paisagem): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
219 *DefaultFont: Courier
220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
224 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
225 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
226 *Font Bookman-Light: Standard "(1.05)" Standard ROM
227 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
228 *Font Courier: Standard "(1.05)" Standard ROM
229 *Font Courier-Bold: Standard "(1.05)" Standard ROM
230 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
231 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
232 *Font Helvetica: Standard "(1.05)" Standard ROM
233 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
234 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
244 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
245 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
247 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
248 *Font Symbol: Special "(001.005)" Special ROM
249 *Font Times-Bold: Standard "(1.05)" Standard ROM
250 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
251 *Font Times-Italic: Standard "(1.05)" Standard ROM
252 *Font Times-Roman: Standard "(1.05)" Standard ROM
253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
254 *Font ZapfDingbats: Special "(001.005)" Special ROM
255 *% End of ml1630.ppd, 14001 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for ML-1640 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: English
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ml1640.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung ML-1640"
13 *ShortNickName: "Samsung ML-1640"
14 *NickName: "Samsung ML-1640, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "2"
31 *General DocHeaderValues: "<0><0><1>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
140 *OpenUI *InputSlot/Media Source: PickOne
141 *OrderDependency: 10.0 AnySetup *InputSlot
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Automatic Selection: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Manual Feed: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Paper Type: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Use Printer Default: ""
150 *MediaType NORMAL/Plain Paper: ""
151 *MediaType THICK/Thick Paper: ""
152 *MediaType THIN/Thin Paper: ""
153 *MediaType BOND/Bond: ""
154 *MediaType OHP/Transparency: ""
155 *MediaType CARD/Card Stock: ""
156 *MediaType LABEL/Label: ""
157 *MediaType USED/Preprinted: ""
158 *MediaType COLOR/Colored Paper: ""
159 *MediaType ENV/Envelope: ""
160 *MediaType COTTON/Cotton: ""
161 *MediaType RECYCLED/Recycled: ""
162 *MediaType ARCHIVE/Archive: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Air pressure: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Low: ""
168 *Altitude HIGH/High: ""
169 *CloseUI: *Altitude
170 *OpenUI *PowerSave/Power Save: PickOne
171 *OrderDependency: 10.0 AnySetup *PowerSave
172 *DefaultPowerSave: 5
173 *PowerSave False/Off: ""
174 *PowerSave 5/5 Minutes: ""
175 *PowerSave 10/10 Minutes: ""
176 *PowerSave 15/15 Minutes: ""
177 *PowerSave 30/30 Minutes: ""
178 *PowerSave 45/45 Minutes: ""
179 *PowerSave 60/1 Hour: ""
180 *CloseUI: *PowerSave
181 *OpenUI *TonerDensity/Toner Density: PickOne
182 *OrderDependency: 10.0 AnySetup *TonerDensity
183 *DefaultTonerDensity: 3
184 *TonerDensity 1/Light: ""
185 *TonerDensity 3/Medium: ""
186 *TonerDensity 5/Dark: ""
187 *CloseUI: *TonerDensity
188 *OpenUI *EconoMode/Toner Save: PickOne
189 *OrderDependency: 10.0 AnySetup *EconoMode
190 *DefaultEconoMode: 0
191 *EconoMode 0/Use Printer Default: ""
192 *EconoMode ON/Save: ""
193 *EconoMode OFF/Standard: ""
194 *CloseUI: *EconoMode
195 *OpenUI *JamRecovery/Reprint When Jam: Boolean
196 *OrderDependency: 10.0 AnySetup *JamRecovery
197 *DefaultJamRecovery: False
198 *JamRecovery False/Off: ""
199 *JamRecovery True/On: ""
200 *CloseUI: *JamRecovery
201 *OpenUI *ColorModel/Color Mode: PickOne
202 *OrderDependency: 10.0 AnySetup *ColorModel
203 *DefaultColorModel: Gray
204 *ColorModel Gray/Grayscale: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
205 *CloseUI: *ColorModel
206 *OpenUI *Resolution: PickOne
207 *OrderDependency: 10.0 AnySetup *Resolution
208 *DefaultResolution: 600dpi
209 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
210 *Resolution 1200x600dpi/1200x600 DPI: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
211 *CloseUI: *Resolution
212 *OpenUI *Duplex/2-Sided Printing: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Off (1-Sided): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Long-Edge (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Short-Edge (Landscape): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
219 *DefaultFont: Courier
220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
224 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
225 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
226 *Font Bookman-Light: Standard "(1.05)" Standard ROM
227 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
228 *Font Courier: Standard "(1.05)" Standard ROM
229 *Font Courier-Bold: Standard "(1.05)" Standard ROM
230 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
231 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
232 *Font Helvetica: Standard "(1.05)" Standard ROM
233 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
234 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
244 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
245 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
247 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
248 *Font Symbol: Special "(001.005)" Special ROM
249 *Font Times-Bold: Standard "(1.05)" Standard ROM
250 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
251 *Font Times-Italic: Standard "(1.05)" Standard ROM
252 *Font Times-Roman: Standard "(1.05)" Standard ROM
253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
254 *Font ZapfDingbats: Special "(001.005)" Special ROM
255 *% End of ml1640.ppd, 13625 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for ML-1640 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: French
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ml1640.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung ML-1640"
13 *ShortNickName: "Samsung ML-1640"
14 *NickName: "Samsung ML-1640, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "2"
31 *General DocHeaderValues: "<0><0><1>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Sélection automatique: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Manuel: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Type de support: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Utiliser la configuration imprimante: ""
150 *MediaType NORMAL/Papier ordinaire: ""
151 *MediaType THICK/Papier épais: ""
152 *MediaType THIN/Papier fin: ""
153 *MediaType BOND/Papier Bond: ""
154 *MediaType OHP/Transparent: ""
155 *MediaType CARD/Papier cartonné: ""
156 *MediaType LABEL/Étiquette: ""
157 *MediaType USED/Papier pré-imprimé: ""
158 *MediaType COLOR/Couleur: ""
159 *MediaType ENV/Enveloppe: ""
160 *MediaType COTTON/Coton: ""
161 *MediaType RECYCLED/Papier recyclé: ""
162 *MediaType ARCHIVE/Archive: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Pression de l'air: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Faible: ""
168 *Altitude HIGH/Forte: ""
169 *CloseUI: *Altitude
170 *OpenUI *PowerSave/Économie d'énergie: PickOne
171 *OrderDependency: 10.0 AnySetup *PowerSave
172 *DefaultPowerSave: 5
173 *PowerSave False/Désactivé: ""
174 *PowerSave 5/5 minutes: ""
175 *PowerSave 10/10 minutes: ""
176 *PowerSave 15/15 minutes: ""
177 *PowerSave 30/30 minutes: ""
178 *PowerSave 45/45 minutes: ""
179 *PowerSave 60/1 heure: ""
180 *CloseUI: *PowerSave
181 *OpenUI *TonerDensity/Densité de toner: PickOne
182 *OrderDependency: 10.0 AnySetup *TonerDensity
183 *DefaultTonerDensity: 3
184 *TonerDensity 1/Clair: ""
185 *TonerDensity 3/Normal: ""
186 *TonerDensity 5/Sombre: ""
187 *CloseUI: *TonerDensity
188 *OpenUI *EconoMode/Économie de toner: PickOne
189 *OrderDependency: 10.0 AnySetup *EconoMode
190 *DefaultEconoMode: 0
191 *EconoMode 0/Utiliser la configuration imprimante: ""
192 *EconoMode ON/Économiser: ""
193 *EconoMode OFF/Standard: ""
194 *CloseUI: *EconoMode
195 *OpenUI *JamRecovery/Réimpression si bourrage: Boolean
196 *OrderDependency: 10.0 AnySetup *JamRecovery
197 *DefaultJamRecovery: False
198 *JamRecovery False/Désactivé: ""
199 *JamRecovery True/Oui: ""
200 *CloseUI: *JamRecovery
201 *OpenUI *ColorModel/Mode couleur: PickOne
202 *OrderDependency: 10.0 AnySetup *ColorModel
203 *DefaultColorModel: Gray
204 *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
205 *CloseUI: *ColorModel
206 *OpenUI *Resolution: PickOne
207 *OrderDependency: 10.0 AnySetup *Resolution
208 *DefaultResolution: 600dpi
209 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
210 *Resolution 1200x600dpi/1200x600 PPP: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
211 *CloseUI: *Resolution
212 *OpenUI *Duplex/Impression recto-verso: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Simple (recto): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Côté long (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Côté court (Paysage): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
219 *DefaultFont: Courier
220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
224 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
225 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
226 *Font Bookman-Light: Standard "(1.05)" Standard ROM
227 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
228 *Font Courier: Standard "(1.05)" Standard ROM
229 *Font Courier-Bold: Standard "(1.05)" Standard ROM
230 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
231 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
232 *Font Helvetica: Standard "(1.05)" Standard ROM
233 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
234 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
244 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
245 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
247 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
248 *Font Symbol: Special "(001.005)" Special ROM
249 *Font Times-Bold: Standard "(1.05)" Standard ROM
250 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
251 *Font Times-Italic: Standard "(1.05)" Standard ROM
252 *Font Times-Roman: Standard "(1.05)" Standard ROM
253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
254 *Font ZapfDingbats: Special "(001.005)" Special ROM
255 *% End of ml1640.ppd, 13883 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for ML-1640 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: Portuguese_Brazil
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ml1640.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung ML-1640"
13 *ShortNickName: "Samsung ML-1640"
14 *NickName: "Samsung ML-1640, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "2"
31 *General DocHeaderValues: "<0><0><1>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Seleção Automática: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Alimentação Manual: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Tipo de Papel: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Usar a Definição da Impressora: ""
150 *MediaType NORMAL/Papel normal: ""
151 *MediaType THICK/Papel grosso: ""
152 *MediaType THIN/Papel Delgado (Fino): ""
153 *MediaType BOND/Papel Bond: ""
154 *MediaType OHP/Transparência: ""
155 *MediaType CARD/Cartolina: ""
156 *MediaType LABEL/Etiqueta: ""
157 *MediaType USED/Papel Pré-Impresso: ""
158 *MediaType COLOR/Cor: ""
159 *MediaType ENV/Envelope: ""
160 *MediaType COTTON/Algodão: ""
161 *MediaType RECYCLED/Papel Reciclado: ""
162 *MediaType ARCHIVE/Arquivamento: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Pressão Atmosférica: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Pressão Elevada (Baixa Altitude): ""
168 *Altitude HIGH/Pressão Reduzida (Grande Altitude): ""
169 *CloseUI: *Altitude
170 *OpenUI *PowerSave/Economia de Energia: PickOne
171 *OrderDependency: 10.0 AnySetup *PowerSave
172 *DefaultPowerSave: 5
173 *PowerSave False/Desligado: ""
174 *PowerSave 5/5 Minutos: ""
175 *PowerSave 10/10 Minutos: ""
176 *PowerSave 15/15 Minutos: ""
177 *PowerSave 30/30 Minutos: ""
178 *PowerSave 45/45 Minutos: ""
179 *PowerSave 60/1 Hora: ""
180 *CloseUI: *PowerSave
181 *OpenUI *TonerDensity/Densidade do Toner: PickOne
182 *OrderDependency: 10.0 AnySetup *TonerDensity
183 *DefaultTonerDensity: 3
184 *TonerDensity 1/Claro: ""
185 *TonerDensity 3/Normal: ""
186 *TonerDensity 5/Escuro: ""
187 *CloseUI: *TonerDensity
188 *OpenUI *EconoMode/Economia do Toner: PickOne
189 *OrderDependency: 10.0 AnySetup *EconoMode
190 *DefaultEconoMode: 0
191 *EconoMode 0/Usar a Definição da Impressora: ""
192 *EconoMode ON/Economizar: ""
193 *EconoMode OFF/Não Economizar: ""
194 *CloseUI: *EconoMode
195 *OpenUI *JamRecovery/Reimpressão Após Atolamento do Papel: Boolean
196 *OrderDependency: 10.0 AnySetup *JamRecovery
197 *DefaultJamRecovery: False
198 *JamRecovery False/Desligado: ""
199 *JamRecovery True/Ativado: ""
200 *CloseUI: *JamRecovery
201 *OpenUI *ColorModel/Modo Cor: PickOne
202 *OrderDependency: 10.0 AnySetup *ColorModel
203 *DefaultColorModel: Gray
204 *ColorModel Gray/Tons de Cinza: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
205 *CloseUI: *ColorModel
206 *OpenUI *Resolution: PickOne
207 *OrderDependency: 10.0 AnySetup *Resolution
208 *DefaultResolution: 600dpi
209 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
210 *Resolution 1200x600dpi/1200x600 PPP: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
211 *CloseUI: *Resolution
212 *OpenUI *Duplex/Impressão em Frente e Verso: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Frente (Simples): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Borda Longa (Retrato): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Borda Curta (Paisagem): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
219 *DefaultFont: Courier
220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
224 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
225 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
226 *Font Bookman-Light: Standard "(1.05)" Standard ROM
227 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
228 *Font Courier: Standard "(1.05)" Standard ROM
229 *Font Courier-Bold: Standard "(1.05)" Standard ROM
230 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
231 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
232 *Font Helvetica: Standard "(1.05)" Standard ROM
233 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
234 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
244 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
245 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
247 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
248 *Font Symbol: Special "(001.005)" Special ROM
249 *Font Times-Bold: Standard "(1.05)" Standard ROM
250 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
251 *Font Times-Italic: Standard "(1.05)" Standard ROM
252 *Font Times-Roman: Standard "(1.05)" Standard ROM
253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
254 *Font ZapfDingbats: Special "(001.005)" Special ROM
255 *% End of ml1640.ppd, 14001 bytes.
00 *PPD-Adobe: "4.3"
11 *% PPD file for ML-1710 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
2 *% Created by the CUPS PPD Compiler v1.2.3.
33 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
4 *FileVersion: "SpliX V. 2.0.0"
55 *LanguageVersion: English
66 *LanguageEncoding: ISOLatin1
77 *PCFileName: "ml1710.ppd"
88 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
910 *Product: "(GNU Ghostscript)"
1011 *Manufacturer: "Samsung"
1112 *ModelName: "Samsung ML-1710"
1213 *ShortNickName: "Samsung ML-1710"
13 *NickName: "Samsung ML-1710, 1.0"
14 *NickName: "Samsung ML-1710, SpliX V. 2.0.0"
1415 *PSVersion: "(3010.000) 705"
1516 *PSVersion: "(3010.000) 707"
1617 *PSVersion: "(3010.000) 815"
18 *PSVersion: "(3010.000) 853"
1719 *LanguageLevel: "3"
1820 *ColorDevice: False
1921 *DefaultColorSpace: Gray
2224 *LandscapeOrientation: Plus90
2325 *TTRasterizer: Type42
2426 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "0"
28 *General docHeaderValues: "<0><0><0>"
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
2930 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
31 *General DocHeaderValues: "<0><0><0>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
3335 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *OpenUI *PageSize: PickOne
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
3638 *OrderDependency: 10 AnySetup *PageSize
3739 *DefaultPageSize: Letter
3840 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
4850 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
4951 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
5052 *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"
5155 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
5256 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
53 *PageSize EnvISOB6/ISOB6 Envelope - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
57 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
5458 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
5559 *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"
62 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
5663 *CloseUI: *PageSize
57 *OpenUI *PageRegion: PickOne
64 *OpenUI *PageRegion/Media Size: PickOne
5865 *OrderDependency: 10 AnySetup *PageRegion
5966 *DefaultPageRegion: Letter
6067 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
7077 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
7178 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
7279 *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"
7382 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
7483 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
75 *PageRegion EnvISOB6/ISOB6 Envelope - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
84 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
7685 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
7786 *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"
89 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
7890 *CloseUI: *PageRegion
7991 *DefaultImageableArea: Letter
80 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
81 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
82 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
83 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
84 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
85 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
86 *ImageableArea Env10/#10 Envelope - 4.13x9.5in: "11.52 15.59 285.48 668.41"
87 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
88 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
89 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
90 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
91 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
92 *ImageableArea EnvISOB5/ISOB5 Envelope - 176x250mm: "11.52 15.59 487.48 693.41"
93 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
94 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
95 *ImageableArea EnvISOB6/ISOB6 Envelope - 176x125mm: "11.52 15.59 487.48 338.41"
96 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
97 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
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"
98115 *DefaultPaperDimension: Letter
99116 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
100117 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
109126 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
110127 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
111128 *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"
112131 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
113132 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
114 *PaperDimension EnvISOB6/ISOB6 Envelope - 176x125mm: "499.00 354.00"
133 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
115134 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
116135 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
117 *MaxMediaWidth: "0.00"
118 *MaxMediaHeight: "0.00"
119 *HWMargins: 11.52 15.59 11.52 15.59
120 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
121 *ParamCustomPageSize Width: 1 points 0.00 0.00
122 *ParamCustomPageSize Height: 2 points 0.00 0.00
123 *ParamCustomPageSize WidthOffset: 3 points 0 0
124 *ParamCustomPageSize HeightOffset: 4 points 0 0
125 *ParamCustomPageSize Orientation: 5 int 0 0
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"
126139 *RequiresPageRegion All: True
127 *OpenUI *InputSlot: PickOne
140 *OpenUI *InputSlot/Media Source: PickOne
128141 *OrderDependency: 10.0 AnySetup *InputSlot
129142 *DefaultInputSlot: Auto
130143 *InputSlot Auto/Automatic Selection: "<</MediaPosition 1>>setpagedevice"
144157 *MediaType USED/Preprinted: ""
145158 *MediaType COLOR/Colored Paper: ""
146159 *MediaType ENV/Envelope: ""
160 *MediaType COTTON/Cotton: ""
161 *MediaType RECYCLED/Recycled: ""
162 *MediaType ARCHIVE/Archive: ""
147163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Air pressure: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Low: ""
168 *Altitude HIGH/High: ""
169 *CloseUI: *Altitude
148170 *OpenUI *PowerSave/Power Save: PickOne
149171 *OrderDependency: 10.0 AnySetup *PowerSave
150172 *DefaultPowerSave: 5
187209 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
188210 *Resolution 300dpi/300 DPI: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
189211 *CloseUI: *Resolution
212 *OpenUI *Duplex/2-Sided Printing: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Off (1-Sided): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Long-Edge (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Short-Edge (Landscape): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
190219 *DefaultFont: Courier
191220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
192221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
223252 *Font Times-Roman: Standard "(1.05)" Standard ROM
224253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
225254 *Font ZapfDingbats: Special "(001.005)" Special ROM
226 *% End of ml1710.ppd, 11545 bytes.
255 *% End of ml1710.ppd, 13614 bytes.
+0
-227
ppd/ml1710de.ppd less more
0 *PPD-Adobe: "4.3"
1 *% PPD file for ML-1710 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
3 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
5 *LanguageVersion: German
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ml1710.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GNU Ghostscript)"
10 *Manufacturer: "Samsung"
11 *ModelName: "Samsung ML-1710"
12 *ShortNickName: "Samsung ML-1710"
13 *NickName: "Samsung ML-1710, 1.0"
14 *PSVersion: "(3010.000) 705"
15 *PSVersion: "(3010.000) 707"
16 *PSVersion: "(3010.000) 815"
17 *LanguageLevel: "3"
18 *ColorDevice: False
19 *DefaultColorSpace: Gray
20 *FileSystem: False
21 *Throughput: "1"
22 *LandscapeOrientation: Plus90
23 *TTRasterizer: Type42
24 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "0"
28 *General docHeaderValues: "<0><0><0>"
29 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
33 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *OpenUI *PageSize: PickOne
36 *OrderDependency: 10 AnySetup *PageSize
37 *DefaultPageSize: Letter
38 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
39 *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
40 *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
41 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
42 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
43 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
44 *PageSize Env10/Umschlag #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
45 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
46 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
47 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
48 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
49 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
50 *PageSize EnvISOB5/Umschlag ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
51 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
52 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
53 *PageSize EnvISOB6/Umschlag ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
54 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
55 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
56 *CloseUI: *PageSize
57 *OpenUI *PageRegion: PickOne
58 *OrderDependency: 10 AnySetup *PageRegion
59 *DefaultPageRegion: Letter
60 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
61 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
62 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
63 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
64 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
65 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
66 *PageRegion Env10/Umschlag #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
67 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
68 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
69 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
70 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
71 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
72 *PageRegion EnvISOB5/Umschlag ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
73 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
74 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
75 *PageRegion EnvISOB6/Umschlag ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
76 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
77 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
78 *CloseUI: *PageRegion
79 *DefaultImageableArea: Letter
80 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
81 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
82 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
83 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
84 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
85 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
86 *ImageableArea Env10/Umschlag #10 - 4.13x9.5in: "11.52 15.59 285.48 668.41"
87 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
88 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
89 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
90 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
91 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
92 *ImageableArea EnvISOB5/Umschlag ISOB5 - 176x250mm: "11.52 15.59 487.48 693.41"
93 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
94 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
95 *ImageableArea EnvISOB6/Umschlag ISOB6 - 176x125mm: "11.52 15.59 487.48 338.41"
96 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
97 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
98 *DefaultPaperDimension: Letter
99 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
100 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
101 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
102 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
103 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
104 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
105 *PaperDimension Env10/Umschlag #10 - 4.13x9.5in: "297.00 684.00"
106 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
107 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
108 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
109 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
110 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
111 *PaperDimension EnvISOB5/Umschlag ISOB5 - 176x250mm: "499.00 709.00"
112 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
113 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
114 *PaperDimension EnvISOB6/Umschlag ISOB6 - 176x125mm: "499.00 354.00"
115 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
116 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
117 *MaxMediaWidth: "0.00"
118 *MaxMediaHeight: "0.00"
119 *HWMargins: 11.52 15.59 11.52 15.59
120 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
121 *ParamCustomPageSize Width: 1 points 0.00 0.00
122 *ParamCustomPageSize Height: 2 points 0.00 0.00
123 *ParamCustomPageSize WidthOffset: 3 points 0 0
124 *ParamCustomPageSize HeightOffset: 4 points 0 0
125 *ParamCustomPageSize Orientation: 5 int 0 0
126 *RequiresPageRegion All: True
127 *OpenUI *InputSlot: PickOne
128 *OrderDependency: 10.0 AnySetup *InputSlot
129 *DefaultInputSlot: Auto
130 *InputSlot Auto/Automatische Auswahl: "<</MediaPosition 1>>setpagedevice"
131 *InputSlot Manual/Manueller Einzug: "<</MediaPosition 2>>setpagedevice"
132 *CloseUI: *InputSlot
133 *OpenUI *MediaType/Papiertyp: PickOne
134 *OrderDependency: 10.0 AnySetup *MediaType
135 *DefaultMediaType: OFF
136 *MediaType OFF/Grundeinstellungen des Druckers: ""
137 *MediaType NORMAL/Normalpapier: ""
138 *MediaType THICK/Dickes Papier: ""
139 *MediaType THIN/Dünnes Papier: ""
140 *MediaType BOND/Kartoniertes Papier: ""
141 *MediaType OHP/Transparenz: ""
142 *MediaType CARD/Visitenkarten: ""
143 *MediaType LABEL/Etiketten: ""
144 *MediaType USED/Vorgedrucktes Papier: ""
145 *MediaType COLOR/Farbiges Papier: ""
146 *MediaType ENV/Umschlag/Couvert: ""
147 *CloseUI: *MediaType
148 *OpenUI *PowerSave/Energiesparmodus: PickOne
149 *OrderDependency: 10.0 AnySetup *PowerSave
150 *DefaultPowerSave: 5
151 *PowerSave False/Aus: ""
152 *PowerSave 5/5 Minuten: ""
153 *PowerSave 10/10 Minuten: ""
154 *PowerSave 15/15 Minuten: ""
155 *PowerSave 30/30 Minuten: ""
156 *PowerSave 45/45 Minuten: ""
157 *PowerSave 60/1 Stunde: ""
158 *CloseUI: *PowerSave
159 *OpenUI *TonerDensity/Tonerdichte: PickOne
160 *OrderDependency: 10.0 AnySetup *TonerDensity
161 *DefaultTonerDensity: 3
162 *TonerDensity 1/Hell: ""
163 *TonerDensity 3/Normal: ""
164 *TonerDensity 5/Dunkel: ""
165 *CloseUI: *TonerDensity
166 *OpenUI *EconoMode/Toner Sparmodus: PickOne
167 *OrderDependency: 10.0 AnySetup *EconoMode
168 *DefaultEconoMode: 0
169 *EconoMode 0/Grundeinstellungen des Druckers: ""
170 *EconoMode ON/Sparen: ""
171 *EconoMode OFF/Standard: ""
172 *CloseUI: *EconoMode
173 *OpenUI *JamRecovery/Druck nach Papierstau fortsetzen: Boolean
174 *OrderDependency: 10.0 AnySetup *JamRecovery
175 *DefaultJamRecovery: False
176 *JamRecovery False/Aus: ""
177 *JamRecovery True/Ein: ""
178 *CloseUI: *JamRecovery
179 *OpenUI *ColorModel/Farbe modus: PickOne
180 *OrderDependency: 10.0 AnySetup *ColorModel
181 *DefaultColorModel: Gray
182 *ColorModel Gray/Abgestuftes von grauen: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
183 *CloseUI: *ColorModel
184 *OpenUI *Resolution: PickOne
185 *OrderDependency: 10.0 AnySetup *Resolution
186 *DefaultResolution: 600dpi
187 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
188 *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
189 *CloseUI: *Resolution
190 *DefaultFont: Courier
191 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
192 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
193 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
194 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
195 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
196 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
197 *Font Bookman-Light: Standard "(1.05)" Standard ROM
198 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
199 *Font Courier: Standard "(1.05)" Standard ROM
200 *Font Courier-Bold: Standard "(1.05)" Standard ROM
201 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
202 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
203 *Font Helvetica: Standard "(1.05)" Standard ROM
204 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
205 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
206 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
207 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
208 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
209 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
210 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
211 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
212 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
213 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
214 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
215 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
216 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
217 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
218 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
219 *Font Symbol: Special "(001.005)" Special ROM
220 *Font Times-Bold: Standard "(1.05)" Standard ROM
221 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
222 *Font Times-Italic: Standard "(1.05)" Standard ROM
223 *Font Times-Roman: Standard "(1.05)" Standard ROM
224 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
225 *Font ZapfDingbats: Special "(001.005)" Special ROM
226 *% End of ml1710.ppd, 11666 bytes.
00 *PPD-Adobe: "4.3"
11 *% PPD file for ML-1710 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
2 *% Created by the CUPS PPD Compiler v1.2.3.
33 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
4 *FileVersion: "SpliX V. 2.0.0"
55 *LanguageVersion: French
66 *LanguageEncoding: ISOLatin1
77 *PCFileName: "ml1710.ppd"
88 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
910 *Product: "(GNU Ghostscript)"
1011 *Manufacturer: "Samsung"
1112 *ModelName: "Samsung ML-1710"
1213 *ShortNickName: "Samsung ML-1710"
13 *NickName: "Samsung ML-1710, 1.0"
14 *NickName: "Samsung ML-1710, SpliX V. 2.0.0"
1415 *PSVersion: "(3010.000) 705"
1516 *PSVersion: "(3010.000) 707"
1617 *PSVersion: "(3010.000) 815"
18 *PSVersion: "(3010.000) 853"
1719 *LanguageLevel: "3"
1820 *ColorDevice: False
1921 *DefaultColorSpace: Gray
2224 *LandscapeOrientation: Plus90
2325 *TTRasterizer: Type42
2426 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "0"
28 *General docHeaderValues: "<0><0><0>"
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
2930 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
31 *General DocHeaderValues: "<0><0><0>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
3335 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *OpenUI *PageSize: PickOne
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
3638 *OrderDependency: 10 AnySetup *PageSize
3739 *DefaultPageSize: Letter
3840 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
4143 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
4244 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
4345 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
44 *PageSize Env10/Enveloppe #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
46 *PageSize Env10/Enveloppe n°10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
4547 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
4648 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
4749 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
4850 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
4951 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
5052 *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"
5155 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
5256 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
53 *PageSize EnvISOB6/Enveloppe ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
57 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
5458 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
5559 *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"
62 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
5663 *CloseUI: *PageSize
57 *OpenUI *PageRegion: PickOne
64 *OpenUI *PageRegion/Media Size: PickOne
5865 *OrderDependency: 10 AnySetup *PageRegion
5966 *DefaultPageRegion: Letter
6067 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
6370 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
6471 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
6572 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
66 *PageRegion Env10/Enveloppe #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
73 *PageRegion Env10/Enveloppe n°10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
6774 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
6875 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
6976 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
7077 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
7178 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
7279 *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"
7382 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
7483 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
75 *PageRegion EnvISOB6/Enveloppe ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
84 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
7685 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
7786 *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"
89 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
7890 *CloseUI: *PageRegion
7991 *DefaultImageableArea: Letter
80 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
81 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
82 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
83 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
84 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
85 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
86 *ImageableArea Env10/Enveloppe #10 - 4.13x9.5in: "11.52 15.59 285.48 668.41"
87 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
88 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
89 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
90 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
91 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
92 *ImageableArea EnvISOB5/Enveloppe ISOB5 - 176x250mm: "11.52 15.59 487.48 693.41"
93 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
94 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
95 *ImageableArea EnvISOB6/Enveloppe ISOB6 - 176x125mm: "11.52 15.59 487.48 338.41"
96 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
97 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
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"
98115 *DefaultPaperDimension: Letter
99116 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
100117 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
102119 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
103120 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
104121 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
105 *PaperDimension Env10/Enveloppe #10 - 4.13x9.5in: "297.00 684.00"
122 *PaperDimension Env10/Enveloppe n°10 - 4.13x9.5in: "297.00 684.00"
106123 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
107124 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
108125 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
109126 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
110127 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
111128 *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"
112131 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
113132 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
114 *PaperDimension EnvISOB6/Enveloppe ISOB6 - 176x125mm: "499.00 354.00"
133 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
115134 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
116135 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
117 *MaxMediaWidth: "0.00"
118 *MaxMediaHeight: "0.00"
119 *HWMargins: 11.52 15.59 11.52 15.59
120 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
121 *ParamCustomPageSize Width: 1 points 0.00 0.00
122 *ParamCustomPageSize Height: 2 points 0.00 0.00
123 *ParamCustomPageSize WidthOffset: 3 points 0 0
124 *ParamCustomPageSize HeightOffset: 4 points 0 0
125 *ParamCustomPageSize Orientation: 5 int 0 0
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"
126139 *RequiresPageRegion All: True
127 *OpenUI *InputSlot: PickOne
140 *OpenUI *InputSlot/Media Source: PickOne
128141 *OrderDependency: 10.0 AnySetup *InputSlot
129142 *DefaultInputSlot: Auto
130143 *InputSlot Auto/Sélection automatique: "<</MediaPosition 1>>setpagedevice"
131 *InputSlot Manual/Chargement manuel: "<</MediaPosition 2>>setpagedevice"
144 *InputSlot Manual/Manuel: "<</MediaPosition 2>>setpagedevice"
132145 *CloseUI: *InputSlot
133 *OpenUI *MediaType/Type de papier: PickOne
146 *OpenUI *MediaType/Type de support: PickOne
134147 *OrderDependency: 10.0 AnySetup *MediaType
135148 *DefaultMediaType: OFF
136149 *MediaType OFF/Utiliser la configuration imprimante: ""
137150 *MediaType NORMAL/Papier ordinaire: ""
138151 *MediaType THICK/Papier épais: ""
139152 *MediaType THIN/Papier fin: ""
140 *MediaType BOND/Papier cartonné: ""
153 *MediaType BOND/Papier Bond: ""
141154 *MediaType OHP/Transparent: ""
142 *MediaType CARD/Carte de visite: ""
155 *MediaType CARD/Papier cartonné: ""
143156 *MediaType LABEL/Étiquette: ""
144 *MediaType USED/Papier Pré-imprimé: ""
145 *MediaType COLOR/Papier coloré: ""
157 *MediaType USED/Papier pré-imprimé: ""
158 *MediaType COLOR/Couleur: ""
146159 *MediaType ENV/Enveloppe: ""
160 *MediaType COTTON/Coton: ""
161 *MediaType RECYCLED/Papier recyclé: ""
162 *MediaType ARCHIVE/Archive: ""
147163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Pression de l'air: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Faible: ""
168 *Altitude HIGH/Forte: ""
169 *CloseUI: *Altitude
148170 *OpenUI *PowerSave/Économie d'énergie: PickOne
149171 *OrderDependency: 10.0 AnySetup *PowerSave
150172 *DefaultPowerSave: 5
174196 *OrderDependency: 10.0 AnySetup *JamRecovery
175197 *DefaultJamRecovery: False
176198 *JamRecovery False/Désactivé: ""
177 *JamRecovery True/Activé: ""
199 *JamRecovery True/Oui: ""
178200 *CloseUI: *JamRecovery
179 *OpenUI *ColorModel/Mode de couleur: PickOne
201 *OpenUI *ColorModel/Mode couleur: PickOne
180202 *OrderDependency: 10.0 AnySetup *ColorModel
181203 *DefaultColorModel: Gray
182204 *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
187209 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
188210 *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
189211 *CloseUI: *Resolution
212 *OpenUI *Duplex/Impression recto-verso: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Simple (recto): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Côté long (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Côté court (Paysage): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
190219 *DefaultFont: Courier
191220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
192221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
223252 *Font Times-Roman: Standard "(1.05)" Standard ROM
224253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
225254 *Font ZapfDingbats: Special "(001.005)" Special ROM
226 *% End of ml1710.ppd, 11697 bytes.
255 *% End of ml1710.ppd, 13872 bytes.
+0
-227
ppd/ml1710it.ppd less more
0 *PPD-Adobe: "4.3"
1 *% PPD file for ML-1710 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
3 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
5 *LanguageVersion: Italian
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ml1710.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GNU Ghostscript)"
10 *Manufacturer: "Samsung"
11 *ModelName: "Samsung ML-1710"
12 *ShortNickName: "Samsung ML-1710"
13 *NickName: "Samsung ML-1710, 1.0"
14 *PSVersion: "(3010.000) 705"
15 *PSVersion: "(3010.000) 707"
16 *PSVersion: "(3010.000) 815"
17 *LanguageLevel: "3"
18 *ColorDevice: False
19 *DefaultColorSpace: Gray
20 *FileSystem: False
21 *Throughput: "1"
22 *LandscapeOrientation: Plus90
23 *TTRasterizer: Type42
24 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "0"
28 *General docHeaderValues: "<0><0><0>"
29 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
33 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *OpenUI *PageSize: PickOne
36 *OrderDependency: 10 AnySetup *PageSize
37 *DefaultPageSize: Letter
38 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
39 *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
40 *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
41 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
42 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
43 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
44 *PageSize Env10/Buste lettera #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
45 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
46 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
47 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
48 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
49 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
50 *PageSize EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
51 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
52 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
53 *PageSize EnvISOB6/Buste lettera ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
54 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
55 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
56 *CloseUI: *PageSize
57 *OpenUI *PageRegion: PickOne
58 *OrderDependency: 10 AnySetup *PageRegion
59 *DefaultPageRegion: Letter
60 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
61 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
62 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
63 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
64 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
65 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
66 *PageRegion Env10/Buste lettera #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
67 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
68 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
69 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
70 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
71 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
72 *PageRegion EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
73 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
74 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
75 *PageRegion EnvISOB6/Buste lettera ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
76 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
77 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
78 *CloseUI: *PageRegion
79 *DefaultImageableArea: Letter
80 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
81 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
82 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
83 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
84 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
85 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
86 *ImageableArea Env10/Buste lettera #10 - 4.13x9.5in: "11.52 15.59 285.48 668.41"
87 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
88 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
89 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
90 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
91 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
92 *ImageableArea EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "11.52 15.59 487.48 693.41"
93 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
94 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
95 *ImageableArea EnvISOB6/Buste lettera ISOB6 - 176x125mm: "11.52 15.59 487.48 338.41"
96 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
97 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
98 *DefaultPaperDimension: Letter
99 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
100 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
101 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
102 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
103 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
104 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
105 *PaperDimension Env10/Buste lettera #10 - 4.13x9.5in: "297.00 684.00"
106 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
107 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
108 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
109 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
110 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
111 *PaperDimension EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "499.00 709.00"
112 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
113 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
114 *PaperDimension EnvISOB6/Buste lettera ISOB6 - 176x125mm: "499.00 354.00"
115 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
116 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
117 *MaxMediaWidth: "0.00"
118 *MaxMediaHeight: "0.00"
119 *HWMargins: 11.52 15.59 11.52 15.59
120 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
121 *ParamCustomPageSize Width: 1 points 0.00 0.00
122 *ParamCustomPageSize Height: 2 points 0.00 0.00
123 *ParamCustomPageSize WidthOffset: 3 points 0 0
124 *ParamCustomPageSize HeightOffset: 4 points 0 0
125 *ParamCustomPageSize Orientation: 5 int 0 0
126 *RequiresPageRegion All: True
127 *OpenUI *InputSlot: PickOne
128 *OrderDependency: 10.0 AnySetup *InputSlot
129 *DefaultInputSlot: Auto
130 *InputSlot Auto/Selezione Automatica: "<</MediaPosition 1>>setpagedevice"
131 *InputSlot Manual/Alimentazione Manuale: "<</MediaPosition 2>>setpagedevice"
132 *CloseUI: *InputSlot
133 *OpenUI *MediaType/Tipo Carta: PickOne
134 *OrderDependency: 10.0 AnySetup *MediaType
135 *DefaultMediaType: OFF
136 *MediaType OFF/Usa Default Stampante: ""
137 *MediaType NORMAL/Carta Semplice: ""
138 *MediaType THICK/Carta Spessa: ""
139 *MediaType THIN/Carta Sottile: ""
140 *MediaType BOND/Adesivo: ""
141 *MediaType OHP/Lucido: ""
142 *MediaType CARD/Biglietti Da Visita: ""
143 *MediaType LABEL/Etichette: ""
144 *MediaType USED/Prestampati: ""
145 *MediaType COLOR/Carta Colorata: ""
146 *MediaType ENV/Busta da Lettera: ""
147 *CloseUI: *MediaType
148 *OpenUI *PowerSave/Risparmio Energetico: PickOne
149 *OrderDependency: 10.0 AnySetup *PowerSave
150 *DefaultPowerSave: 5
151 *PowerSave False/Off: ""
152 *PowerSave 5/5 Minuti: ""
153 *PowerSave 10/10 Minuti: ""
154 *PowerSave 15/15 Minuti: ""
155 *PowerSave 30/30 Minuti: ""
156 *PowerSave 45/45 Minuti: ""
157 *PowerSave 60/1 Ora: ""
158 *CloseUI: *PowerSave
159 *OpenUI *TonerDensity/Densità del Toner: PickOne
160 *OrderDependency: 10.0 AnySetup *TonerDensity
161 *DefaultTonerDensity: 3
162 *TonerDensity 1/Leggera: ""
163 *TonerDensity 3/Media: ""
164 *TonerDensity 5/Scura: ""
165 *CloseUI: *TonerDensity
166 *OpenUI *EconoMode/Risparmio Toner: PickOne
167 *OrderDependency: 10.0 AnySetup *EconoMode
168 *DefaultEconoMode: 0
169 *EconoMode 0/Usa Default Stampante: ""
170 *EconoMode ON/Risparmio: ""
171 *EconoMode OFF/Standard: ""
172 *CloseUI: *EconoMode
173 *OpenUI *JamRecovery/Ristampa se Inceppata: Boolean
174 *OrderDependency: 10.0 AnySetup *JamRecovery
175 *DefaultJamRecovery: False
176 *JamRecovery False/Off: ""
177 *JamRecovery True/On: ""
178 *CloseUI: *JamRecovery
179 *OpenUI *ColorModel/Modo di colore: PickOne
180 *OrderDependency: 10.0 AnySetup *ColorModel
181 *DefaultColorModel: Gray
182 *ColorModel Gray/Gradazione di grigio: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
183 *CloseUI: *ColorModel
184 *OpenUI *Resolution: PickOne
185 *OrderDependency: 10.0 AnySetup *Resolution
186 *DefaultResolution: 600dpi
187 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
188 *Resolution 300dpi/300 DPI: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
189 *CloseUI: *Resolution
190 *DefaultFont: Courier
191 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
192 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
193 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
194 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
195 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
196 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
197 *Font Bookman-Light: Standard "(1.05)" Standard ROM
198 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
199 *Font Courier: Standard "(1.05)" Standard ROM
200 *Font Courier-Bold: Standard "(1.05)" Standard ROM
201 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
202 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
203 *Font Helvetica: Standard "(1.05)" Standard ROM
204 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
205 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
206 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
207 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
208 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
209 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
210 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
211 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
212 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
213 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
214 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
215 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
216 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
217 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
218 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
219 *Font Symbol: Special "(001.005)" Special ROM
220 *Font Times-Bold: Standard "(1.05)" Standard ROM
221 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
222 *Font Times-Italic: Standard "(1.05)" Standard ROM
223 *Font Times-Roman: Standard "(1.05)" Standard ROM
224 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
225 *Font ZapfDingbats: Special "(001.005)" Special ROM
226 *% End of ml1710.ppd, 11687 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for ML-1710 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: Portuguese_Brazil
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ml1710.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung ML-1710"
13 *ShortNickName: "Samsung ML-1710"
14 *NickName: "Samsung ML-1710, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><0><0>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Seleção Automática: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Alimentação Manual: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Tipo de Papel: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Usar a Definição da Impressora: ""
150 *MediaType NORMAL/Papel normal: ""
151 *MediaType THICK/Papel grosso: ""
152 *MediaType THIN/Papel Delgado (Fino): ""
153 *MediaType BOND/Papel Bond: ""
154 *MediaType OHP/Transparência: ""
155 *MediaType CARD/Cartolina: ""
156 *MediaType LABEL/Etiqueta: ""
157 *MediaType USED/Papel Pré-Impresso: ""
158 *MediaType COLOR/Cor: ""
159 *MediaType ENV/Envelope: ""
160 *MediaType COTTON/Algodão: ""
161 *MediaType RECYCLED/Papel Reciclado: ""
162 *MediaType ARCHIVE/Arquivamento: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Pressão Atmosférica: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Pressão Elevada (Baixa Altitude): ""
168 *Altitude HIGH/Pressão Reduzida (Grande Altitude): ""
169 *CloseUI: *Altitude
170 *OpenUI *PowerSave/Economia de Energia: PickOne
171 *OrderDependency: 10.0 AnySetup *PowerSave
172 *DefaultPowerSave: 5
173 *PowerSave False/Desligado: ""
174 *PowerSave 5/5 Minutos: ""
175 *PowerSave 10/10 Minutos: ""
176 *PowerSave 15/15 Minutos: ""
177 *PowerSave 30/30 Minutos: ""
178 *PowerSave 45/45 Minutos: ""
179 *PowerSave 60/1 Hora: ""
180 *CloseUI: *PowerSave
181 *OpenUI *TonerDensity/Densidade do Toner: PickOne
182 *OrderDependency: 10.0 AnySetup *TonerDensity
183 *DefaultTonerDensity: 3
184 *TonerDensity 1/Claro: ""
185 *TonerDensity 3/Normal: ""
186 *TonerDensity 5/Escuro: ""
187 *CloseUI: *TonerDensity
188 *OpenUI *EconoMode/Economia do Toner: PickOne
189 *OrderDependency: 10.0 AnySetup *EconoMode
190 *DefaultEconoMode: 0
191 *EconoMode 0/Usar a Definição da Impressora: ""
192 *EconoMode ON/Economizar: ""
193 *EconoMode OFF/Não Economizar: ""
194 *CloseUI: *EconoMode
195 *OpenUI *JamRecovery/Reimpressão Após Atolamento do Papel: Boolean
196 *OrderDependency: 10.0 AnySetup *JamRecovery
197 *DefaultJamRecovery: False
198 *JamRecovery False/Desligado: ""
199 *JamRecovery True/Ativado: ""
200 *CloseUI: *JamRecovery
201 *OpenUI *ColorModel/Modo Cor: PickOne
202 *OrderDependency: 10.0 AnySetup *ColorModel
203 *DefaultColorModel: Gray
204 *ColorModel Gray/Tons de Cinza: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
205 *CloseUI: *ColorModel
206 *OpenUI *Resolution: PickOne
207 *OrderDependency: 10.0 AnySetup *Resolution
208 *DefaultResolution: 600dpi
209 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
210 *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
211 *CloseUI: *Resolution
212 *OpenUI *Duplex/Impressão em Frente e Verso: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Frente (Simples): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Borda Longa (Retrato): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Borda Curta (Paisagem): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
219 *DefaultFont: Courier
220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
224 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
225 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
226 *Font Bookman-Light: Standard "(1.05)" Standard ROM
227 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
228 *Font Courier: Standard "(1.05)" Standard ROM
229 *Font Courier-Bold: Standard "(1.05)" Standard ROM
230 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
231 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
232 *Font Helvetica: Standard "(1.05)" Standard ROM
233 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
234 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
244 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
245 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
247 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
248 *Font Symbol: Special "(001.005)" Special ROM
249 *Font Times-Bold: Standard "(1.05)" Standard ROM
250 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
251 *Font Times-Italic: Standard "(1.05)" Standard ROM
252 *Font Times-Roman: Standard "(1.05)" Standard ROM
253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
254 *Font ZapfDingbats: Special "(001.005)" Special ROM
255 *% End of ml1710.ppd, 13990 bytes.
00 *PPD-Adobe: "4.3"
11 *% PPD file for ML-1740 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
2 *% Created by the CUPS PPD Compiler v1.2.3.
33 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
4 *FileVersion: "SpliX V. 2.0.0"
55 *LanguageVersion: English
66 *LanguageEncoding: ISOLatin1
77 *PCFileName: "ml1740.ppd"
88 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
910 *Product: "(GNU Ghostscript)"
1011 *Manufacturer: "Samsung"
1112 *ModelName: "Samsung ML-1740"
1213 *ShortNickName: "Samsung ML-1740"
13 *NickName: "Samsung ML-1740, 1.0"
14 *NickName: "Samsung ML-1740, SpliX V. 2.0.0"
1415 *PSVersion: "(3010.000) 705"
1516 *PSVersion: "(3010.000) 707"
1617 *PSVersion: "(3010.000) 815"
18 *PSVersion: "(3010.000) 853"
1719 *LanguageLevel: "3"
1820 *ColorDevice: False
1921 *DefaultColorSpace: Gray
2224 *LandscapeOrientation: Plus90
2325 *TTRasterizer: Type42
2426 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "0"
28 *General docHeaderValues: "<0><0><0>"
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
2930 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
31 *General DocHeaderValues: "<0><0><0>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
3335 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *OpenUI *PageSize: PickOne
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
3638 *OrderDependency: 10 AnySetup *PageSize
3739 *DefaultPageSize: Letter
3840 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
4850 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
4951 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
5052 *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"
5155 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
5256 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
53 *PageSize EnvISOB6/ISOB6 Envelope - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
57 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
5458 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
5559 *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"
62 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
5663 *CloseUI: *PageSize
57 *OpenUI *PageRegion: PickOne
64 *OpenUI *PageRegion/Media Size: PickOne
5865 *OrderDependency: 10 AnySetup *PageRegion
5966 *DefaultPageRegion: Letter
6067 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
7077 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
7178 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
7279 *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"
7382 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
7483 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
75 *PageRegion EnvISOB6/ISOB6 Envelope - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
84 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
7685 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
7786 *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"
89 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
7890 *CloseUI: *PageRegion
7991 *DefaultImageableArea: Letter
80 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
81 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
82 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
83 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
84 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
85 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
86 *ImageableArea Env10/#10 Envelope - 4.13x9.5in: "11.52 15.59 285.48 668.41"
87 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
88 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
89 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
90 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
91 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
92 *ImageableArea EnvISOB5/ISOB5 Envelope - 176x250mm: "11.52 15.59 487.48 693.41"
93 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
94 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
95 *ImageableArea EnvISOB6/ISOB6 Envelope - 176x125mm: "11.52 15.59 487.48 338.41"
96 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
97 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
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"
98115 *DefaultPaperDimension: Letter
99116 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
100117 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
109126 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
110127 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
111128 *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"
112131 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
113132 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
114 *PaperDimension EnvISOB6/ISOB6 Envelope - 176x125mm: "499.00 354.00"
133 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
115134 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
116135 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
117 *MaxMediaWidth: "0.00"
118 *MaxMediaHeight: "0.00"
119 *HWMargins: 11.52 15.59 11.52 15.59
120 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
121 *ParamCustomPageSize Width: 1 points 0.00 0.00
122 *ParamCustomPageSize Height: 2 points 0.00 0.00
123 *ParamCustomPageSize WidthOffset: 3 points 0 0
124 *ParamCustomPageSize HeightOffset: 4 points 0 0
125 *ParamCustomPageSize Orientation: 5 int 0 0
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"
126139 *RequiresPageRegion All: True
127 *OpenUI *InputSlot: PickOne
140 *OpenUI *InputSlot/Media Source: PickOne
128141 *OrderDependency: 10.0 AnySetup *InputSlot
129142 *DefaultInputSlot: Auto
130143 *InputSlot Auto/Automatic Selection: "<</MediaPosition 1>>setpagedevice"
144157 *MediaType USED/Preprinted: ""
145158 *MediaType COLOR/Colored Paper: ""
146159 *MediaType ENV/Envelope: ""
160 *MediaType COTTON/Cotton: ""
161 *MediaType RECYCLED/Recycled: ""
162 *MediaType ARCHIVE/Archive: ""
147163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Air pressure: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Low: ""
168 *Altitude HIGH/High: ""
169 *CloseUI: *Altitude
148170 *OpenUI *PowerSave/Power Save: PickOne
149171 *OrderDependency: 10.0 AnySetup *PowerSave
150172 *DefaultPowerSave: 5
187209 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
188210 *Resolution 300dpi/300 DPI: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
189211 *CloseUI: *Resolution
212 *OpenUI *Duplex/2-Sided Printing: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Off (1-Sided): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Long-Edge (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Short-Edge (Landscape): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
190219 *DefaultFont: Courier
191220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
192221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
223252 *Font Times-Roman: Standard "(1.05)" Standard ROM
224253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
225254 *Font ZapfDingbats: Special "(001.005)" Special ROM
226 *% End of ml1740.ppd, 11545 bytes.
255 *% End of ml1740.ppd, 13614 bytes.
+0
-227
ppd/ml1740de.ppd less more
0 *PPD-Adobe: "4.3"
1 *% PPD file for ML-1740 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
3 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
5 *LanguageVersion: German
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ml1740.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GNU Ghostscript)"
10 *Manufacturer: "Samsung"
11 *ModelName: "Samsung ML-1740"
12 *ShortNickName: "Samsung ML-1740"
13 *NickName: "Samsung ML-1740, 1.0"
14 *PSVersion: "(3010.000) 705"
15 *PSVersion: "(3010.000) 707"
16 *PSVersion: "(3010.000) 815"
17 *LanguageLevel: "3"
18 *ColorDevice: False
19 *DefaultColorSpace: Gray
20 *FileSystem: False
21 *Throughput: "1"
22 *LandscapeOrientation: Plus90
23 *TTRasterizer: Type42
24 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "0"
28 *General docHeaderValues: "<0><0><0>"
29 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
33 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *OpenUI *PageSize: PickOne
36 *OrderDependency: 10 AnySetup *PageSize
37 *DefaultPageSize: Letter
38 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
39 *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
40 *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
41 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
42 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
43 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
44 *PageSize Env10/Umschlag #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
45 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
46 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
47 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
48 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
49 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
50 *PageSize EnvISOB5/Umschlag ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
51 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
52 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
53 *PageSize EnvISOB6/Umschlag ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
54 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
55 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
56 *CloseUI: *PageSize
57 *OpenUI *PageRegion: PickOne
58 *OrderDependency: 10 AnySetup *PageRegion
59 *DefaultPageRegion: Letter
60 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
61 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
62 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
63 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
64 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
65 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
66 *PageRegion Env10/Umschlag #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
67 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
68 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
69 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
70 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
71 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
72 *PageRegion EnvISOB5/Umschlag ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
73 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
74 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
75 *PageRegion EnvISOB6/Umschlag ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
76 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
77 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
78 *CloseUI: *PageRegion
79 *DefaultImageableArea: Letter
80 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
81 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
82 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
83 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
84 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
85 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
86 *ImageableArea Env10/Umschlag #10 - 4.13x9.5in: "11.52 15.59 285.48 668.41"
87 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
88 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
89 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
90 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
91 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
92 *ImageableArea EnvISOB5/Umschlag ISOB5 - 176x250mm: "11.52 15.59 487.48 693.41"
93 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
94 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
95 *ImageableArea EnvISOB6/Umschlag ISOB6 - 176x125mm: "11.52 15.59 487.48 338.41"
96 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
97 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
98 *DefaultPaperDimension: Letter
99 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
100 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
101 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
102 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
103 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
104 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
105 *PaperDimension Env10/Umschlag #10 - 4.13x9.5in: "297.00 684.00"
106 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
107 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
108 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
109 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
110 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
111 *PaperDimension EnvISOB5/Umschlag ISOB5 - 176x250mm: "499.00 709.00"
112 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
113 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
114 *PaperDimension EnvISOB6/Umschlag ISOB6 - 176x125mm: "499.00 354.00"
115 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
116 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
117 *MaxMediaWidth: "0.00"
118 *MaxMediaHeight: "0.00"
119 *HWMargins: 11.52 15.59 11.52 15.59
120 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
121 *ParamCustomPageSize Width: 1 points 0.00 0.00
122 *ParamCustomPageSize Height: 2 points 0.00 0.00
123 *ParamCustomPageSize WidthOffset: 3 points 0 0
124 *ParamCustomPageSize HeightOffset: 4 points 0 0
125 *ParamCustomPageSize Orientation: 5 int 0 0
126 *RequiresPageRegion All: True
127 *OpenUI *InputSlot: PickOne
128 *OrderDependency: 10.0 AnySetup *InputSlot
129 *DefaultInputSlot: Auto
130 *InputSlot Auto/Automatische Auswahl: "<</MediaPosition 1>>setpagedevice"
131 *InputSlot Manual/Manueller Einzug: "<</MediaPosition 2>>setpagedevice"
132 *CloseUI: *InputSlot
133 *OpenUI *MediaType/Papiertyp: PickOne
134 *OrderDependency: 10.0 AnySetup *MediaType
135 *DefaultMediaType: OFF
136 *MediaType OFF/Grundeinstellungen des Druckers: ""
137 *MediaType NORMAL/Normalpapier: ""
138 *MediaType THICK/Dickes Papier: ""
139 *MediaType THIN/Dünnes Papier: ""
140 *MediaType BOND/Kartoniertes Papier: ""
141 *MediaType OHP/Transparenz: ""
142 *MediaType CARD/Visitenkarten: ""
143 *MediaType LABEL/Etiketten: ""
144 *MediaType USED/Vorgedrucktes Papier: ""
145 *MediaType COLOR/Farbiges Papier: ""
146 *MediaType ENV/Umschlag/Couvert: ""
147 *CloseUI: *MediaType
148 *OpenUI *PowerSave/Energiesparmodus: PickOne
149 *OrderDependency: 10.0 AnySetup *PowerSave
150 *DefaultPowerSave: 5
151 *PowerSave False/Aus: ""
152 *PowerSave 5/5 Minuten: ""
153 *PowerSave 10/10 Minuten: ""
154 *PowerSave 15/15 Minuten: ""
155 *PowerSave 30/30 Minuten: ""
156 *PowerSave 45/45 Minuten: ""
157 *PowerSave 60/1 Stunde: ""
158 *CloseUI: *PowerSave
159 *OpenUI *TonerDensity/Tonerdichte: PickOne
160 *OrderDependency: 10.0 AnySetup *TonerDensity
161 *DefaultTonerDensity: 3
162 *TonerDensity 1/Hell: ""
163 *TonerDensity 3/Normal: ""
164 *TonerDensity 5/Dunkel: ""
165 *CloseUI: *TonerDensity
166 *OpenUI *EconoMode/Toner Sparmodus: PickOne
167 *OrderDependency: 10.0 AnySetup *EconoMode
168 *DefaultEconoMode: 0
169 *EconoMode 0/Grundeinstellungen des Druckers: ""
170 *EconoMode ON/Sparen: ""
171 *EconoMode OFF/Standard: ""
172 *CloseUI: *EconoMode
173 *OpenUI *JamRecovery/Druck nach Papierstau fortsetzen: Boolean
174 *OrderDependency: 10.0 AnySetup *JamRecovery
175 *DefaultJamRecovery: False
176 *JamRecovery False/Aus: ""
177 *JamRecovery True/Ein: ""
178 *CloseUI: *JamRecovery
179 *OpenUI *ColorModel/Farbe modus: PickOne
180 *OrderDependency: 10.0 AnySetup *ColorModel
181 *DefaultColorModel: Gray
182 *ColorModel Gray/Abgestuftes von grauen: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
183 *CloseUI: *ColorModel
184 *OpenUI *Resolution: PickOne
185 *OrderDependency: 10.0 AnySetup *Resolution
186 *DefaultResolution: 600dpi
187 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
188 *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
189 *CloseUI: *Resolution
190 *DefaultFont: Courier
191 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
192 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
193 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
194 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
195 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
196 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
197 *Font Bookman-Light: Standard "(1.05)" Standard ROM
198 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
199 *Font Courier: Standard "(1.05)" Standard ROM
200 *Font Courier-Bold: Standard "(1.05)" Standard ROM
201 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
202 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
203 *Font Helvetica: Standard "(1.05)" Standard ROM
204 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
205 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
206 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
207 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
208 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
209 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
210 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
211 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
212 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
213 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
214 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
215 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
216 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
217 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
218 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
219 *Font Symbol: Special "(001.005)" Special ROM
220 *Font Times-Bold: Standard "(1.05)" Standard ROM
221 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
222 *Font Times-Italic: Standard "(1.05)" Standard ROM
223 *Font Times-Roman: Standard "(1.05)" Standard ROM
224 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
225 *Font ZapfDingbats: Special "(001.005)" Special ROM
226 *% End of ml1740.ppd, 11666 bytes.
00 *PPD-Adobe: "4.3"
11 *% PPD file for ML-1740 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
2 *% Created by the CUPS PPD Compiler v1.2.3.
33 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
4 *FileVersion: "SpliX V. 2.0.0"
55 *LanguageVersion: French
66 *LanguageEncoding: ISOLatin1
77 *PCFileName: "ml1740.ppd"
88 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
910 *Product: "(GNU Ghostscript)"
1011 *Manufacturer: "Samsung"
1112 *ModelName: "Samsung ML-1740"
1213 *ShortNickName: "Samsung ML-1740"
13 *NickName: "Samsung ML-1740, 1.0"
14 *NickName: "Samsung ML-1740, SpliX V. 2.0.0"
1415 *PSVersion: "(3010.000) 705"
1516 *PSVersion: "(3010.000) 707"
1617 *PSVersion: "(3010.000) 815"
18 *PSVersion: "(3010.000) 853"
1719 *LanguageLevel: "3"
1820 *ColorDevice: False
1921 *DefaultColorSpace: Gray
2224 *LandscapeOrientation: Plus90
2325 *TTRasterizer: Type42
2426 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "0"
28 *General docHeaderValues: "<0><0><0>"
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
2930 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
31 *General DocHeaderValues: "<0><0><0>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
3335 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *OpenUI *PageSize: PickOne
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
3638 *OrderDependency: 10 AnySetup *PageSize
3739 *DefaultPageSize: Letter
3840 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
4143 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
4244 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
4345 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
44 *PageSize Env10/Enveloppe #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
46 *PageSize Env10/Enveloppe n°10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
4547 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
4648 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
4749 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
4850 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
4951 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
5052 *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"
5155 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
5256 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
53 *PageSize EnvISOB6/Enveloppe ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
57 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
5458 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
5559 *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"
62 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
5663 *CloseUI: *PageSize
57 *OpenUI *PageRegion: PickOne
64 *OpenUI *PageRegion/Media Size: PickOne
5865 *OrderDependency: 10 AnySetup *PageRegion
5966 *DefaultPageRegion: Letter
6067 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
6370 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
6471 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
6572 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
66 *PageRegion Env10/Enveloppe #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
73 *PageRegion Env10/Enveloppe n°10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
6774 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
6875 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
6976 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
7077 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
7178 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
7279 *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"
7382 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
7483 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
75 *PageRegion EnvISOB6/Enveloppe ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
84 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
7685 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
7786 *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"
89 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
7890 *CloseUI: *PageRegion
7991 *DefaultImageableArea: Letter
80 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
81 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
82 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
83 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
84 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
85 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
86 *ImageableArea Env10/Enveloppe #10 - 4.13x9.5in: "11.52 15.59 285.48 668.41"
87 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
88 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
89 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
90 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
91 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
92 *ImageableArea EnvISOB5/Enveloppe ISOB5 - 176x250mm: "11.52 15.59 487.48 693.41"
93 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
94 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
95 *ImageableArea EnvISOB6/Enveloppe ISOB6 - 176x125mm: "11.52 15.59 487.48 338.41"
96 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
97 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
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"
98115 *DefaultPaperDimension: Letter
99116 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
100117 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
102119 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
103120 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
104121 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
105 *PaperDimension Env10/Enveloppe #10 - 4.13x9.5in: "297.00 684.00"
122 *PaperDimension Env10/Enveloppe n°10 - 4.13x9.5in: "297.00 684.00"
106123 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
107124 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
108125 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
109126 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
110127 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
111128 *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"
112131 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
113132 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
114 *PaperDimension EnvISOB6/Enveloppe ISOB6 - 176x125mm: "499.00 354.00"
133 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
115134 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
116135 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
117 *MaxMediaWidth: "0.00"
118 *MaxMediaHeight: "0.00"
119 *HWMargins: 11.52 15.59 11.52 15.59
120 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
121 *ParamCustomPageSize Width: 1 points 0.00 0.00
122 *ParamCustomPageSize Height: 2 points 0.00 0.00
123 *ParamCustomPageSize WidthOffset: 3 points 0 0
124 *ParamCustomPageSize HeightOffset: 4 points 0 0
125 *ParamCustomPageSize Orientation: 5 int 0 0
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"
126139 *RequiresPageRegion All: True
127 *OpenUI *InputSlot: PickOne
140 *OpenUI *InputSlot/Media Source: PickOne
128141 *OrderDependency: 10.0 AnySetup *InputSlot
129142 *DefaultInputSlot: Auto
130143 *InputSlot Auto/Sélection automatique: "<</MediaPosition 1>>setpagedevice"
131 *InputSlot Manual/Chargement manuel: "<</MediaPosition 2>>setpagedevice"
144 *InputSlot Manual/Manuel: "<</MediaPosition 2>>setpagedevice"
132145 *CloseUI: *InputSlot
133 *OpenUI *MediaType/Type de papier: PickOne
146 *OpenUI *MediaType/Type de support: PickOne
134147 *OrderDependency: 10.0 AnySetup *MediaType
135148 *DefaultMediaType: OFF
136149 *MediaType OFF/Utiliser la configuration imprimante: ""
137150 *MediaType NORMAL/Papier ordinaire: ""
138151 *MediaType THICK/Papier épais: ""
139152 *MediaType THIN/Papier fin: ""
140 *MediaType BOND/Papier cartonné: ""
153 *MediaType BOND/Papier Bond: ""
141154 *MediaType OHP/Transparent: ""
142 *MediaType CARD/Carte de visite: ""
155 *MediaType CARD/Papier cartonné: ""
143156 *MediaType LABEL/Étiquette: ""
144 *MediaType USED/Papier Pré-imprimé: ""
145 *MediaType COLOR/Papier coloré: ""
157 *MediaType USED/Papier pré-imprimé: ""
158 *MediaType COLOR/Couleur: ""
146159 *MediaType ENV/Enveloppe: ""
160 *MediaType COTTON/Coton: ""
161 *MediaType RECYCLED/Papier recyclé: ""
162 *MediaType ARCHIVE/Archive: ""
147163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Pression de l'air: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Faible: ""
168 *Altitude HIGH/Forte: ""
169 *CloseUI: *Altitude
148170 *OpenUI *PowerSave/Économie d'énergie: PickOne
149171 *OrderDependency: 10.0 AnySetup *PowerSave
150172 *DefaultPowerSave: 5
174196 *OrderDependency: 10.0 AnySetup *JamRecovery
175197 *DefaultJamRecovery: False
176198 *JamRecovery False/Désactivé: ""
177 *JamRecovery True/Activé: ""
199 *JamRecovery True/Oui: ""
178200 *CloseUI: *JamRecovery
179 *OpenUI *ColorModel/Mode de couleur: PickOne
201 *OpenUI *ColorModel/Mode couleur: PickOne
180202 *OrderDependency: 10.0 AnySetup *ColorModel
181203 *DefaultColorModel: Gray
182204 *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
187209 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
188210 *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
189211 *CloseUI: *Resolution
212 *OpenUI *Duplex/Impression recto-verso: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Simple (recto): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Côté long (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Côté court (Paysage): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
190219 *DefaultFont: Courier
191220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
192221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
223252 *Font Times-Roman: Standard "(1.05)" Standard ROM
224253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
225254 *Font ZapfDingbats: Special "(001.005)" Special ROM
226 *% End of ml1740.ppd, 11697 bytes.
255 *% End of ml1740.ppd, 13872 bytes.
+0
-227
ppd/ml1740it.ppd less more
0 *PPD-Adobe: "4.3"
1 *% PPD file for ML-1740 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
3 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
5 *LanguageVersion: Italian
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ml1740.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GNU Ghostscript)"
10 *Manufacturer: "Samsung"
11 *ModelName: "Samsung ML-1740"
12 *ShortNickName: "Samsung ML-1740"
13 *NickName: "Samsung ML-1740, 1.0"
14 *PSVersion: "(3010.000) 705"
15 *PSVersion: "(3010.000) 707"
16 *PSVersion: "(3010.000) 815"
17 *LanguageLevel: "3"
18 *ColorDevice: False
19 *DefaultColorSpace: Gray
20 *FileSystem: False
21 *Throughput: "1"
22 *LandscapeOrientation: Plus90
23 *TTRasterizer: Type42
24 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "0"
28 *General docHeaderValues: "<0><0><0>"
29 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
33 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *OpenUI *PageSize: PickOne
36 *OrderDependency: 10 AnySetup *PageSize
37 *DefaultPageSize: Letter
38 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
39 *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
40 *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
41 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
42 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
43 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
44 *PageSize Env10/Buste lettera #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
45 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
46 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
47 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
48 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
49 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
50 *PageSize EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
51 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
52 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
53 *PageSize EnvISOB6/Buste lettera ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
54 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
55 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
56 *CloseUI: *PageSize
57 *OpenUI *PageRegion: PickOne
58 *OrderDependency: 10 AnySetup *PageRegion
59 *DefaultPageRegion: Letter
60 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
61 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
62 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
63 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
64 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
65 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
66 *PageRegion Env10/Buste lettera #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
67 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
68 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
69 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
70 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
71 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
72 *PageRegion EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
73 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
74 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
75 *PageRegion EnvISOB6/Buste lettera ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
76 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
77 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
78 *CloseUI: *PageRegion
79 *DefaultImageableArea: Letter
80 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
81 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
82 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
83 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
84 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
85 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
86 *ImageableArea Env10/Buste lettera #10 - 4.13x9.5in: "11.52 15.59 285.48 668.41"
87 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
88 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
89 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
90 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
91 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
92 *ImageableArea EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "11.52 15.59 487.48 693.41"
93 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
94 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
95 *ImageableArea EnvISOB6/Buste lettera ISOB6 - 176x125mm: "11.52 15.59 487.48 338.41"
96 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
97 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
98 *DefaultPaperDimension: Letter
99 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
100 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
101 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
102 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
103 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
104 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
105 *PaperDimension Env10/Buste lettera #10 - 4.13x9.5in: "297.00 684.00"
106 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
107 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
108 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
109 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
110 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
111 *PaperDimension EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "499.00 709.00"
112 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
113 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
114 *PaperDimension EnvISOB6/Buste lettera ISOB6 - 176x125mm: "499.00 354.00"
115 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
116 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
117 *MaxMediaWidth: "0.00"
118 *MaxMediaHeight: "0.00"
119 *HWMargins: 11.52 15.59 11.52 15.59
120 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
121 *ParamCustomPageSize Width: 1 points 0.00 0.00
122 *ParamCustomPageSize Height: 2 points 0.00 0.00
123 *ParamCustomPageSize WidthOffset: 3 points 0 0
124 *ParamCustomPageSize HeightOffset: 4 points 0 0
125 *ParamCustomPageSize Orientation: 5 int 0 0
126 *RequiresPageRegion All: True
127 *OpenUI *InputSlot: PickOne
128 *OrderDependency: 10.0 AnySetup *InputSlot
129 *DefaultInputSlot: Auto
130 *InputSlot Auto/Selezione Automatica: "<</MediaPosition 1>>setpagedevice"
131 *InputSlot Manual/Alimentazione Manuale: "<</MediaPosition 2>>setpagedevice"
132 *CloseUI: *InputSlot
133 *OpenUI *MediaType/Tipo Carta: PickOne
134 *OrderDependency: 10.0 AnySetup *MediaType
135 *DefaultMediaType: OFF
136 *MediaType OFF/Usa Default Stampante: ""
137 *MediaType NORMAL/Carta Semplice: ""
138 *MediaType THICK/Carta Spessa: ""
139 *MediaType THIN/Carta Sottile: ""
140 *MediaType BOND/Adesivo: ""
141 *MediaType OHP/Lucido: ""
142 *MediaType CARD/Biglietti Da Visita: ""
143 *MediaType LABEL/Etichette: ""
144 *MediaType USED/Prestampati: ""
145 *MediaType COLOR/Carta Colorata: ""
146 *MediaType ENV/Busta da Lettera: ""
147 *CloseUI: *MediaType
148 *OpenUI *PowerSave/Risparmio Energetico: PickOne
149 *OrderDependency: 10.0 AnySetup *PowerSave
150 *DefaultPowerSave: 5
151 *PowerSave False/Off: ""
152 *PowerSave 5/5 Minuti: ""
153 *PowerSave 10/10 Minuti: ""
154 *PowerSave 15/15 Minuti: ""
155 *PowerSave 30/30 Minuti: ""
156 *PowerSave 45/45 Minuti: ""
157 *PowerSave 60/1 Ora: ""
158 *CloseUI: *PowerSave
159 *OpenUI *TonerDensity/Densità del Toner: PickOne
160 *OrderDependency: 10.0 AnySetup *TonerDensity
161 *DefaultTonerDensity: 3
162 *TonerDensity 1/Leggera: ""
163 *TonerDensity 3/Media: ""
164 *TonerDensity 5/Scura: ""
165 *CloseUI: *TonerDensity
166 *OpenUI *EconoMode/Risparmio Toner: PickOne
167 *OrderDependency: 10.0 AnySetup *EconoMode
168 *DefaultEconoMode: 0
169 *EconoMode 0/Usa Default Stampante: ""
170 *EconoMode ON/Risparmio: ""
171 *EconoMode OFF/Standard: ""
172 *CloseUI: *EconoMode
173 *OpenUI *JamRecovery/Ristampa se Inceppata: Boolean
174 *OrderDependency: 10.0 AnySetup *JamRecovery
175 *DefaultJamRecovery: False
176 *JamRecovery False/Off: ""
177 *JamRecovery True/On: ""
178 *CloseUI: *JamRecovery
179 *OpenUI *ColorModel/Modo di colore: PickOne
180 *OrderDependency: 10.0 AnySetup *ColorModel
181 *DefaultColorModel: Gray
182 *ColorModel Gray/Gradazione di grigio: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
183 *CloseUI: *ColorModel
184 *OpenUI *Resolution: PickOne
185 *OrderDependency: 10.0 AnySetup *Resolution
186 *DefaultResolution: 600dpi
187 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
188 *Resolution 300dpi/300 DPI: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
189 *CloseUI: *Resolution
190 *DefaultFont: Courier
191 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
192 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
193 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
194 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
195 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
196 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
197 *Font Bookman-Light: Standard "(1.05)" Standard ROM
198 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
199 *Font Courier: Standard "(1.05)" Standard ROM
200 *Font Courier-Bold: Standard "(1.05)" Standard ROM
201 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
202 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
203 *Font Helvetica: Standard "(1.05)" Standard ROM
204 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
205 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
206 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
207 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
208 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
209 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
210 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
211 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
212 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
213 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
214 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
215 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
216 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
217 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
218 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
219 *Font Symbol: Special "(001.005)" Special ROM
220 *Font Times-Bold: Standard "(1.05)" Standard ROM
221 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
222 *Font Times-Italic: Standard "(1.05)" Standard ROM
223 *Font Times-Roman: Standard "(1.05)" Standard ROM
224 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
225 *Font ZapfDingbats: Special "(001.005)" Special ROM
226 *% End of ml1740.ppd, 11687 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for ML-1740 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: Portuguese_Brazil
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ml1740.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung ML-1740"
13 *ShortNickName: "Samsung ML-1740"
14 *NickName: "Samsung ML-1740, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><0><0>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Seleção Automática: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Alimentação Manual: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Tipo de Papel: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Usar a Definição da Impressora: ""
150 *MediaType NORMAL/Papel normal: ""
151 *MediaType THICK/Papel grosso: ""
152 *MediaType THIN/Papel Delgado (Fino): ""
153 *MediaType BOND/Papel Bond: ""
154 *MediaType OHP/Transparência: ""
155 *MediaType CARD/Cartolina: ""
156 *MediaType LABEL/Etiqueta: ""
157 *MediaType USED/Papel Pré-Impresso: ""
158 *MediaType COLOR/Cor: ""
159 *MediaType ENV/Envelope: ""
160 *MediaType COTTON/Algodão: ""
161 *MediaType RECYCLED/Papel Reciclado: ""
162 *MediaType ARCHIVE/Arquivamento: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Pressão Atmosférica: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Pressão Elevada (Baixa Altitude): ""
168 *Altitude HIGH/Pressão Reduzida (Grande Altitude): ""
169 *CloseUI: *Altitude
170 *OpenUI *PowerSave/Economia de Energia: PickOne
171 *OrderDependency: 10.0 AnySetup *PowerSave
172 *DefaultPowerSave: 5
173 *PowerSave False/Desligado: ""
174 *PowerSave 5/5 Minutos: ""
175 *PowerSave 10/10 Minutos: ""
176 *PowerSave 15/15 Minutos: ""
177 *PowerSave 30/30 Minutos: ""
178 *PowerSave 45/45 Minutos: ""
179 *PowerSave 60/1 Hora: ""
180 *CloseUI: *PowerSave
181 *OpenUI *TonerDensity/Densidade do Toner: PickOne
182 *OrderDependency: 10.0 AnySetup *TonerDensity
183 *DefaultTonerDensity: 3
184 *TonerDensity 1/Claro: ""
185 *TonerDensity 3/Normal: ""
186 *TonerDensity 5/Escuro: ""
187 *CloseUI: *TonerDensity
188 *OpenUI *EconoMode/Economia do Toner: PickOne
189 *OrderDependency: 10.0 AnySetup *EconoMode
190 *DefaultEconoMode: 0
191 *EconoMode 0/Usar a Definição da Impressora: ""
192 *EconoMode ON/Economizar: ""
193 *EconoMode OFF/Não Economizar: ""
194 *CloseUI: *EconoMode
195 *OpenUI *JamRecovery/Reimpressão Após Atolamento do Papel: Boolean
196 *OrderDependency: 10.0 AnySetup *JamRecovery
197 *DefaultJamRecovery: False
198 *JamRecovery False/Desligado: ""
199 *JamRecovery True/Ativado: ""
200 *CloseUI: *JamRecovery
201 *OpenUI *ColorModel/Modo Cor: PickOne
202 *OrderDependency: 10.0 AnySetup *ColorModel
203 *DefaultColorModel: Gray
204 *ColorModel Gray/Tons de Cinza: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
205 *CloseUI: *ColorModel
206 *OpenUI *Resolution: PickOne
207 *OrderDependency: 10.0 AnySetup *Resolution
208 *DefaultResolution: 600dpi
209 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
210 *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
211 *CloseUI: *Resolution
212 *OpenUI *Duplex/Impressão em Frente e Verso: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Frente (Simples): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Borda Longa (Retrato): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Borda Curta (Paisagem): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
219 *DefaultFont: Courier
220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
224 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
225 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
226 *Font Bookman-Light: Standard "(1.05)" Standard ROM
227 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
228 *Font Courier: Standard "(1.05)" Standard ROM
229 *Font Courier-Bold: Standard "(1.05)" Standard ROM
230 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
231 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
232 *Font Helvetica: Standard "(1.05)" Standard ROM
233 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
234 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
244 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
245 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
247 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
248 *Font Symbol: Special "(001.005)" Special ROM
249 *Font Times-Bold: Standard "(1.05)" Standard ROM
250 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
251 *Font Times-Italic: Standard "(1.05)" Standard ROM
252 *Font Times-Roman: Standard "(1.05)" Standard ROM
253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
254 *Font ZapfDingbats: Special "(001.005)" Special ROM
255 *% End of ml1740.ppd, 13990 bytes.
00 *PPD-Adobe: "4.3"
11 *% PPD file for ML-1750 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
2 *% Created by the CUPS PPD Compiler v1.2.3.
33 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
4 *FileVersion: "SpliX V. 2.0.0"
55 *LanguageVersion: English
66 *LanguageEncoding: ISOLatin1
77 *PCFileName: "ml1750.ppd"
88 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
910 *Product: "(GNU Ghostscript)"
1011 *Manufacturer: "Samsung"
1112 *ModelName: "Samsung ML-1750"
1213 *ShortNickName: "Samsung ML-1750"
13 *NickName: "Samsung ML-1750, 1.0"
14 *NickName: "Samsung ML-1750, SpliX V. 2.0.0"
1415 *PSVersion: "(3010.000) 705"
1516 *PSVersion: "(3010.000) 707"
1617 *PSVersion: "(3010.000) 815"
18 *PSVersion: "(3010.000) 853"
1719 *LanguageLevel: "3"
1820 *ColorDevice: False
1921 *DefaultColorSpace: Gray
2224 *LandscapeOrientation: Plus90
2325 *TTRasterizer: Type42
2426 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "0"
28 *General docHeaderValues: "<0><0><0>"
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
2930 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
31 *General DocHeaderValues: "<0><0><0>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
3335 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *OpenUI *PageSize: PickOne
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
3638 *OrderDependency: 10 AnySetup *PageSize
3739 *DefaultPageSize: Letter
3840 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
4850 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
4951 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
5052 *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"
5155 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
5256 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
53 *PageSize EnvISOB6/ISOB6 Envelope - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
57 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
5458 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
5559 *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"
62 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
5663 *CloseUI: *PageSize
57 *OpenUI *PageRegion: PickOne
64 *OpenUI *PageRegion/Media Size: PickOne
5865 *OrderDependency: 10 AnySetup *PageRegion
5966 *DefaultPageRegion: Letter
6067 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
7077 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
7178 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
7279 *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"
7382 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
7483 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
75 *PageRegion EnvISOB6/ISOB6 Envelope - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
84 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
7685 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
7786 *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"
89 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
7890 *CloseUI: *PageRegion
7991 *DefaultImageableArea: Letter
80 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
81 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
82 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
83 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
84 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
85 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
86 *ImageableArea Env10/#10 Envelope - 4.13x9.5in: "11.52 15.59 285.48 668.41"
87 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
88 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
89 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
90 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
91 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
92 *ImageableArea EnvISOB5/ISOB5 Envelope - 176x250mm: "11.52 15.59 487.48 693.41"
93 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
94 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
95 *ImageableArea EnvISOB6/ISOB6 Envelope - 176x125mm: "11.52 15.59 487.48 338.41"
96 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
97 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
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"
98115 *DefaultPaperDimension: Letter
99116 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
100117 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
109126 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
110127 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
111128 *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"
112131 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
113132 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
114 *PaperDimension EnvISOB6/ISOB6 Envelope - 176x125mm: "499.00 354.00"
133 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
115134 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
116135 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
117 *MaxMediaWidth: "0.00"
118 *MaxMediaHeight: "0.00"
119 *HWMargins: 11.52 15.59 11.52 15.59
120 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
121 *ParamCustomPageSize Width: 1 points 0.00 0.00
122 *ParamCustomPageSize Height: 2 points 0.00 0.00
123 *ParamCustomPageSize WidthOffset: 3 points 0 0
124 *ParamCustomPageSize HeightOffset: 4 points 0 0
125 *ParamCustomPageSize Orientation: 5 int 0 0
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"
126139 *RequiresPageRegion All: True
127 *OpenUI *InputSlot: PickOne
140 *OpenUI *InputSlot/Media Source: PickOne
128141 *OrderDependency: 10.0 AnySetup *InputSlot
129142 *DefaultInputSlot: Auto
130143 *InputSlot Auto/Automatic Selection: "<</MediaPosition 1>>setpagedevice"
144157 *MediaType USED/Preprinted: ""
145158 *MediaType COLOR/Colored Paper: ""
146159 *MediaType ENV/Envelope: ""
160 *MediaType COTTON/Cotton: ""
161 *MediaType RECYCLED/Recycled: ""
162 *MediaType ARCHIVE/Archive: ""
147163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Air pressure: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Low: ""
168 *Altitude HIGH/High: ""
169 *CloseUI: *Altitude
148170 *OpenUI *PowerSave/Power Save: PickOne
149171 *OrderDependency: 10.0 AnySetup *PowerSave
150172 *DefaultPowerSave: 5
187209 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
188210 *Resolution 300dpi/300 DPI: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
189211 *CloseUI: *Resolution
212 *OpenUI *Duplex/2-Sided Printing: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Off (1-Sided): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Long-Edge (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Short-Edge (Landscape): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
190219 *OpenUI *SRTMode/SRT Mode: PickOne
191220 *OrderDependency: 10.0 AnySetup *SRTMode
192221 *DefaultSRTMode: NORMAL
230259 *Font Times-Roman: Standard "(1.05)" Standard ROM
231260 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
232261 *Font ZapfDingbats: Special "(001.005)" Special ROM
233 *% End of ml1750.ppd, 11757 bytes.
262 *% End of ml1750.ppd, 13826 bytes.
+0
-234
ppd/ml1750de.ppd less more
0 *PPD-Adobe: "4.3"
1 *% PPD file for ML-1750 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
3 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
5 *LanguageVersion: German
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ml1750.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GNU Ghostscript)"
10 *Manufacturer: "Samsung"
11 *ModelName: "Samsung ML-1750"
12 *ShortNickName: "Samsung ML-1750"
13 *NickName: "Samsung ML-1750, 1.0"
14 *PSVersion: "(3010.000) 705"
15 *PSVersion: "(3010.000) 707"
16 *PSVersion: "(3010.000) 815"
17 *LanguageLevel: "3"
18 *ColorDevice: False
19 *DefaultColorSpace: Gray
20 *FileSystem: False
21 *Throughput: "1"
22 *LandscapeOrientation: Plus90
23 *TTRasterizer: Type42
24 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "0"
28 *General docHeaderValues: "<0><0><0>"
29 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
33 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *OpenUI *PageSize: PickOne
36 *OrderDependency: 10 AnySetup *PageSize
37 *DefaultPageSize: Letter
38 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
39 *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
40 *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
41 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
42 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
43 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
44 *PageSize Env10/Umschlag #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
45 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
46 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
47 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
48 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
49 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
50 *PageSize EnvISOB5/Umschlag ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
51 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
52 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
53 *PageSize EnvISOB6/Umschlag ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
54 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
55 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
56 *CloseUI: *PageSize
57 *OpenUI *PageRegion: PickOne
58 *OrderDependency: 10 AnySetup *PageRegion
59 *DefaultPageRegion: Letter
60 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
61 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
62 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
63 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
64 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
65 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
66 *PageRegion Env10/Umschlag #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
67 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
68 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
69 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
70 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
71 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
72 *PageRegion EnvISOB5/Umschlag ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
73 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
74 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
75 *PageRegion EnvISOB6/Umschlag ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
76 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
77 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
78 *CloseUI: *PageRegion
79 *DefaultImageableArea: Letter
80 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
81 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
82 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
83 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
84 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
85 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
86 *ImageableArea Env10/Umschlag #10 - 4.13x9.5in: "11.52 15.59 285.48 668.41"
87 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
88 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
89 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
90 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
91 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
92 *ImageableArea EnvISOB5/Umschlag ISOB5 - 176x250mm: "11.52 15.59 487.48 693.41"
93 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
94 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
95 *ImageableArea EnvISOB6/Umschlag ISOB6 - 176x125mm: "11.52 15.59 487.48 338.41"
96 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
97 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
98 *DefaultPaperDimension: Letter
99 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
100 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
101 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
102 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
103 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
104 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
105 *PaperDimension Env10/Umschlag #10 - 4.13x9.5in: "297.00 684.00"
106 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
107 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
108 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
109 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
110 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
111 *PaperDimension EnvISOB5/Umschlag ISOB5 - 176x250mm: "499.00 709.00"
112 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
113 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
114 *PaperDimension EnvISOB6/Umschlag ISOB6 - 176x125mm: "499.00 354.00"
115 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
116 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
117 *MaxMediaWidth: "0.00"
118 *MaxMediaHeight: "0.00"
119 *HWMargins: 11.52 15.59 11.52 15.59
120 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
121 *ParamCustomPageSize Width: 1 points 0.00 0.00
122 *ParamCustomPageSize Height: 2 points 0.00 0.00
123 *ParamCustomPageSize WidthOffset: 3 points 0 0
124 *ParamCustomPageSize HeightOffset: 4 points 0 0
125 *ParamCustomPageSize Orientation: 5 int 0 0
126 *RequiresPageRegion All: True
127 *OpenUI *InputSlot: PickOne
128 *OrderDependency: 10.0 AnySetup *InputSlot
129 *DefaultInputSlot: Auto
130 *InputSlot Auto/Automatische Auswahl: "<</MediaPosition 1>>setpagedevice"
131 *InputSlot Manual/Manueller Einzug: "<</MediaPosition 2>>setpagedevice"
132 *CloseUI: *InputSlot
133 *OpenUI *MediaType/Papiertyp: PickOne
134 *OrderDependency: 10.0 AnySetup *MediaType
135 *DefaultMediaType: OFF
136 *MediaType OFF/Grundeinstellungen des Druckers: ""
137 *MediaType NORMAL/Normalpapier: ""
138 *MediaType THICK/Dickes Papier: ""
139 *MediaType THIN/Dünnes Papier: ""
140 *MediaType BOND/Kartoniertes Papier: ""
141 *MediaType OHP/Transparenz: ""
142 *MediaType CARD/Visitenkarten: ""
143 *MediaType LABEL/Etiketten: ""
144 *MediaType USED/Vorgedrucktes Papier: ""
145 *MediaType COLOR/Farbiges Papier: ""
146 *MediaType ENV/Umschlag/Couvert: ""
147 *CloseUI: *MediaType
148 *OpenUI *PowerSave/Energiesparmodus: PickOne
149 *OrderDependency: 10.0 AnySetup *PowerSave
150 *DefaultPowerSave: 5
151 *PowerSave False/Aus: ""
152 *PowerSave 5/5 Minuten: ""
153 *PowerSave 10/10 Minuten: ""
154 *PowerSave 15/15 Minuten: ""
155 *PowerSave 30/30 Minuten: ""
156 *PowerSave 45/45 Minuten: ""
157 *PowerSave 60/1 Stunde: ""
158 *CloseUI: *PowerSave
159 *OpenUI *TonerDensity/Tonerdichte: PickOne
160 *OrderDependency: 10.0 AnySetup *TonerDensity
161 *DefaultTonerDensity: 3
162 *TonerDensity 1/Hell: ""
163 *TonerDensity 3/Normal: ""
164 *TonerDensity 5/Dunkel: ""
165 *CloseUI: *TonerDensity
166 *OpenUI *EconoMode/Toner Sparmodus: PickOne
167 *OrderDependency: 10.0 AnySetup *EconoMode
168 *DefaultEconoMode: 0
169 *EconoMode 0/Grundeinstellungen des Druckers: ""
170 *EconoMode ON/Sparen: ""
171 *EconoMode OFF/Standard: ""
172 *CloseUI: *EconoMode
173 *OpenUI *JamRecovery/Druck nach Papierstau fortsetzen: Boolean
174 *OrderDependency: 10.0 AnySetup *JamRecovery
175 *DefaultJamRecovery: False
176 *JamRecovery False/Aus: ""
177 *JamRecovery True/Ein: ""
178 *CloseUI: *JamRecovery
179 *OpenUI *ColorModel/Farbe modus: PickOne
180 *OrderDependency: 10.0 AnySetup *ColorModel
181 *DefaultColorModel: Gray
182 *ColorModel Gray/Abgestuftes von grauen: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
183 *CloseUI: *ColorModel
184 *OpenUI *Resolution: PickOne
185 *OrderDependency: 10.0 AnySetup *Resolution
186 *DefaultResolution: 600dpi
187 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
188 *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
189 *CloseUI: *Resolution
190 *OpenUI *SRTMode/Optimierter Text-/Bilderdruck: PickOne
191 *OrderDependency: 10.0 AnySetup *SRTMode
192 *DefaultSRTMode: NORMAL
193 *SRTMode NORMAL/Normal: ""
194 *SRTMode ENHANCE/Für Text optimiert: ""
195 *SRTMode GRAY/Für Bilder optimiert: ""
196 *CloseUI: *SRTMode
197 *DefaultFont: Courier
198 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
199 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
200 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
201 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
202 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
203 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
204 *Font Bookman-Light: Standard "(1.05)" Standard ROM
205 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
206 *Font Courier: Standard "(1.05)" Standard ROM
207 *Font Courier-Bold: Standard "(1.05)" Standard ROM
208 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
209 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
210 *Font Helvetica: Standard "(1.05)" Standard ROM
211 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
212 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
213 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
214 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
215 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
216 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
217 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
218 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
219 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
220 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
221 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
222 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
223 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
224 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
225 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
226 *Font Symbol: Special "(001.005)" Special ROM
227 *Font Times-Bold: Standard "(1.05)" Standard ROM
228 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
229 *Font Times-Italic: Standard "(1.05)" Standard ROM
230 *Font Times-Roman: Standard "(1.05)" Standard ROM
231 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
232 *Font ZapfDingbats: Special "(001.005)" Special ROM
233 *% End of ml1750.ppd, 11914 bytes.
00 *PPD-Adobe: "4.3"
11 *% PPD file for ML-1750 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
2 *% Created by the CUPS PPD Compiler v1.2.3.
33 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
4 *FileVersion: "SpliX V. 2.0.0"
55 *LanguageVersion: French
66 *LanguageEncoding: ISOLatin1
77 *PCFileName: "ml1750.ppd"
88 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
910 *Product: "(GNU Ghostscript)"
1011 *Manufacturer: "Samsung"
1112 *ModelName: "Samsung ML-1750"
1213 *ShortNickName: "Samsung ML-1750"
13 *NickName: "Samsung ML-1750, 1.0"
14 *NickName: "Samsung ML-1750, SpliX V. 2.0.0"
1415 *PSVersion: "(3010.000) 705"
1516 *PSVersion: "(3010.000) 707"
1617 *PSVersion: "(3010.000) 815"
18 *PSVersion: "(3010.000) 853"
1719 *LanguageLevel: "3"
1820 *ColorDevice: False
1921 *DefaultColorSpace: Gray
2224 *LandscapeOrientation: Plus90
2325 *TTRasterizer: Type42
2426 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "0"
28 *General docHeaderValues: "<0><0><0>"
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
2930 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
31 *General DocHeaderValues: "<0><0><0>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
3335 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *OpenUI *PageSize: PickOne
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
3638 *OrderDependency: 10 AnySetup *PageSize
3739 *DefaultPageSize: Letter
3840 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
4143 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
4244 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
4345 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
44 *PageSize Env10/Enveloppe #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
46 *PageSize Env10/Enveloppe n°10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
4547 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
4648 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
4749 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
4850 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
4951 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
5052 *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"
5155 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
5256 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
53 *PageSize EnvISOB6/Enveloppe ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
57 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
5458 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
5559 *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"
62 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
5663 *CloseUI: *PageSize
57 *OpenUI *PageRegion: PickOne
64 *OpenUI *PageRegion/Media Size: PickOne
5865 *OrderDependency: 10 AnySetup *PageRegion
5966 *DefaultPageRegion: Letter
6067 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
6370 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
6471 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
6572 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
66 *PageRegion Env10/Enveloppe #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
73 *PageRegion Env10/Enveloppe n°10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
6774 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
6875 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
6976 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
7077 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
7178 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
7279 *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"
7382 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
7483 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
75 *PageRegion EnvISOB6/Enveloppe ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
84 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
7685 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
7786 *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"
89 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
7890 *CloseUI: *PageRegion
7991 *DefaultImageableArea: Letter
80 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
81 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
82 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
83 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
84 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
85 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
86 *ImageableArea Env10/Enveloppe #10 - 4.13x9.5in: "11.52 15.59 285.48 668.41"
87 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
88 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
89 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
90 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
91 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
92 *ImageableArea EnvISOB5/Enveloppe ISOB5 - 176x250mm: "11.52 15.59 487.48 693.41"
93 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
94 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
95 *ImageableArea EnvISOB6/Enveloppe ISOB6 - 176x125mm: "11.52 15.59 487.48 338.41"
96 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
97 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
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"
98115 *DefaultPaperDimension: Letter
99116 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
100117 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
102119 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
103120 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
104121 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
105 *PaperDimension Env10/Enveloppe #10 - 4.13x9.5in: "297.00 684.00"
122 *PaperDimension Env10/Enveloppe n°10 - 4.13x9.5in: "297.00 684.00"
106123 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
107124 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
108125 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
109126 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
110127 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
111128 *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"
112131 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
113132 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
114 *PaperDimension EnvISOB6/Enveloppe ISOB6 - 176x125mm: "499.00 354.00"
133 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
115134 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
116135 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
117 *MaxMediaWidth: "0.00"
118 *MaxMediaHeight: "0.00"
119 *HWMargins: 11.52 15.59 11.52 15.59
120 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
121 *ParamCustomPageSize Width: 1 points 0.00 0.00
122 *ParamCustomPageSize Height: 2 points 0.00 0.00
123 *ParamCustomPageSize WidthOffset: 3 points 0 0
124 *ParamCustomPageSize HeightOffset: 4 points 0 0
125 *ParamCustomPageSize Orientation: 5 int 0 0
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"
126139 *RequiresPageRegion All: True
127 *OpenUI *InputSlot: PickOne
140 *OpenUI *InputSlot/Media Source: PickOne
128141 *OrderDependency: 10.0 AnySetup *InputSlot
129142 *DefaultInputSlot: Auto
130143 *InputSlot Auto/Sélection automatique: "<</MediaPosition 1>>setpagedevice"
131 *InputSlot Manual/Chargement manuel: "<</MediaPosition 2>>setpagedevice"
144 *InputSlot Manual/Manuel: "<</MediaPosition 2>>setpagedevice"
132145 *CloseUI: *InputSlot
133 *OpenUI *MediaType/Type de papier: PickOne
146 *OpenUI *MediaType/Type de support: PickOne
134147 *OrderDependency: 10.0 AnySetup *MediaType
135148 *DefaultMediaType: OFF
136149 *MediaType OFF/Utiliser la configuration imprimante: ""
137150 *MediaType NORMAL/Papier ordinaire: ""
138151 *MediaType THICK/Papier épais: ""
139152 *MediaType THIN/Papier fin: ""
140 *MediaType BOND/Papier cartonné: ""
153 *MediaType BOND/Papier Bond: ""
141154 *MediaType OHP/Transparent: ""
142 *MediaType CARD/Carte de visite: ""
155 *MediaType CARD/Papier cartonné: ""
143156 *MediaType LABEL/Étiquette: ""
144 *MediaType USED/Papier Pré-imprimé: ""
145 *MediaType COLOR/Papier coloré: ""
157 *MediaType USED/Papier pré-imprimé: ""
158 *MediaType COLOR/Couleur: ""
146159 *MediaType ENV/Enveloppe: ""
160 *MediaType COTTON/Coton: ""
161 *MediaType RECYCLED/Papier recyclé: ""
162 *MediaType ARCHIVE/Archive: ""
147163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Pression de l'air: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Faible: ""
168 *Altitude HIGH/Forte: ""
169 *CloseUI: *Altitude
148170 *OpenUI *PowerSave/Économie d'énergie: PickOne
149171 *OrderDependency: 10.0 AnySetup *PowerSave
150172 *DefaultPowerSave: 5
174196 *OrderDependency: 10.0 AnySetup *JamRecovery
175197 *DefaultJamRecovery: False
176198 *JamRecovery False/Désactivé: ""
177 *JamRecovery True/Activé: ""
199 *JamRecovery True/Oui: ""
178200 *CloseUI: *JamRecovery
179 *OpenUI *ColorModel/Mode de couleur: PickOne
201 *OpenUI *ColorModel/Mode couleur: PickOne
180202 *OrderDependency: 10.0 AnySetup *ColorModel
181203 *DefaultColorModel: Gray
182204 *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
187209 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
188210 *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
189211 *CloseUI: *Resolution
212 *OpenUI *Duplex/Impression recto-verso: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Simple (recto): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Côté long (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Côté court (Paysage): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
190219 *OpenUI *SRTMode/Optimisation texte / image: PickOne
191220 *OrderDependency: 10.0 AnySetup *SRTMode
192221 *DefaultSRTMode: NORMAL
230259 *Font Times-Roman: Standard "(1.05)" Standard ROM
231260 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
232261 *Font ZapfDingbats: Special "(001.005)" Special ROM
233 *% End of ml1750.ppd, 11921 bytes.
262 *% End of ml1750.ppd, 14096 bytes.
+0
-234
ppd/ml1750it.ppd less more
0 *PPD-Adobe: "4.3"
1 *% PPD file for ML-1750 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
3 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
5 *LanguageVersion: Italian
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ml1750.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GNU Ghostscript)"
10 *Manufacturer: "Samsung"
11 *ModelName: "Samsung ML-1750"
12 *ShortNickName: "Samsung ML-1750"
13 *NickName: "Samsung ML-1750, 1.0"
14 *PSVersion: "(3010.000) 705"
15 *PSVersion: "(3010.000) 707"
16 *PSVersion: "(3010.000) 815"
17 *LanguageLevel: "3"
18 *ColorDevice: False
19 *DefaultColorSpace: Gray
20 *FileSystem: False
21 *Throughput: "1"
22 *LandscapeOrientation: Plus90
23 *TTRasterizer: Type42
24 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "0"
28 *General docHeaderValues: "<0><0><0>"
29 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
33 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *OpenUI *PageSize: PickOne
36 *OrderDependency: 10 AnySetup *PageSize
37 *DefaultPageSize: Letter
38 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
39 *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
40 *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
41 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
42 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
43 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
44 *PageSize Env10/Buste lettera #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
45 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
46 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
47 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
48 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
49 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
50 *PageSize EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
51 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
52 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
53 *PageSize EnvISOB6/Buste lettera ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
54 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
55 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
56 *CloseUI: *PageSize
57 *OpenUI *PageRegion: PickOne
58 *OrderDependency: 10 AnySetup *PageRegion
59 *DefaultPageRegion: Letter
60 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
61 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
62 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
63 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
64 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
65 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
66 *PageRegion Env10/Buste lettera #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
67 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
68 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
69 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
70 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
71 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
72 *PageRegion EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
73 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
74 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
75 *PageRegion EnvISOB6/Buste lettera ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
76 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
77 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
78 *CloseUI: *PageRegion
79 *DefaultImageableArea: Letter
80 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
81 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
82 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
83 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
84 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
85 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
86 *ImageableArea Env10/Buste lettera #10 - 4.13x9.5in: "11.52 15.59 285.48 668.41"
87 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
88 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
89 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
90 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
91 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
92 *ImageableArea EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "11.52 15.59 487.48 693.41"
93 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
94 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
95 *ImageableArea EnvISOB6/Buste lettera ISOB6 - 176x125mm: "11.52 15.59 487.48 338.41"
96 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
97 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
98 *DefaultPaperDimension: Letter
99 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
100 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
101 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
102 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
103 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
104 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
105 *PaperDimension Env10/Buste lettera #10 - 4.13x9.5in: "297.00 684.00"
106 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
107 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
108 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
109 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
110 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
111 *PaperDimension EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "499.00 709.00"
112 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
113 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
114 *PaperDimension EnvISOB6/Buste lettera ISOB6 - 176x125mm: "499.00 354.00"
115 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
116 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
117 *MaxMediaWidth: "0.00"
118 *MaxMediaHeight: "0.00"
119 *HWMargins: 11.52 15.59 11.52 15.59
120 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
121 *ParamCustomPageSize Width: 1 points 0.00 0.00
122 *ParamCustomPageSize Height: 2 points 0.00 0.00
123 *ParamCustomPageSize WidthOffset: 3 points 0 0
124 *ParamCustomPageSize HeightOffset: 4 points 0 0
125 *ParamCustomPageSize Orientation: 5 int 0 0
126 *RequiresPageRegion All: True
127 *OpenUI *InputSlot: PickOne
128 *OrderDependency: 10.0 AnySetup *InputSlot
129 *DefaultInputSlot: Auto
130 *InputSlot Auto/Selezione Automatica: "<</MediaPosition 1>>setpagedevice"
131 *InputSlot Manual/Alimentazione Manuale: "<</MediaPosition 2>>setpagedevice"
132 *CloseUI: *InputSlot
133 *OpenUI *MediaType/Tipo Carta: PickOne
134 *OrderDependency: 10.0 AnySetup *MediaType
135 *DefaultMediaType: OFF
136 *MediaType OFF/Usa Default Stampante: ""
137 *MediaType NORMAL/Carta Semplice: ""
138 *MediaType THICK/Carta Spessa: ""
139 *MediaType THIN/Carta Sottile: ""
140 *MediaType BOND/Adesivo: ""
141 *MediaType OHP/Lucido: ""
142 *MediaType CARD/Biglietti Da Visita: ""
143 *MediaType LABEL/Etichette: ""
144 *MediaType USED/Prestampati: ""
145 *MediaType COLOR/Carta Colorata: ""
146 *MediaType ENV/Busta da Lettera: ""
147 *CloseUI: *MediaType
148 *OpenUI *PowerSave/Risparmio Energetico: PickOne
149 *OrderDependency: 10.0 AnySetup *PowerSave
150 *DefaultPowerSave: 5
151 *PowerSave False/Off: ""
152 *PowerSave 5/5 Minuti: ""
153 *PowerSave 10/10 Minuti: ""
154 *PowerSave 15/15 Minuti: ""
155 *PowerSave 30/30 Minuti: ""
156 *PowerSave 45/45 Minuti: ""
157 *PowerSave 60/1 Ora: ""
158 *CloseUI: *PowerSave
159 *OpenUI *TonerDensity/Densità del Toner: PickOne
160 *OrderDependency: 10.0 AnySetup *TonerDensity
161 *DefaultTonerDensity: 3
162 *TonerDensity 1/Leggera: ""
163 *TonerDensity 3/Media: ""
164 *TonerDensity 5/Scura: ""
165 *CloseUI: *TonerDensity
166 *OpenUI *EconoMode/Risparmio Toner: PickOne
167 *OrderDependency: 10.0 AnySetup *EconoMode
168 *DefaultEconoMode: 0
169 *EconoMode 0/Usa Default Stampante: ""
170 *EconoMode ON/Risparmio: ""
171 *EconoMode OFF/Standard: ""
172 *CloseUI: *EconoMode
173 *OpenUI *JamRecovery/Ristampa se Inceppata: Boolean
174 *OrderDependency: 10.0 AnySetup *JamRecovery
175 *DefaultJamRecovery: False
176 *JamRecovery False/Off: ""
177 *JamRecovery True/On: ""
178 *CloseUI: *JamRecovery
179 *OpenUI *ColorModel/Modo di colore: PickOne
180 *OrderDependency: 10.0 AnySetup *ColorModel
181 *DefaultColorModel: Gray
182 *ColorModel Gray/Gradazione di grigio: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
183 *CloseUI: *ColorModel
184 *OpenUI *Resolution: PickOne
185 *OrderDependency: 10.0 AnySetup *Resolution
186 *DefaultResolution: 600dpi
187 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
188 *Resolution 300dpi/300 DPI: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
189 *CloseUI: *Resolution
190 *OpenUI *SRTMode/Modo SRT: PickOne
191 *OrderDependency: 10.0 AnySetup *SRTMode
192 *DefaultSRTMode: NORMAL
193 *SRTMode NORMAL/Normale: ""
194 *SRTMode ENHANCE/Migliora il Testo: ""
195 *SRTMode GRAY/Migliora le Immagini: ""
196 *CloseUI: *SRTMode
197 *DefaultFont: Courier
198 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
199 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
200 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
201 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
202 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
203 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
204 *Font Bookman-Light: Standard "(1.05)" Standard ROM
205 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
206 *Font Courier: Standard "(1.05)" Standard ROM
207 *Font Courier-Bold: Standard "(1.05)" Standard ROM
208 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
209 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
210 *Font Helvetica: Standard "(1.05)" Standard ROM
211 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
212 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
213 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
214 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
215 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
216 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
217 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
218 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
219 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
220 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
221 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
222 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
223 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
224 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
225 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
226 *Font Symbol: Special "(001.005)" Special ROM
227 *Font Times-Bold: Standard "(1.05)" Standard ROM
228 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
229 *Font Times-Italic: Standard "(1.05)" Standard ROM
230 *Font Times-Roman: Standard "(1.05)" Standard ROM
231 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
232 *Font ZapfDingbats: Special "(001.005)" Special ROM
233 *% End of ml1750.ppd, 11912 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for ML-1750 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: Portuguese_Brazil
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ml1750.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung ML-1750"
13 *ShortNickName: "Samsung ML-1750"
14 *NickName: "Samsung ML-1750, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><0><0>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Seleção Automática: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Alimentação Manual: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Tipo de Papel: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Usar a Definição da Impressora: ""
150 *MediaType NORMAL/Papel normal: ""
151 *MediaType THICK/Papel grosso: ""
152 *MediaType THIN/Papel Delgado (Fino): ""
153 *MediaType BOND/Papel Bond: ""
154 *MediaType OHP/Transparência: ""
155 *MediaType CARD/Cartolina: ""
156 *MediaType LABEL/Etiqueta: ""
157 *MediaType USED/Papel Pré-Impresso: ""
158 *MediaType COLOR/Cor: ""
159 *MediaType ENV/Envelope: ""
160 *MediaType COTTON/Algodão: ""
161 *MediaType RECYCLED/Papel Reciclado: ""
162 *MediaType ARCHIVE/Arquivamento: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Pressão Atmosférica: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Pressão Elevada (Baixa Altitude): ""
168 *Altitude HIGH/Pressão Reduzida (Grande Altitude): ""
169 *CloseUI: *Altitude
170 *OpenUI *PowerSave/Economia de Energia: PickOne
171 *OrderDependency: 10.0 AnySetup *PowerSave
172 *DefaultPowerSave: 5
173 *PowerSave False/Desligado: ""
174 *PowerSave 5/5 Minutos: ""
175 *PowerSave 10/10 Minutos: ""
176 *PowerSave 15/15 Minutos: ""
177 *PowerSave 30/30 Minutos: ""
178 *PowerSave 45/45 Minutos: ""
179 *PowerSave 60/1 Hora: ""
180 *CloseUI: *PowerSave
181 *OpenUI *TonerDensity/Densidade do Toner: PickOne
182 *OrderDependency: 10.0 AnySetup *TonerDensity
183 *DefaultTonerDensity: 3
184 *TonerDensity 1/Claro: ""
185 *TonerDensity 3/Normal: ""
186 *TonerDensity 5/Escuro: ""
187 *CloseUI: *TonerDensity
188 *OpenUI *EconoMode/Economia do Toner: PickOne
189 *OrderDependency: 10.0 AnySetup *EconoMode
190 *DefaultEconoMode: 0
191 *EconoMode 0/Usar a Definição da Impressora: ""
192 *EconoMode ON/Economizar: ""
193 *EconoMode OFF/Não Economizar: ""
194 *CloseUI: *EconoMode
195 *OpenUI *JamRecovery/Reimpressão Após Atolamento do Papel: Boolean
196 *OrderDependency: 10.0 AnySetup *JamRecovery
197 *DefaultJamRecovery: False
198 *JamRecovery False/Desligado: ""
199 *JamRecovery True/Ativado: ""
200 *CloseUI: *JamRecovery
201 *OpenUI *ColorModel/Modo Cor: PickOne
202 *OrderDependency: 10.0 AnySetup *ColorModel
203 *DefaultColorModel: Gray
204 *ColorModel Gray/Tons de Cinza: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
205 *CloseUI: *ColorModel
206 *OpenUI *Resolution: PickOne
207 *OrderDependency: 10.0 AnySetup *Resolution
208 *DefaultResolution: 600dpi
209 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
210 *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
211 *CloseUI: *Resolution
212 *OpenUI *Duplex/Impressão em Frente e Verso: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Frente (Simples): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Borda Longa (Retrato): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Borda Curta (Paisagem): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
219 *OpenUI *SRTMode/Otimização de Texto e Imagem: PickOne
220 *OrderDependency: 10.0 AnySetup *SRTMode
221 *DefaultSRTMode: NORMAL
222 *SRTMode NORMAL/Normal: ""
223 *SRTMode ENHANCE/Aprimoramento do Texto: ""
224 *SRTMode GRAY/Aprimoramento de Imagem: ""
225 *CloseUI: *SRTMode
226 *DefaultFont: Courier
227 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
228 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
229 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
230 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
231 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
232 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
233 *Font Bookman-Light: Standard "(1.05)" Standard ROM
234 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
235 *Font Courier: Standard "(1.05)" Standard ROM
236 *Font Courier-Bold: Standard "(1.05)" Standard ROM
237 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica: Standard "(1.05)" Standard ROM
240 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
241 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
242 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
243 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
244 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
245 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
246 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
247 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
248 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
249 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
250 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
251 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
252 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
253 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
254 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
255 *Font Symbol: Special "(001.005)" Special ROM
256 *Font Times-Bold: Standard "(1.05)" Standard ROM
257 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
258 *Font Times-Italic: Standard "(1.05)" Standard ROM
259 *Font Times-Roman: Standard "(1.05)" Standard ROM
260 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
261 *Font ZapfDingbats: Special "(001.005)" Special ROM
262 *% End of ml1750.ppd, 14244 bytes.
00 *PPD-Adobe: "4.3"
11 *% PPD file for ML-2010 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
2 *% Created by the CUPS PPD Compiler v1.2.3.
33 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
4 *FileVersion: "SpliX V. 2.0.0"
55 *LanguageVersion: English
66 *LanguageEncoding: ISOLatin1
77 *PCFileName: "ml2010.ppd"
88 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
910 *Product: "(GNU Ghostscript)"
1011 *Manufacturer: "Samsung"
1112 *ModelName: "Samsung ML-2010"
1213 *ShortNickName: "Samsung ML-2010"
13 *NickName: "Samsung ML-2010, 1.0"
14 *NickName: "Samsung ML-2010, SpliX V. 2.0.0"
1415 *PSVersion: "(3010.000) 705"
1516 *PSVersion: "(3010.000) 707"
1617 *PSVersion: "(3010.000) 815"
18 *PSVersion: "(3010.000) 853"
1719 *LanguageLevel: "3"
1820 *ColorDevice: False
1921 *DefaultColorSpace: Gray
2224 *LandscapeOrientation: Plus90
2325 *TTRasterizer: Type42
2426 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "0"
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
2830 *QPDL QPDLVersion: "2"
29 *General docHeaderValues: "<0><0><1>"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
31 *General DocHeaderValues: "<0><0><1>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
3335 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *OpenUI *PageSize: PickOne
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
3638 *OrderDependency: 10 AnySetup *PageSize
3739 *DefaultPageSize: Letter
3840 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
4850 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
4951 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
5052 *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"
5155 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
5256 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
53 *PageSize EnvISOB6/ISOB6 Envelope - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
57 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
5458 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
5559 *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"
62 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
5663 *CloseUI: *PageSize
57 *OpenUI *PageRegion: PickOne
64 *OpenUI *PageRegion/Media Size: PickOne
5865 *OrderDependency: 10 AnySetup *PageRegion
5966 *DefaultPageRegion: Letter
6067 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
7077 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
7178 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
7279 *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"
7382 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
7483 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
75 *PageRegion EnvISOB6/ISOB6 Envelope - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
84 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
7685 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
7786 *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"
89 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
7890 *CloseUI: *PageRegion
7991 *DefaultImageableArea: Letter
80 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
81 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
82 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
83 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
84 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
85 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
86 *ImageableArea Env10/#10 Envelope - 4.13x9.5in: "11.52 15.59 285.48 668.41"
87 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
88 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
89 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
90 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
91 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
92 *ImageableArea EnvISOB5/ISOB5 Envelope - 176x250mm: "11.52 15.59 487.48 693.41"
93 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
94 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
95 *ImageableArea EnvISOB6/ISOB6 Envelope - 176x125mm: "11.52 15.59 487.48 338.41"
96 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
97 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
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"
98115 *DefaultPaperDimension: Letter
99116 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
100117 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
109126 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
110127 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
111128 *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"
112131 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
113132 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
114 *PaperDimension EnvISOB6/ISOB6 Envelope - 176x125mm: "499.00 354.00"
133 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
115134 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
116135 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
117 *MaxMediaWidth: "0.00"
118 *MaxMediaHeight: "0.00"
119 *HWMargins: 11.52 15.59 11.52 15.59
120 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
121 *ParamCustomPageSize Width: 1 points 0.00 0.00
122 *ParamCustomPageSize Height: 2 points 0.00 0.00
123 *ParamCustomPageSize WidthOffset: 3 points 0 0
124 *ParamCustomPageSize HeightOffset: 4 points 0 0
125 *ParamCustomPageSize Orientation: 5 int 0 0
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"
126139 *RequiresPageRegion All: True
127 *OpenUI *InputSlot: PickOne
140 *OpenUI *InputSlot/Media Source: PickOne
128141 *OrderDependency: 10.0 AnySetup *InputSlot
129142 *DefaultInputSlot: Auto
130143 *InputSlot Auto/Automatic Selection: "<</MediaPosition 1>>setpagedevice"
144157 *MediaType USED/Preprinted: ""
145158 *MediaType COLOR/Colored Paper: ""
146159 *MediaType ENV/Envelope: ""
160 *MediaType COTTON/Cotton: ""
161 *MediaType RECYCLED/Recycled: ""
162 *MediaType ARCHIVE/Archive: ""
147163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Air pressure: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Low: ""
168 *Altitude HIGH/High: ""
169 *CloseUI: *Altitude
148170 *OpenUI *PowerSave/Power Save: PickOne
149171 *OrderDependency: 10.0 AnySetup *PowerSave
150172 *DefaultPowerSave: 5
187209 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
188210 *Resolution 1200x600dpi/1200x600 DPI: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
189211 *CloseUI: *Resolution
212 *OpenUI *Duplex/2-Sided Printing: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Off (1-Sided): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Long-Edge (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Short-Edge (Landscape): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
190219 *DefaultFont: Courier
191220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
192221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
223252 *Font Times-Roman: Standard "(1.05)" Standard ROM
224253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
225254 *Font ZapfDingbats: Special "(001.005)" Special ROM
226 *% End of ml2010.ppd, 11556 bytes.
255 *% End of ml2010.ppd, 13625 bytes.
+0
-227
ppd/ml2010de.ppd less more
0 *PPD-Adobe: "4.3"
1 *% PPD file for ML-2010 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
3 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
5 *LanguageVersion: German
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ml2010.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GNU Ghostscript)"
10 *Manufacturer: "Samsung"
11 *ModelName: "Samsung ML-2010"
12 *ShortNickName: "Samsung ML-2010"
13 *NickName: "Samsung ML-2010, 1.0"
14 *PSVersion: "(3010.000) 705"
15 *PSVersion: "(3010.000) 707"
16 *PSVersion: "(3010.000) 815"
17 *LanguageLevel: "3"
18 *ColorDevice: False
19 *DefaultColorSpace: Gray
20 *FileSystem: False
21 *Throughput: "1"
22 *LandscapeOrientation: Plus90
23 *TTRasterizer: Type42
24 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "0"
28 *QPDL QPDLVersion: "2"
29 *General docHeaderValues: "<0><0><1>"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
33 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *OpenUI *PageSize: PickOne
36 *OrderDependency: 10 AnySetup *PageSize
37 *DefaultPageSize: Letter
38 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
39 *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
40 *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
41 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
42 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
43 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
44 *PageSize Env10/Umschlag #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
45 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
46 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
47 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
48 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
49 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
50 *PageSize EnvISOB5/Umschlag ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
51 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
52 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
53 *PageSize EnvISOB6/Umschlag ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
54 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
55 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
56 *CloseUI: *PageSize
57 *OpenUI *PageRegion: PickOne
58 *OrderDependency: 10 AnySetup *PageRegion
59 *DefaultPageRegion: Letter
60 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
61 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
62 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
63 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
64 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
65 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
66 *PageRegion Env10/Umschlag #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
67 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
68 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
69 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
70 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
71 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
72 *PageRegion EnvISOB5/Umschlag ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
73 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
74 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
75 *PageRegion EnvISOB6/Umschlag ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
76 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
77 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
78 *CloseUI: *PageRegion
79 *DefaultImageableArea: Letter
80 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
81 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
82 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
83 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
84 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
85 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
86 *ImageableArea Env10/Umschlag #10 - 4.13x9.5in: "11.52 15.59 285.48 668.41"
87 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
88 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
89 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
90 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
91 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
92 *ImageableArea EnvISOB5/Umschlag ISOB5 - 176x250mm: "11.52 15.59 487.48 693.41"
93 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
94 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
95 *ImageableArea EnvISOB6/Umschlag ISOB6 - 176x125mm: "11.52 15.59 487.48 338.41"
96 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
97 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
98 *DefaultPaperDimension: Letter
99 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
100 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
101 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
102 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
103 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
104 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
105 *PaperDimension Env10/Umschlag #10 - 4.13x9.5in: "297.00 684.00"
106 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
107 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
108 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
109 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
110 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
111 *PaperDimension EnvISOB5/Umschlag ISOB5 - 176x250mm: "499.00 709.00"
112 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
113 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
114 *PaperDimension EnvISOB6/Umschlag ISOB6 - 176x125mm: "499.00 354.00"
115 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
116 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
117 *MaxMediaWidth: "0.00"
118 *MaxMediaHeight: "0.00"
119 *HWMargins: 11.52 15.59 11.52 15.59
120 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
121 *ParamCustomPageSize Width: 1 points 0.00 0.00
122 *ParamCustomPageSize Height: 2 points 0.00 0.00
123 *ParamCustomPageSize WidthOffset: 3 points 0 0
124 *ParamCustomPageSize HeightOffset: 4 points 0 0
125 *ParamCustomPageSize Orientation: 5 int 0 0
126 *RequiresPageRegion All: True
127 *OpenUI *InputSlot: PickOne
128 *OrderDependency: 10.0 AnySetup *InputSlot
129 *DefaultInputSlot: Auto
130 *InputSlot Auto/Automatische Auswahl: "<</MediaPosition 1>>setpagedevice"
131 *InputSlot Manual/Manueller Einzug: "<</MediaPosition 2>>setpagedevice"
132 *CloseUI: *InputSlot
133 *OpenUI *MediaType/Papiertyp: PickOne
134 *OrderDependency: 10.0 AnySetup *MediaType
135 *DefaultMediaType: OFF
136 *MediaType OFF/Grundeinstellungen des Druckers: ""
137 *MediaType NORMAL/Normalpapier: ""
138 *MediaType THICK/Dickes Papier: ""
139 *MediaType THIN/Dünnes Papier: ""
140 *MediaType BOND/Kartoniertes Papier: ""
141 *MediaType OHP/Transparenz: ""
142 *MediaType CARD/Visitenkarten: ""
143 *MediaType LABEL/Etiketten: ""
144 *MediaType USED/Vorgedrucktes Papier: ""
145 *MediaType COLOR/Farbiges Papier: ""
146 *MediaType ENV/Umschlag/Couvert: ""
147 *CloseUI: *MediaType
148 *OpenUI *PowerSave/Energiesparmodus: PickOne
149 *OrderDependency: 10.0 AnySetup *PowerSave
150 *DefaultPowerSave: 5
151 *PowerSave False/Aus: ""
152 *PowerSave 5/5 Minuten: ""
153 *PowerSave 10/10 Minuten: ""
154 *PowerSave 15/15 Minuten: ""
155 *PowerSave 30/30 Minuten: ""
156 *PowerSave 45/45 Minuten: ""
157 *PowerSave 60/1 Stunde: ""
158 *CloseUI: *PowerSave
159 *OpenUI *TonerDensity/Tonerdichte: PickOne
160 *OrderDependency: 10.0 AnySetup *TonerDensity
161 *DefaultTonerDensity: 3
162 *TonerDensity 1/Hell: ""
163 *TonerDensity 3/Normal: ""
164 *TonerDensity 5/Dunkel: ""
165 *CloseUI: *TonerDensity
166 *OpenUI *EconoMode/Toner Sparmodus: PickOne
167 *OrderDependency: 10.0 AnySetup *EconoMode
168 *DefaultEconoMode: 0
169 *EconoMode 0/Grundeinstellungen des Druckers: ""
170 *EconoMode ON/Sparen: ""
171 *EconoMode OFF/Standard: ""
172 *CloseUI: *EconoMode
173 *OpenUI *JamRecovery/Druck nach Papierstau fortsetzen: Boolean
174 *OrderDependency: 10.0 AnySetup *JamRecovery
175 *DefaultJamRecovery: False
176 *JamRecovery False/Aus: ""
177 *JamRecovery True/Ein: ""
178 *CloseUI: *JamRecovery
179 *OpenUI *ColorModel/Farbe modus: PickOne
180 *OrderDependency: 10.0 AnySetup *ColorModel
181 *DefaultColorModel: Gray
182 *ColorModel Gray/Abgestuftes von grauen: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
183 *CloseUI: *ColorModel
184 *OpenUI *Resolution: PickOne
185 *OrderDependency: 10.0 AnySetup *Resolution
186 *DefaultResolution: 600dpi
187 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
188 *Resolution 1200x600dpi/1200x600 PPP: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
189 *CloseUI: *Resolution
190 *DefaultFont: Courier
191 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
192 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
193 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
194 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
195 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
196 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
197 *Font Bookman-Light: Standard "(1.05)" Standard ROM
198 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
199 *Font Courier: Standard "(1.05)" Standard ROM
200 *Font Courier-Bold: Standard "(1.05)" Standard ROM
201 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
202 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
203 *Font Helvetica: Standard "(1.05)" Standard ROM
204 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
205 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
206 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
207 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
208 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
209 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
210 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
211 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
212 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
213 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
214 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
215 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
216 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
217 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
218 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
219 *Font Symbol: Special "(001.005)" Special ROM
220 *Font Times-Bold: Standard "(1.05)" Standard ROM
221 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
222 *Font Times-Italic: Standard "(1.05)" Standard ROM
223 *Font Times-Roman: Standard "(1.05)" Standard ROM
224 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
225 *Font ZapfDingbats: Special "(001.005)" Special ROM
226 *% End of ml2010.ppd, 11677 bytes.
00 *PPD-Adobe: "4.3"
11 *% PPD file for ML-2010 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
2 *% Created by the CUPS PPD Compiler v1.2.3.
33 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
4 *FileVersion: "SpliX V. 2.0.0"
55 *LanguageVersion: French
66 *LanguageEncoding: ISOLatin1
77 *PCFileName: "ml2010.ppd"
88 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
910 *Product: "(GNU Ghostscript)"
1011 *Manufacturer: "Samsung"
1112 *ModelName: "Samsung ML-2010"
1213 *ShortNickName: "Samsung ML-2010"
13 *NickName: "Samsung ML-2010, 1.0"
14 *NickName: "Samsung ML-2010, SpliX V. 2.0.0"
1415 *PSVersion: "(3010.000) 705"
1516 *PSVersion: "(3010.000) 707"
1617 *PSVersion: "(3010.000) 815"
18 *PSVersion: "(3010.000) 853"
1719 *LanguageLevel: "3"
1820 *ColorDevice: False
1921 *DefaultColorSpace: Gray
2224 *LandscapeOrientation: Plus90
2325 *TTRasterizer: Type42
2426 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "0"
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
2830 *QPDL QPDLVersion: "2"
29 *General docHeaderValues: "<0><0><1>"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
31 *General DocHeaderValues: "<0><0><1>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
3335 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *OpenUI *PageSize: PickOne
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
3638 *OrderDependency: 10 AnySetup *PageSize
3739 *DefaultPageSize: Letter
3840 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
4143 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
4244 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
4345 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
44 *PageSize Env10/Enveloppe #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
46 *PageSize Env10/Enveloppe n°10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
4547 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
4648 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
4749 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
4850 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
4951 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
5052 *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"
5155 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
5256 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
53 *PageSize EnvISOB6/Enveloppe ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
57 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
5458 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
5559 *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"
62 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
5663 *CloseUI: *PageSize
57 *OpenUI *PageRegion: PickOne
64 *OpenUI *PageRegion/Media Size: PickOne
5865 *OrderDependency: 10 AnySetup *PageRegion
5966 *DefaultPageRegion: Letter
6067 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
6370 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
6471 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
6572 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
66 *PageRegion Env10/Enveloppe #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
73 *PageRegion Env10/Enveloppe n°10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
6774 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
6875 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
6976 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
7077 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
7178 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
7279 *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"
7382 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
7483 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
75 *PageRegion EnvISOB6/Enveloppe ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
84 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
7685 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
7786 *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"
89 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
7890 *CloseUI: *PageRegion
7991 *DefaultImageableArea: Letter
80 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
81 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
82 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
83 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
84 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
85 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
86 *ImageableArea Env10/Enveloppe #10 - 4.13x9.5in: "11.52 15.59 285.48 668.41"
87 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
88 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
89 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
90 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
91 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
92 *ImageableArea EnvISOB5/Enveloppe ISOB5 - 176x250mm: "11.52 15.59 487.48 693.41"
93 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
94 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
95 *ImageableArea EnvISOB6/Enveloppe ISOB6 - 176x125mm: "11.52 15.59 487.48 338.41"
96 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
97 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
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"
98115 *DefaultPaperDimension: Letter
99116 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
100117 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
102119 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
103120 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
104121 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
105 *PaperDimension Env10/Enveloppe #10 - 4.13x9.5in: "297.00 684.00"
122 *PaperDimension Env10/Enveloppe n°10 - 4.13x9.5in: "297.00 684.00"
106123 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
107124 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
108125 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
109126 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
110127 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
111128 *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"
112131 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
113132 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
114 *PaperDimension EnvISOB6/Enveloppe ISOB6 - 176x125mm: "499.00 354.00"
133 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
115134 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
116135 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
117 *MaxMediaWidth: "0.00"
118 *MaxMediaHeight: "0.00"
119 *HWMargins: 11.52 15.59 11.52 15.59
120 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
121 *ParamCustomPageSize Width: 1 points 0.00 0.00
122 *ParamCustomPageSize Height: 2 points 0.00 0.00
123 *ParamCustomPageSize WidthOffset: 3 points 0 0
124 *ParamCustomPageSize HeightOffset: 4 points 0 0
125 *ParamCustomPageSize Orientation: 5 int 0 0
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"
126139 *RequiresPageRegion All: True
127 *OpenUI *InputSlot: PickOne
140 *OpenUI *InputSlot/Media Source: PickOne
128141 *OrderDependency: 10.0 AnySetup *InputSlot
129142 *DefaultInputSlot: Auto
130143 *InputSlot Auto/Sélection automatique: "<</MediaPosition 1>>setpagedevice"
131 *InputSlot Manual/Chargement manuel: "<</MediaPosition 2>>setpagedevice"
144 *InputSlot Manual/Manuel: "<</MediaPosition 2>>setpagedevice"
132145 *CloseUI: *InputSlot
133 *OpenUI *MediaType/Type de papier: PickOne
146 *OpenUI *MediaType/Type de support: PickOne
134147 *OrderDependency: 10.0 AnySetup *MediaType
135148 *DefaultMediaType: OFF
136149 *MediaType OFF/Utiliser la configuration imprimante: ""
137150 *MediaType NORMAL/Papier ordinaire: ""
138151 *MediaType THICK/Papier épais: ""
139152 *MediaType THIN/Papier fin: ""
140 *MediaType BOND/Papier cartonné: ""
153 *MediaType BOND/Papier Bond: ""
141154 *MediaType OHP/Transparent: ""
142 *MediaType CARD/Carte de visite: ""
155 *MediaType CARD/Papier cartonné: ""
143156 *MediaType LABEL/Étiquette: ""
144 *MediaType USED/Papier Pré-imprimé: ""
145 *MediaType COLOR/Papier coloré: ""
157 *MediaType USED/Papier pré-imprimé: ""
158 *MediaType COLOR/Couleur: ""
146159 *MediaType ENV/Enveloppe: ""
160 *MediaType COTTON/Coton: ""
161 *MediaType RECYCLED/Papier recyclé: ""
162 *MediaType ARCHIVE/Archive: ""
147163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Pression de l'air: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Faible: ""
168 *Altitude HIGH/Forte: ""
169 *CloseUI: *Altitude
148170 *OpenUI *PowerSave/Économie d'énergie: PickOne
149171 *OrderDependency: 10.0 AnySetup *PowerSave
150172 *DefaultPowerSave: 5
174196 *OrderDependency: 10.0 AnySetup *JamRecovery
175197 *DefaultJamRecovery: False
176198 *JamRecovery False/Désactivé: ""
177 *JamRecovery True/Activé: ""
199 *JamRecovery True/Oui: ""
178200 *CloseUI: *JamRecovery
179 *OpenUI *ColorModel/Mode de couleur: PickOne
201 *OpenUI *ColorModel/Mode couleur: PickOne
180202 *OrderDependency: 10.0 AnySetup *ColorModel
181203 *DefaultColorModel: Gray
182204 *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
187209 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
188210 *Resolution 1200x600dpi/1200x600 PPP: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
189211 *CloseUI: *Resolution
212 *OpenUI *Duplex/Impression recto-verso: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Simple (recto): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Côté long (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Côté court (Paysage): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
190219 *DefaultFont: Courier
191220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
192221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
223252 *Font Times-Roman: Standard "(1.05)" Standard ROM
224253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
225254 *Font ZapfDingbats: Special "(001.005)" Special ROM
226 *% End of ml2010.ppd, 11708 bytes.
255 *% End of ml2010.ppd, 13883 bytes.
+0
-227
ppd/ml2010it.ppd less more
0 *PPD-Adobe: "4.3"
1 *% PPD file for ML-2010 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
3 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
5 *LanguageVersion: Italian
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ml2010.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GNU Ghostscript)"
10 *Manufacturer: "Samsung"
11 *ModelName: "Samsung ML-2010"
12 *ShortNickName: "Samsung ML-2010"
13 *NickName: "Samsung ML-2010, 1.0"
14 *PSVersion: "(3010.000) 705"
15 *PSVersion: "(3010.000) 707"
16 *PSVersion: "(3010.000) 815"
17 *LanguageLevel: "3"
18 *ColorDevice: False
19 *DefaultColorSpace: Gray
20 *FileSystem: False
21 *Throughput: "1"
22 *LandscapeOrientation: Plus90
23 *TTRasterizer: Type42
24 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "0"
28 *QPDL QPDLVersion: "2"
29 *General docHeaderValues: "<0><0><1>"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
33 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *OpenUI *PageSize: PickOne
36 *OrderDependency: 10 AnySetup *PageSize
37 *DefaultPageSize: Letter
38 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
39 *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
40 *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
41 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
42 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
43 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
44 *PageSize Env10/Buste lettera #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
45 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
46 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
47 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
48 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
49 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
50 *PageSize EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
51 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
52 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
53 *PageSize EnvISOB6/Buste lettera ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
54 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
55 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
56 *CloseUI: *PageSize
57 *OpenUI *PageRegion: PickOne
58 *OrderDependency: 10 AnySetup *PageRegion
59 *DefaultPageRegion: Letter
60 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
61 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
62 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
63 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
64 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
65 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
66 *PageRegion Env10/Buste lettera #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
67 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
68 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
69 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
70 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
71 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
72 *PageRegion EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
73 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
74 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
75 *PageRegion EnvISOB6/Buste lettera ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
76 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
77 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
78 *CloseUI: *PageRegion
79 *DefaultImageableArea: Letter
80 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
81 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
82 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
83 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
84 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
85 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
86 *ImageableArea Env10/Buste lettera #10 - 4.13x9.5in: "11.52 15.59 285.48 668.41"
87 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
88 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
89 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
90 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
91 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
92 *ImageableArea EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "11.52 15.59 487.48 693.41"
93 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
94 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
95 *ImageableArea EnvISOB6/Buste lettera ISOB6 - 176x125mm: "11.52 15.59 487.48 338.41"
96 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
97 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
98 *DefaultPaperDimension: Letter
99 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
100 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
101 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
102 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
103 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
104 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
105 *PaperDimension Env10/Buste lettera #10 - 4.13x9.5in: "297.00 684.00"
106 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
107 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
108 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
109 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
110 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
111 *PaperDimension EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "499.00 709.00"
112 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
113 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
114 *PaperDimension EnvISOB6/Buste lettera ISOB6 - 176x125mm: "499.00 354.00"
115 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
116 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
117 *MaxMediaWidth: "0.00"
118 *MaxMediaHeight: "0.00"
119 *HWMargins: 11.52 15.59 11.52 15.59
120 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
121 *ParamCustomPageSize Width: 1 points 0.00 0.00
122 *ParamCustomPageSize Height: 2 points 0.00 0.00
123 *ParamCustomPageSize WidthOffset: 3 points 0 0
124 *ParamCustomPageSize HeightOffset: 4 points 0 0
125 *ParamCustomPageSize Orientation: 5 int 0 0
126 *RequiresPageRegion All: True
127 *OpenUI *InputSlot: PickOne
128 *OrderDependency: 10.0 AnySetup *InputSlot
129 *DefaultInputSlot: Auto
130 *InputSlot Auto/Selezione Automatica: "<</MediaPosition 1>>setpagedevice"
131 *InputSlot Manual/Alimentazione Manuale: "<</MediaPosition 2>>setpagedevice"
132 *CloseUI: *InputSlot
133 *OpenUI *MediaType/Tipo Carta: PickOne
134 *OrderDependency: 10.0 AnySetup *MediaType
135 *DefaultMediaType: OFF
136 *MediaType OFF/Usa Default Stampante: ""
137 *MediaType NORMAL/Carta Semplice: ""
138 *MediaType THICK/Carta Spessa: ""
139 *MediaType THIN/Carta Sottile: ""
140 *MediaType BOND/Adesivo: ""
141 *MediaType OHP/Lucido: ""
142 *MediaType CARD/Biglietti Da Visita: ""
143 *MediaType LABEL/Etichette: ""
144 *MediaType USED/Prestampati: ""
145 *MediaType COLOR/Carta Colorata: ""
146 *MediaType ENV/Busta da Lettera: ""
147 *CloseUI: *MediaType
148 *OpenUI *PowerSave/Risparmio Energetico: PickOne
149 *OrderDependency: 10.0 AnySetup *PowerSave
150 *DefaultPowerSave: 5
151 *PowerSave False/Off: ""
152 *PowerSave 5/5 Minuti: ""
153 *PowerSave 10/10 Minuti: ""
154 *PowerSave 15/15 Minuti: ""
155 *PowerSave 30/30 Minuti: ""
156 *PowerSave 45/45 Minuti: ""
157 *PowerSave 60/1 Ora: ""
158 *CloseUI: *PowerSave
159 *OpenUI *TonerDensity/Densità del Toner: PickOne
160 *OrderDependency: 10.0 AnySetup *TonerDensity
161 *DefaultTonerDensity: 3
162 *TonerDensity 1/Leggera: ""
163 *TonerDensity 3/Media: ""
164 *TonerDensity 5/Scura: ""
165 *CloseUI: *TonerDensity
166 *OpenUI *EconoMode/Risparmio Toner: PickOne
167 *OrderDependency: 10.0 AnySetup *EconoMode
168 *DefaultEconoMode: 0
169 *EconoMode 0/Usa Default Stampante: ""
170 *EconoMode ON/Risparmio: ""
171 *EconoMode OFF/Standard: ""
172 *CloseUI: *EconoMode
173 *OpenUI *JamRecovery/Ristampa se Inceppata: Boolean
174 *OrderDependency: 10.0 AnySetup *JamRecovery
175 *DefaultJamRecovery: False
176 *JamRecovery False/Off: ""
177 *JamRecovery True/On: ""
178 *CloseUI: *JamRecovery
179 *OpenUI *ColorModel/Modo di colore: PickOne
180 *OrderDependency: 10.0 AnySetup *ColorModel
181 *DefaultColorModel: Gray
182 *ColorModel Gray/Gradazione di grigio: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
183 *CloseUI: *ColorModel
184 *OpenUI *Resolution: PickOne
185 *OrderDependency: 10.0 AnySetup *Resolution
186 *DefaultResolution: 600dpi
187 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
188 *Resolution 1200x600dpi/1200x600 DPI: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
189 *CloseUI: *Resolution
190 *DefaultFont: Courier
191 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
192 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
193 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
194 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
195 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
196 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
197 *Font Bookman-Light: Standard "(1.05)" Standard ROM
198 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
199 *Font Courier: Standard "(1.05)" Standard ROM
200 *Font Courier-Bold: Standard "(1.05)" Standard ROM
201 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
202 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
203 *Font Helvetica: Standard "(1.05)" Standard ROM
204 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
205 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
206 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
207 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
208 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
209 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
210 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
211 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
212 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
213 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
214 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
215 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
216 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
217 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
218 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
219 *Font Symbol: Special "(001.005)" Special ROM
220 *Font Times-Bold: Standard "(1.05)" Standard ROM
221 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
222 *Font Times-Italic: Standard "(1.05)" Standard ROM
223 *Font Times-Roman: Standard "(1.05)" Standard ROM
224 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
225 *Font ZapfDingbats: Special "(001.005)" Special ROM
226 *% End of ml2010.ppd, 11698 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for ML-2010 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: Portuguese_Brazil
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ml2010.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung ML-2010"
13 *ShortNickName: "Samsung ML-2010"
14 *NickName: "Samsung ML-2010, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "2"
31 *General DocHeaderValues: "<0><0><1>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Seleção Automática: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Alimentação Manual: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Tipo de Papel: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Usar a Definição da Impressora: ""
150 *MediaType NORMAL/Papel normal: ""
151 *MediaType THICK/Papel grosso: ""
152 *MediaType THIN/Papel Delgado (Fino): ""
153 *MediaType BOND/Papel Bond: ""
154 *MediaType OHP/Transparência: ""
155 *MediaType CARD/Cartolina: ""
156 *MediaType LABEL/Etiqueta: ""
157 *MediaType USED/Papel Pré-Impresso: ""
158 *MediaType COLOR/Cor: ""
159 *MediaType ENV/Envelope: ""
160 *MediaType COTTON/Algodão: ""
161 *MediaType RECYCLED/Papel Reciclado: ""
162 *MediaType ARCHIVE/Arquivamento: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Pressão Atmosférica: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Pressão Elevada (Baixa Altitude): ""
168 *Altitude HIGH/Pressão Reduzida (Grande Altitude): ""
169 *CloseUI: *Altitude
170 *OpenUI *PowerSave/Economia de Energia: PickOne
171 *OrderDependency: 10.0 AnySetup *PowerSave
172 *DefaultPowerSave: 5
173 *PowerSave False/Desligado: ""
174 *PowerSave 5/5 Minutos: ""
175 *PowerSave 10/10 Minutos: ""
176 *PowerSave 15/15 Minutos: ""
177 *PowerSave 30/30 Minutos: ""
178 *PowerSave 45/45 Minutos: ""
179 *PowerSave 60/1 Hora: ""
180 *CloseUI: *PowerSave
181 *OpenUI *TonerDensity/Densidade do Toner: PickOne
182 *OrderDependency: 10.0 AnySetup *TonerDensity
183 *DefaultTonerDensity: 3
184 *TonerDensity 1/Claro: ""
185 *TonerDensity 3/Normal: ""
186 *TonerDensity 5/Escuro: ""
187 *CloseUI: *TonerDensity
188 *OpenUI *EconoMode/Economia do Toner: PickOne
189 *OrderDependency: 10.0 AnySetup *EconoMode
190 *DefaultEconoMode: 0
191 *EconoMode 0/Usar a Definição da Impressora: ""
192 *EconoMode ON/Economizar: ""
193 *EconoMode OFF/Não Economizar: ""
194 *CloseUI: *EconoMode
195 *OpenUI *JamRecovery/Reimpressão Após Atolamento do Papel: Boolean
196 *OrderDependency: 10.0 AnySetup *JamRecovery
197 *DefaultJamRecovery: False
198 *JamRecovery False/Desligado: ""
199 *JamRecovery True/Ativado: ""
200 *CloseUI: *JamRecovery
201 *OpenUI *ColorModel/Modo Cor: PickOne
202 *OrderDependency: 10.0 AnySetup *ColorModel
203 *DefaultColorModel: Gray
204 *ColorModel Gray/Tons de Cinza: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
205 *CloseUI: *ColorModel
206 *OpenUI *Resolution: PickOne
207 *OrderDependency: 10.0 AnySetup *Resolution
208 *DefaultResolution: 600dpi
209 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
210 *Resolution 1200x600dpi/1200x600 PPP: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
211 *CloseUI: *Resolution
212 *OpenUI *Duplex/Impressão em Frente e Verso: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Frente (Simples): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Borda Longa (Retrato): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Borda Curta (Paisagem): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
219 *DefaultFont: Courier
220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
224 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
225 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
226 *Font Bookman-Light: Standard "(1.05)" Standard ROM
227 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
228 *Font Courier: Standard "(1.05)" Standard ROM
229 *Font Courier-Bold: Standard "(1.05)" Standard ROM
230 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
231 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
232 *Font Helvetica: Standard "(1.05)" Standard ROM
233 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
234 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
244 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
245 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
247 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
248 *Font Symbol: Special "(001.005)" Special ROM
249 *Font Times-Bold: Standard "(1.05)" Standard ROM
250 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
251 *Font Times-Italic: Standard "(1.05)" Standard ROM
252 *Font Times-Roman: Standard "(1.05)" Standard ROM
253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
254 *Font ZapfDingbats: Special "(001.005)" Special ROM
255 *% End of ml2010.ppd, 14001 bytes.
00 *PPD-Adobe: "4.3"
11 *% PPD file for ML-2150 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
2 *% Created by the CUPS PPD Compiler v1.2.3.
33 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
4 *FileVersion: "SpliX V. 2.0.0"
55 *LanguageVersion: English
66 *LanguageEncoding: ISOLatin1
77 *PCFileName: "ml2150.ppd"
88 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
910 *Product: "(GNU Ghostscript)"
1011 *Manufacturer: "Samsung"
1112 *ModelName: "Samsung ML-2150"
1213 *ShortNickName: "Samsung ML-2150"
13 *NickName: "Samsung ML-2150, 1.0"
14 *NickName: "Samsung ML-2150, SpliX V. 2.0.0"
1415 *PSVersion: "(3010.000) 705"
1516 *PSVersion: "(3010.000) 707"
1617 *PSVersion: "(3010.000) 815"
18 *PSVersion: "(3010.000) 853"
1719 *LanguageLevel: "3"
1820 *ColorDevice: False
1921 *DefaultColorSpace: Gray
2224 *LandscapeOrientation: Plus90
2325 *TTRasterizer: Type42
2426 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "0"
28 *General docHeaderValues: "<0><0><0>"
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
2930 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
31 *General DocHeaderValues: "<0><0><0>"
32 *cupsVersion: 1.3
33 *cupsModelNumber: 0
3334 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
3536 *UIConstraints: *OptionTray2 False *InputSlot Lower
3637 *UIConstraints: *InputSlot Lower *OptionTray2 False
3738 *UIConstraints: *OptionTrayEnv False *InputSlot Envelope
3839 *UIConstraints: *InputSlot Envelope *OptionTrayEnv False
3940 *UIConstraints: *OptionTray3 False *InputSlot Tray3
4041 *UIConstraints: *InputSlot Tray3 *OptionTray3 False
41 *OpenUI *PageSize: PickOne
42 *OpenUI *PageSize/Media Size: PickOne
4243 *OrderDependency: 10 AnySetup *PageSize
4344 *DefaultPageSize: Letter
4445 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
5455 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
5556 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
5657 *PageSize EnvISOB5/ISOB5 Envelope - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
58 *PageSize Postcard/Postcard - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
59 *PageSize DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
5760 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
5861 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
59 *PageSize EnvISOB6/ISOB6 Envelope - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
62 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
6063 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
6164 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
65 *PageSize EnvPersonal/Personal Envelope - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
66 *PageSize Env9/#9 Envelope - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
67 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
6268 *CloseUI: *PageSize
63 *OpenUI *PageRegion: PickOne
69 *OpenUI *PageRegion/Media Size: PickOne
6470 *OrderDependency: 10 AnySetup *PageRegion
6571 *DefaultPageRegion: Letter
6672 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
7682 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
7783 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
7884 *PageRegion EnvISOB5/ISOB5 Envelope - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
85 *PageRegion Postcard/Postcard - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
86 *PageRegion DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
7987 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
8088 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
81 *PageRegion EnvISOB6/ISOB6 Envelope - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
89 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
8290 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
8391 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
92 *PageRegion EnvPersonal/Personal Envelope - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
93 *PageRegion Env9/#9 Envelope - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
94 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
8495 *CloseUI: *PageRegion
8596 *DefaultImageableArea: Letter
86 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
87 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
88 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
89 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
90 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
91 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
92 *ImageableArea Env10/#10 Envelope - 4.13x9.5in: "11.52 15.59 285.48 668.41"
93 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
94 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
95 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
96 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
97 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
98 *ImageableArea EnvISOB5/ISOB5 Envelope - 176x250mm: "11.52 15.59 487.48 693.41"
99 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
100 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
101 *ImageableArea EnvISOB6/ISOB6 Envelope - 176x125mm: "11.52 15.59 487.48 338.41"
102 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
103 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
97 *ImageableArea Letter/Letter - 8.5x11in: "10.75 15.00 601.25 777.00"
98 *ImageableArea Legal/Legal - 8.5x14in: "10.75 15.00 601.25 993.00"
99 *ImageableArea A4/A4 - 210x297mm: "10.75 15.00 584.25 827.00"
100 *ImageableArea Executive/Executive - 7.25x10.5in: "10.75 15.00 511.25 741.00"
101 *ImageableArea Ledger/Ledger - 17x11in: "10.75 15.00 1213.25 777.00"
102 *ImageableArea A3/A3 - 297x420mm: "10.75 15.00 831.25 1176.00"
103 *ImageableArea Env10/#10 Envelope - 4.13x9.5in: "10.75 15.00 286.25 669.00"
104 *ImageableArea Monarch/Monarch - 3.875x7.5in: "10.75 15.00 268.25 525.00"
105 *ImageableArea C5/C5 - 162x229mm: "10.75 15.00 448.25 634.00"
106 *ImageableArea DL/DL - 110x220mm: "10.75 15.00 301.25 609.00"
107 *ImageableArea B4/B4 - 257x364mm: "10.75 15.00 718.25 1017.00"
108 *ImageableArea B5/B5 - 182x257mm: "10.75 15.00 505.25 714.00"
109 *ImageableArea EnvISOB5/ISOB5 Envelope - 176x250mm: "10.75 15.00 488.25 694.00"
110 *ImageableArea Postcard/Postcard - 100x148mm: "10.75 15.00 273.25 404.00"
111 *ImageableArea DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "10.75 15.00 409.25 552.00"
112 *ImageableArea A5/A5 - 148x210mm: "10.75 15.00 409.25 580.00"
113 *ImageableArea A6/A6 - 105x148mm: "10.75 15.00 286.25 405.00"
114 *ImageableArea B6/B6 - 128x182mm: "10.75 15.00 352.25 501.00"
115 *ImageableArea C6/C6 - 114x162mm: "10.75 15.00 312.25 444.00"
116 *ImageableArea Folio/Folio - 210x330mm: "10.75 15.00 584.25 920.00"
117 *ImageableArea EnvPersonal/Personal Envelope - 3.625x6.5in: "10.75 15.00 250.25 453.00"
118 *ImageableArea Env9/#9 Envelope - 3.875x8.875in: "10.75 15.00 268.25 624.00"
119 *ImageableArea Oficio/Oficio - 216x340mm: "10.75 15.00 601.25 957.00"
104120 *DefaultPaperDimension: Letter
105121 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
106122 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
115131 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
116132 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
117133 *PaperDimension EnvISOB5/ISOB5 Envelope - 176x250mm: "499.00 709.00"
134 *PaperDimension Postcard/Postcard - 100x148mm: "284.00 419.00"
135 *PaperDimension DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "420.00 567.00"
118136 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
119137 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
120 *PaperDimension EnvISOB6/ISOB6 Envelope - 176x125mm: "499.00 354.00"
138 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
121139 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
122140 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
123 *MaxMediaWidth: "0.00"
124 *MaxMediaHeight: "0.00"
125 *HWMargins: 11.52 15.59 11.52 15.59
126 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
127 *ParamCustomPageSize Width: 1 points 0.00 0.00
128 *ParamCustomPageSize Height: 2 points 0.00 0.00
129 *ParamCustomPageSize WidthOffset: 3 points 0 0
130 *ParamCustomPageSize HeightOffset: 4 points 0 0
131 *ParamCustomPageSize Orientation: 5 int 0 0
141 *PaperDimension EnvPersonal/Personal Envelope - 3.625x6.5in: "261.00 468.00"
142 *PaperDimension Env9/#9 Envelope - 3.875x8.875in: "279.00 639.00"
143 *PaperDimension Oficio/Oficio - 216x340mm: "612.00 972.00"
132144 *RequiresPageRegion All: True
133 *OpenUI *InputSlot: PickOne
145 *OpenUI *InputSlot/Media Source: PickOne
134146 *OrderDependency: 10.0 AnySetup *InputSlot
135147 *DefaultInputSlot: Auto
136148 *InputSlot Auto/Automatic Selection: "<</MediaPosition 1>>setpagedevice"
155167 *MediaType USED/Preprinted: ""
156168 *MediaType COLOR/Colored Paper: ""
157169 *MediaType ENV/Envelope: ""
170 *MediaType COTTON/Cotton: ""
171 *MediaType RECYCLED/Recycled: ""
172 *MediaType ARCHIVE/Archive: ""
158173 *CloseUI: *MediaType
174 *OpenUI *Altitude/Air pressure: PickOne
175 *OrderDependency: 10.0 AnySetup *Altitude
176 *DefaultAltitude: LOW
177 *Altitude LOW/Low: ""
178 *Altitude HIGH/High: ""
179 *CloseUI: *Altitude
159180 *OpenUI *PowerSave/Power Save: PickOne
160181 *OrderDependency: 10.0 AnySetup *PowerSave
161182 *DefaultPowerSave: 5
206227 *SRTMode ENHANCE/Text enhance: ""
207228 *SRTMode GRAY/Image enhance: ""
208229 *CloseUI: *SRTMode
209 *OpenUI *Duplex/Double-Sided Printing: PickOne
230 *OpenUI *Duplex/2-Sided Printing: PickOne
210231 *OrderDependency: 10.0 AnySetup *Duplex
211232 *DefaultDuplex: None
212 *Duplex None/Off: "<</Duplex false>>setpagedevice"
213 *Duplex DuplexNoTumble/Long-Edge Binding: "<</Duplex true/Tumble false>>setpagedevice"
214 *Duplex DuplexTumble/Short-Edge Binding: "<</Duplex true/Tumble true>>setpagedevice"
233 *Duplex None/Off (1-Sided): "<</Duplex false>>setpagedevice"
234 *Duplex DuplexNoTumble/Long-Edge (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
235 *Duplex DuplexTumble/Short-Edge (Landscape): "<</Duplex true/Tumble true>>setpagedevice"
215236 *CloseUI: *Duplex
216237 *OpenGroup: InstallableOptions/Installable Options
217238 *OpenUI *OptionTray2/Tray 2 Installed: Boolean
269290 *Font Times-Roman: Standard "(1.05)" Standard ROM
270291 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
271292 *Font ZapfDingbats: Special "(001.005)" Special ROM
272 *% End of ml2150.ppd, 13643 bytes.
293 *% End of ml2150.ppd, 15338 bytes.
+0
-273
ppd/ml2150de.ppd less more
0 *PPD-Adobe: "4.3"
1 *% PPD file for ML-2150 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
3 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
5 *LanguageVersion: German
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ml2150.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GNU Ghostscript)"
10 *Manufacturer: "Samsung"
11 *ModelName: "Samsung ML-2150"
12 *ShortNickName: "Samsung ML-2150"
13 *NickName: "Samsung ML-2150, 1.0"
14 *PSVersion: "(3010.000) 705"
15 *PSVersion: "(3010.000) 707"
16 *PSVersion: "(3010.000) 815"
17 *LanguageLevel: "3"
18 *ColorDevice: False
19 *DefaultColorSpace: Gray
20 *FileSystem: False
21 *Throughput: "1"
22 *LandscapeOrientation: Plus90
23 *TTRasterizer: Type42
24 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "0"
28 *General docHeaderValues: "<0><0><0>"
29 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
33 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *UIConstraints: *OptionTray2 False *InputSlot Lower
36 *UIConstraints: *InputSlot Lower *OptionTray2 False
37 *UIConstraints: *OptionTrayEnv False *InputSlot Envelope
38 *UIConstraints: *InputSlot Envelope *OptionTrayEnv False
39 *UIConstraints: *OptionTray3 False *InputSlot Tray3
40 *UIConstraints: *InputSlot Tray3 *OptionTray3 False
41 *OpenUI *PageSize: PickOne
42 *OrderDependency: 10 AnySetup *PageSize
43 *DefaultPageSize: Letter
44 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
45 *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
46 *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
47 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
48 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
49 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
50 *PageSize Env10/Umschlag #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
51 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
52 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
53 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
54 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
55 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
56 *PageSize EnvISOB5/Umschlag ISOB5 - 176x250mm: "<</PageSize[499 709]/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 EnvISOB6/Umschlag ISOB6 - 176x125mm: "<</PageSize[499 354]/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 *CloseUI: *PageSize
63 *OpenUI *PageRegion: PickOne
64 *OrderDependency: 10 AnySetup *PageRegion
65 *DefaultPageRegion: Letter
66 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
67 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
68 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
69 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
70 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
71 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
72 *PageRegion Env10/Umschlag #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
73 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
74 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
75 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
76 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
77 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
78 *PageRegion EnvISOB5/Umschlag ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
79 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
80 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
81 *PageRegion EnvISOB6/Umschlag ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
82 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
83 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
84 *CloseUI: *PageRegion
85 *DefaultImageableArea: Letter
86 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
87 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
88 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
89 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
90 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
91 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
92 *ImageableArea Env10/Umschlag #10 - 4.13x9.5in: "11.52 15.59 285.48 668.41"
93 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
94 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
95 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
96 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
97 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
98 *ImageableArea EnvISOB5/Umschlag ISOB5 - 176x250mm: "11.52 15.59 487.48 693.41"
99 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
100 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
101 *ImageableArea EnvISOB6/Umschlag ISOB6 - 176x125mm: "11.52 15.59 487.48 338.41"
102 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
103 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
104 *DefaultPaperDimension: Letter
105 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
106 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
107 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
108 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
109 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
110 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
111 *PaperDimension Env10/Umschlag #10 - 4.13x9.5in: "297.00 684.00"
112 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
113 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
114 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
115 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
116 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
117 *PaperDimension EnvISOB5/Umschlag ISOB5 - 176x250mm: "499.00 709.00"
118 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
119 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
120 *PaperDimension EnvISOB6/Umschlag ISOB6 - 176x125mm: "499.00 354.00"
121 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
122 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
123 *MaxMediaWidth: "0.00"
124 *MaxMediaHeight: "0.00"
125 *HWMargins: 11.52 15.59 11.52 15.59
126 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
127 *ParamCustomPageSize Width: 1 points 0.00 0.00
128 *ParamCustomPageSize Height: 2 points 0.00 0.00
129 *ParamCustomPageSize WidthOffset: 3 points 0 0
130 *ParamCustomPageSize HeightOffset: 4 points 0 0
131 *ParamCustomPageSize Orientation: 5 int 0 0
132 *RequiresPageRegion All: True
133 *OpenUI *InputSlot: PickOne
134 *OrderDependency: 10.0 AnySetup *InputSlot
135 *DefaultInputSlot: Auto
136 *InputSlot Auto/Automatische Auswahl: "<</MediaPosition 1>>setpagedevice"
137 *InputSlot Manual/Manueller Einzug: "<</MediaPosition 2>>setpagedevice"
138 *InputSlot Multi/Multifunktionaler Schacht: "<</MediaPosition 3>>setpagedevice"
139 *InputSlot Upper/Fach 1: "<</MediaPosition 4>>setpagedevice"
140 *InputSlot Lower/Fach 2: "<</MediaPosition 5>>setpagedevice"
141 *InputSlot Envelope/Umschlagfach: "<</MediaPosition 6>>setpagedevice"
142 *InputSlot Tray3/Fach 3: "<</MediaPosition 7>>setpagedevice"
143 *CloseUI: *InputSlot
144 *OpenUI *MediaType/Papiertyp: PickOne
145 *OrderDependency: 10.0 AnySetup *MediaType
146 *DefaultMediaType: OFF
147 *MediaType OFF/Grundeinstellungen des Druckers: ""
148 *MediaType NORMAL/Normalpapier: ""
149 *MediaType THICK/Dickes Papier: ""
150 *MediaType THIN/Dünnes Papier: ""
151 *MediaType BOND/Kartoniertes Papier: ""
152 *MediaType OHP/Transparenz: ""
153 *MediaType CARD/Visitenkarten: ""
154 *MediaType LABEL/Etiketten: ""
155 *MediaType USED/Vorgedrucktes Papier: ""
156 *MediaType COLOR/Farbiges Papier: ""
157 *MediaType ENV/Umschlag/Couvert: ""
158 *CloseUI: *MediaType
159 *OpenUI *PowerSave/Energiesparmodus: PickOne
160 *OrderDependency: 10.0 AnySetup *PowerSave
161 *DefaultPowerSave: 5
162 *PowerSave False/Aus: ""
163 *PowerSave 5/5 Minuten: ""
164 *PowerSave 10/10 Minuten: ""
165 *PowerSave 15/15 Minuten: ""
166 *PowerSave 30/30 Minuten: ""
167 *PowerSave 45/45 Minuten: ""
168 *PowerSave 60/1 Stunde: ""
169 *CloseUI: *PowerSave
170 *OpenUI *TonerDensity/Tonerdichte: PickOne
171 *OrderDependency: 10.0 AnySetup *TonerDensity
172 *DefaultTonerDensity: 3
173 *TonerDensity 1/Hell: ""
174 *TonerDensity 3/Normal: ""
175 *TonerDensity 5/Dunkel: ""
176 *CloseUI: *TonerDensity
177 *OpenUI *EconoMode/Toner Sparmodus: PickOne
178 *OrderDependency: 10.0 AnySetup *EconoMode
179 *DefaultEconoMode: 0
180 *EconoMode 0/Grundeinstellungen des Druckers: ""
181 *EconoMode ON/Sparen: ""
182 *EconoMode OFF/Standard: ""
183 *CloseUI: *EconoMode
184 *OpenUI *JamRecovery/Druck nach Papierstau fortsetzen: Boolean
185 *OrderDependency: 10.0 AnySetup *JamRecovery
186 *DefaultJamRecovery: False
187 *JamRecovery False/Aus: ""
188 *JamRecovery True/Ein: ""
189 *CloseUI: *JamRecovery
190 *OpenUI *ColorModel/Farbe modus: PickOne
191 *OrderDependency: 10.0 AnySetup *ColorModel
192 *DefaultColorModel: Gray
193 *ColorModel Gray/Abgestuftes von grauen: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
194 *CloseUI: *ColorModel
195 *OpenUI *Resolution: PickOne
196 *OrderDependency: 10.0 AnySetup *Resolution
197 *DefaultResolution: 600dpi
198 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
199 *Resolution 1200dpi/1200 PPP: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
200 *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
201 *CloseUI: *Resolution
202 *OpenUI *SRTMode/Optimierter Text-/Bilderdruck: PickOne
203 *OrderDependency: 10.0 AnySetup *SRTMode
204 *DefaultSRTMode: NORMAL
205 *SRTMode NORMAL/Normal: ""
206 *SRTMode ENHANCE/Für Text optimiert: ""
207 *SRTMode GRAY/Für Bilder optimiert: ""
208 *CloseUI: *SRTMode
209 *OpenUI *Duplex/TRANSLATE Double-Sided Printing: PickOne
210 *OrderDependency: 10.0 AnySetup *Duplex
211 *DefaultDuplex: None
212 *Duplex None/Aus: "<</Duplex false>>setpagedevice"
213 *Duplex DuplexNoTumble/TRANSLATE Long-Edge Binding: "<</Duplex true/Tumble false>>setpagedevice"
214 *Duplex DuplexTumble/TRANSLATE Short-Edge Binding: "<</Duplex true/Tumble true>>setpagedevice"
215 *CloseUI: *Duplex
216 *OpenGroup: InstallableOptions/Optionale Module
217 *OpenUI *OptionTray2/Fach 2 vorhanden: Boolean
218 *OrderDependency: 10.0 AnySetup *OptionTray2
219 *DefaultOptionTray2: False
220 *OptionTray2 False/Nicht vorhanden: ""
221 *OptionTray2 True/Vorhanden: ""
222 *CloseUI: *OptionTray2
223 *OpenUI *OptionTrayEnv/Spezielles Fach für Umschläge: Boolean
224 *OrderDependency: 10.0 AnySetup *OptionTrayEnv
225 *DefaultOptionTrayEnv: False
226 *OptionTrayEnv False/Nicht vorhanden: ""
227 *OptionTrayEnv True/Vorhanden: ""
228 *CloseUI: *OptionTrayEnv
229 *OpenUI *OptionTray3/Fach 3 vorhanden: Boolean
230 *OrderDependency: 10.0 AnySetup *OptionTray3
231 *DefaultOptionTray3: False
232 *OptionTray3 False/Nicht vorhanden: ""
233 *OptionTray3 True/Vorhanden: ""
234 *CloseUI: *OptionTray3
235 *CloseGroup: InstallableOptions
236 *DefaultFont: Courier
237 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
238 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
239 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
240 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
241 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
242 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
243 *Font Bookman-Light: Standard "(1.05)" Standard ROM
244 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
245 *Font Courier: Standard "(1.05)" Standard ROM
246 *Font Courier-Bold: Standard "(1.05)" Standard ROM
247 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
248 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
249 *Font Helvetica: Standard "(1.05)" Standard ROM
250 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
251 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
252 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
253 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
254 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
255 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
256 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
257 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
258 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
259 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
260 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
261 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
262 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
263 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
264 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
265 *Font Symbol: Special "(001.005)" Special ROM
266 *Font Times-Bold: Standard "(1.05)" Standard ROM
267 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
268 *Font Times-Italic: Standard "(1.05)" Standard ROM
269 *Font Times-Roman: Standard "(1.05)" Standard ROM
270 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
271 *Font ZapfDingbats: Special "(001.005)" Special ROM
272 *% End of ml2150.ppd, 13847 bytes.
00 *PPD-Adobe: "4.3"
11 *% PPD file for ML-2150 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
2 *% Created by the CUPS PPD Compiler v1.2.3.
33 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
4 *FileVersion: "SpliX V. 2.0.0"
55 *LanguageVersion: French
66 *LanguageEncoding: ISOLatin1
77 *PCFileName: "ml2150.ppd"
88 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
910 *Product: "(GNU Ghostscript)"
1011 *Manufacturer: "Samsung"
1112 *ModelName: "Samsung ML-2150"
1213 *ShortNickName: "Samsung ML-2150"
13 *NickName: "Samsung ML-2150, 1.0"
14 *NickName: "Samsung ML-2150, SpliX V. 2.0.0"
1415 *PSVersion: "(3010.000) 705"
1516 *PSVersion: "(3010.000) 707"
1617 *PSVersion: "(3010.000) 815"
18 *PSVersion: "(3010.000) 853"
1719 *LanguageLevel: "3"
1820 *ColorDevice: False
1921 *DefaultColorSpace: Gray
2224 *LandscapeOrientation: Plus90
2325 *TTRasterizer: Type42
2426 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "0"
28 *General docHeaderValues: "<0><0><0>"
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
2930 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
31 *General DocHeaderValues: "<0><0><0>"
32 *cupsVersion: 1.3
33 *cupsModelNumber: 0
3334 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
3536 *UIConstraints: *OptionTray2 False *InputSlot Lower
3637 *UIConstraints: *InputSlot Lower *OptionTray2 False
3738 *UIConstraints: *OptionTrayEnv False *InputSlot Envelope
3839 *UIConstraints: *InputSlot Envelope *OptionTrayEnv False
3940 *UIConstraints: *OptionTray3 False *InputSlot Tray3
4041 *UIConstraints: *InputSlot Tray3 *OptionTray3 False
41 *OpenUI *PageSize: PickOne
42 *OpenUI *PageSize/Media Size: PickOne
4243 *OrderDependency: 10 AnySetup *PageSize
4344 *DefaultPageSize: Letter
4445 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
4748 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
4849 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
4950 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
50 *PageSize Env10/Enveloppe #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
51 *PageSize Env10/Enveloppe n°10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
5152 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
5253 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
5354 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
5455 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
5556 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
5657 *PageSize EnvISOB5/Enveloppe ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
58 *PageSize Postcard/Carte postale - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
59 *PageSize DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
5760 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
5861 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
59 *PageSize EnvISOB6/Enveloppe ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
62 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
6063 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
6164 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
65 *PageSize EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
66 *PageSize Env9/Enveloppe n°9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
67 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
6268 *CloseUI: *PageSize
63 *OpenUI *PageRegion: PickOne
69 *OpenUI *PageRegion/Media Size: PickOne
6470 *OrderDependency: 10 AnySetup *PageRegion
6571 *DefaultPageRegion: Letter
6672 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
6975 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
7076 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
7177 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
72 *PageRegion Env10/Enveloppe #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
78 *PageRegion Env10/Enveloppe n°10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
7379 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
7480 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
7581 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
7682 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
7783 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
7884 *PageRegion EnvISOB5/Enveloppe ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
85 *PageRegion Postcard/Carte postale - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
86 *PageRegion DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
7987 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
8088 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
81 *PageRegion EnvISOB6/Enveloppe ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
89 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
8290 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
8391 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
92 *PageRegion EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
93 *PageRegion Env9/Enveloppe n°9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
94 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
8495 *CloseUI: *PageRegion
8596 *DefaultImageableArea: Letter
86 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
87 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
88 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
89 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
90 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
91 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
92 *ImageableArea Env10/Enveloppe #10 - 4.13x9.5in: "11.52 15.59 285.48 668.41"
93 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
94 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
95 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
96 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
97 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
98 *ImageableArea EnvISOB5/Enveloppe ISOB5 - 176x250mm: "11.52 15.59 487.48 693.41"
99 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
100 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
101 *ImageableArea EnvISOB6/Enveloppe ISOB6 - 176x125mm: "11.52 15.59 487.48 338.41"
102 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
103 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
97 *ImageableArea Letter/Letter - 8.5x11in: "10.75 15.00 601.25 777.00"
98 *ImageableArea Legal/Legal - 8.5x14in: "10.75 15.00 601.25 993.00"
99 *ImageableArea A4/A4 - 210x297mm: "10.75 15.00 584.25 827.00"
100 *ImageableArea Executive/Executive - 7.25x10.5in: "10.75 15.00 511.25 741.00"
101 *ImageableArea Ledger/Ledger - 17x11in: "10.75 15.00 1213.25 777.00"
102 *ImageableArea A3/A3 - 297x420mm: "10.75 15.00 831.25 1176.00"
103 *ImageableArea Env10/Enveloppe n°10 - 4.13x9.5in: "10.75 15.00 286.25 669.00"
104 *ImageableArea Monarch/Monarch - 3.875x7.5in: "10.75 15.00 268.25 525.00"
105 *ImageableArea C5/C5 - 162x229mm: "10.75 15.00 448.25 634.00"
106 *ImageableArea DL/DL - 110x220mm: "10.75 15.00 301.25 609.00"
107 *ImageableArea B4/B4 - 257x364mm: "10.75 15.00 718.25 1017.00"
108 *ImageableArea B5/B5 - 182x257mm: "10.75 15.00 505.25 714.00"
109 *ImageableArea EnvISOB5/Enveloppe ISOB5 - 176x250mm: "10.75 15.00 488.25 694.00"
110 *ImageableArea Postcard/Carte postale - 100x148mm: "10.75 15.00 273.25 404.00"
111 *ImageableArea DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "10.75 15.00 409.25 552.00"
112 *ImageableArea A5/A5 - 148x210mm: "10.75 15.00 409.25 580.00"
113 *ImageableArea A6/A6 - 105x148mm: "10.75 15.00 286.25 405.00"
114 *ImageableArea B6/B6 - 128x182mm: "10.75 15.00 352.25 501.00"
115 *ImageableArea C6/C6 - 114x162mm: "10.75 15.00 312.25 444.00"
116 *ImageableArea Folio/Folio - 210x330mm: "10.75 15.00 584.25 920.00"
117 *ImageableArea EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "10.75 15.00 250.25 453.00"
118 *ImageableArea Env9/Enveloppe n°9 - 3.875x8.875in: "10.75 15.00 268.25 624.00"
119 *ImageableArea Oficio/Oficio - 216x340mm: "10.75 15.00 601.25 957.00"
104120 *DefaultPaperDimension: Letter
105121 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
106122 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
108124 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
109125 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
110126 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
111 *PaperDimension Env10/Enveloppe #10 - 4.13x9.5in: "297.00 684.00"
127 *PaperDimension Env10/Enveloppe n°10 - 4.13x9.5in: "297.00 684.00"
112128 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
113129 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
114130 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
115131 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
116132 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
117133 *PaperDimension EnvISOB5/Enveloppe ISOB5 - 176x250mm: "499.00 709.00"
134 *PaperDimension Postcard/Carte postale - 100x148mm: "284.00 419.00"
135 *PaperDimension DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "420.00 567.00"
118136 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
119137 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
120 *PaperDimension EnvISOB6/Enveloppe ISOB6 - 176x125mm: "499.00 354.00"
138 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
121139 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
122140 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
123 *MaxMediaWidth: "0.00"
124 *MaxMediaHeight: "0.00"
125 *HWMargins: 11.52 15.59 11.52 15.59
126 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
127 *ParamCustomPageSize Width: 1 points 0.00 0.00
128 *ParamCustomPageSize Height: 2 points 0.00 0.00
129 *ParamCustomPageSize WidthOffset: 3 points 0 0
130 *ParamCustomPageSize HeightOffset: 4 points 0 0
131 *ParamCustomPageSize Orientation: 5 int 0 0
141 *PaperDimension EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "261.00 468.00"
142 *PaperDimension Env9/Enveloppe n°9 - 3.875x8.875in: "279.00 639.00"
143 *PaperDimension Oficio/Oficio - 216x340mm: "612.00 972.00"
132144 *RequiresPageRegion All: True
133 *OpenUI *InputSlot: PickOne
145 *OpenUI *InputSlot/Media Source: PickOne
134146 *OrderDependency: 10.0 AnySetup *InputSlot
135147 *DefaultInputSlot: Auto
136148 *InputSlot Auto/Sélection automatique: "<</MediaPosition 1>>setpagedevice"
137 *InputSlot Manual/Chargement manuel: "<</MediaPosition 2>>setpagedevice"
149 *InputSlot Manual/Manuel: "<</MediaPosition 2>>setpagedevice"
138150 *InputSlot Multi/Plusieurs choix de bacs: "<</MediaPosition 3>>setpagedevice"
139 *InputSlot Upper/Bac à feuilles 1: "<</MediaPosition 4>>setpagedevice"
140 *InputSlot Lower/Bac à feuilles 2: "<</MediaPosition 5>>setpagedevice"
151 *InputSlot Upper/Bac 1: "<</MediaPosition 4>>setpagedevice"
152 *InputSlot Lower/Bac 2: "<</MediaPosition 5>>setpagedevice"
141153 *InputSlot Envelope/Bac à enveloppes: "<</MediaPosition 6>>setpagedevice"
142 *InputSlot Tray3/Bac à feuilles 3: "<</MediaPosition 7>>setpagedevice"
154 *InputSlot Tray3/Bac 3: "<</MediaPosition 7>>setpagedevice"
143155 *CloseUI: *InputSlot
144 *OpenUI *MediaType/Type de papier: PickOne
156 *OpenUI *MediaType/Type de support: PickOne
145157 *OrderDependency: 10.0 AnySetup *MediaType
146158 *DefaultMediaType: OFF
147159 *MediaType OFF/Utiliser la configuration imprimante: ""
148160 *MediaType NORMAL/Papier ordinaire: ""
149161 *MediaType THICK/Papier épais: ""
150162 *MediaType THIN/Papier fin: ""
151 *MediaType BOND/Papier cartonné: ""
163 *MediaType BOND/Papier Bond: ""
152164 *MediaType OHP/Transparent: ""
153 *MediaType CARD/Carte de visite: ""
165 *MediaType CARD/Papier cartonné: ""
154166 *MediaType LABEL/Étiquette: ""
155 *MediaType USED/Papier Pré-imprimé: ""
156 *MediaType COLOR/Papier coloré: ""
167 *MediaType USED/Papier pré-imprimé: ""
168 *MediaType COLOR/Couleur: ""
157169 *MediaType ENV/Enveloppe: ""
170 *MediaType COTTON/Coton: ""
171 *MediaType RECYCLED/Papier recyclé: ""
172 *MediaType ARCHIVE/Archive: ""
158173 *CloseUI: *MediaType
174 *OpenUI *Altitude/Pression de l'air: PickOne
175 *OrderDependency: 10.0 AnySetup *Altitude
176 *DefaultAltitude: LOW
177 *Altitude LOW/Faible: ""
178 *Altitude HIGH/Forte: ""
179 *CloseUI: *Altitude
159180 *OpenUI *PowerSave/Économie d'énergie: PickOne
160181 *OrderDependency: 10.0 AnySetup *PowerSave
161182 *DefaultPowerSave: 5
185206 *OrderDependency: 10.0 AnySetup *JamRecovery
186207 *DefaultJamRecovery: False
187208 *JamRecovery False/Désactivé: ""
188 *JamRecovery True/Activé: ""
209 *JamRecovery True/Oui: ""
189210 *CloseUI: *JamRecovery
190 *OpenUI *ColorModel/Mode de couleur: PickOne
211 *OpenUI *ColorModel/Mode couleur: PickOne
191212 *OrderDependency: 10.0 AnySetup *ColorModel
192213 *DefaultColorModel: Gray
193214 *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
209230 *OpenUI *Duplex/Impression recto-verso: PickOne
210231 *OrderDependency: 10.0 AnySetup *Duplex
211232 *DefaultDuplex: None
212 *Duplex None/Désactivé: "<</Duplex false>>setpagedevice"
213 *Duplex DuplexNoTumble/Côté long: "<</Duplex true/Tumble false>>setpagedevice"
214 *Duplex DuplexTumble/Côté court: "<</Duplex true/Tumble true>>setpagedevice"
233 *Duplex None/Simple (recto): "<</Duplex false>>setpagedevice"
234 *Duplex DuplexNoTumble/Côté long (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
235 *Duplex DuplexTumble/Côté court (Paysage): "<</Duplex true/Tumble true>>setpagedevice"
215236 *CloseUI: *Duplex
216237 *OpenGroup: InstallableOptions/Modules optionnels
217238 *OpenUI *OptionTray2/Bac à feuilles 2 installé: Boolean
218239 *OrderDependency: 10.0 AnySetup *OptionTray2
219240 *DefaultOptionTray2: False
220 *OptionTray2 False/Non installé: ""
221 *OptionTray2 True/Installé: ""
241 *OptionTray2 False/Non Installée: ""
242 *OptionTray2 True/Installée: ""
222243 *CloseUI: *OptionTray2
223244 *OpenUI *OptionTrayEnv/Bac à enveloppes installé: Boolean
224245 *OrderDependency: 10.0 AnySetup *OptionTrayEnv
225246 *DefaultOptionTrayEnv: False
226 *OptionTrayEnv False/Non installé: ""
227 *OptionTrayEnv True/Installé: ""
247 *OptionTrayEnv False/Non Installée: ""
248 *OptionTrayEnv True/Installée: ""
228249 *CloseUI: *OptionTrayEnv
229250 *OpenUI *OptionTray3/Bac à feuilles 3 installé: Boolean
230251 *OrderDependency: 10.0 AnySetup *OptionTray3
231252 *DefaultOptionTray3: False
232 *OptionTray3 False/Non installé: ""
233 *OptionTray3 True/Installé: ""
253 *OptionTray3 False/Non Installée: ""
254 *OptionTray3 True/Installée: ""
234255 *CloseUI: *OptionTray3
235256 *CloseGroup: InstallableOptions
236257 *DefaultFont: Courier
269290 *Font Times-Roman: Standard "(1.05)" Standard ROM
270291 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
271292 *Font ZapfDingbats: Special "(001.005)" Special ROM
272 *% End of ml2150.ppd, 13849 bytes.
293 *% End of ml2150.ppd, 15645 bytes.
+0
-273
ppd/ml2150it.ppd less more
0 *PPD-Adobe: "4.3"
1 *% PPD file for ML-2150 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
3 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
5 *LanguageVersion: Italian
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ml2150.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GNU Ghostscript)"
10 *Manufacturer: "Samsung"
11 *ModelName: "Samsung ML-2150"
12 *ShortNickName: "Samsung ML-2150"
13 *NickName: "Samsung ML-2150, 1.0"
14 *PSVersion: "(3010.000) 705"
15 *PSVersion: "(3010.000) 707"
16 *PSVersion: "(3010.000) 815"
17 *LanguageLevel: "3"
18 *ColorDevice: False
19 *DefaultColorSpace: Gray
20 *FileSystem: False
21 *Throughput: "1"
22 *LandscapeOrientation: Plus90
23 *TTRasterizer: Type42
24 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "0"
28 *General docHeaderValues: "<0><0><0>"
29 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
33 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *UIConstraints: *OptionTray2 False *InputSlot Lower
36 *UIConstraints: *InputSlot Lower *OptionTray2 False
37 *UIConstraints: *OptionTrayEnv False *InputSlot Envelope
38 *UIConstraints: *InputSlot Envelope *OptionTrayEnv False
39 *UIConstraints: *OptionTray3 False *InputSlot Tray3
40 *UIConstraints: *InputSlot Tray3 *OptionTray3 False
41 *OpenUI *PageSize: PickOne
42 *OrderDependency: 10 AnySetup *PageSize
43 *DefaultPageSize: Letter
44 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
45 *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
46 *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
47 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
48 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
49 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
50 *PageSize Env10/Buste lettera #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
51 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
52 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
53 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
54 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
55 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
56 *PageSize EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "<</PageSize[499 709]/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 EnvISOB6/Buste lettera ISOB6 - 176x125mm: "<</PageSize[499 354]/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 *CloseUI: *PageSize
63 *OpenUI *PageRegion: PickOne
64 *OrderDependency: 10 AnySetup *PageRegion
65 *DefaultPageRegion: Letter
66 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
67 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
68 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
69 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
70 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
71 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
72 *PageRegion Env10/Buste lettera #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
73 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
74 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
75 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
76 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
77 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
78 *PageRegion EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
79 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
80 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
81 *PageRegion EnvISOB6/Buste lettera ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
82 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
83 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
84 *CloseUI: *PageRegion
85 *DefaultImageableArea: Letter
86 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
87 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
88 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
89 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
90 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
91 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
92 *ImageableArea Env10/Buste lettera #10 - 4.13x9.5in: "11.52 15.59 285.48 668.41"
93 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
94 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
95 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
96 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
97 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
98 *ImageableArea EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "11.52 15.59 487.48 693.41"
99 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
100 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
101 *ImageableArea EnvISOB6/Buste lettera ISOB6 - 176x125mm: "11.52 15.59 487.48 338.41"
102 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
103 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
104 *DefaultPaperDimension: Letter
105 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
106 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
107 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
108 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
109 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
110 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
111 *PaperDimension Env10/Buste lettera #10 - 4.13x9.5in: "297.00 684.00"
112 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
113 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
114 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
115 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
116 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
117 *PaperDimension EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "499.00 709.00"
118 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
119 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
120 *PaperDimension EnvISOB6/Buste lettera ISOB6 - 176x125mm: "499.00 354.00"
121 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
122 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
123 *MaxMediaWidth: "0.00"
124 *MaxMediaHeight: "0.00"
125 *HWMargins: 11.52 15.59 11.52 15.59
126 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
127 *ParamCustomPageSize Width: 1 points 0.00 0.00
128 *ParamCustomPageSize Height: 2 points 0.00 0.00
129 *ParamCustomPageSize WidthOffset: 3 points 0 0
130 *ParamCustomPageSize HeightOffset: 4 points 0 0
131 *ParamCustomPageSize Orientation: 5 int 0 0
132 *RequiresPageRegion All: True
133 *OpenUI *InputSlot: PickOne
134 *OrderDependency: 10.0 AnySetup *InputSlot
135 *DefaultInputSlot: Auto
136 *InputSlot Auto/Selezione Automatica: "<</MediaPosition 1>>setpagedevice"
137 *InputSlot Manual/Alimentazione Manuale: "<</MediaPosition 2>>setpagedevice"
138 *InputSlot Multi/Caricatore Multifunzione: "<</MediaPosition 3>>setpagedevice"
139 *InputSlot Upper/Caricatore 1: "<</MediaPosition 4>>setpagedevice"
140 *InputSlot Lower/Caricatore 2: "<</MediaPosition 5>>setpagedevice"
141 *InputSlot Envelope/Caricatore Buste: "<</MediaPosition 6>>setpagedevice"
142 *InputSlot Tray3/Caricatore 3: "<</MediaPosition 7>>setpagedevice"
143 *CloseUI: *InputSlot
144 *OpenUI *MediaType/Tipo Carta: PickOne
145 *OrderDependency: 10.0 AnySetup *MediaType
146 *DefaultMediaType: OFF
147 *MediaType OFF/Usa Default Stampante: ""
148 *MediaType NORMAL/Carta Semplice: ""
149 *MediaType THICK/Carta Spessa: ""
150 *MediaType THIN/Carta Sottile: ""
151 *MediaType BOND/Adesivo: ""
152 *MediaType OHP/Lucido: ""
153 *MediaType CARD/Biglietti Da Visita: ""
154 *MediaType LABEL/Etichette: ""
155 *MediaType USED/Prestampati: ""
156 *MediaType COLOR/Carta Colorata: ""
157 *MediaType ENV/Busta da Lettera: ""
158 *CloseUI: *MediaType
159 *OpenUI *PowerSave/Risparmio Energetico: PickOne
160 *OrderDependency: 10.0 AnySetup *PowerSave
161 *DefaultPowerSave: 5
162 *PowerSave False/Off: ""
163 *PowerSave 5/5 Minuti: ""
164 *PowerSave 10/10 Minuti: ""
165 *PowerSave 15/15 Minuti: ""
166 *PowerSave 30/30 Minuti: ""
167 *PowerSave 45/45 Minuti: ""
168 *PowerSave 60/1 Ora: ""
169 *CloseUI: *PowerSave
170 *OpenUI *TonerDensity/Densità del Toner: PickOne
171 *OrderDependency: 10.0 AnySetup *TonerDensity
172 *DefaultTonerDensity: 3
173 *TonerDensity 1/Leggera: ""
174 *TonerDensity 3/Media: ""
175 *TonerDensity 5/Scura: ""
176 *CloseUI: *TonerDensity
177 *OpenUI *EconoMode/Risparmio Toner: PickOne
178 *OrderDependency: 10.0 AnySetup *EconoMode
179 *DefaultEconoMode: 0
180 *EconoMode 0/Usa Default Stampante: ""
181 *EconoMode ON/Risparmio: ""
182 *EconoMode OFF/Standard: ""
183 *CloseUI: *EconoMode
184 *OpenUI *JamRecovery/Ristampa se Inceppata: Boolean
185 *OrderDependency: 10.0 AnySetup *JamRecovery
186 *DefaultJamRecovery: False
187 *JamRecovery False/Off: ""
188 *JamRecovery True/On: ""
189 *CloseUI: *JamRecovery
190 *OpenUI *ColorModel/Modo di colore: PickOne
191 *OrderDependency: 10.0 AnySetup *ColorModel
192 *DefaultColorModel: Gray
193 *ColorModel Gray/Gradazione di grigio: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
194 *CloseUI: *ColorModel
195 *OpenUI *Resolution: PickOne
196 *OrderDependency: 10.0 AnySetup *Resolution
197 *DefaultResolution: 600dpi
198 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
199 *Resolution 1200dpi/1200 DPI: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
200 *Resolution 300dpi/300 DPI: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
201 *CloseUI: *Resolution
202 *OpenUI *SRTMode/Modo SRT: PickOne
203 *OrderDependency: 10.0 AnySetup *SRTMode
204 *DefaultSRTMode: NORMAL
205 *SRTMode NORMAL/Normale: ""
206 *SRTMode ENHANCE/Migliora il Testo: ""
207 *SRTMode GRAY/Migliora le Immagini: ""
208 *CloseUI: *SRTMode
209 *OpenUI *Duplex/TRANSLATE Double-Sided Printing: PickOne
210 *OrderDependency: 10.0 AnySetup *Duplex
211 *DefaultDuplex: None
212 *Duplex None/Off: "<</Duplex false>>setpagedevice"
213 *Duplex DuplexNoTumble/TRANSLATE Long-Edge Binding: "<</Duplex true/Tumble false>>setpagedevice"
214 *Duplex DuplexTumble/TRANSLATE Short-Edge Binding: "<</Duplex true/Tumble true>>setpagedevice"
215 *CloseUI: *Duplex
216 *OpenGroup: InstallableOptions/Opzioni Installabili
217 *OpenUI *OptionTray2/Caricatore 2 Installato: Boolean
218 *OrderDependency: 10.0 AnySetup *OptionTray2
219 *DefaultOptionTray2: False
220 *OptionTray2 False/Non Installato: ""
221 *OptionTray2 True/Installato: ""
222 *CloseUI: *OptionTray2
223 *OpenUI *OptionTrayEnv/Caricatore Buste Installato: Boolean
224 *OrderDependency: 10.0 AnySetup *OptionTrayEnv
225 *DefaultOptionTrayEnv: False
226 *OptionTrayEnv False/Non Installato: ""
227 *OptionTrayEnv True/Installato: ""
228 *CloseUI: *OptionTrayEnv
229 *OpenUI *OptionTray3/Caricatore 3 Installato: Boolean
230 *OrderDependency: 10.0 AnySetup *OptionTray3
231 *DefaultOptionTray3: False
232 *OptionTray3 False/Non Installato: ""
233 *OptionTray3 True/Installato: ""
234 *CloseUI: *OptionTray3
235 *CloseGroup: InstallableOptions
236 *DefaultFont: Courier
237 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
238 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
239 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
240 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
241 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
242 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
243 *Font Bookman-Light: Standard "(1.05)" Standard ROM
244 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
245 *Font Courier: Standard "(1.05)" Standard ROM
246 *Font Courier-Bold: Standard "(1.05)" Standard ROM
247 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
248 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
249 *Font Helvetica: Standard "(1.05)" Standard ROM
250 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
251 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
252 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
253 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
254 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
255 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
256 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
257 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
258 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
259 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
260 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
261 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
262 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
263 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
264 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
265 *Font Symbol: Special "(001.005)" Special ROM
266 *Font Times-Bold: Standard "(1.05)" Standard ROM
267 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
268 *Font Times-Italic: Standard "(1.05)" Standard ROM
269 *Font Times-Roman: Standard "(1.05)" Standard ROM
270 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
271 *Font ZapfDingbats: Special "(001.005)" Special ROM
272 *% End of ml2150.ppd, 13880 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for ML-2150 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: Portuguese_Brazil
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ml2150.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung ML-2150"
13 *ShortNickName: "Samsung ML-2150"
14 *NickName: "Samsung ML-2150, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><0><0>"
32 *cupsVersion: 1.3
33 *cupsModelNumber: 0
34 *cupsManualCopies: False
35 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
36 *UIConstraints: *OptionTray2 False *InputSlot Lower
37 *UIConstraints: *InputSlot Lower *OptionTray2 False
38 *UIConstraints: *OptionTrayEnv False *InputSlot Envelope
39 *UIConstraints: *InputSlot Envelope *OptionTrayEnv False
40 *UIConstraints: *OptionTray3 False *InputSlot Tray3
41 *UIConstraints: *InputSlot Tray3 *OptionTray3 False
42 *OpenUI *PageSize/Media Size: PickOne
43 *OrderDependency: 10 AnySetup *PageSize
44 *DefaultPageSize: Letter
45 *PageSize Letter/Carta - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
46 *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
47 *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
48 *PageSize Executive/Executivo - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
49 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
50 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
51 *PageSize Env10/Envelope Número 10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
52 *PageSize Monarch/Monarca - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
53 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
54 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
55 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
56 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
57 *PageSize EnvISOB5/Envelope ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
58 *PageSize Postcard/Cartão Postal - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
59 *PageSize DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
60 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
61 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
62 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
63 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
64 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
65 *PageSize EnvPersonal/Envelope Pessoal - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
66 *PageSize Env9/Envelope Número 9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
67 *PageSize Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
68 *CloseUI: *PageSize
69 *OpenUI *PageRegion/Media Size: PickOne
70 *OrderDependency: 10 AnySetup *PageRegion
71 *DefaultPageRegion: Letter
72 *PageRegion Letter/Carta - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
73 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
74 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
75 *PageRegion Executive/Executivo - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
76 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
77 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
78 *PageRegion Env10/Envelope Número 10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
79 *PageRegion Monarch/Monarca - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
80 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
81 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
82 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
83 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
84 *PageRegion EnvISOB5/Envelope ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
85 *PageRegion Postcard/Cartão Postal - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
86 *PageRegion DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
87 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
88 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
89 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
90 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
91 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
92 *PageRegion EnvPersonal/Envelope Pessoal - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
93 *PageRegion Env9/Envelope Número 9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
94 *PageRegion Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
95 *CloseUI: *PageRegion
96 *DefaultImageableArea: Letter
97 *ImageableArea Letter/Carta - 8.5x11in: "10.75 15.00 601.25 777.00"
98 *ImageableArea Legal/Legal - 8.5x14in: "10.75 15.00 601.25 993.00"
99 *ImageableArea A4/A4 - 210x297mm: "10.75 15.00 584.25 827.00"
100 *ImageableArea Executive/Executivo - 7.25x10.5in: "10.75 15.00 511.25 741.00"
101 *ImageableArea Ledger/Ledger - 17x11in: "10.75 15.00 1213.25 777.00"
102 *ImageableArea A3/A3 - 297x420mm: "10.75 15.00 831.25 1176.00"
103 *ImageableArea Env10/Envelope Número 10 - 4.13x9.5in: "10.75 15.00 286.25 669.00"
104 *ImageableArea Monarch/Monarca - 3.875x7.5in: "10.75 15.00 268.25 525.00"
105 *ImageableArea C5/C5 - 162x229mm: "10.75 15.00 448.25 634.00"
106 *ImageableArea DL/DL - 110x220mm: "10.75 15.00 301.25 609.00"
107 *ImageableArea B4/B4 - 257x364mm: "10.75 15.00 718.25 1017.00"
108 *ImageableArea B5/B5 - 182x257mm: "10.75 15.00 505.25 714.00"
109 *ImageableArea EnvISOB5/Envelope ISOB5 - 176x250mm: "10.75 15.00 488.25 694.00"
110 *ImageableArea Postcard/Cartão Postal - 100x148mm: "10.75 15.00 273.25 404.00"
111 *ImageableArea DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 148x200mm: "10.75 15.00 409.25 552.00"
112 *ImageableArea A5/A5 - 148x210mm: "10.75 15.00 409.25 580.00"
113 *ImageableArea A6/A6 - 105x148mm: "10.75 15.00 286.25 405.00"
114 *ImageableArea B6/B6 - 128x182mm: "10.75 15.00 352.25 501.00"
115 *ImageableArea C6/C6 - 114x162mm: "10.75 15.00 312.25 444.00"
116 *ImageableArea Folio/Folio - 210x330mm: "10.75 15.00 584.25 920.00"
117 *ImageableArea EnvPersonal/Envelope Pessoal - 3.625x6.5in: "10.75 15.00 250.25 453.00"
118 *ImageableArea Env9/Envelope Número 9 - 3.875x8.875in: "10.75 15.00 268.25 624.00"
119 *ImageableArea Oficio/Ofício - 216x340mm: "10.75 15.00 601.25 957.00"
120 *DefaultPaperDimension: Letter
121 *PaperDimension Letter/Carta - 8.5x11in: "612.00 792.00"
122 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
123 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
124 *PaperDimension Executive/Executivo - 7.25x10.5in: "522.00 756.00"
125 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
126 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
127 *PaperDimension Env10/Envelope Número 10 - 4.13x9.5in: "297.00 684.00"
128 *PaperDimension Monarch/Monarca - 3.875x7.5in: "279.00 540.00"
129 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
130 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
131 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
132 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
133 *PaperDimension EnvISOB5/Envelope ISOB5 - 176x250mm: "499.00 709.00"
134 *PaperDimension Postcard/Cartão Postal - 100x148mm: "284.00 419.00"
135 *PaperDimension DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 148x200mm: "420.00 567.00"
136 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
137 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
138 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
139 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
140 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
141 *PaperDimension EnvPersonal/Envelope Pessoal - 3.625x6.5in: "261.00 468.00"
142 *PaperDimension Env9/Envelope Número 9 - 3.875x8.875in: "279.00 639.00"
143 *PaperDimension Oficio/Ofício - 216x340mm: "612.00 972.00"
144 *RequiresPageRegion All: True
145 *OpenUI *InputSlot/Media Source: PickOne
146 *OrderDependency: 10.0 AnySetup *InputSlot
147 *DefaultInputSlot: Auto
148 *InputSlot Auto/Seleção Automática: "<</MediaPosition 1>>setpagedevice"
149 *InputSlot Manual/Alimentação Manual: "<</MediaPosition 2>>setpagedevice"
150 *InputSlot Multi/Bandeja Multipropósito: "<</MediaPosition 3>>setpagedevice"
151 *InputSlot Upper/Bandeja 1: "<</MediaPosition 4>>setpagedevice"
152 *InputSlot Lower/Bandeja 2: "<</MediaPosition 5>>setpagedevice"
153 *InputSlot Envelope/Bandeja de Envelopes: "<</MediaPosition 6>>setpagedevice"
154 *InputSlot Tray3/Bandeja 3: "<</MediaPosition 7>>setpagedevice"
155 *CloseUI: *InputSlot
156 *OpenUI *MediaType/Tipo de Papel: PickOne
157 *OrderDependency: 10.0 AnySetup *MediaType
158 *DefaultMediaType: OFF
159 *MediaType OFF/Usar a Definição da Impressora: ""
160 *MediaType NORMAL/Papel normal: ""
161 *MediaType THICK/Papel grosso: ""
162 *MediaType THIN/Papel Delgado (Fino): ""
163 *MediaType BOND/Papel Bond: ""
164 *MediaType OHP/Transparência: ""
165 *MediaType CARD/Cartolina: ""
166 *MediaType LABEL/Etiqueta: ""
167 *MediaType USED/Papel Pré-Impresso: ""
168 *MediaType COLOR/Cor: ""
169 *MediaType ENV/Envelope: ""
170 *MediaType COTTON/Algodão: ""
171 *MediaType RECYCLED/Papel Reciclado: ""
172 *MediaType ARCHIVE/Arquivamento: ""
173 *CloseUI: *MediaType
174 *OpenUI *Altitude/Pressão Atmosférica: PickOne
175 *OrderDependency: 10.0 AnySetup *Altitude
176 *DefaultAltitude: LOW
177 *Altitude LOW/Pressão Elevada (Baixa Altitude): ""
178 *Altitude HIGH/Pressão Reduzida (Grande Altitude): ""
179 *CloseUI: *Altitude
180 *OpenUI *PowerSave/Economia de Energia: PickOne
181 *OrderDependency: 10.0 AnySetup *PowerSave
182 *DefaultPowerSave: 5
183 *PowerSave False/Desligado: ""
184 *PowerSave 5/5 Minutos: ""
185 *PowerSave 10/10 Minutos: ""
186 *PowerSave 15/15 Minutos: ""
187 *PowerSave 30/30 Minutos: ""
188 *PowerSave 45/45 Minutos: ""
189 *PowerSave 60/1 Hora: ""
190 *CloseUI: *PowerSave
191 *OpenUI *TonerDensity/Densidade do Toner: PickOne
192 *OrderDependency: 10.0 AnySetup *TonerDensity
193 *DefaultTonerDensity: 3
194 *TonerDensity 1/Claro: ""
195 *TonerDensity 3/Normal: ""
196 *TonerDensity 5/Escuro: ""
197 *CloseUI: *TonerDensity
198 *OpenUI *EconoMode/Economia do Toner: PickOne
199 *OrderDependency: 10.0 AnySetup *EconoMode
200 *DefaultEconoMode: 0
201 *EconoMode 0/Usar a Definição da Impressora: ""
202 *EconoMode ON/Economizar: ""
203 *EconoMode OFF/Não Economizar: ""
204 *CloseUI: *EconoMode
205 *OpenUI *JamRecovery/Reimpressão Após Atolamento do Papel: Boolean
206 *OrderDependency: 10.0 AnySetup *JamRecovery
207 *DefaultJamRecovery: False
208 *JamRecovery False/Desligado: ""
209 *JamRecovery True/Ativado: ""
210 *CloseUI: *JamRecovery
211 *OpenUI *ColorModel/Modo Cor: PickOne
212 *OrderDependency: 10.0 AnySetup *ColorModel
213 *DefaultColorModel: Gray
214 *ColorModel Gray/Tons de Cinza: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
215 *CloseUI: *ColorModel
216 *OpenUI *Resolution: PickOne
217 *OrderDependency: 10.0 AnySetup *Resolution
218 *DefaultResolution: 600dpi
219 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
220 *Resolution 1200dpi/1200 PPP: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
221 *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
222 *CloseUI: *Resolution
223 *OpenUI *SRTMode/Otimização de Texto e Imagem: PickOne
224 *OrderDependency: 10.0 AnySetup *SRTMode
225 *DefaultSRTMode: NORMAL
226 *SRTMode NORMAL/Normal: ""
227 *SRTMode ENHANCE/Aprimoramento do Texto: ""
228 *SRTMode GRAY/Aprimoramento de Imagem: ""
229 *CloseUI: *SRTMode
230 *OpenUI *Duplex/Impressão em Frente e Verso: PickOne
231 *OrderDependency: 10.0 AnySetup *Duplex
232 *DefaultDuplex: None
233 *Duplex None/Frente (Simples): "<</Duplex false>>setpagedevice"
234 *Duplex DuplexNoTumble/Borda Longa (Retrato): "<</Duplex true/Tumble false>>setpagedevice"
235 *Duplex DuplexTumble/Borda Curta (Paisagem): "<</Duplex true/Tumble true>>setpagedevice"
236 *CloseUI: *Duplex
237 *OpenGroup: InstallableOptions/Módulos Opcionais
238 *OpenUI *OptionTray2/Bandeja 2 Disponível: Boolean
239 *OrderDependency: 10.0 AnySetup *OptionTray2
240 *DefaultOptionTray2: False
241 *OptionTray2 False/Não instalado: ""
242 *OptionTray2 True/Instalada: ""
243 *CloseUI: *OptionTray2
244 *OpenUI *OptionTrayEnv/Bandeja de Envelopes Instalado: Boolean
245 *OrderDependency: 10.0 AnySetup *OptionTrayEnv
246 *DefaultOptionTrayEnv: False
247 *OptionTrayEnv False/Não instalado: ""
248 *OptionTrayEnv True/Instalada: ""
249 *CloseUI: *OptionTrayEnv
250 *OpenUI *OptionTray3/Bandeja 3 Disponível: Boolean
251 *OrderDependency: 10.0 AnySetup *OptionTray3
252 *DefaultOptionTray3: False
253 *OptionTray3 False/Não instalado: ""
254 *OptionTray3 True/Instalada: ""
255 *CloseUI: *OptionTray3
256 *CloseGroup: InstallableOptions
257 *DefaultFont: Courier
258 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
259 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
260 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
261 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
262 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
263 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
264 *Font Bookman-Light: Standard "(1.05)" Standard ROM
265 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
266 *Font Courier: Standard "(1.05)" Standard ROM
267 *Font Courier-Bold: Standard "(1.05)" Standard ROM
268 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
269 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
270 *Font Helvetica: Standard "(1.05)" Standard ROM
271 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
272 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
273 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
274 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
275 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
276 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
277 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
278 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
279 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
280 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
281 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
282 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
283 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
284 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
285 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
286 *Font Symbol: Special "(001.005)" Special ROM
287 *Font Times-Bold: Standard "(1.05)" Standard ROM
288 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
289 *Font Times-Italic: Standard "(1.05)" Standard ROM
290 *Font Times-Roman: Standard "(1.05)" Standard ROM
291 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
292 *Font ZapfDingbats: Special "(001.005)" Special ROM
293 *% End of ml2150.ppd, 15796 bytes.
00 *PPD-Adobe: "4.3"
11 *% PPD file for ML-2250 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
2 *% Created by the CUPS PPD Compiler v1.2.3.
33 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
4 *FileVersion: "SpliX V. 2.0.0"
55 *LanguageVersion: English
66 *LanguageEncoding: ISOLatin1
77 *PCFileName: "ml2250.ppd"
88 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
910 *Product: "(GNU Ghostscript)"
1011 *Manufacturer: "Samsung"
1112 *ModelName: "Samsung ML-2250"
1213 *ShortNickName: "Samsung ML-2250"
13 *NickName: "Samsung ML-2250, 1.0"
14 *NickName: "Samsung ML-2250, SpliX V. 2.0.0"
1415 *PSVersion: "(3010.000) 705"
1516 *PSVersion: "(3010.000) 707"
1617 *PSVersion: "(3010.000) 815"
18 *PSVersion: "(3010.000) 853"
1719 *LanguageLevel: "3"
1820 *ColorDevice: False
1921 *DefaultColorSpace: Gray
2224 *LandscapeOrientation: Plus90
2325 *TTRasterizer: Type42
2426 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "0"
28 *General docHeaderValues: "<0><0><0>"
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
2930 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
31 *General DocHeaderValues: "<0><0><0>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
3335 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
3537 *UIConstraints: *OptionTray2 False *InputSlot Lower
3638 *UIConstraints: *InputSlot Lower *OptionTray2 False
3739 *UIConstraints: *OptionTrayEnv False *InputSlot Envelope
3840 *UIConstraints: *InputSlot Envelope *OptionTrayEnv False
3941 *UIConstraints: *OptionTray3 False *InputSlot Tray3
4042 *UIConstraints: *InputSlot Tray3 *OptionTray3 False
41 *OpenUI *PageSize: PickOne
43 *OpenUI *PageSize/Media Size: PickOne
4244 *OrderDependency: 10 AnySetup *PageSize
4345 *DefaultPageSize: Letter
4446 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
5456 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
5557 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
5658 *PageSize EnvISOB5/ISOB5 Envelope - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
59 *PageSize Postcard/Postcard - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
60 *PageSize DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
5761 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
5862 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
59 *PageSize EnvISOB6/ISOB6 Envelope - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
63 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
6064 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
6165 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
66 *PageSize EnvPersonal/Personal Envelope - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
67 *PageSize Env9/#9 Envelope - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
68 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
6269 *CloseUI: *PageSize
63 *OpenUI *PageRegion: PickOne
70 *OpenUI *PageRegion/Media Size: PickOne
6471 *OrderDependency: 10 AnySetup *PageRegion
6572 *DefaultPageRegion: Letter
6673 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
7683 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
7784 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
7885 *PageRegion EnvISOB5/ISOB5 Envelope - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
86 *PageRegion Postcard/Postcard - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
87 *PageRegion DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
7988 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
8089 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
81 *PageRegion EnvISOB6/ISOB6 Envelope - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
90 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
8291 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
8392 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
93 *PageRegion EnvPersonal/Personal Envelope - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
94 *PageRegion Env9/#9 Envelope - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
95 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
8496 *CloseUI: *PageRegion
8597 *DefaultImageableArea: Letter
86 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
87 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
88 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
89 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
90 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
91 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
92 *ImageableArea Env10/#10 Envelope - 4.13x9.5in: "11.52 15.59 285.48 668.41"
93 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
94 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
95 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
96 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
97 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
98 *ImageableArea EnvISOB5/ISOB5 Envelope - 176x250mm: "11.52 15.59 487.48 693.41"
99 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
100 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
101 *ImageableArea EnvISOB6/ISOB6 Envelope - 176x125mm: "11.52 15.59 487.48 338.41"
102 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
103 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
98 *ImageableArea Letter/Letter - 8.5x11in: "10.75 15.00 601.25 777.00"
99 *ImageableArea Legal/Legal - 8.5x14in: "10.75 15.00 601.25 993.00"
100 *ImageableArea A4/A4 - 210x297mm: "10.75 15.00 584.25 827.00"
101 *ImageableArea Executive/Executive - 7.25x10.5in: "10.75 15.00 511.25 741.00"
102 *ImageableArea Ledger/Ledger - 17x11in: "10.75 15.00 1213.25 777.00"
103 *ImageableArea A3/A3 - 297x420mm: "10.75 15.00 831.25 1176.00"
104 *ImageableArea Env10/#10 Envelope - 4.13x9.5in: "10.75 15.00 286.25 669.00"
105 *ImageableArea Monarch/Monarch - 3.875x7.5in: "10.75 15.00 268.25 525.00"
106 *ImageableArea C5/C5 - 162x229mm: "10.75 15.00 448.25 634.00"
107 *ImageableArea DL/DL - 110x220mm: "10.75 15.00 301.25 609.00"
108 *ImageableArea B4/B4 - 257x364mm: "10.75 15.00 718.25 1017.00"
109 *ImageableArea B5/B5 - 182x257mm: "10.75 15.00 505.25 714.00"
110 *ImageableArea EnvISOB5/ISOB5 Envelope - 176x250mm: "10.75 15.00 488.25 694.00"
111 *ImageableArea Postcard/Postcard - 100x148mm: "10.75 15.00 273.25 404.00"
112 *ImageableArea DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "10.75 15.00 409.25 552.00"
113 *ImageableArea A5/A5 - 148x210mm: "10.75 15.00 409.25 580.00"
114 *ImageableArea A6/A6 - 105x148mm: "10.75 15.00 286.25 405.00"
115 *ImageableArea B6/B6 - 128x182mm: "10.75 15.00 352.25 501.00"
116 *ImageableArea C6/C6 - 114x162mm: "10.75 15.00 312.25 444.00"
117 *ImageableArea Folio/Folio - 210x330mm: "10.75 15.00 584.25 920.00"
118 *ImageableArea EnvPersonal/Personal Envelope - 3.625x6.5in: "10.75 15.00 250.25 453.00"
119 *ImageableArea Env9/#9 Envelope - 3.875x8.875in: "10.75 15.00 268.25 624.00"
120 *ImageableArea Oficio/Oficio - 216x340mm: "10.75 15.00 601.25 957.00"
104121 *DefaultPaperDimension: Letter
105122 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
106123 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
115132 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
116133 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
117134 *PaperDimension EnvISOB5/ISOB5 Envelope - 176x250mm: "499.00 709.00"
135 *PaperDimension Postcard/Postcard - 100x148mm: "284.00 419.00"
136 *PaperDimension DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "420.00 567.00"
118137 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
119138 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
120 *PaperDimension EnvISOB6/ISOB6 Envelope - 176x125mm: "499.00 354.00"
139 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
121140 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
122141 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
123 *MaxMediaWidth: "0.00"
124 *MaxMediaHeight: "0.00"
125 *HWMargins: 11.52 15.59 11.52 15.59
126 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
127 *ParamCustomPageSize Width: 1 points 0.00 0.00
128 *ParamCustomPageSize Height: 2 points 0.00 0.00
129 *ParamCustomPageSize WidthOffset: 3 points 0 0
130 *ParamCustomPageSize HeightOffset: 4 points 0 0
131 *ParamCustomPageSize Orientation: 5 int 0 0
142 *PaperDimension EnvPersonal/Personal Envelope - 3.625x6.5in: "261.00 468.00"
143 *PaperDimension Env9/#9 Envelope - 3.875x8.875in: "279.00 639.00"
144 *PaperDimension Oficio/Oficio - 216x340mm: "612.00 972.00"
132145 *RequiresPageRegion All: True
133 *OpenUI *InputSlot: PickOne
146 *OpenUI *InputSlot/Media Source: PickOne
134147 *OrderDependency: 10.0 AnySetup *InputSlot
135148 *DefaultInputSlot: Auto
136149 *InputSlot Auto/Automatic Selection: "<</MediaPosition 1>>setpagedevice"
155168 *MediaType USED/Preprinted: ""
156169 *MediaType COLOR/Colored Paper: ""
157170 *MediaType ENV/Envelope: ""
171 *MediaType COTTON/Cotton: ""
172 *MediaType RECYCLED/Recycled: ""
173 *MediaType ARCHIVE/Archive: ""
158174 *CloseUI: *MediaType
175 *OpenUI *Altitude/Air pressure: PickOne
176 *OrderDependency: 10.0 AnySetup *Altitude
177 *DefaultAltitude: LOW
178 *Altitude LOW/Low: ""
179 *Altitude HIGH/High: ""
180 *CloseUI: *Altitude
159181 *OpenUI *PowerSave/Power Save: PickOne
160182 *OrderDependency: 10.0 AnySetup *PowerSave
161183 *DefaultPowerSave: 5
205227 *SRTMode ENHANCE/Text enhance: ""
206228 *SRTMode GRAY/Image enhance: ""
207229 *CloseUI: *SRTMode
230 *OpenUI *Duplex/2-Sided Printing: PickOne
231 *OrderDependency: 10.0 AnySetup *Duplex
232 *DefaultDuplex: None
233 *Duplex None/Off (1-Sided): "<</Duplex false>>setpagedevice"
234 *Duplex DuplexNoTumble/Long-Edge (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
235 *Duplex DuplexTumble/Short-Edge (Landscape): "<</Duplex true/Tumble true>>setpagedevice"
236 *CloseUI: *Duplex
208237 *OpenGroup: InstallableOptions/Installable Options
209238 *OpenUI *OptionTray2/Tray 2 Installed: Boolean
210239 *OrderDependency: 10.0 AnySetup *OptionTray2
261290 *Font Times-Roman: Standard "(1.05)" Standard ROM
262291 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
263292 *Font ZapfDingbats: Special "(001.005)" Special ROM
264 *% End of ml2250.ppd, 13146 bytes.
293 *% End of ml2250.ppd, 15215 bytes.
+0
-265
ppd/ml2250de.ppd less more
0 *PPD-Adobe: "4.3"
1 *% PPD file for ML-2250 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
3 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
5 *LanguageVersion: German
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ml2250.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GNU Ghostscript)"
10 *Manufacturer: "Samsung"
11 *ModelName: "Samsung ML-2250"
12 *ShortNickName: "Samsung ML-2250"
13 *NickName: "Samsung ML-2250, 1.0"
14 *PSVersion: "(3010.000) 705"
15 *PSVersion: "(3010.000) 707"
16 *PSVersion: "(3010.000) 815"
17 *LanguageLevel: "3"
18 *ColorDevice: False
19 *DefaultColorSpace: Gray
20 *FileSystem: False
21 *Throughput: "22"
22 *LandscapeOrientation: Plus90
23 *TTRasterizer: Type42
24 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "0"
28 *General docHeaderValues: "<0><0><0>"
29 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
33 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *UIConstraints: *OptionTray2 False *InputSlot Lower
36 *UIConstraints: *InputSlot Lower *OptionTray2 False
37 *UIConstraints: *OptionTrayEnv False *InputSlot Envelope
38 *UIConstraints: *InputSlot Envelope *OptionTrayEnv False
39 *UIConstraints: *OptionTray3 False *InputSlot Tray3
40 *UIConstraints: *InputSlot Tray3 *OptionTray3 False
41 *OpenUI *PageSize: PickOne
42 *OrderDependency: 10 AnySetup *PageSize
43 *DefaultPageSize: Letter
44 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
45 *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
46 *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
47 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
48 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
49 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
50 *PageSize Env10/Umschlag #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
51 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
52 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
53 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
54 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
55 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
56 *PageSize EnvISOB5/Umschlag ISOB5 - 176x250mm: "<</PageSize[499 709]/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 EnvISOB6/Umschlag ISOB6 - 176x125mm: "<</PageSize[499 354]/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 *CloseUI: *PageSize
63 *OpenUI *PageRegion: PickOne
64 *OrderDependency: 10 AnySetup *PageRegion
65 *DefaultPageRegion: Letter
66 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
67 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
68 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
69 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
70 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
71 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
72 *PageRegion Env10/Umschlag #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
73 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
74 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
75 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
76 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
77 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
78 *PageRegion EnvISOB5/Umschlag ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
79 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
80 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
81 *PageRegion EnvISOB6/Umschlag ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
82 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
83 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
84 *CloseUI: *PageRegion
85 *DefaultImageableArea: Letter
86 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
87 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
88 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
89 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
90 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
91 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
92 *ImageableArea Env10/Umschlag #10 - 4.13x9.5in: "11.52 15.59 285.48 668.41"
93 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
94 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
95 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
96 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
97 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
98 *ImageableArea EnvISOB5/Umschlag ISOB5 - 176x250mm: "11.52 15.59 487.48 693.41"
99 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
100 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
101 *ImageableArea EnvISOB6/Umschlag ISOB6 - 176x125mm: "11.52 15.59 487.48 338.41"
102 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
103 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
104 *DefaultPaperDimension: Letter
105 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
106 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
107 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
108 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
109 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
110 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
111 *PaperDimension Env10/Umschlag #10 - 4.13x9.5in: "297.00 684.00"
112 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
113 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
114 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
115 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
116 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
117 *PaperDimension EnvISOB5/Umschlag ISOB5 - 176x250mm: "499.00 709.00"
118 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
119 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
120 *PaperDimension EnvISOB6/Umschlag ISOB6 - 176x125mm: "499.00 354.00"
121 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
122 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
123 *MaxMediaWidth: "0.00"
124 *MaxMediaHeight: "0.00"
125 *HWMargins: 11.52 15.59 11.52 15.59
126 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
127 *ParamCustomPageSize Width: 1 points 0.00 0.00
128 *ParamCustomPageSize Height: 2 points 0.00 0.00
129 *ParamCustomPageSize WidthOffset: 3 points 0 0
130 *ParamCustomPageSize HeightOffset: 4 points 0 0
131 *ParamCustomPageSize Orientation: 5 int 0 0
132 *RequiresPageRegion All: True
133 *OpenUI *InputSlot: PickOne
134 *OrderDependency: 10.0 AnySetup *InputSlot
135 *DefaultInputSlot: Auto
136 *InputSlot Auto/Automatische Auswahl: "<</MediaPosition 1>>setpagedevice"
137 *InputSlot Manual/Manueller Einzug: "<</MediaPosition 2>>setpagedevice"
138 *InputSlot Multi/Multifunktionaler Schacht: "<</MediaPosition 3>>setpagedevice"
139 *InputSlot Upper/Fach 1: "<</MediaPosition 4>>setpagedevice"
140 *InputSlot Lower/Fach 2: "<</MediaPosition 5>>setpagedevice"
141 *InputSlot Envelope/Umschlagfach: "<</MediaPosition 6>>setpagedevice"
142 *InputSlot Tray3/Fach 3: "<</MediaPosition 7>>setpagedevice"
143 *CloseUI: *InputSlot
144 *OpenUI *MediaType/Papiertyp: PickOne
145 *OrderDependency: 10.0 AnySetup *MediaType
146 *DefaultMediaType: OFF
147 *MediaType OFF/Grundeinstellungen des Druckers: ""
148 *MediaType NORMAL/Normalpapier: ""
149 *MediaType THICK/Dickes Papier: ""
150 *MediaType THIN/Dünnes Papier: ""
151 *MediaType BOND/Kartoniertes Papier: ""
152 *MediaType OHP/Transparenz: ""
153 *MediaType CARD/Visitenkarten: ""
154 *MediaType LABEL/Etiketten: ""
155 *MediaType USED/Vorgedrucktes Papier: ""
156 *MediaType COLOR/Farbiges Papier: ""
157 *MediaType ENV/Umschlag/Couvert: ""
158 *CloseUI: *MediaType
159 *OpenUI *PowerSave/Energiesparmodus: PickOne
160 *OrderDependency: 10.0 AnySetup *PowerSave
161 *DefaultPowerSave: 5
162 *PowerSave False/Aus: ""
163 *PowerSave 5/5 Minuten: ""
164 *PowerSave 10/10 Minuten: ""
165 *PowerSave 15/15 Minuten: ""
166 *PowerSave 30/30 Minuten: ""
167 *PowerSave 45/45 Minuten: ""
168 *PowerSave 60/1 Stunde: ""
169 *CloseUI: *PowerSave
170 *OpenUI *TonerDensity/Tonerdichte: PickOne
171 *OrderDependency: 10.0 AnySetup *TonerDensity
172 *DefaultTonerDensity: 3
173 *TonerDensity 1/Hell: ""
174 *TonerDensity 3/Normal: ""
175 *TonerDensity 5/Dunkel: ""
176 *CloseUI: *TonerDensity
177 *OpenUI *EconoMode/Toner Sparmodus: PickOne
178 *OrderDependency: 10.0 AnySetup *EconoMode
179 *DefaultEconoMode: 0
180 *EconoMode 0/Grundeinstellungen des Druckers: ""
181 *EconoMode ON/Sparen: ""
182 *EconoMode OFF/Standard: ""
183 *CloseUI: *EconoMode
184 *OpenUI *JamRecovery/Druck nach Papierstau fortsetzen: Boolean
185 *OrderDependency: 10.0 AnySetup *JamRecovery
186 *DefaultJamRecovery: False
187 *JamRecovery False/Aus: ""
188 *JamRecovery True/Ein: ""
189 *CloseUI: *JamRecovery
190 *OpenUI *ColorModel/Farbe modus: PickOne
191 *OrderDependency: 10.0 AnySetup *ColorModel
192 *DefaultColorModel: Gray
193 *ColorModel Gray/Abgestuftes von grauen: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
194 *CloseUI: *ColorModel
195 *OpenUI *Resolution: PickOne
196 *OrderDependency: 10.0 AnySetup *Resolution
197 *DefaultResolution: 600dpi
198 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
199 *Resolution 1200dpi/1200 PPP: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
200 *CloseUI: *Resolution
201 *OpenUI *SRTMode/Optimierter Text-/Bilderdruck: PickOne
202 *OrderDependency: 10.0 AnySetup *SRTMode
203 *DefaultSRTMode: NORMAL
204 *SRTMode NORMAL/Normal: ""
205 *SRTMode ENHANCE/Für Text optimiert: ""
206 *SRTMode GRAY/Für Bilder optimiert: ""
207 *CloseUI: *SRTMode
208 *OpenGroup: InstallableOptions/Optionale Module
209 *OpenUI *OptionTray2/Fach 2 vorhanden: Boolean
210 *OrderDependency: 10.0 AnySetup *OptionTray2
211 *DefaultOptionTray2: False
212 *OptionTray2 False/Nicht vorhanden: ""
213 *OptionTray2 True/Vorhanden: ""
214 *CloseUI: *OptionTray2
215 *OpenUI *OptionTrayEnv/Spezielles Fach für Umschläge: Boolean
216 *OrderDependency: 10.0 AnySetup *OptionTrayEnv
217 *DefaultOptionTrayEnv: False
218 *OptionTrayEnv False/Nicht vorhanden: ""
219 *OptionTrayEnv True/Vorhanden: ""
220 *CloseUI: *OptionTrayEnv
221 *OpenUI *OptionTray3/Fach 3 vorhanden: Boolean
222 *OrderDependency: 10.0 AnySetup *OptionTray3
223 *DefaultOptionTray3: False
224 *OptionTray3 False/Nicht vorhanden: ""
225 *OptionTray3 True/Vorhanden: ""
226 *CloseUI: *OptionTray3
227 *CloseGroup: InstallableOptions
228 *DefaultFont: Courier
229 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
230 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
231 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
232 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
233 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
234 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
235 *Font Bookman-Light: Standard "(1.05)" Standard ROM
236 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
237 *Font Courier: Standard "(1.05)" Standard ROM
238 *Font Courier-Bold: Standard "(1.05)" Standard ROM
239 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
240 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
241 *Font Helvetica: Standard "(1.05)" Standard ROM
242 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
243 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
244 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
245 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
246 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
247 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
248 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
249 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
250 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
251 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
252 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
253 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
254 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
255 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
256 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
257 *Font Symbol: Special "(001.005)" Special ROM
258 *Font Times-Bold: Standard "(1.05)" Standard ROM
259 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
260 *Font Times-Italic: Standard "(1.05)" Standard ROM
261 *Font Times-Roman: Standard "(1.05)" Standard ROM
262 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
263 *Font ZapfDingbats: Special "(001.005)" Special ROM
264 *% End of ml2250.ppd, 13320 bytes.
00 *PPD-Adobe: "4.3"
11 *% PPD file for ML-2250 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
2 *% Created by the CUPS PPD Compiler v1.2.3.
33 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
4 *FileVersion: "SpliX V. 2.0.0"
55 *LanguageVersion: French
66 *LanguageEncoding: ISOLatin1
77 *PCFileName: "ml2250.ppd"
88 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
910 *Product: "(GNU Ghostscript)"
1011 *Manufacturer: "Samsung"
1112 *ModelName: "Samsung ML-2250"
1213 *ShortNickName: "Samsung ML-2250"
13 *NickName: "Samsung ML-2250, 1.0"
14 *NickName: "Samsung ML-2250, SpliX V. 2.0.0"
1415 *PSVersion: "(3010.000) 705"
1516 *PSVersion: "(3010.000) 707"
1617 *PSVersion: "(3010.000) 815"
18 *PSVersion: "(3010.000) 853"
1719 *LanguageLevel: "3"
1820 *ColorDevice: False
1921 *DefaultColorSpace: Gray
2224 *LandscapeOrientation: Plus90
2325 *TTRasterizer: Type42
2426 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "0"
28 *General docHeaderValues: "<0><0><0>"
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
2930 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
31 *General DocHeaderValues: "<0><0><0>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
3335 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
3537 *UIConstraints: *OptionTray2 False *InputSlot Lower
3638 *UIConstraints: *InputSlot Lower *OptionTray2 False
3739 *UIConstraints: *OptionTrayEnv False *InputSlot Envelope
3840 *UIConstraints: *InputSlot Envelope *OptionTrayEnv False
3941 *UIConstraints: *OptionTray3 False *InputSlot Tray3
4042 *UIConstraints: *InputSlot Tray3 *OptionTray3 False
41 *OpenUI *PageSize: PickOne
43 *OpenUI *PageSize/Media Size: PickOne
4244 *OrderDependency: 10 AnySetup *PageSize
4345 *DefaultPageSize: Letter
4446 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
4749 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
4850 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
4951 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
50 *PageSize Env10/Enveloppe #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
52 *PageSize Env10/Enveloppe n°10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
5153 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
5254 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
5355 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
5456 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
5557 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
5658 *PageSize EnvISOB5/Enveloppe ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
59 *PageSize Postcard/Carte postale - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
60 *PageSize DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
5761 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
5862 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
59 *PageSize EnvISOB6/Enveloppe ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
63 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
6064 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
6165 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
66 *PageSize EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
67 *PageSize Env9/Enveloppe n°9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
68 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
6269 *CloseUI: *PageSize
63 *OpenUI *PageRegion: PickOne
70 *OpenUI *PageRegion/Media Size: PickOne
6471 *OrderDependency: 10 AnySetup *PageRegion
6572 *DefaultPageRegion: Letter
6673 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
6976 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
7077 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
7178 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
72 *PageRegion Env10/Enveloppe #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
79 *PageRegion Env10/Enveloppe n°10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
7380 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
7481 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
7582 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
7683 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
7784 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
7885 *PageRegion EnvISOB5/Enveloppe ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
86 *PageRegion Postcard/Carte postale - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
87 *PageRegion DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
7988 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
8089 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
81 *PageRegion EnvISOB6/Enveloppe ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
90 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
8291 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
8392 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
93 *PageRegion EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
94 *PageRegion Env9/Enveloppe n°9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
95 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
8496 *CloseUI: *PageRegion
8597 *DefaultImageableArea: Letter
86 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
87 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
88 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
89 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
90 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
91 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
92 *ImageableArea Env10/Enveloppe #10 - 4.13x9.5in: "11.52 15.59 285.48 668.41"
93 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
94 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
95 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
96 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
97 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
98 *ImageableArea EnvISOB5/Enveloppe ISOB5 - 176x250mm: "11.52 15.59 487.48 693.41"
99 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
100 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
101 *ImageableArea EnvISOB6/Enveloppe ISOB6 - 176x125mm: "11.52 15.59 487.48 338.41"
102 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
103 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
98 *ImageableArea Letter/Letter - 8.5x11in: "10.75 15.00 601.25 777.00"
99 *ImageableArea Legal/Legal - 8.5x14in: "10.75 15.00 601.25 993.00"
100 *ImageableArea A4/A4 - 210x297mm: "10.75 15.00 584.25 827.00"
101 *ImageableArea Executive/Executive - 7.25x10.5in: "10.75 15.00 511.25 741.00"
102 *ImageableArea Ledger/Ledger - 17x11in: "10.75 15.00 1213.25 777.00"
103 *ImageableArea A3/A3 - 297x420mm: "10.75 15.00 831.25 1176.00"
104 *ImageableArea Env10/Enveloppe n°10 - 4.13x9.5in: "10.75 15.00 286.25 669.00"
105 *ImageableArea Monarch/Monarch - 3.875x7.5in: "10.75 15.00 268.25 525.00"
106 *ImageableArea C5/C5 - 162x229mm: "10.75 15.00 448.25 634.00"
107 *ImageableArea DL/DL - 110x220mm: "10.75 15.00 301.25 609.00"
108 *ImageableArea B4/B4 - 257x364mm: "10.75 15.00 718.25 1017.00"
109 *ImageableArea B5/B5 - 182x257mm: "10.75 15.00 505.25 714.00"
110 *ImageableArea EnvISOB5/Enveloppe ISOB5 - 176x250mm: "10.75 15.00 488.25 694.00"
111 *ImageableArea Postcard/Carte postale - 100x148mm: "10.75 15.00 273.25 404.00"
112 *ImageableArea DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "10.75 15.00 409.25 552.00"
113 *ImageableArea A5/A5 - 148x210mm: "10.75 15.00 409.25 580.00"
114 *ImageableArea A6/A6 - 105x148mm: "10.75 15.00 286.25 405.00"
115 *ImageableArea B6/B6 - 128x182mm: "10.75 15.00 352.25 501.00"
116 *ImageableArea C6/C6 - 114x162mm: "10.75 15.00 312.25 444.00"
117 *ImageableArea Folio/Folio - 210x330mm: "10.75 15.00 584.25 920.00"
118 *ImageableArea EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "10.75 15.00 250.25 453.00"
119 *ImageableArea Env9/Enveloppe n°9 - 3.875x8.875in: "10.75 15.00 268.25 624.00"
120 *ImageableArea Oficio/Oficio - 216x340mm: "10.75 15.00 601.25 957.00"
104121 *DefaultPaperDimension: Letter
105122 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
106123 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
108125 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
109126 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
110127 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
111 *PaperDimension Env10/Enveloppe #10 - 4.13x9.5in: "297.00 684.00"
128 *PaperDimension Env10/Enveloppe n°10 - 4.13x9.5in: "297.00 684.00"
112129 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
113130 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
114131 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
115132 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
116133 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
117134 *PaperDimension EnvISOB5/Enveloppe ISOB5 - 176x250mm: "499.00 709.00"
135 *PaperDimension Postcard/Carte postale - 100x148mm: "284.00 419.00"
136 *PaperDimension DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "420.00 567.00"
118137 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
119138 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
120 *PaperDimension EnvISOB6/Enveloppe ISOB6 - 176x125mm: "499.00 354.00"
139 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
121140 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
122141 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
123 *MaxMediaWidth: "0.00"
124 *MaxMediaHeight: "0.00"
125 *HWMargins: 11.52 15.59 11.52 15.59
126 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
127 *ParamCustomPageSize Width: 1 points 0.00 0.00
128 *ParamCustomPageSize Height: 2 points 0.00 0.00
129 *ParamCustomPageSize WidthOffset: 3 points 0 0
130 *ParamCustomPageSize HeightOffset: 4 points 0 0
131 *ParamCustomPageSize Orientation: 5 int 0 0
142 *PaperDimension EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "261.00 468.00"
143 *PaperDimension Env9/Enveloppe n°9 - 3.875x8.875in: "279.00 639.00"
144 *PaperDimension Oficio/Oficio - 216x340mm: "612.00 972.00"
132145 *RequiresPageRegion All: True
133 *OpenUI *InputSlot: PickOne
146 *OpenUI *InputSlot/Media Source: PickOne
134147 *OrderDependency: 10.0 AnySetup *InputSlot
135148 *DefaultInputSlot: Auto
136149 *InputSlot Auto/Sélection automatique: "<</MediaPosition 1>>setpagedevice"
137 *InputSlot Manual/Chargement manuel: "<</MediaPosition 2>>setpagedevice"
150 *InputSlot Manual/Manuel: "<</MediaPosition 2>>setpagedevice"
138151 *InputSlot Multi/Plusieurs choix de bacs: "<</MediaPosition 3>>setpagedevice"
139 *InputSlot Upper/Bac à feuilles 1: "<</MediaPosition 4>>setpagedevice"
140 *InputSlot Lower/Bac à feuilles 2: "<</MediaPosition 5>>setpagedevice"
152 *InputSlot Upper/Bac 1: "<</MediaPosition 4>>setpagedevice"
153 *InputSlot Lower/Bac 2: "<</MediaPosition 5>>setpagedevice"
141154 *InputSlot Envelope/Bac à enveloppes: "<</MediaPosition 6>>setpagedevice"
142 *InputSlot Tray3/Bac à feuilles 3: "<</MediaPosition 7>>setpagedevice"
155 *InputSlot Tray3/Bac 3: "<</MediaPosition 7>>setpagedevice"
143156 *CloseUI: *InputSlot
144 *OpenUI *MediaType/Type de papier: PickOne
157 *OpenUI *MediaType/Type de support: PickOne
145158 *OrderDependency: 10.0 AnySetup *MediaType
146159 *DefaultMediaType: OFF
147160 *MediaType OFF/Utiliser la configuration imprimante: ""
148161 *MediaType NORMAL/Papier ordinaire: ""
149162 *MediaType THICK/Papier épais: ""
150163 *MediaType THIN/Papier fin: ""
151 *MediaType BOND/Papier cartonné: ""
164 *MediaType BOND/Papier Bond: ""
152165 *MediaType OHP/Transparent: ""
153 *MediaType CARD/Carte de visite: ""
166 *MediaType CARD/Papier cartonné: ""
154167 *MediaType LABEL/Étiquette: ""
155 *MediaType USED/Papier Pré-imprimé: ""
156 *MediaType COLOR/Papier coloré: ""
168 *MediaType USED/Papier pré-imprimé: ""
169 *MediaType COLOR/Couleur: ""
157170 *MediaType ENV/Enveloppe: ""
171 *MediaType COTTON/Coton: ""
172 *MediaType RECYCLED/Papier recyclé: ""
173 *MediaType ARCHIVE/Archive: ""
158174 *CloseUI: *MediaType
175 *OpenUI *Altitude/Pression de l'air: PickOne
176 *OrderDependency: 10.0 AnySetup *Altitude
177 *DefaultAltitude: LOW
178 *Altitude LOW/Faible: ""
179 *Altitude HIGH/Forte: ""
180 *CloseUI: *Altitude
159181 *OpenUI *PowerSave/Économie d'énergie: PickOne
160182 *OrderDependency: 10.0 AnySetup *PowerSave
161183 *DefaultPowerSave: 5
185207 *OrderDependency: 10.0 AnySetup *JamRecovery
186208 *DefaultJamRecovery: False
187209 *JamRecovery False/Désactivé: ""
188 *JamRecovery True/Activé: ""
210 *JamRecovery True/Oui: ""
189211 *CloseUI: *JamRecovery
190 *OpenUI *ColorModel/Mode de couleur: PickOne
212 *OpenUI *ColorModel/Mode couleur: PickOne
191213 *OrderDependency: 10.0 AnySetup *ColorModel
192214 *DefaultColorModel: Gray
193215 *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
205227 *SRTMode ENHANCE/Document texte: ""
206228 *SRTMode GRAY/Image: ""
207229 *CloseUI: *SRTMode
230 *OpenUI *Duplex/Impression recto-verso: PickOne
231 *OrderDependency: 10.0 AnySetup *Duplex
232 *DefaultDuplex: None
233 *Duplex None/Simple (recto): "<</Duplex false>>setpagedevice"
234 *Duplex DuplexNoTumble/Côté long (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
235 *Duplex DuplexTumble/Côté court (Paysage): "<</Duplex true/Tumble true>>setpagedevice"
236 *CloseUI: *Duplex
208237 *OpenGroup: InstallableOptions/Modules optionnels
209238 *OpenUI *OptionTray2/Bac à feuilles 2 installé: Boolean
210239 *OrderDependency: 10.0 AnySetup *OptionTray2
211240 *DefaultOptionTray2: False
212 *OptionTray2 False/Non installé: ""
213 *OptionTray2 True/Installé: ""
241 *OptionTray2 False/Non Installée: ""
242 *OptionTray2 True/Installée: ""
214243 *CloseUI: *OptionTray2
215244 *OpenUI *OptionTrayEnv/Bac à enveloppes installé: Boolean
216245 *OrderDependency: 10.0 AnySetup *OptionTrayEnv
217246 *DefaultOptionTrayEnv: False
218 *OptionTrayEnv False/Non installé: ""
219 *OptionTrayEnv True/Installé: ""
247 *OptionTrayEnv False/Non Installée: ""
248 *OptionTrayEnv True/Installée: ""
220249 *CloseUI: *OptionTrayEnv
221250 *OpenUI *OptionTray3/Bac à feuilles 3 installé: Boolean
222251 *OrderDependency: 10.0 AnySetup *OptionTray3
223252 *DefaultOptionTray3: False
224 *OptionTray3 False/Non installé: ""
225 *OptionTray3 True/Installé: ""
253 *OptionTray3 False/Non Installée: ""
254 *OptionTray3 True/Installée: ""
226255 *CloseUI: *OptionTray3
227256 *CloseGroup: InstallableOptions
228257 *DefaultFont: Courier
261290 *Font Times-Roman: Standard "(1.05)" Standard ROM
262291 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
263292 *Font ZapfDingbats: Special "(001.005)" Special ROM
264 *% End of ml2250.ppd, 13361 bytes.
293 *% End of ml2250.ppd, 15522 bytes.
+0
-265
ppd/ml2250it.ppd less more
0 *PPD-Adobe: "4.3"
1 *% PPD file for ML-2250 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
3 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
5 *LanguageVersion: Italian
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ml2250.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GNU Ghostscript)"
10 *Manufacturer: "Samsung"
11 *ModelName: "Samsung ML-2250"
12 *ShortNickName: "Samsung ML-2250"
13 *NickName: "Samsung ML-2250, 1.0"
14 *PSVersion: "(3010.000) 705"
15 *PSVersion: "(3010.000) 707"
16 *PSVersion: "(3010.000) 815"
17 *LanguageLevel: "3"
18 *ColorDevice: False
19 *DefaultColorSpace: Gray
20 *FileSystem: False
21 *Throughput: "22"
22 *LandscapeOrientation: Plus90
23 *TTRasterizer: Type42
24 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "0"
28 *General docHeaderValues: "<0><0><0>"
29 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
33 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *UIConstraints: *OptionTray2 False *InputSlot Lower
36 *UIConstraints: *InputSlot Lower *OptionTray2 False
37 *UIConstraints: *OptionTrayEnv False *InputSlot Envelope
38 *UIConstraints: *InputSlot Envelope *OptionTrayEnv False
39 *UIConstraints: *OptionTray3 False *InputSlot Tray3
40 *UIConstraints: *InputSlot Tray3 *OptionTray3 False
41 *OpenUI *PageSize: PickOne
42 *OrderDependency: 10 AnySetup *PageSize
43 *DefaultPageSize: Letter
44 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
45 *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
46 *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
47 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
48 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
49 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
50 *PageSize Env10/Buste lettera #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
51 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
52 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
53 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
54 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
55 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
56 *PageSize EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "<</PageSize[499 709]/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 EnvISOB6/Buste lettera ISOB6 - 176x125mm: "<</PageSize[499 354]/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 *CloseUI: *PageSize
63 *OpenUI *PageRegion: PickOne
64 *OrderDependency: 10 AnySetup *PageRegion
65 *DefaultPageRegion: Letter
66 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
67 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
68 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
69 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
70 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
71 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
72 *PageRegion Env10/Buste lettera #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
73 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
74 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
75 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
76 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
77 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
78 *PageRegion EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
79 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
80 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
81 *PageRegion EnvISOB6/Buste lettera ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
82 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
83 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
84 *CloseUI: *PageRegion
85 *DefaultImageableArea: Letter
86 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
87 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
88 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
89 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
90 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
91 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
92 *ImageableArea Env10/Buste lettera #10 - 4.13x9.5in: "11.52 15.59 285.48 668.41"
93 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
94 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
95 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
96 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
97 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
98 *ImageableArea EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "11.52 15.59 487.48 693.41"
99 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
100 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
101 *ImageableArea EnvISOB6/Buste lettera ISOB6 - 176x125mm: "11.52 15.59 487.48 338.41"
102 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
103 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
104 *DefaultPaperDimension: Letter
105 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
106 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
107 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
108 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
109 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
110 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
111 *PaperDimension Env10/Buste lettera #10 - 4.13x9.5in: "297.00 684.00"
112 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
113 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
114 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
115 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
116 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
117 *PaperDimension EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "499.00 709.00"
118 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
119 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
120 *PaperDimension EnvISOB6/Buste lettera ISOB6 - 176x125mm: "499.00 354.00"
121 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
122 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
123 *MaxMediaWidth: "0.00"
124 *MaxMediaHeight: "0.00"
125 *HWMargins: 11.52 15.59 11.52 15.59
126 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
127 *ParamCustomPageSize Width: 1 points 0.00 0.00
128 *ParamCustomPageSize Height: 2 points 0.00 0.00
129 *ParamCustomPageSize WidthOffset: 3 points 0 0
130 *ParamCustomPageSize HeightOffset: 4 points 0 0
131 *ParamCustomPageSize Orientation: 5 int 0 0
132 *RequiresPageRegion All: True
133 *OpenUI *InputSlot: PickOne
134 *OrderDependency: 10.0 AnySetup *InputSlot
135 *DefaultInputSlot: Auto
136 *InputSlot Auto/Selezione Automatica: "<</MediaPosition 1>>setpagedevice"
137 *InputSlot Manual/Alimentazione Manuale: "<</MediaPosition 2>>setpagedevice"
138 *InputSlot Multi/Caricatore Multifunzione: "<</MediaPosition 3>>setpagedevice"
139 *InputSlot Upper/Caricatore 1: "<</MediaPosition 4>>setpagedevice"
140 *InputSlot Lower/Caricatore 2: "<</MediaPosition 5>>setpagedevice"
141 *InputSlot Envelope/Caricatore Buste: "<</MediaPosition 6>>setpagedevice"
142 *InputSlot Tray3/Caricatore 3: "<</MediaPosition 7>>setpagedevice"
143 *CloseUI: *InputSlot
144 *OpenUI *MediaType/Tipo Carta: PickOne
145 *OrderDependency: 10.0 AnySetup *MediaType
146 *DefaultMediaType: OFF
147 *MediaType OFF/Usa Default Stampante: ""
148 *MediaType NORMAL/Carta Semplice: ""
149 *MediaType THICK/Carta Spessa: ""
150 *MediaType THIN/Carta Sottile: ""
151 *MediaType BOND/Adesivo: ""
152 *MediaType OHP/Lucido: ""
153 *MediaType CARD/Biglietti Da Visita: ""
154 *MediaType LABEL/Etichette: ""
155 *MediaType USED/Prestampati: ""
156 *MediaType COLOR/Carta Colorata: ""
157 *MediaType ENV/Busta da Lettera: ""
158 *CloseUI: *MediaType
159 *OpenUI *PowerSave/Risparmio Energetico: PickOne
160 *OrderDependency: 10.0 AnySetup *PowerSave
161 *DefaultPowerSave: 5
162 *PowerSave False/Off: ""
163 *PowerSave 5/5 Minuti: ""
164 *PowerSave 10/10 Minuti: ""
165 *PowerSave 15/15 Minuti: ""
166 *PowerSave 30/30 Minuti: ""
167 *PowerSave 45/45 Minuti: ""
168 *PowerSave 60/1 Ora: ""
169 *CloseUI: *PowerSave
170 *OpenUI *TonerDensity/Densità del Toner: PickOne
171 *OrderDependency: 10.0 AnySetup *TonerDensity
172 *DefaultTonerDensity: 3
173 *TonerDensity 1/Leggera: ""
174 *TonerDensity 3/Media: ""
175 *TonerDensity 5/Scura: ""
176 *CloseUI: *TonerDensity
177 *OpenUI *EconoMode/Risparmio Toner: PickOne
178 *OrderDependency: 10.0 AnySetup *EconoMode
179 *DefaultEconoMode: 0
180 *EconoMode 0/Usa Default Stampante: ""
181 *EconoMode ON/Risparmio: ""
182 *EconoMode OFF/Standard: ""
183 *CloseUI: *EconoMode
184 *OpenUI *JamRecovery/Ristampa se Inceppata: Boolean
185 *OrderDependency: 10.0 AnySetup *JamRecovery
186 *DefaultJamRecovery: False
187 *JamRecovery False/Off: ""
188 *JamRecovery True/On: ""
189 *CloseUI: *JamRecovery
190 *OpenUI *ColorModel/Modo di colore: PickOne
191 *OrderDependency: 10.0 AnySetup *ColorModel
192 *DefaultColorModel: Gray
193 *ColorModel Gray/Gradazione di grigio: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
194 *CloseUI: *ColorModel
195 *OpenUI *Resolution: PickOne
196 *OrderDependency: 10.0 AnySetup *Resolution
197 *DefaultResolution: 600dpi
198 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
199 *Resolution 1200dpi/1200 DPI: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
200 *CloseUI: *Resolution
201 *OpenUI *SRTMode/Modo SRT: PickOne
202 *OrderDependency: 10.0 AnySetup *SRTMode
203 *DefaultSRTMode: NORMAL
204 *SRTMode NORMAL/Normale: ""
205 *SRTMode ENHANCE/Migliora il Testo: ""
206 *SRTMode GRAY/Migliora le Immagini: ""
207 *CloseUI: *SRTMode
208 *OpenGroup: InstallableOptions/Opzioni Installabili
209 *OpenUI *OptionTray2/Caricatore 2 Installato: Boolean
210 *OrderDependency: 10.0 AnySetup *OptionTray2
211 *DefaultOptionTray2: False
212 *OptionTray2 False/Non Installato: ""
213 *OptionTray2 True/Installato: ""
214 *CloseUI: *OptionTray2
215 *OpenUI *OptionTrayEnv/Caricatore Buste Installato: Boolean
216 *OrderDependency: 10.0 AnySetup *OptionTrayEnv
217 *DefaultOptionTrayEnv: False
218 *OptionTrayEnv False/Non Installato: ""
219 *OptionTrayEnv True/Installato: ""
220 *CloseUI: *OptionTrayEnv
221 *OpenUI *OptionTray3/Caricatore 3 Installato: Boolean
222 *OrderDependency: 10.0 AnySetup *OptionTray3
223 *DefaultOptionTray3: False
224 *OptionTray3 False/Non Installato: ""
225 *OptionTray3 True/Installato: ""
226 *CloseUI: *OptionTray3
227 *CloseGroup: InstallableOptions
228 *DefaultFont: Courier
229 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
230 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
231 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
232 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
233 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
234 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
235 *Font Bookman-Light: Standard "(1.05)" Standard ROM
236 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
237 *Font Courier: Standard "(1.05)" Standard ROM
238 *Font Courier-Bold: Standard "(1.05)" Standard ROM
239 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
240 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
241 *Font Helvetica: Standard "(1.05)" Standard ROM
242 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
243 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
244 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
245 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
246 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
247 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
248 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
249 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
250 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
251 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
252 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
253 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
254 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
255 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
256 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
257 *Font Symbol: Special "(001.005)" Special ROM
258 *Font Times-Bold: Standard "(1.05)" Standard ROM
259 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
260 *Font Times-Italic: Standard "(1.05)" Standard ROM
261 *Font Times-Roman: Standard "(1.05)" Standard ROM
262 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
263 *Font ZapfDingbats: Special "(001.005)" Special ROM
264 *% End of ml2250.ppd, 13353 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for ML-2250 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: Portuguese_Brazil
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ml2250.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung ML-2250"
13 *ShortNickName: "Samsung ML-2250"
14 *NickName: "Samsung ML-2250, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "22"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><0><0>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *UIConstraints: *OptionTray2 False *InputSlot Lower
38 *UIConstraints: *InputSlot Lower *OptionTray2 False
39 *UIConstraints: *OptionTrayEnv False *InputSlot Envelope
40 *UIConstraints: *InputSlot Envelope *OptionTrayEnv False
41 *UIConstraints: *OptionTray3 False *InputSlot Tray3
42 *UIConstraints: *InputSlot Tray3 *OptionTray3 False
43 *OpenUI *PageSize/Media Size: PickOne
44 *OrderDependency: 10 AnySetup *PageSize
45 *DefaultPageSize: Letter
46 *PageSize Letter/Carta - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
47 *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
48 *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
49 *PageSize Executive/Executivo - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
50 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
51 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
52 *PageSize Env10/Envelope Número 10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
53 *PageSize Monarch/Monarca - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
54 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
55 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
56 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
57 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
58 *PageSize EnvISOB5/Envelope ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
59 *PageSize Postcard/Cartão Postal - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
60 *PageSize DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
61 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
62 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
63 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
64 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
65 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
66 *PageSize EnvPersonal/Envelope Pessoal - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
67 *PageSize Env9/Envelope Número 9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
68 *PageSize Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
69 *CloseUI: *PageSize
70 *OpenUI *PageRegion/Media Size: PickOne
71 *OrderDependency: 10 AnySetup *PageRegion
72 *DefaultPageRegion: Letter
73 *PageRegion Letter/Carta - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
74 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
75 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
76 *PageRegion Executive/Executivo - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
77 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
78 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
79 *PageRegion Env10/Envelope Número 10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
80 *PageRegion Monarch/Monarca - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
81 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
82 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
83 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
84 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
85 *PageRegion EnvISOB5/Envelope ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
86 *PageRegion Postcard/Cartão Postal - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
87 *PageRegion DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
88 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
89 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
90 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
91 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
92 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
93 *PageRegion EnvPersonal/Envelope Pessoal - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
94 *PageRegion Env9/Envelope Número 9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
95 *PageRegion Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
96 *CloseUI: *PageRegion
97 *DefaultImageableArea: Letter
98 *ImageableArea Letter/Carta - 8.5x11in: "10.75 15.00 601.25 777.00"
99 *ImageableArea Legal/Legal - 8.5x14in: "10.75 15.00 601.25 993.00"
100 *ImageableArea A4/A4 - 210x297mm: "10.75 15.00 584.25 827.00"
101 *ImageableArea Executive/Executivo - 7.25x10.5in: "10.75 15.00 511.25 741.00"
102 *ImageableArea Ledger/Ledger - 17x11in: "10.75 15.00 1213.25 777.00"
103 *ImageableArea A3/A3 - 297x420mm: "10.75 15.00 831.25 1176.00"
104 *ImageableArea Env10/Envelope Número 10 - 4.13x9.5in: "10.75 15.00 286.25 669.00"
105 *ImageableArea Monarch/Monarca - 3.875x7.5in: "10.75 15.00 268.25 525.00"
106 *ImageableArea C5/C5 - 162x229mm: "10.75 15.00 448.25 634.00"
107 *ImageableArea DL/DL - 110x220mm: "10.75 15.00 301.25 609.00"
108 *ImageableArea B4/B4 - 257x364mm: "10.75 15.00 718.25 1017.00"
109 *ImageableArea B5/B5 - 182x257mm: "10.75 15.00 505.25 714.00"
110 *ImageableArea EnvISOB5/Envelope ISOB5 - 176x250mm: "10.75 15.00 488.25 694.00"
111 *ImageableArea Postcard/Cartão Postal - 100x148mm: "10.75 15.00 273.25 404.00"
112 *ImageableArea DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 148x200mm: "10.75 15.00 409.25 552.00"
113 *ImageableArea A5/A5 - 148x210mm: "10.75 15.00 409.25 580.00"
114 *ImageableArea A6/A6 - 105x148mm: "10.75 15.00 286.25 405.00"
115 *ImageableArea B6/B6 - 128x182mm: "10.75 15.00 352.25 501.00"
116 *ImageableArea C6/C6 - 114x162mm: "10.75 15.00 312.25 444.00"
117 *ImageableArea Folio/Folio - 210x330mm: "10.75 15.00 584.25 920.00"
118 *ImageableArea EnvPersonal/Envelope Pessoal - 3.625x6.5in: "10.75 15.00 250.25 453.00"
119 *ImageableArea Env9/Envelope Número 9 - 3.875x8.875in: "10.75 15.00 268.25 624.00"
120 *ImageableArea Oficio/Ofício - 216x340mm: "10.75 15.00 601.25 957.00"
121 *DefaultPaperDimension: Letter
122 *PaperDimension Letter/Carta - 8.5x11in: "612.00 792.00"
123 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
124 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
125 *PaperDimension Executive/Executivo - 7.25x10.5in: "522.00 756.00"
126 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
127 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
128 *PaperDimension Env10/Envelope Número 10 - 4.13x9.5in: "297.00 684.00"
129 *PaperDimension Monarch/Monarca - 3.875x7.5in: "279.00 540.00"
130 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
131 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
132 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
133 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
134 *PaperDimension EnvISOB5/Envelope ISOB5 - 176x250mm: "499.00 709.00"
135 *PaperDimension Postcard/Cartão Postal - 100x148mm: "284.00 419.00"
136 *PaperDimension DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 148x200mm: "420.00 567.00"
137 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
138 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
139 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
140 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
141 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
142 *PaperDimension EnvPersonal/Envelope Pessoal - 3.625x6.5in: "261.00 468.00"
143 *PaperDimension Env9/Envelope Número 9 - 3.875x8.875in: "279.00 639.00"
144 *PaperDimension Oficio/Ofício - 216x340mm: "612.00 972.00"
145 *RequiresPageRegion All: True
146 *OpenUI *InputSlot/Media Source: PickOne
147 *OrderDependency: 10.0 AnySetup *InputSlot
148 *DefaultInputSlot: Auto
149 *InputSlot Auto/Seleção Automática: "<</MediaPosition 1>>setpagedevice"
150 *InputSlot Manual/Alimentação Manual: "<</MediaPosition 2>>setpagedevice"
151 *InputSlot Multi/Bandeja Multipropósito: "<</MediaPosition 3>>setpagedevice"
152 *InputSlot Upper/Bandeja 1: "<</MediaPosition 4>>setpagedevice"
153 *InputSlot Lower/Bandeja 2: "<</MediaPosition 5>>setpagedevice"
154 *InputSlot Envelope/Bandeja de Envelopes: "<</MediaPosition 6>>setpagedevice"
155 *InputSlot Tray3/Bandeja 3: "<</MediaPosition 7>>setpagedevice"
156 *CloseUI: *InputSlot
157 *OpenUI *MediaType/Tipo de Papel: PickOne
158 *OrderDependency: 10.0 AnySetup *MediaType
159 *DefaultMediaType: OFF
160 *MediaType OFF/Usar a Definição da Impressora: ""
161 *MediaType NORMAL/Papel normal: ""
162 *MediaType THICK/Papel grosso: ""
163 *MediaType THIN/Papel Delgado (Fino): ""
164 *MediaType BOND/Papel Bond: ""
165 *MediaType OHP/Transparência: ""
166 *MediaType CARD/Cartolina: ""
167 *MediaType LABEL/Etiqueta: ""
168 *MediaType USED/Papel Pré-Impresso: ""
169 *MediaType COLOR/Cor: ""
170 *MediaType ENV/Envelope: ""
171 *MediaType COTTON/Algodão: ""
172 *MediaType RECYCLED/Papel Reciclado: ""
173 *MediaType ARCHIVE/Arquivamento: ""
174 *CloseUI: *MediaType
175 *OpenUI *Altitude/Pressão Atmosférica: PickOne
176 *OrderDependency: 10.0 AnySetup *Altitude
177 *DefaultAltitude: LOW
178 *Altitude LOW/Pressão Elevada (Baixa Altitude): ""
179 *Altitude HIGH/Pressão Reduzida (Grande Altitude): ""
180 *CloseUI: *Altitude
181 *OpenUI *PowerSave/Economia de Energia: PickOne
182 *OrderDependency: 10.0 AnySetup *PowerSave
183 *DefaultPowerSave: 5
184 *PowerSave False/Desligado: ""
185 *PowerSave 5/5 Minutos: ""
186 *PowerSave 10/10 Minutos: ""
187 *PowerSave 15/15 Minutos: ""
188 *PowerSave 30/30 Minutos: ""
189 *PowerSave 45/45 Minutos: ""
190 *PowerSave 60/1 Hora: ""
191 *CloseUI: *PowerSave
192 *OpenUI *TonerDensity/Densidade do Toner: PickOne
193 *OrderDependency: 10.0 AnySetup *TonerDensity
194 *DefaultTonerDensity: 3
195 *TonerDensity 1/Claro: ""
196 *TonerDensity 3/Normal: ""
197 *TonerDensity 5/Escuro: ""
198 *CloseUI: *TonerDensity
199 *OpenUI *EconoMode/Economia do Toner: PickOne
200 *OrderDependency: 10.0 AnySetup *EconoMode
201 *DefaultEconoMode: 0
202 *EconoMode 0/Usar a Definição da Impressora: ""
203 *EconoMode ON/Economizar: ""
204 *EconoMode OFF/Não Economizar: ""
205 *CloseUI: *EconoMode
206 *OpenUI *JamRecovery/Reimpressão Após Atolamento do Papel: Boolean
207 *OrderDependency: 10.0 AnySetup *JamRecovery
208 *DefaultJamRecovery: False
209 *JamRecovery False/Desligado: ""
210 *JamRecovery True/Ativado: ""
211 *CloseUI: *JamRecovery
212 *OpenUI *ColorModel/Modo Cor: PickOne
213 *OrderDependency: 10.0 AnySetup *ColorModel
214 *DefaultColorModel: Gray
215 *ColorModel Gray/Tons de Cinza: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
216 *CloseUI: *ColorModel
217 *OpenUI *Resolution: PickOne
218 *OrderDependency: 10.0 AnySetup *Resolution
219 *DefaultResolution: 600dpi
220 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
221 *Resolution 1200dpi/1200 PPP: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
222 *CloseUI: *Resolution
223 *OpenUI *SRTMode/Otimização de Texto e Imagem: PickOne
224 *OrderDependency: 10.0 AnySetup *SRTMode
225 *DefaultSRTMode: NORMAL
226 *SRTMode NORMAL/Normal: ""
227 *SRTMode ENHANCE/Aprimoramento do Texto: ""
228 *SRTMode GRAY/Aprimoramento de Imagem: ""
229 *CloseUI: *SRTMode
230 *OpenUI *Duplex/Impressão em Frente e Verso: PickOne
231 *OrderDependency: 10.0 AnySetup *Duplex
232 *DefaultDuplex: None
233 *Duplex None/Frente (Simples): "<</Duplex false>>setpagedevice"
234 *Duplex DuplexNoTumble/Borda Longa (Retrato): "<</Duplex true/Tumble false>>setpagedevice"
235 *Duplex DuplexTumble/Borda Curta (Paisagem): "<</Duplex true/Tumble true>>setpagedevice"
236 *CloseUI: *Duplex
237 *OpenGroup: InstallableOptions/Módulos Opcionais
238 *OpenUI *OptionTray2/Bandeja 2 Disponível: Boolean
239 *OrderDependency: 10.0 AnySetup *OptionTray2
240 *DefaultOptionTray2: False
241 *OptionTray2 False/Não instalado: ""
242 *OptionTray2 True/Instalada: ""
243 *CloseUI: *OptionTray2
244 *OpenUI *OptionTrayEnv/Bandeja de Envelopes Instalado: Boolean
245 *OrderDependency: 10.0 AnySetup *OptionTrayEnv
246 *DefaultOptionTrayEnv: False
247 *OptionTrayEnv False/Não instalado: ""
248 *OptionTrayEnv True/Instalada: ""
249 *CloseUI: *OptionTrayEnv
250 *OpenUI *OptionTray3/Bandeja 3 Disponível: Boolean
251 *OrderDependency: 10.0 AnySetup *OptionTray3
252 *DefaultOptionTray3: False
253 *OptionTray3 False/Não instalado: ""
254 *OptionTray3 True/Instalada: ""
255 *CloseUI: *OptionTray3
256 *CloseGroup: InstallableOptions
257 *DefaultFont: Courier
258 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
259 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
260 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
261 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
262 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
263 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
264 *Font Bookman-Light: Standard "(1.05)" Standard ROM
265 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
266 *Font Courier: Standard "(1.05)" Standard ROM
267 *Font Courier-Bold: Standard "(1.05)" Standard ROM
268 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
269 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
270 *Font Helvetica: Standard "(1.05)" Standard ROM
271 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
272 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
273 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
274 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
275 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
276 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
277 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
278 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
279 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
280 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
281 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
282 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
283 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
284 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
285 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
286 *Font Symbol: Special "(001.005)" Special ROM
287 *Font Times-Bold: Standard "(1.05)" Standard ROM
288 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
289 *Font Times-Italic: Standard "(1.05)" Standard ROM
290 *Font Times-Roman: Standard "(1.05)" Standard ROM
291 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
292 *Font ZapfDingbats: Special "(001.005)" Special ROM
293 *% End of ml2250.ppd, 15673 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for ML-2251 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: English
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ml2251.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung ML-2251"
13 *ShortNickName: "Samsung ML-2251"
14 *NickName: "Samsung ML-2251, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "22"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><0><0>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *UIConstraints: *OptionTray2 False *InputSlot Lower
38 *UIConstraints: *InputSlot Lower *OptionTray2 False
39 *UIConstraints: *OptionTrayEnv False *InputSlot Envelope
40 *UIConstraints: *InputSlot Envelope *OptionTrayEnv False
41 *UIConstraints: *OptionTray3 False *InputSlot Tray3
42 *UIConstraints: *InputSlot Tray3 *OptionTray3 False
43 *OpenUI *PageSize/Media Size: PickOne
44 *OrderDependency: 10 AnySetup *PageSize
45 *DefaultPageSize: Letter
46 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
47 *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
48 *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
49 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
50 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
51 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
52 *PageSize Env10/#10 Envelope - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
53 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
54 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
55 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
56 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
57 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
58 *PageSize EnvISOB5/ISOB5 Envelope - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
59 *PageSize Postcard/Postcard - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
60 *PageSize DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
61 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
62 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
63 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
64 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
65 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
66 *PageSize EnvPersonal/Personal Envelope - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
67 *PageSize Env9/#9 Envelope - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
68 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
69 *CloseUI: *PageSize
70 *OpenUI *PageRegion/Media Size: PickOne
71 *OrderDependency: 10 AnySetup *PageRegion
72 *DefaultPageRegion: Letter
73 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
74 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
75 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
76 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
77 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
78 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
79 *PageRegion Env10/#10 Envelope - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
80 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
81 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
82 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
83 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
84 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
85 *PageRegion EnvISOB5/ISOB5 Envelope - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
86 *PageRegion Postcard/Postcard - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
87 *PageRegion DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
88 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
89 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
90 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
91 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
92 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
93 *PageRegion EnvPersonal/Personal Envelope - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
94 *PageRegion Env9/#9 Envelope - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
95 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
96 *CloseUI: *PageRegion
97 *DefaultImageableArea: Letter
98 *ImageableArea Letter/Letter - 8.5x11in: "10.75 15.00 601.25 777.00"
99 *ImageableArea Legal/Legal - 8.5x14in: "10.75 15.00 601.25 993.00"
100 *ImageableArea A4/A4 - 210x297mm: "10.75 15.00 584.25 827.00"
101 *ImageableArea Executive/Executive - 7.25x10.5in: "10.75 15.00 511.25 741.00"
102 *ImageableArea Ledger/Ledger - 17x11in: "10.75 15.00 1213.25 777.00"
103 *ImageableArea A3/A3 - 297x420mm: "10.75 15.00 831.25 1176.00"
104 *ImageableArea Env10/#10 Envelope - 4.13x9.5in: "10.75 15.00 286.25 669.00"
105 *ImageableArea Monarch/Monarch - 3.875x7.5in: "10.75 15.00 268.25 525.00"
106 *ImageableArea C5/C5 - 162x229mm: "10.75 15.00 448.25 634.00"
107 *ImageableArea DL/DL - 110x220mm: "10.75 15.00 301.25 609.00"
108 *ImageableArea B4/B4 - 257x364mm: "10.75 15.00 718.25 1017.00"
109 *ImageableArea B5/B5 - 182x257mm: "10.75 15.00 505.25 714.00"
110 *ImageableArea EnvISOB5/ISOB5 Envelope - 176x250mm: "10.75 15.00 488.25 694.00"
111 *ImageableArea Postcard/Postcard - 100x148mm: "10.75 15.00 273.25 404.00"
112 *ImageableArea DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "10.75 15.00 409.25 552.00"
113 *ImageableArea A5/A5 - 148x210mm: "10.75 15.00 409.25 580.00"
114 *ImageableArea A6/A6 - 105x148mm: "10.75 15.00 286.25 405.00"
115 *ImageableArea B6/B6 - 128x182mm: "10.75 15.00 352.25 501.00"
116 *ImageableArea C6/C6 - 114x162mm: "10.75 15.00 312.25 444.00"
117 *ImageableArea Folio/Folio - 210x330mm: "10.75 15.00 584.25 920.00"
118 *ImageableArea EnvPersonal/Personal Envelope - 3.625x6.5in: "10.75 15.00 250.25 453.00"
119 *ImageableArea Env9/#9 Envelope - 3.875x8.875in: "10.75 15.00 268.25 624.00"
120 *ImageableArea Oficio/Oficio - 216x340mm: "10.75 15.00 601.25 957.00"
121 *DefaultPaperDimension: Letter
122 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
123 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
124 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
125 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
126 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
127 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
128 *PaperDimension Env10/#10 Envelope - 4.13x9.5in: "297.00 684.00"
129 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
130 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
131 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
132 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
133 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
134 *PaperDimension EnvISOB5/ISOB5 Envelope - 176x250mm: "499.00 709.00"
135 *PaperDimension Postcard/Postcard - 100x148mm: "284.00 419.00"
136 *PaperDimension DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "420.00 567.00"
137 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
138 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
139 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
140 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
141 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
142 *PaperDimension EnvPersonal/Personal Envelope - 3.625x6.5in: "261.00 468.00"
143 *PaperDimension Env9/#9 Envelope - 3.875x8.875in: "279.00 639.00"
144 *PaperDimension Oficio/Oficio - 216x340mm: "612.00 972.00"
145 *RequiresPageRegion All: True
146 *OpenUI *InputSlot/Media Source: PickOne
147 *OrderDependency: 10.0 AnySetup *InputSlot
148 *DefaultInputSlot: Auto
149 *InputSlot Auto/Automatic Selection: "<</MediaPosition 1>>setpagedevice"
150 *InputSlot Manual/Manual Feed: "<</MediaPosition 2>>setpagedevice"
151 *InputSlot Multi/Multi-Purpose Tray: "<</MediaPosition 3>>setpagedevice"
152 *InputSlot Upper/Tray 1: "<</MediaPosition 4>>setpagedevice"
153 *InputSlot Lower/Tray 2: "<</MediaPosition 5>>setpagedevice"
154 *InputSlot Envelope/Envelope Tray: "<</MediaPosition 6>>setpagedevice"
155 *InputSlot Tray3/Tray 3: "<</MediaPosition 7>>setpagedevice"
156 *CloseUI: *InputSlot
157 *OpenUI *MediaType/Paper Type: PickOne
158 *OrderDependency: 10.0 AnySetup *MediaType
159 *DefaultMediaType: OFF
160 *MediaType OFF/Use Printer Default: ""
161 *MediaType NORMAL/Plain Paper: ""
162 *MediaType THICK/Thick Paper: ""
163 *MediaType THIN/Thin Paper: ""
164 *MediaType BOND/Bond: ""
165 *MediaType OHP/Transparency: ""
166 *MediaType CARD/Card Stock: ""
167 *MediaType LABEL/Label: ""
168 *MediaType USED/Preprinted: ""
169 *MediaType COLOR/Colored Paper: ""
170 *MediaType ENV/Envelope: ""
171 *MediaType COTTON/Cotton: ""
172 *MediaType RECYCLED/Recycled: ""
173 *MediaType ARCHIVE/Archive: ""
174 *CloseUI: *MediaType
175 *OpenUI *Altitude/Air pressure: PickOne
176 *OrderDependency: 10.0 AnySetup *Altitude
177 *DefaultAltitude: LOW
178 *Altitude LOW/Low: ""
179 *Altitude HIGH/High: ""
180 *CloseUI: *Altitude
181 *OpenUI *PowerSave/Power Save: PickOne
182 *OrderDependency: 10.0 AnySetup *PowerSave
183 *DefaultPowerSave: 5
184 *PowerSave False/Off: ""
185 *PowerSave 5/5 Minutes: ""
186 *PowerSave 10/10 Minutes: ""
187 *PowerSave 15/15 Minutes: ""
188 *PowerSave 30/30 Minutes: ""
189 *PowerSave 45/45 Minutes: ""
190 *PowerSave 60/1 Hour: ""
191 *CloseUI: *PowerSave
192 *OpenUI *TonerDensity/Toner Density: PickOne
193 *OrderDependency: 10.0 AnySetup *TonerDensity
194 *DefaultTonerDensity: 3
195 *TonerDensity 1/Light: ""
196 *TonerDensity 3/Medium: ""
197 *TonerDensity 5/Dark: ""
198 *CloseUI: *TonerDensity
199 *OpenUI *EconoMode/Toner Save: PickOne
200 *OrderDependency: 10.0 AnySetup *EconoMode
201 *DefaultEconoMode: 0
202 *EconoMode 0/Use Printer Default: ""
203 *EconoMode ON/Save: ""
204 *EconoMode OFF/Standard: ""
205 *CloseUI: *EconoMode
206 *OpenUI *JamRecovery/Reprint When Jam: Boolean
207 *OrderDependency: 10.0 AnySetup *JamRecovery
208 *DefaultJamRecovery: False
209 *JamRecovery False/Off: ""
210 *JamRecovery True/On: ""
211 *CloseUI: *JamRecovery
212 *OpenUI *ColorModel/Color Mode: PickOne
213 *OrderDependency: 10.0 AnySetup *ColorModel
214 *DefaultColorModel: Gray
215 *ColorModel Gray/Grayscale: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
216 *CloseUI: *ColorModel
217 *OpenUI *Resolution: PickOne
218 *OrderDependency: 10.0 AnySetup *Resolution
219 *DefaultResolution: 600dpi
220 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
221 *Resolution 1200dpi/1200 DPI: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
222 *CloseUI: *Resolution
223 *OpenUI *SRTMode/SRT Mode: PickOne
224 *OrderDependency: 10.0 AnySetup *SRTMode
225 *DefaultSRTMode: NORMAL
226 *SRTMode NORMAL/Normal: ""
227 *SRTMode ENHANCE/Text enhance: ""
228 *SRTMode GRAY/Image enhance: ""
229 *CloseUI: *SRTMode
230 *OpenUI *Duplex/2-Sided Printing: PickOne
231 *OrderDependency: 10.0 AnySetup *Duplex
232 *DefaultDuplex: None
233 *Duplex None/Off (1-Sided): "<</Duplex false>>setpagedevice"
234 *Duplex DuplexNoTumble/Long-Edge (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
235 *Duplex DuplexTumble/Short-Edge (Landscape): "<</Duplex true/Tumble true>>setpagedevice"
236 *CloseUI: *Duplex
237 *OpenGroup: InstallableOptions/Installable Options
238 *OpenUI *OptionTray2/Tray 2 Installed: Boolean
239 *OrderDependency: 10.0 AnySetup *OptionTray2
240 *DefaultOptionTray2: False
241 *OptionTray2 False/Not Installed: ""
242 *OptionTray2 True/Installed: ""
243 *CloseUI: *OptionTray2
244 *OpenUI *OptionTrayEnv/Envelope Tray Installed: Boolean
245 *OrderDependency: 10.0 AnySetup *OptionTrayEnv
246 *DefaultOptionTrayEnv: False
247 *OptionTrayEnv False/Not Installed: ""
248 *OptionTrayEnv True/Installed: ""
249 *CloseUI: *OptionTrayEnv
250 *OpenUI *OptionTray3/Tray 3 Installed: Boolean
251 *OrderDependency: 10.0 AnySetup *OptionTray3
252 *DefaultOptionTray3: False
253 *OptionTray3 False/Not Installed: ""
254 *OptionTray3 True/Installed: ""
255 *CloseUI: *OptionTray3
256 *CloseGroup: InstallableOptions
257 *DefaultFont: Courier
258 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
259 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
260 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
261 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
262 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
263 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
264 *Font Bookman-Light: Standard "(1.05)" Standard ROM
265 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
266 *Font Courier: Standard "(1.05)" Standard ROM
267 *Font Courier-Bold: Standard "(1.05)" Standard ROM
268 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
269 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
270 *Font Helvetica: Standard "(1.05)" Standard ROM
271 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
272 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
273 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
274 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
275 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
276 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
277 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
278 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
279 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
280 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
281 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
282 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
283 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
284 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
285 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
286 *Font Symbol: Special "(001.005)" Special ROM
287 *Font Times-Bold: Standard "(1.05)" Standard ROM
288 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
289 *Font Times-Italic: Standard "(1.05)" Standard ROM
290 *Font Times-Roman: Standard "(1.05)" Standard ROM
291 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
292 *Font ZapfDingbats: Special "(001.005)" Special ROM
293 *% End of ml2251.ppd, 15215 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for ML-2251 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: French
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ml2251.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung ML-2251"
13 *ShortNickName: "Samsung ML-2251"
14 *NickName: "Samsung ML-2251, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "22"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><0><0>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *UIConstraints: *OptionTray2 False *InputSlot Lower
38 *UIConstraints: *InputSlot Lower *OptionTray2 False
39 *UIConstraints: *OptionTrayEnv False *InputSlot Envelope
40 *UIConstraints: *InputSlot Envelope *OptionTrayEnv False
41 *UIConstraints: *OptionTray3 False *InputSlot Tray3
42 *UIConstraints: *InputSlot Tray3 *OptionTray3 False
43 *OpenUI *PageSize/Media Size: PickOne
44 *OrderDependency: 10 AnySetup *PageSize
45 *DefaultPageSize: Letter
46 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
47 *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
48 *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
49 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
50 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
51 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
52 *PageSize Env10/Enveloppe n°10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
53 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
54 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
55 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
56 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
57 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
58 *PageSize EnvISOB5/Enveloppe ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
59 *PageSize Postcard/Carte postale - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
60 *PageSize DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
61 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
62 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
63 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
64 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
65 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
66 *PageSize EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
67 *PageSize Env9/Enveloppe n°9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
68 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
69 *CloseUI: *PageSize
70 *OpenUI *PageRegion/Media Size: PickOne
71 *OrderDependency: 10 AnySetup *PageRegion
72 *DefaultPageRegion: Letter
73 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
74 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
75 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
76 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
77 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
78 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
79 *PageRegion Env10/Enveloppe n°10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
80 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
81 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
82 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
83 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
84 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
85 *PageRegion EnvISOB5/Enveloppe ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
86 *PageRegion Postcard/Carte postale - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
87 *PageRegion DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
88 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
89 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
90 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
91 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
92 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
93 *PageRegion EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
94 *PageRegion Env9/Enveloppe n°9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
95 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
96 *CloseUI: *PageRegion
97 *DefaultImageableArea: Letter
98 *ImageableArea Letter/Letter - 8.5x11in: "10.75 15.00 601.25 777.00"
99 *ImageableArea Legal/Legal - 8.5x14in: "10.75 15.00 601.25 993.00"
100 *ImageableArea A4/A4 - 210x297mm: "10.75 15.00 584.25 827.00"
101 *ImageableArea Executive/Executive - 7.25x10.5in: "10.75 15.00 511.25 741.00"
102 *ImageableArea Ledger/Ledger - 17x11in: "10.75 15.00 1213.25 777.00"
103 *ImageableArea A3/A3 - 297x420mm: "10.75 15.00 831.25 1176.00"
104 *ImageableArea Env10/Enveloppe n°10 - 4.13x9.5in: "10.75 15.00 286.25 669.00"
105 *ImageableArea Monarch/Monarch - 3.875x7.5in: "10.75 15.00 268.25 525.00"
106 *ImageableArea C5/C5 - 162x229mm: "10.75 15.00 448.25 634.00"
107 *ImageableArea DL/DL - 110x220mm: "10.75 15.00 301.25 609.00"
108 *ImageableArea B4/B4 - 257x364mm: "10.75 15.00 718.25 1017.00"
109 *ImageableArea B5/B5 - 182x257mm: "10.75 15.00 505.25 714.00"
110 *ImageableArea EnvISOB5/Enveloppe ISOB5 - 176x250mm: "10.75 15.00 488.25 694.00"
111 *ImageableArea Postcard/Carte postale - 100x148mm: "10.75 15.00 273.25 404.00"
112 *ImageableArea DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "10.75 15.00 409.25 552.00"
113 *ImageableArea A5/A5 - 148x210mm: "10.75 15.00 409.25 580.00"
114 *ImageableArea A6/A6 - 105x148mm: "10.75 15.00 286.25 405.00"
115 *ImageableArea B6/B6 - 128x182mm: "10.75 15.00 352.25 501.00"
116 *ImageableArea C6/C6 - 114x162mm: "10.75 15.00 312.25 444.00"
117 *ImageableArea Folio/Folio - 210x330mm: "10.75 15.00 584.25 920.00"
118 *ImageableArea EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "10.75 15.00 250.25 453.00"
119 *ImageableArea Env9/Enveloppe n°9 - 3.875x8.875in: "10.75 15.00 268.25 624.00"
120 *ImageableArea Oficio/Oficio - 216x340mm: "10.75 15.00 601.25 957.00"
121 *DefaultPaperDimension: Letter
122 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
123 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
124 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
125 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
126 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
127 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
128 *PaperDimension Env10/Enveloppe n°10 - 4.13x9.5in: "297.00 684.00"
129 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
130 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
131 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
132 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
133 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
134 *PaperDimension EnvISOB5/Enveloppe ISOB5 - 176x250mm: "499.00 709.00"
135 *PaperDimension Postcard/Carte postale - 100x148mm: "284.00 419.00"
136 *PaperDimension DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "420.00 567.00"
137 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
138 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
139 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
140 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
141 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
142 *PaperDimension EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "261.00 468.00"
143 *PaperDimension Env9/Enveloppe n°9 - 3.875x8.875in: "279.00 639.00"
144 *PaperDimension Oficio/Oficio - 216x340mm: "612.00 972.00"
145 *RequiresPageRegion All: True
146 *OpenUI *InputSlot/Media Source: PickOne
147 *OrderDependency: 10.0 AnySetup *InputSlot
148 *DefaultInputSlot: Auto
149 *InputSlot Auto/Sélection automatique: "<</MediaPosition 1>>setpagedevice"
150 *InputSlot Manual/Manuel: "<</MediaPosition 2>>setpagedevice"
151 *InputSlot Multi/Plusieurs choix de bacs: "<</MediaPosition 3>>setpagedevice"
152 *InputSlot Upper/Bac 1: "<</MediaPosition 4>>setpagedevice"
153 *InputSlot Lower/Bac 2: "<</MediaPosition 5>>setpagedevice"
154 *InputSlot Envelope/Bac à enveloppes: "<</MediaPosition 6>>setpagedevice"
155 *InputSlot Tray3/Bac 3: "<</MediaPosition 7>>setpagedevice"
156 *CloseUI: *InputSlot
157 *OpenUI *MediaType/Type de support: PickOne
158 *OrderDependency: 10.0 AnySetup *MediaType
159 *DefaultMediaType: OFF
160 *MediaType OFF/Utiliser la configuration imprimante: ""
161 *MediaType NORMAL/Papier ordinaire: ""
162 *MediaType THICK/Papier épais: ""
163 *MediaType THIN/Papier fin: ""
164 *MediaType BOND/Papier Bond: ""
165 *MediaType OHP/Transparent: ""
166 *MediaType CARD/Papier cartonné: ""
167 *MediaType LABEL/Étiquette: ""
168 *MediaType USED/Papier pré-imprimé: ""
169 *MediaType COLOR/Couleur: ""
170 *MediaType ENV/Enveloppe: ""
171 *MediaType COTTON/Coton: ""
172 *MediaType RECYCLED/Papier recyclé: ""
173 *MediaType ARCHIVE/Archive: ""
174 *CloseUI: *MediaType
175 *OpenUI *Altitude/Pression de l'air: PickOne
176 *OrderDependency: 10.0 AnySetup *Altitude
177 *DefaultAltitude: LOW
178 *Altitude LOW/Faible: ""
179 *Altitude HIGH/Forte: ""
180 *CloseUI: *Altitude
181 *OpenUI *PowerSave/Économie d'énergie: PickOne
182 *OrderDependency: 10.0 AnySetup *PowerSave
183 *DefaultPowerSave: 5
184 *PowerSave False/Désactivé: ""
185 *PowerSave 5/5 minutes: ""
186 *PowerSave 10/10 minutes: ""
187 *PowerSave 15/15 minutes: ""
188 *PowerSave 30/30 minutes: ""
189 *PowerSave 45/45 minutes: ""
190 *PowerSave 60/1 heure: ""
191 *CloseUI: *PowerSave
192 *OpenUI *TonerDensity/Densité de toner: PickOne
193 *OrderDependency: 10.0 AnySetup *TonerDensity
194 *DefaultTonerDensity: 3
195 *TonerDensity 1/Clair: ""
196 *TonerDensity 3/Normal: ""
197 *TonerDensity 5/Sombre: ""
198 *CloseUI: *TonerDensity
199 *OpenUI *EconoMode/Économie de toner: PickOne
200 *OrderDependency: 10.0 AnySetup *EconoMode
201 *DefaultEconoMode: 0
202 *EconoMode 0/Utiliser la configuration imprimante: ""
203 *EconoMode ON/Économiser: ""
204 *EconoMode OFF/Standard: ""
205 *CloseUI: *EconoMode
206 *OpenUI *JamRecovery/Réimpression si bourrage: Boolean
207 *OrderDependency: 10.0 AnySetup *JamRecovery
208 *DefaultJamRecovery: False
209 *JamRecovery False/Désactivé: ""
210 *JamRecovery True/Oui: ""
211 *CloseUI: *JamRecovery
212 *OpenUI *ColorModel/Mode couleur: PickOne
213 *OrderDependency: 10.0 AnySetup *ColorModel
214 *DefaultColorModel: Gray
215 *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
216 *CloseUI: *ColorModel
217 *OpenUI *Resolution: PickOne
218 *OrderDependency: 10.0 AnySetup *Resolution
219 *DefaultResolution: 600dpi
220 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
221 *Resolution 1200dpi/1200 PPP: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
222 *CloseUI: *Resolution
223 *OpenUI *SRTMode/Optimisation texte / image: PickOne
224 *OrderDependency: 10.0 AnySetup *SRTMode
225 *DefaultSRTMode: NORMAL
226 *SRTMode NORMAL/Normal: ""
227 *SRTMode ENHANCE/Document texte: ""
228 *SRTMode GRAY/Image: ""
229 *CloseUI: *SRTMode
230 *OpenUI *Duplex/Impression recto-verso: PickOne
231 *OrderDependency: 10.0 AnySetup *Duplex
232 *DefaultDuplex: None
233 *Duplex None/Simple (recto): "<</Duplex false>>setpagedevice"
234 *Duplex DuplexNoTumble/Côté long (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
235 *Duplex DuplexTumble/Côté court (Paysage): "<</Duplex true/Tumble true>>setpagedevice"
236 *CloseUI: *Duplex
237 *OpenGroup: InstallableOptions/Modules optionnels
238 *OpenUI *OptionTray2/Bac à feuilles 2 installé: Boolean
239 *OrderDependency: 10.0 AnySetup *OptionTray2
240 *DefaultOptionTray2: False
241 *OptionTray2 False/Non Installée: ""
242 *OptionTray2 True/Installée: ""
243 *CloseUI: *OptionTray2
244 *OpenUI *OptionTrayEnv/Bac à enveloppes installé: Boolean
245 *OrderDependency: 10.0 AnySetup *OptionTrayEnv
246 *DefaultOptionTrayEnv: False
247 *OptionTrayEnv False/Non Installée: ""
248 *OptionTrayEnv True/Installée: ""
249 *CloseUI: *OptionTrayEnv
250 *OpenUI *OptionTray3/Bac à feuilles 3 installé: Boolean
251 *OrderDependency: 10.0 AnySetup *OptionTray3
252 *DefaultOptionTray3: False
253 *OptionTray3 False/Non Installée: ""
254 *OptionTray3 True/Installée: ""
255 *CloseUI: *OptionTray3
256 *CloseGroup: InstallableOptions
257 *DefaultFont: Courier
258 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
259 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
260 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
261 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
262 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
263 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
264 *Font Bookman-Light: Standard "(1.05)" Standard ROM
265 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
266 *Font Courier: Standard "(1.05)" Standard ROM
267 *Font Courier-Bold: Standard "(1.05)" Standard ROM
268 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
269 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
270 *Font Helvetica: Standard "(1.05)" Standard ROM
271 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
272 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
273 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
274 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
275 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
276 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
277 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
278 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
279 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
280 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
281 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
282 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
283 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
284 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
285 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
286 *Font Symbol: Special "(001.005)" Special ROM
287 *Font Times-Bold: Standard "(1.05)" Standard ROM
288 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
289 *Font Times-Italic: Standard "(1.05)" Standard ROM
290 *Font Times-Roman: Standard "(1.05)" Standard ROM
291 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
292 *Font ZapfDingbats: Special "(001.005)" Special ROM
293 *% End of ml2251.ppd, 15522 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for ML-2251 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: Portuguese_Brazil
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ml2251.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung ML-2251"
13 *ShortNickName: "Samsung ML-2251"
14 *NickName: "Samsung ML-2251, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "22"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><0><0>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *UIConstraints: *OptionTray2 False *InputSlot Lower
38 *UIConstraints: *InputSlot Lower *OptionTray2 False
39 *UIConstraints: *OptionTrayEnv False *InputSlot Envelope
40 *UIConstraints: *InputSlot Envelope *OptionTrayEnv False
41 *UIConstraints: *OptionTray3 False *InputSlot Tray3
42 *UIConstraints: *InputSlot Tray3 *OptionTray3 False
43 *OpenUI *PageSize/Media Size: PickOne
44 *OrderDependency: 10 AnySetup *PageSize
45 *DefaultPageSize: Letter
46 *PageSize Letter/Carta - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
47 *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
48 *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
49 *PageSize Executive/Executivo - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
50 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
51 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
52 *PageSize Env10/Envelope Número 10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
53 *PageSize Monarch/Monarca - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
54 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
55 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
56 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
57 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
58 *PageSize EnvISOB5/Envelope ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
59 *PageSize Postcard/Cartão Postal - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
60 *PageSize DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
61 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
62 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
63 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
64 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
65 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
66 *PageSize EnvPersonal/Envelope Pessoal - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
67 *PageSize Env9/Envelope Número 9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
68 *PageSize Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
69 *CloseUI: *PageSize
70 *OpenUI *PageRegion/Media Size: PickOne
71 *OrderDependency: 10 AnySetup *PageRegion
72 *DefaultPageRegion: Letter
73 *PageRegion Letter/Carta - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
74 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
75 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
76 *PageRegion Executive/Executivo - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
77 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
78 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
79 *PageRegion Env10/Envelope Número 10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
80 *PageRegion Monarch/Monarca - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
81 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
82 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
83 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
84 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
85 *PageRegion EnvISOB5/Envelope ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
86 *PageRegion Postcard/Cartão Postal - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
87 *PageRegion DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
88 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
89 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
90 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
91 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
92 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
93 *PageRegion EnvPersonal/Envelope Pessoal - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
94 *PageRegion Env9/Envelope Número 9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
95 *PageRegion Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
96 *CloseUI: *PageRegion
97 *DefaultImageableArea: Letter
98 *ImageableArea Letter/Carta - 8.5x11in: "10.75 15.00 601.25 777.00"
99 *ImageableArea Legal/Legal - 8.5x14in: "10.75 15.00 601.25 993.00"
100 *ImageableArea A4/A4 - 210x297mm: "10.75 15.00 584.25 827.00"
101 *ImageableArea Executive/Executivo - 7.25x10.5in: "10.75 15.00 511.25 741.00"
102 *ImageableArea Ledger/Ledger - 17x11in: "10.75 15.00 1213.25 777.00"
103 *ImageableArea A3/A3 - 297x420mm: "10.75 15.00 831.25 1176.00"
104 *ImageableArea Env10/Envelope Número 10 - 4.13x9.5in: "10.75 15.00 286.25 669.00"
105 *ImageableArea Monarch/Monarca - 3.875x7.5in: "10.75 15.00 268.25 525.00"
106 *ImageableArea C5/C5 - 162x229mm: "10.75 15.00 448.25 634.00"
107 *ImageableArea DL/DL - 110x220mm: "10.75 15.00 301.25 609.00"
108 *ImageableArea B4/B4 - 257x364mm: "10.75 15.00 718.25 1017.00"
109 *ImageableArea B5/B5 - 182x257mm: "10.75 15.00 505.25 714.00"
110 *ImageableArea EnvISOB5/Envelope ISOB5 - 176x250mm: "10.75 15.00 488.25 694.00"
111 *ImageableArea Postcard/Cartão Postal - 100x148mm: "10.75 15.00 273.25 404.00"
112 *ImageableArea DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 148x200mm: "10.75 15.00 409.25 552.00"
113 *ImageableArea A5/A5 - 148x210mm: "10.75 15.00 409.25 580.00"
114 *ImageableArea A6/A6 - 105x148mm: "10.75 15.00 286.25 405.00"
115 *ImageableArea B6/B6 - 128x182mm: "10.75 15.00 352.25 501.00"
116 *ImageableArea C6/C6 - 114x162mm: "10.75 15.00 312.25 444.00"
117 *ImageableArea Folio/Folio - 210x330mm: "10.75 15.00 584.25 920.00"
118 *ImageableArea EnvPersonal/Envelope Pessoal - 3.625x6.5in: "10.75 15.00 250.25 453.00"
119 *ImageableArea Env9/Envelope Número 9 - 3.875x8.875in: "10.75 15.00 268.25 624.00"
120 *ImageableArea Oficio/Ofício - 216x340mm: "10.75 15.00 601.25 957.00"
121 *DefaultPaperDimension: Letter
122 *PaperDimension Letter/Carta - 8.5x11in: "612.00 792.00"
123 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
124 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
125 *PaperDimension Executive/Executivo - 7.25x10.5in: "522.00 756.00"
126 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
127 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
128 *PaperDimension Env10/Envelope Número 10 - 4.13x9.5in: "297.00 684.00"
129 *PaperDimension Monarch/Monarca - 3.875x7.5in: "279.00 540.00"
130 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
131 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
132 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
133 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
134 *PaperDimension EnvISOB5/Envelope ISOB5 - 176x250mm: "499.00 709.00"
135 *PaperDimension Postcard/Cartão Postal - 100x148mm: "284.00 419.00"
136 *PaperDimension DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 148x200mm: "420.00 567.00"
137 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
138 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
139 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
140 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
141 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
142 *PaperDimension EnvPersonal/Envelope Pessoal - 3.625x6.5in: "261.00 468.00"
143 *PaperDimension Env9/Envelope Número 9 - 3.875x8.875in: "279.00 639.00"
144 *PaperDimension Oficio/Ofício - 216x340mm: "612.00 972.00"
145 *RequiresPageRegion All: True
146 *OpenUI *InputSlot/Media Source: PickOne
147 *OrderDependency: 10.0 AnySetup *InputSlot
148 *DefaultInputSlot: Auto
149 *InputSlot Auto/Seleção Automática: "<</MediaPosition 1>>setpagedevice"
150 *InputSlot Manual/Alimentação Manual: "<</MediaPosition 2>>setpagedevice"
151 *InputSlot Multi/Bandeja Multipropósito: "<</MediaPosition 3>>setpagedevice"
152 *InputSlot Upper/Bandeja 1: "<</MediaPosition 4>>setpagedevice"
153 *InputSlot Lower/Bandeja 2: "<</MediaPosition 5>>setpagedevice"
154 *InputSlot Envelope/Bandeja de Envelopes: "<</MediaPosition 6>>setpagedevice"
155 *InputSlot Tray3/Bandeja 3: "<</MediaPosition 7>>setpagedevice"
156 *CloseUI: *InputSlot
157 *OpenUI *MediaType/Tipo de Papel: PickOne
158 *OrderDependency: 10.0 AnySetup *MediaType
159 *DefaultMediaType: OFF
160 *MediaType OFF/Usar a Definição da Impressora: ""
161 *MediaType NORMAL/Papel normal: ""
162 *MediaType THICK/Papel grosso: ""
163 *MediaType THIN/Papel Delgado (Fino): ""
164 *MediaType BOND/Papel Bond: ""
165 *MediaType OHP/Transparência: ""
166 *MediaType CARD/Cartolina: ""
167 *MediaType LABEL/Etiqueta: ""
168 *MediaType USED/Papel Pré-Impresso: ""
169 *MediaType COLOR/Cor: ""
170 *MediaType ENV/Envelope: ""
171 *MediaType COTTON/Algodão: ""
172 *MediaType RECYCLED/Papel Reciclado: ""
173 *MediaType ARCHIVE/Arquivamento: ""
174 *CloseUI: *MediaType
175 *OpenUI *Altitude/Pressão Atmosférica: PickOne
176 *OrderDependency: 10.0 AnySetup *Altitude
177 *DefaultAltitude: LOW
178 *Altitude LOW/Pressão Elevada (Baixa Altitude): ""
179 *Altitude HIGH/Pressão Reduzida (Grande Altitude): ""
180 *CloseUI: *Altitude
181 *OpenUI *PowerSave/Economia de Energia: PickOne
182 *OrderDependency: 10.0 AnySetup *PowerSave
183 *DefaultPowerSave: 5
184 *PowerSave False/Desligado: ""
185 *PowerSave 5/5 Minutos: ""
186 *PowerSave 10/10 Minutos: ""
187 *PowerSave 15/15 Minutos: ""
188 *PowerSave 30/30 Minutos: ""
189 *PowerSave 45/45 Minutos: ""
190 *PowerSave 60/1 Hora: ""
191 *CloseUI: *PowerSave
192 *OpenUI *TonerDensity/Densidade do Toner: PickOne
193 *OrderDependency: 10.0 AnySetup *TonerDensity
194 *DefaultTonerDensity: 3
195 *TonerDensity 1/Claro: ""
196 *TonerDensity 3/Normal: ""
197 *TonerDensity 5/Escuro: ""
198 *CloseUI: *TonerDensity
199 *OpenUI *EconoMode/Economia do Toner: PickOne
200 *OrderDependency: 10.0 AnySetup *EconoMode
201 *DefaultEconoMode: 0
202 *EconoMode 0/Usar a Definição da Impressora: ""
203 *EconoMode ON/Economizar: ""
204 *EconoMode OFF/Não Economizar: ""
205 *CloseUI: *EconoMode
206 *OpenUI *JamRecovery/Reimpressão Após Atolamento do Papel: Boolean
207 *OrderDependency: 10.0 AnySetup *JamRecovery
208 *DefaultJamRecovery: False
209 *JamRecovery False/Desligado: ""
210 *JamRecovery True/Ativado: ""
211 *CloseUI: *JamRecovery
212 *OpenUI *ColorModel/Modo Cor: PickOne
213 *OrderDependency: 10.0 AnySetup *ColorModel
214 *DefaultColorModel: Gray
215 *ColorModel Gray/Tons de Cinza: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
216 *CloseUI: *ColorModel
217 *OpenUI *Resolution: PickOne
218 *OrderDependency: 10.0 AnySetup *Resolution
219 *DefaultResolution: 600dpi
220 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
221 *Resolution 1200dpi/1200 PPP: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
222 *CloseUI: *Resolution
223 *OpenUI *SRTMode/Otimização de Texto e Imagem: PickOne
224 *OrderDependency: 10.0 AnySetup *SRTMode
225 *DefaultSRTMode: NORMAL
226 *SRTMode NORMAL/Normal: ""
227 *SRTMode ENHANCE/Aprimoramento do Texto: ""
228 *SRTMode GRAY/Aprimoramento de Imagem: ""
229 *CloseUI: *SRTMode
230 *OpenUI *Duplex/Impressão em Frente e Verso: PickOne
231 *OrderDependency: 10.0 AnySetup *Duplex
232 *DefaultDuplex: None
233 *Duplex None/Frente (Simples): "<</Duplex false>>setpagedevice"
234 *Duplex DuplexNoTumble/Borda Longa (Retrato): "<</Duplex true/Tumble false>>setpagedevice"
235 *Duplex DuplexTumble/Borda Curta (Paisagem): "<</Duplex true/Tumble true>>setpagedevice"
236 *CloseUI: *Duplex
237 *OpenGroup: InstallableOptions/Módulos Opcionais
238 *OpenUI *OptionTray2/Bandeja 2 Disponível: Boolean
239 *OrderDependency: 10.0 AnySetup *OptionTray2
240 *DefaultOptionTray2: False
241 *OptionTray2 False/Não instalado: ""
242 *OptionTray2 True/Instalada: ""
243 *CloseUI: *OptionTray2
244 *OpenUI *OptionTrayEnv/Bandeja de Envelopes Instalado: Boolean
245 *OrderDependency: 10.0 AnySetup *OptionTrayEnv
246 *DefaultOptionTrayEnv: False
247 *OptionTrayEnv False/Não instalado: ""
248 *OptionTrayEnv True/Instalada: ""
249 *CloseUI: *OptionTrayEnv
250 *OpenUI *OptionTray3/Bandeja 3 Disponível: Boolean
251 *OrderDependency: 10.0 AnySetup *OptionTray3
252 *DefaultOptionTray3: False
253 *OptionTray3 False/Não instalado: ""
254 *OptionTray3 True/Instalada: ""
255 *CloseUI: *OptionTray3
256 *CloseGroup: InstallableOptions
257 *DefaultFont: Courier
258 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
259 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
260 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
261 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
262 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
263 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
264 *Font Bookman-Light: Standard "(1.05)" Standard ROM
265 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
266 *Font Courier: Standard "(1.05)" Standard ROM
267 *Font Courier-Bold: Standard "(1.05)" Standard ROM
268 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
269 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
270 *Font Helvetica: Standard "(1.05)" Standard ROM
271 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
272 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
273 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
274 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
275 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
276 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
277 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
278 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
279 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
280 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
281 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
282 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
283 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
284 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
285 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
286 *Font Symbol: Special "(001.005)" Special ROM
287 *Font Times-Bold: Standard "(1.05)" Standard ROM
288 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
289 *Font Times-Italic: Standard "(1.05)" Standard ROM
290 *Font Times-Roman: Standard "(1.05)" Standard ROM
291 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
292 *Font ZapfDingbats: Special "(001.005)" Special ROM
293 *% End of ml2251.ppd, 15673 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for ML-2510 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: English
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ml2510.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung ML-2510"
13 *ShortNickName: "Samsung ML-2510"
14 *NickName: "Samsung ML-2510, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "2"
31 *General DocHeaderValues: "<0><0><1>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
140 *OpenUI *InputSlot/Media Source: PickOne
141 *OrderDependency: 10.0 AnySetup *InputSlot
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Automatic Selection: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Manual Feed: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Paper Type: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Use Printer Default: ""
150 *MediaType NORMAL/Plain Paper: ""
151 *MediaType THICK/Thick Paper: ""
152 *MediaType THIN/Thin Paper: ""
153 *MediaType BOND/Bond: ""
154 *MediaType OHP/Transparency: ""
155 *MediaType CARD/Card Stock: ""
156 *MediaType LABEL/Label: ""
157 *MediaType USED/Preprinted: ""
158 *MediaType COLOR/Colored Paper: ""
159 *MediaType ENV/Envelope: ""
160 *MediaType COTTON/Cotton: ""
161 *MediaType RECYCLED/Recycled: ""
162 *MediaType ARCHIVE/Archive: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Air pressure: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Low: ""
168 *Altitude HIGH/High: ""
169 *CloseUI: *Altitude
170 *OpenUI *PowerSave/Power Save: PickOne
171 *OrderDependency: 10.0 AnySetup *PowerSave
172 *DefaultPowerSave: 5
173 *PowerSave False/Off: ""
174 *PowerSave 5/5 Minutes: ""
175 *PowerSave 10/10 Minutes: ""
176 *PowerSave 15/15 Minutes: ""
177 *PowerSave 30/30 Minutes: ""
178 *PowerSave 45/45 Minutes: ""
179 *PowerSave 60/1 Hour: ""
180 *CloseUI: *PowerSave
181 *OpenUI *TonerDensity/Toner Density: PickOne
182 *OrderDependency: 10.0 AnySetup *TonerDensity
183 *DefaultTonerDensity: 3
184 *TonerDensity 1/Light: ""
185 *TonerDensity 3/Medium: ""
186 *TonerDensity 5/Dark: ""
187 *CloseUI: *TonerDensity
188 *OpenUI *EconoMode/Toner Save: PickOne
189 *OrderDependency: 10.0 AnySetup *EconoMode
190 *DefaultEconoMode: 0
191 *EconoMode 0/Use Printer Default: ""
192 *EconoMode ON/Save: ""
193 *EconoMode OFF/Standard: ""
194 *CloseUI: *EconoMode
195 *OpenUI *JamRecovery/Reprint When Jam: Boolean
196 *OrderDependency: 10.0 AnySetup *JamRecovery
197 *DefaultJamRecovery: False
198 *JamRecovery False/Off: ""
199 *JamRecovery True/On: ""
200 *CloseUI: *JamRecovery
201 *OpenUI *ColorModel/Color Mode: PickOne
202 *OrderDependency: 10.0 AnySetup *ColorModel
203 *DefaultColorModel: Gray
204 *ColorModel Gray/Grayscale: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
205 *CloseUI: *ColorModel
206 *OpenUI *Resolution: PickOne
207 *OrderDependency: 10.0 AnySetup *Resolution
208 *DefaultResolution: 600dpi
209 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
210 *Resolution 1200x600dpi/1200x600 DPI: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
211 *CloseUI: *Resolution
212 *OpenUI *Duplex/2-Sided Printing: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Off (1-Sided): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Long-Edge (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Short-Edge (Landscape): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
219 *OpenUI *SRTMode/SRT Mode: PickOne
220 *OrderDependency: 10.0 AnySetup *SRTMode
221 *DefaultSRTMode: NORMAL
222 *SRTMode NORMAL/Normal: ""
223 *SRTMode ENHANCE/Text enhance: ""
224 *SRTMode GRAY/Image enhance: ""
225 *CloseUI: *SRTMode
226 *DefaultFont: Courier
227 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
228 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
229 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
230 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
231 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
232 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
233 *Font Bookman-Light: Standard "(1.05)" Standard ROM
234 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
235 *Font Courier: Standard "(1.05)" Standard ROM
236 *Font Courier-Bold: Standard "(1.05)" Standard ROM
237 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica: Standard "(1.05)" Standard ROM
240 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
241 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
242 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
243 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
244 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
245 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
246 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
247 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
248 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
249 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
250 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
251 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
252 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
253 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
254 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
255 *Font Symbol: Special "(001.005)" Special ROM
256 *Font Times-Bold: Standard "(1.05)" Standard ROM
257 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
258 *Font Times-Italic: Standard "(1.05)" Standard ROM
259 *Font Times-Roman: Standard "(1.05)" Standard ROM
260 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
261 *Font ZapfDingbats: Special "(001.005)" Special ROM
262 *% End of ml2510.ppd, 13837 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for ML-2510 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: French
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ml2510.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung ML-2510"
13 *ShortNickName: "Samsung ML-2510"
14 *NickName: "Samsung ML-2510, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "2"
31 *General DocHeaderValues: "<0><0><1>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Sélection automatique: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Manuel: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Type de support: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Utiliser la configuration imprimante: ""
150 *MediaType NORMAL/Papier ordinaire: ""
151 *MediaType THICK/Papier épais: ""
152 *MediaType THIN/Papier fin: ""
153 *MediaType BOND/Papier Bond: ""
154 *MediaType OHP/Transparent: ""
155 *MediaType CARD/Papier cartonné: ""
156 *MediaType LABEL/Étiquette: ""
157 *MediaType USED/Papier pré-imprimé: ""
158 *MediaType COLOR/Couleur: ""
159 *MediaType ENV/Enveloppe: ""
160 *MediaType COTTON/Coton: ""
161 *MediaType RECYCLED/Papier recyclé: ""
162 *MediaType ARCHIVE/Archive: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Pression de l'air: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Faible: ""
168 *Altitude HIGH/Forte: ""
169 *CloseUI: *Altitude
170 *OpenUI *PowerSave/Économie d'énergie: PickOne
171 *OrderDependency: 10.0 AnySetup *PowerSave
172 *DefaultPowerSave: 5
173 *PowerSave False/Désactivé: ""
174 *PowerSave 5/5 minutes: ""
175 *PowerSave 10/10 minutes: ""
176 *PowerSave 15/15 minutes: ""
177 *PowerSave 30/30 minutes: ""
178 *PowerSave 45/45 minutes: ""
179 *PowerSave 60/1 heure: ""
180 *CloseUI: *PowerSave
181 *OpenUI *TonerDensity/Densité de toner: PickOne
182 *OrderDependency: 10.0 AnySetup *TonerDensity
183 *DefaultTonerDensity: 3
184 *TonerDensity 1/Clair: ""
185 *TonerDensity 3/Normal: ""
186 *TonerDensity 5/Sombre: ""
187 *CloseUI: *TonerDensity
188 *OpenUI *EconoMode/Économie de toner: PickOne
189 *OrderDependency: 10.0 AnySetup *EconoMode
190 *DefaultEconoMode: 0
191 *EconoMode 0/Utiliser la configuration imprimante: ""
192 *EconoMode ON/Économiser: ""
193 *EconoMode OFF/Standard: ""
194 *CloseUI: *EconoMode
195 *OpenUI *JamRecovery/Réimpression si bourrage: Boolean
196 *OrderDependency: 10.0 AnySetup *JamRecovery
197 *DefaultJamRecovery: False
198 *JamRecovery False/Désactivé: ""
199 *JamRecovery True/Oui: ""
200 *CloseUI: *JamRecovery
201 *OpenUI *ColorModel/Mode couleur: PickOne
202 *OrderDependency: 10.0 AnySetup *ColorModel
203 *DefaultColorModel: Gray
204 *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
205 *CloseUI: *ColorModel
206 *OpenUI *Resolution: PickOne
207 *OrderDependency: 10.0 AnySetup *Resolution
208 *DefaultResolution: 600dpi
209 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
210 *Resolution 1200x600dpi/1200x600 PPP: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
211 *CloseUI: *Resolution
212 *OpenUI *Duplex/Impression recto-verso: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Simple (recto): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Côté long (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Côté court (Paysage): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
219 *OpenUI *SRTMode/Optimisation texte / image: PickOne
220 *OrderDependency: 10.0 AnySetup *SRTMode
221 *DefaultSRTMode: NORMAL
222 *SRTMode NORMAL/Normal: ""
223 *SRTMode ENHANCE/Document texte: ""
224 *SRTMode GRAY/Image: ""
225 *CloseUI: *SRTMode
226 *DefaultFont: Courier
227 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
228 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
229 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
230 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
231 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
232 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
233 *Font Bookman-Light: Standard "(1.05)" Standard ROM
234 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
235 *Font Courier: Standard "(1.05)" Standard ROM
236 *Font Courier-Bold: Standard "(1.05)" Standard ROM
237 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica: Standard "(1.05)" Standard ROM
240 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
241 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
242 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
243 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
244 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
245 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
246 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
247 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
248 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
249 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
250 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
251 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
252 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
253 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
254 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
255 *Font Symbol: Special "(001.005)" Special ROM
256 *Font Times-Bold: Standard "(1.05)" Standard ROM
257 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
258 *Font Times-Italic: Standard "(1.05)" Standard ROM
259 *Font Times-Roman: Standard "(1.05)" Standard ROM
260 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
261 *Font ZapfDingbats: Special "(001.005)" Special ROM
262 *% End of ml2510.ppd, 14107 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for ML-2510 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: Portuguese_Brazil
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ml2510.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung ML-2510"
13 *ShortNickName: "Samsung ML-2510"
14 *NickName: "Samsung ML-2510, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "2"
31 *General DocHeaderValues: "<0><0><1>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Seleção Automática: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Alimentação Manual: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Tipo de Papel: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Usar a Definição da Impressora: ""
150 *MediaType NORMAL/Papel normal: ""
151 *MediaType THICK/Papel grosso: ""
152 *MediaType THIN/Papel Delgado (Fino): ""
153 *MediaType BOND/Papel Bond: ""
154 *MediaType OHP/Transparência: ""
155 *MediaType CARD/Cartolina: ""
156 *MediaType LABEL/Etiqueta: ""
157 *MediaType USED/Papel Pré-Impresso: ""
158 *MediaType COLOR/Cor: ""
159 *MediaType ENV/Envelope: ""
160 *MediaType COTTON/Algodão: ""
161 *MediaType RECYCLED/Papel Reciclado: ""
162 *MediaType ARCHIVE/Arquivamento: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Pressão Atmosférica: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Pressão Elevada (Baixa Altitude): ""
168 *Altitude HIGH/Pressão Reduzida (Grande Altitude): ""
169 *CloseUI: *Altitude
170 *OpenUI *PowerSave/Economia de Energia: PickOne
171 *OrderDependency: 10.0 AnySetup *PowerSave
172 *DefaultPowerSave: 5
173 *PowerSave False/Desligado: ""
174 *PowerSave 5/5 Minutos: ""
175 *PowerSave 10/10 Minutos: ""
176 *PowerSave 15/15 Minutos: ""
177 *PowerSave 30/30 Minutos: ""
178 *PowerSave 45/45 Minutos: ""
179 *PowerSave 60/1 Hora: ""
180 *CloseUI: *PowerSave
181 *OpenUI *TonerDensity/Densidade do Toner: PickOne
182 *OrderDependency: 10.0 AnySetup *TonerDensity
183 *DefaultTonerDensity: 3
184 *TonerDensity 1/Claro: ""
185 *TonerDensity 3/Normal: ""
186 *TonerDensity 5/Escuro: ""
187 *CloseUI: *TonerDensity
188 *OpenUI *EconoMode/Economia do Toner: PickOne
189 *OrderDependency: 10.0 AnySetup *EconoMode
190 *DefaultEconoMode: 0
191 *EconoMode 0/Usar a Definição da Impressora: ""
192 *EconoMode ON/Economizar: ""
193 *EconoMode OFF/Não Economizar: ""
194 *CloseUI: *EconoMode
195 *OpenUI *JamRecovery/Reimpressão Após Atolamento do Papel: Boolean
196 *OrderDependency: 10.0 AnySetup *JamRecovery
197 *DefaultJamRecovery: False
198 *JamRecovery False/Desligado: ""
199 *JamRecovery True/Ativado: ""
200 *CloseUI: *JamRecovery
201 *OpenUI *ColorModel/Modo Cor: PickOne
202 *OrderDependency: 10.0 AnySetup *ColorModel
203 *DefaultColorModel: Gray
204 *ColorModel Gray/Tons de Cinza: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
205 *CloseUI: *ColorModel
206 *OpenUI *Resolution: PickOne
207 *OrderDependency: 10.0 AnySetup *Resolution
208 *DefaultResolution: 600dpi
209 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
210 *Resolution 1200x600dpi/1200x600 PPP: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
211 *CloseUI: *Resolution
212 *OpenUI *Duplex/Impressão em Frente e Verso: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Frente (Simples): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Borda Longa (Retrato): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Borda Curta (Paisagem): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
219 *OpenUI *SRTMode/Otimização de Texto e Imagem: PickOne
220 *OrderDependency: 10.0 AnySetup *SRTMode
221 *DefaultSRTMode: NORMAL
222 *SRTMode NORMAL/Normal: ""
223 *SRTMode ENHANCE/Aprimoramento do Texto: ""
224 *SRTMode GRAY/Aprimoramento de Imagem: ""
225 *CloseUI: *SRTMode
226 *DefaultFont: Courier
227 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
228 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
229 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
230 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
231 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
232 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
233 *Font Bookman-Light: Standard "(1.05)" Standard ROM
234 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
235 *Font Courier: Standard "(1.05)" Standard ROM
236 *Font Courier-Bold: Standard "(1.05)" Standard ROM
237 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica: Standard "(1.05)" Standard ROM
240 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
241 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
242 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
243 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
244 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
245 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
246 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
247 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
248 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
249 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
250 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
251 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
252 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
253 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
254 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
255 *Font Symbol: Special "(001.005)" Special ROM
256 *Font Times-Bold: Standard "(1.05)" Standard ROM
257 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
258 *Font Times-Italic: Standard "(1.05)" Standard ROM
259 *Font Times-Roman: Standard "(1.05)" Standard ROM
260 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
261 *Font ZapfDingbats: Special "(001.005)" Special ROM
262 *% End of ml2510.ppd, 14255 bytes.
00 *PPD-Adobe: "4.3"
11 *% PPD file for ML-2550 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
2 *% Created by the CUPS PPD Compiler v1.2.3.
33 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
4 *FileVersion: "SpliX V. 2.0.0"
55 *LanguageVersion: English
66 *LanguageEncoding: ISOLatin1
77 *PCFileName: "ml2550.ppd"
88 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
910 *Product: "(GNU Ghostscript)"
1011 *Manufacturer: "Samsung"
1112 *ModelName: "Samsung ML-2550"
1213 *ShortNickName: "Samsung ML-2550"
13 *NickName: "Samsung ML-2550, 1.0"
14 *NickName: "Samsung ML-2550, SpliX V. 2.0.0"
1415 *PSVersion: "(3010.000) 705"
1516 *PSVersion: "(3010.000) 707"
1617 *PSVersion: "(3010.000) 815"
18 *PSVersion: "(3010.000) 853"
1719 *LanguageLevel: "3"
1820 *ColorDevice: False
1921 *DefaultColorSpace: Gray
2224 *LandscapeOrientation: Plus90
2325 *TTRasterizer: Type42
2426 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "0"
28 *General docHeaderValues: "<0><0><0>"
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
2930 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
31 *General DocHeaderValues: "<0><0><0>"
32 *cupsVersion: 1.3
33 *cupsModelNumber: 0
3334 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
3536 *UIConstraints: *OptionTray2 False *InputSlot Lower
3637 *UIConstraints: *InputSlot Lower *OptionTray2 False
3738 *UIConstraints: *OptionTrayEnv False *InputSlot Envelope
3839 *UIConstraints: *InputSlot Envelope *OptionTrayEnv False
3940 *UIConstraints: *OptionTray3 False *InputSlot Tray3
4041 *UIConstraints: *InputSlot Tray3 *OptionTray3 False
41 *OpenUI *PageSize: PickOne
42 *OpenUI *PageSize/Media Size: PickOne
4243 *OrderDependency: 10 AnySetup *PageSize
4344 *DefaultPageSize: Letter
4445 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
5455 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
5556 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
5657 *PageSize EnvISOB5/ISOB5 Envelope - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
58 *PageSize Postcard/Postcard - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
59 *PageSize DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
5760 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
5861 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
59 *PageSize EnvISOB6/ISOB6 Envelope - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
62 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
6063 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
6164 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
65 *PageSize EnvPersonal/Personal Envelope - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
66 *PageSize Env9/#9 Envelope - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
67 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
6268 *CloseUI: *PageSize
63 *OpenUI *PageRegion: PickOne
69 *OpenUI *PageRegion/Media Size: PickOne
6470 *OrderDependency: 10 AnySetup *PageRegion
6571 *DefaultPageRegion: Letter
6672 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
7682 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
7783 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
7884 *PageRegion EnvISOB5/ISOB5 Envelope - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
85 *PageRegion Postcard/Postcard - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
86 *PageRegion DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
7987 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
8088 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
81 *PageRegion EnvISOB6/ISOB6 Envelope - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
89 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
8290 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
8391 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
92 *PageRegion EnvPersonal/Personal Envelope - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
93 *PageRegion Env9/#9 Envelope - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
94 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
8495 *CloseUI: *PageRegion
8596 *DefaultImageableArea: Letter
86 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
87 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
88 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
89 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
90 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
91 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
92 *ImageableArea Env10/#10 Envelope - 4.13x9.5in: "11.52 15.59 285.48 668.41"
93 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
94 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
95 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
96 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
97 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
98 *ImageableArea EnvISOB5/ISOB5 Envelope - 176x250mm: "11.52 15.59 487.48 693.41"
99 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
100 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
101 *ImageableArea EnvISOB6/ISOB6 Envelope - 176x125mm: "11.52 15.59 487.48 338.41"
102 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
103 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
97 *ImageableArea Letter/Letter - 8.5x11in: "10.75 15.00 601.25 777.00"
98 *ImageableArea Legal/Legal - 8.5x14in: "10.75 15.00 601.25 993.00"
99 *ImageableArea A4/A4 - 210x297mm: "10.75 15.00 584.25 827.00"
100 *ImageableArea Executive/Executive - 7.25x10.5in: "10.75 15.00 511.25 741.00"
101 *ImageableArea Ledger/Ledger - 17x11in: "10.75 15.00 1213.25 777.00"
102 *ImageableArea A3/A3 - 297x420mm: "10.75 15.00 831.25 1176.00"
103 *ImageableArea Env10/#10 Envelope - 4.13x9.5in: "10.75 15.00 286.25 669.00"
104 *ImageableArea Monarch/Monarch - 3.875x7.5in: "10.75 15.00 268.25 525.00"
105 *ImageableArea C5/C5 - 162x229mm: "10.75 15.00 448.25 634.00"
106 *ImageableArea DL/DL - 110x220mm: "10.75 15.00 301.25 609.00"
107 *ImageableArea B4/B4 - 257x364mm: "10.75 15.00 718.25 1017.00"
108 *ImageableArea B5/B5 - 182x257mm: "10.75 15.00 505.25 714.00"
109 *ImageableArea EnvISOB5/ISOB5 Envelope - 176x250mm: "10.75 15.00 488.25 694.00"
110 *ImageableArea Postcard/Postcard - 100x148mm: "10.75 15.00 273.25 404.00"
111 *ImageableArea DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "10.75 15.00 409.25 552.00"
112 *ImageableArea A5/A5 - 148x210mm: "10.75 15.00 409.25 580.00"
113 *ImageableArea A6/A6 - 105x148mm: "10.75 15.00 286.25 405.00"
114 *ImageableArea B6/B6 - 128x182mm: "10.75 15.00 352.25 501.00"
115 *ImageableArea C6/C6 - 114x162mm: "10.75 15.00 312.25 444.00"
116 *ImageableArea Folio/Folio - 210x330mm: "10.75 15.00 584.25 920.00"
117 *ImageableArea EnvPersonal/Personal Envelope - 3.625x6.5in: "10.75 15.00 250.25 453.00"
118 *ImageableArea Env9/#9 Envelope - 3.875x8.875in: "10.75 15.00 268.25 624.00"
119 *ImageableArea Oficio/Oficio - 216x340mm: "10.75 15.00 601.25 957.00"
104120 *DefaultPaperDimension: Letter
105121 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
106122 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
115131 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
116132 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
117133 *PaperDimension EnvISOB5/ISOB5 Envelope - 176x250mm: "499.00 709.00"
134 *PaperDimension Postcard/Postcard - 100x148mm: "284.00 419.00"
135 *PaperDimension DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "420.00 567.00"
118136 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
119137 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
120 *PaperDimension EnvISOB6/ISOB6 Envelope - 176x125mm: "499.00 354.00"
138 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
121139 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
122140 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
123 *MaxMediaWidth: "0.00"
124 *MaxMediaHeight: "0.00"
125 *HWMargins: 11.52 15.59 11.52 15.59
126 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
127 *ParamCustomPageSize Width: 1 points 0.00 0.00
128 *ParamCustomPageSize Height: 2 points 0.00 0.00
129 *ParamCustomPageSize WidthOffset: 3 points 0 0
130 *ParamCustomPageSize HeightOffset: 4 points 0 0
131 *ParamCustomPageSize Orientation: 5 int 0 0
141 *PaperDimension EnvPersonal/Personal Envelope - 3.625x6.5in: "261.00 468.00"
142 *PaperDimension Env9/#9 Envelope - 3.875x8.875in: "279.00 639.00"
143 *PaperDimension Oficio/Oficio - 216x340mm: "612.00 972.00"
132144 *RequiresPageRegion All: True
133 *OpenUI *InputSlot: PickOne
145 *OpenUI *InputSlot/Media Source: PickOne
134146 *OrderDependency: 10.0 AnySetup *InputSlot
135147 *DefaultInputSlot: Auto
136148 *InputSlot Auto/Automatic Selection: "<</MediaPosition 1>>setpagedevice"
155167 *MediaType USED/Preprinted: ""
156168 *MediaType COLOR/Colored Paper: ""
157169 *MediaType ENV/Envelope: ""
170 *MediaType COTTON/Cotton: ""
171 *MediaType RECYCLED/Recycled: ""
172 *MediaType ARCHIVE/Archive: ""
158173 *CloseUI: *MediaType
174 *OpenUI *Altitude/Air pressure: PickOne
175 *OrderDependency: 10.0 AnySetup *Altitude
176 *DefaultAltitude: LOW
177 *Altitude LOW/Low: ""
178 *Altitude HIGH/High: ""
179 *CloseUI: *Altitude
159180 *OpenUI *PowerSave/Power Save: PickOne
160181 *OrderDependency: 10.0 AnySetup *PowerSave
161182 *DefaultPowerSave: 5
206227 *SRTMode ENHANCE/Text enhance: ""
207228 *SRTMode GRAY/Image enhance: ""
208229 *CloseUI: *SRTMode
209 *OpenUI *Duplex/Double-Sided Printing: PickOne
230 *OpenUI *Duplex/2-Sided Printing: PickOne
210231 *OrderDependency: 10.0 AnySetup *Duplex
211232 *DefaultDuplex: None
212 *Duplex None/Off: "<</Duplex false>>setpagedevice"
213 *Duplex DuplexNoTumble/Long-Edge Binding: "<</Duplex true/Tumble false>>setpagedevice"
214 *Duplex DuplexTumble/Short-Edge Binding: "<</Duplex true/Tumble true>>setpagedevice"
233 *Duplex None/Off (1-Sided): "<</Duplex false>>setpagedevice"
234 *Duplex DuplexNoTumble/Long-Edge (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
235 *Duplex DuplexTumble/Short-Edge (Landscape): "<</Duplex true/Tumble true>>setpagedevice"
215236 *CloseUI: *Duplex
216237 *OpenGroup: InstallableOptions/Installable Options
217238 *OpenUI *OptionTray2/Tray 2 Installed: Boolean
269290 *Font Times-Roman: Standard "(1.05)" Standard ROM
270291 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
271292 *Font ZapfDingbats: Special "(001.005)" Special ROM
272 *% End of ml2550.ppd, 13643 bytes.
293 *% End of ml2550.ppd, 15338 bytes.
+0
-273
ppd/ml2550de.ppd less more
0 *PPD-Adobe: "4.3"
1 *% PPD file for ML-2550 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
3 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
5 *LanguageVersion: German
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ml2550.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GNU Ghostscript)"
10 *Manufacturer: "Samsung"
11 *ModelName: "Samsung ML-2550"
12 *ShortNickName: "Samsung ML-2550"
13 *NickName: "Samsung ML-2550, 1.0"
14 *PSVersion: "(3010.000) 705"
15 *PSVersion: "(3010.000) 707"
16 *PSVersion: "(3010.000) 815"
17 *LanguageLevel: "3"
18 *ColorDevice: False
19 *DefaultColorSpace: Gray
20 *FileSystem: False
21 *Throughput: "1"
22 *LandscapeOrientation: Plus90
23 *TTRasterizer: Type42
24 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "0"
28 *General docHeaderValues: "<0><0><0>"
29 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
33 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *UIConstraints: *OptionTray2 False *InputSlot Lower
36 *UIConstraints: *InputSlot Lower *OptionTray2 False
37 *UIConstraints: *OptionTrayEnv False *InputSlot Envelope
38 *UIConstraints: *InputSlot Envelope *OptionTrayEnv False
39 *UIConstraints: *OptionTray3 False *InputSlot Tray3
40 *UIConstraints: *InputSlot Tray3 *OptionTray3 False
41 *OpenUI *PageSize: PickOne
42 *OrderDependency: 10 AnySetup *PageSize
43 *DefaultPageSize: Letter
44 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
45 *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
46 *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
47 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
48 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
49 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
50 *PageSize Env10/Umschlag #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
51 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
52 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
53 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
54 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
55 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
56 *PageSize EnvISOB5/Umschlag ISOB5 - 176x250mm: "<</PageSize[499 709]/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 EnvISOB6/Umschlag ISOB6 - 176x125mm: "<</PageSize[499 354]/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 *CloseUI: *PageSize
63 *OpenUI *PageRegion: PickOne
64 *OrderDependency: 10 AnySetup *PageRegion
65 *DefaultPageRegion: Letter
66 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
67 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
68 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
69 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
70 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
71 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
72 *PageRegion Env10/Umschlag #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
73 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
74 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
75 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
76 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
77 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
78 *PageRegion EnvISOB5/Umschlag ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
79 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
80 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
81 *PageRegion EnvISOB6/Umschlag ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
82 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
83 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
84 *CloseUI: *PageRegion
85 *DefaultImageableArea: Letter
86 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
87 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
88 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
89 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
90 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
91 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
92 *ImageableArea Env10/Umschlag #10 - 4.13x9.5in: "11.52 15.59 285.48 668.41"
93 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
94 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
95 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
96 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
97 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
98 *ImageableArea EnvISOB5/Umschlag ISOB5 - 176x250mm: "11.52 15.59 487.48 693.41"
99 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
100 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
101 *ImageableArea EnvISOB6/Umschlag ISOB6 - 176x125mm: "11.52 15.59 487.48 338.41"
102 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
103 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
104 *DefaultPaperDimension: Letter
105 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
106 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
107 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
108 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
109 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
110 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
111 *PaperDimension Env10/Umschlag #10 - 4.13x9.5in: "297.00 684.00"
112 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
113 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
114 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
115 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
116 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
117 *PaperDimension EnvISOB5/Umschlag ISOB5 - 176x250mm: "499.00 709.00"
118 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
119 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
120 *PaperDimension EnvISOB6/Umschlag ISOB6 - 176x125mm: "499.00 354.00"
121 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
122 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
123 *MaxMediaWidth: "0.00"
124 *MaxMediaHeight: "0.00"
125 *HWMargins: 11.52 15.59 11.52 15.59
126 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
127 *ParamCustomPageSize Width: 1 points 0.00 0.00
128 *ParamCustomPageSize Height: 2 points 0.00 0.00
129 *ParamCustomPageSize WidthOffset: 3 points 0 0
130 *ParamCustomPageSize HeightOffset: 4 points 0 0
131 *ParamCustomPageSize Orientation: 5 int 0 0
132 *RequiresPageRegion All: True
133 *OpenUI *InputSlot: PickOne
134 *OrderDependency: 10.0 AnySetup *InputSlot
135 *DefaultInputSlot: Auto
136 *InputSlot Auto/Automatische Auswahl: "<</MediaPosition 1>>setpagedevice"
137 *InputSlot Manual/Manueller Einzug: "<</MediaPosition 2>>setpagedevice"
138 *InputSlot Multi/Multifunktionaler Schacht: "<</MediaPosition 3>>setpagedevice"
139 *InputSlot Upper/Fach 1: "<</MediaPosition 4>>setpagedevice"
140 *InputSlot Lower/Fach 2: "<</MediaPosition 5>>setpagedevice"
141 *InputSlot Envelope/Umschlagfach: "<</MediaPosition 6>>setpagedevice"
142 *InputSlot Tray3/Fach 3: "<</MediaPosition 7>>setpagedevice"
143 *CloseUI: *InputSlot
144 *OpenUI *MediaType/Papiertyp: PickOne
145 *OrderDependency: 10.0 AnySetup *MediaType
146 *DefaultMediaType: OFF
147 *MediaType OFF/Grundeinstellungen des Druckers: ""
148 *MediaType NORMAL/Normalpapier: ""
149 *MediaType THICK/Dickes Papier: ""
150 *MediaType THIN/Dünnes Papier: ""
151 *MediaType BOND/Kartoniertes Papier: ""
152 *MediaType OHP/Transparenz: ""
153 *MediaType CARD/Visitenkarten: ""
154 *MediaType LABEL/Etiketten: ""
155 *MediaType USED/Vorgedrucktes Papier: ""
156 *MediaType COLOR/Farbiges Papier: ""
157 *MediaType ENV/Umschlag/Couvert: ""
158 *CloseUI: *MediaType
159 *OpenUI *PowerSave/Energiesparmodus: PickOne
160 *OrderDependency: 10.0 AnySetup *PowerSave
161 *DefaultPowerSave: 5
162 *PowerSave False/Aus: ""
163 *PowerSave 5/5 Minuten: ""
164 *PowerSave 10/10 Minuten: ""
165 *PowerSave 15/15 Minuten: ""
166 *PowerSave 30/30 Minuten: ""
167 *PowerSave 45/45 Minuten: ""
168 *PowerSave 60/1 Stunde: ""
169 *CloseUI: *PowerSave
170 *OpenUI *TonerDensity/Tonerdichte: PickOne
171 *OrderDependency: 10.0 AnySetup *TonerDensity
172 *DefaultTonerDensity: 3
173 *TonerDensity 1/Hell: ""
174 *TonerDensity 3/Normal: ""
175 *TonerDensity 5/Dunkel: ""
176 *CloseUI: *TonerDensity
177 *OpenUI *EconoMode/Toner Sparmodus: PickOne
178 *OrderDependency: 10.0 AnySetup *EconoMode
179 *DefaultEconoMode: 0
180 *EconoMode 0/Grundeinstellungen des Druckers: ""
181 *EconoMode ON/Sparen: ""
182 *EconoMode OFF/Standard: ""
183 *CloseUI: *EconoMode
184 *OpenUI *JamRecovery/Druck nach Papierstau fortsetzen: Boolean
185 *OrderDependency: 10.0 AnySetup *JamRecovery
186 *DefaultJamRecovery: False
187 *JamRecovery False/Aus: ""
188 *JamRecovery True/Ein: ""
189 *CloseUI: *JamRecovery
190 *OpenUI *ColorModel/Farbe modus: PickOne
191 *OrderDependency: 10.0 AnySetup *ColorModel
192 *DefaultColorModel: Gray
193 *ColorModel Gray/Abgestuftes von grauen: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
194 *CloseUI: *ColorModel
195 *OpenUI *Resolution: PickOne
196 *OrderDependency: 10.0 AnySetup *Resolution
197 *DefaultResolution: 600dpi
198 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
199 *Resolution 1200dpi/1200 PPP: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
200 *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
201 *CloseUI: *Resolution
202 *OpenUI *SRTMode/Optimierter Text-/Bilderdruck: PickOne
203 *OrderDependency: 10.0 AnySetup *SRTMode
204 *DefaultSRTMode: NORMAL
205 *SRTMode NORMAL/Normal: ""
206 *SRTMode ENHANCE/Für Text optimiert: ""
207 *SRTMode GRAY/Für Bilder optimiert: ""
208 *CloseUI: *SRTMode
209 *OpenUI *Duplex/TRANSLATE Double-Sided Printing: PickOne
210 *OrderDependency: 10.0 AnySetup *Duplex
211 *DefaultDuplex: None
212 *Duplex None/Aus: "<</Duplex false>>setpagedevice"
213 *Duplex DuplexNoTumble/TRANSLATE Long-Edge Binding: "<</Duplex true/Tumble false>>setpagedevice"
214 *Duplex DuplexTumble/TRANSLATE Short-Edge Binding: "<</Duplex true/Tumble true>>setpagedevice"
215 *CloseUI: *Duplex
216 *OpenGroup: InstallableOptions/Optionale Module
217 *OpenUI *OptionTray2/Fach 2 vorhanden: Boolean
218 *OrderDependency: 10.0 AnySetup *OptionTray2
219 *DefaultOptionTray2: False
220 *OptionTray2 False/Nicht vorhanden: ""
221 *OptionTray2 True/Vorhanden: ""
222 *CloseUI: *OptionTray2
223 *OpenUI *OptionTrayEnv/Spezielles Fach für Umschläge: Boolean
224 *OrderDependency: 10.0 AnySetup *OptionTrayEnv
225 *DefaultOptionTrayEnv: False
226 *OptionTrayEnv False/Nicht vorhanden: ""
227 *OptionTrayEnv True/Vorhanden: ""
228 *CloseUI: *OptionTrayEnv
229 *OpenUI *OptionTray3/Fach 3 vorhanden: Boolean
230 *OrderDependency: 10.0 AnySetup *OptionTray3
231 *DefaultOptionTray3: False
232 *OptionTray3 False/Nicht vorhanden: ""
233 *OptionTray3 True/Vorhanden: ""
234 *CloseUI: *OptionTray3
235 *CloseGroup: InstallableOptions
236 *DefaultFont: Courier
237 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
238 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
239 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
240 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
241 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
242 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
243 *Font Bookman-Light: Standard "(1.05)" Standard ROM
244 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
245 *Font Courier: Standard "(1.05)" Standard ROM
246 *Font Courier-Bold: Standard "(1.05)" Standard ROM
247 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
248 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
249 *Font Helvetica: Standard "(1.05)" Standard ROM
250 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
251 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
252 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
253 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
254 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
255 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
256 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
257 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
258 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
259 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
260 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
261 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
262 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
263 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
264 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
265 *Font Symbol: Special "(001.005)" Special ROM
266 *Font Times-Bold: Standard "(1.05)" Standard ROM
267 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
268 *Font Times-Italic: Standard "(1.05)" Standard ROM
269 *Font Times-Roman: Standard "(1.05)" Standard ROM
270 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
271 *Font ZapfDingbats: Special "(001.005)" Special ROM
272 *% End of ml2550.ppd, 13847 bytes.
00 *PPD-Adobe: "4.3"
11 *% PPD file for ML-2550 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
2 *% Created by the CUPS PPD Compiler v1.2.3.
33 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
4 *FileVersion: "SpliX V. 2.0.0"
55 *LanguageVersion: French
66 *LanguageEncoding: ISOLatin1
77 *PCFileName: "ml2550.ppd"
88 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
910 *Product: "(GNU Ghostscript)"
1011 *Manufacturer: "Samsung"
1112 *ModelName: "Samsung ML-2550"
1213 *ShortNickName: "Samsung ML-2550"
13 *NickName: "Samsung ML-2550, 1.0"
14 *NickName: "Samsung ML-2550, SpliX V. 2.0.0"
1415 *PSVersion: "(3010.000) 705"
1516 *PSVersion: "(3010.000) 707"
1617 *PSVersion: "(3010.000) 815"
18 *PSVersion: "(3010.000) 853"
1719 *LanguageLevel: "3"
1820 *ColorDevice: False
1921 *DefaultColorSpace: Gray
2224 *LandscapeOrientation: Plus90
2325 *TTRasterizer: Type42
2426 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "0"
28 *General docHeaderValues: "<0><0><0>"
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
2930 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
31 *General DocHeaderValues: "<0><0><0>"
32 *cupsVersion: 1.3
33 *cupsModelNumber: 0
3334 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
3536 *UIConstraints: *OptionTray2 False *InputSlot Lower
3637 *UIConstraints: *InputSlot Lower *OptionTray2 False
3738 *UIConstraints: *OptionTrayEnv False *InputSlot Envelope
3839 *UIConstraints: *InputSlot Envelope *OptionTrayEnv False
3940 *UIConstraints: *OptionTray3 False *InputSlot Tray3
4041 *UIConstraints: *InputSlot Tray3 *OptionTray3 False
41 *OpenUI *PageSize: PickOne
42 *OpenUI *PageSize/Media Size: PickOne
4243 *OrderDependency: 10 AnySetup *PageSize
4344 *DefaultPageSize: Letter
4445 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
4748 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
4849 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
4950 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
50 *PageSize Env10/Enveloppe #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
51 *PageSize Env10/Enveloppe n°10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
5152 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
5253 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
5354 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
5455 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
5556 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
5657 *PageSize EnvISOB5/Enveloppe ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
58 *PageSize Postcard/Carte postale - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
59 *PageSize DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
5760 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
5861 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
59 *PageSize EnvISOB6/Enveloppe ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
62 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
6063 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
6164 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
65 *PageSize EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
66 *PageSize Env9/Enveloppe n°9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
67 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
6268 *CloseUI: *PageSize
63 *OpenUI *PageRegion: PickOne
69 *OpenUI *PageRegion/Media Size: PickOne
6470 *OrderDependency: 10 AnySetup *PageRegion
6571 *DefaultPageRegion: Letter
6672 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
6975 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
7076 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
7177 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
72 *PageRegion Env10/Enveloppe #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
78 *PageRegion Env10/Enveloppe n°10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
7379 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
7480 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
7581 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
7682 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
7783 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
7884 *PageRegion EnvISOB5/Enveloppe ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
85 *PageRegion Postcard/Carte postale - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
86 *PageRegion DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
7987 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
8088 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
81 *PageRegion EnvISOB6/Enveloppe ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
89 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
8290 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
8391 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
92 *PageRegion EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
93 *PageRegion Env9/Enveloppe n°9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
94 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
8495 *CloseUI: *PageRegion
8596 *DefaultImageableArea: Letter
86 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
87 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
88 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
89 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
90 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
91 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
92 *ImageableArea Env10/Enveloppe #10 - 4.13x9.5in: "11.52 15.59 285.48 668.41"
93 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
94 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
95 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
96 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
97 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
98 *ImageableArea EnvISOB5/Enveloppe ISOB5 - 176x250mm: "11.52 15.59 487.48 693.41"
99 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
100 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
101 *ImageableArea EnvISOB6/Enveloppe ISOB6 - 176x125mm: "11.52 15.59 487.48 338.41"
102 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
103 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
97 *ImageableArea Letter/Letter - 8.5x11in: "10.75 15.00 601.25 777.00"
98 *ImageableArea Legal/Legal - 8.5x14in: "10.75 15.00 601.25 993.00"
99 *ImageableArea A4/A4 - 210x297mm: "10.75 15.00 584.25 827.00"
100 *ImageableArea Executive/Executive - 7.25x10.5in: "10.75 15.00 511.25 741.00"
101 *ImageableArea Ledger/Ledger - 17x11in: "10.75 15.00 1213.25 777.00"
102 *ImageableArea A3/A3 - 297x420mm: "10.75 15.00 831.25 1176.00"
103 *ImageableArea Env10/Enveloppe n°10 - 4.13x9.5in: "10.75 15.00 286.25 669.00"
104 *ImageableArea Monarch/Monarch - 3.875x7.5in: "10.75 15.00 268.25 525.00"
105 *ImageableArea C5/C5 - 162x229mm: "10.75 15.00 448.25 634.00"
106 *ImageableArea DL/DL - 110x220mm: "10.75 15.00 301.25 609.00"
107 *ImageableArea B4/B4 - 257x364mm: "10.75 15.00 718.25 1017.00"
108 *ImageableArea B5/B5 - 182x257mm: "10.75 15.00 505.25 714.00"
109 *ImageableArea EnvISOB5/Enveloppe ISOB5 - 176x250mm: "10.75 15.00 488.25 694.00"
110 *ImageableArea Postcard/Carte postale - 100x148mm: "10.75 15.00 273.25 404.00"
111 *ImageableArea DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "10.75 15.00 409.25 552.00"
112 *ImageableArea A5/A5 - 148x210mm: "10.75 15.00 409.25 580.00"
113 *ImageableArea A6/A6 - 105x148mm: "10.75 15.00 286.25 405.00"
114 *ImageableArea B6/B6 - 128x182mm: "10.75 15.00 352.25 501.00"
115 *ImageableArea C6/C6 - 114x162mm: "10.75 15.00 312.25 444.00"
116 *ImageableArea Folio/Folio - 210x330mm: "10.75 15.00 584.25 920.00"
117 *ImageableArea EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "10.75 15.00 250.25 453.00"
118 *ImageableArea Env9/Enveloppe n°9 - 3.875x8.875in: "10.75 15.00 268.25 624.00"
119 *ImageableArea Oficio/Oficio - 216x340mm: "10.75 15.00 601.25 957.00"
104120 *DefaultPaperDimension: Letter
105121 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
106122 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
108124 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
109125 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
110126 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
111 *PaperDimension Env10/Enveloppe #10 - 4.13x9.5in: "297.00 684.00"
127 *PaperDimension Env10/Enveloppe n°10 - 4.13x9.5in: "297.00 684.00"
112128 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
113129 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
114130 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
115131 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
116132 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
117133 *PaperDimension EnvISOB5/Enveloppe ISOB5 - 176x250mm: "499.00 709.00"
134 *PaperDimension Postcard/Carte postale - 100x148mm: "284.00 419.00"
135 *PaperDimension DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "420.00 567.00"
118136 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
119137 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
120 *PaperDimension EnvISOB6/Enveloppe ISOB6 - 176x125mm: "499.00 354.00"
138 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
121139 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
122140 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
123 *MaxMediaWidth: "0.00"
124 *MaxMediaHeight: "0.00"
125 *HWMargins: 11.52 15.59 11.52 15.59
126 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
127 *ParamCustomPageSize Width: 1 points 0.00 0.00
128 *ParamCustomPageSize Height: 2 points 0.00 0.00
129 *ParamCustomPageSize WidthOffset: 3 points 0 0
130 *ParamCustomPageSize HeightOffset: 4 points 0 0
131 *ParamCustomPageSize Orientation: 5 int 0 0
141 *PaperDimension EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "261.00 468.00"
142 *PaperDimension Env9/Enveloppe n°9 - 3.875x8.875in: "279.00 639.00"
143 *PaperDimension Oficio/Oficio - 216x340mm: "612.00 972.00"
132144 *RequiresPageRegion All: True
133 *OpenUI *InputSlot: PickOne
145 *OpenUI *InputSlot/Media Source: PickOne
134146 *OrderDependency: 10.0 AnySetup *InputSlot
135147 *DefaultInputSlot: Auto
136148 *InputSlot Auto/Sélection automatique: "<</MediaPosition 1>>setpagedevice"
137 *InputSlot Manual/Chargement manuel: "<</MediaPosition 2>>setpagedevice"
149 *InputSlot Manual/Manuel: "<</MediaPosition 2>>setpagedevice"
138150 *InputSlot Multi/Plusieurs choix de bacs: "<</MediaPosition 3>>setpagedevice"
139 *InputSlot Upper/Bac à feuilles 1: "<</MediaPosition 4>>setpagedevice"
140 *InputSlot Lower/Bac à feuilles 2: "<</MediaPosition 5>>setpagedevice"
151 *InputSlot Upper/Bac 1: "<</MediaPosition 4>>setpagedevice"
152 *InputSlot Lower/Bac 2: "<</MediaPosition 5>>setpagedevice"
141153 *InputSlot Envelope/Bac à enveloppes: "<</MediaPosition 6>>setpagedevice"
142 *InputSlot Tray3/Bac à feuilles 3: "<</MediaPosition 7>>setpagedevice"
154 *InputSlot Tray3/Bac 3: "<</MediaPosition 7>>setpagedevice"
143155 *CloseUI: *InputSlot
144 *OpenUI *MediaType/Type de papier: PickOne
156 *OpenUI *MediaType/Type de support: PickOne
145157 *OrderDependency: 10.0 AnySetup *MediaType
146158 *DefaultMediaType: OFF
147159 *MediaType OFF/Utiliser la configuration imprimante: ""
148160 *MediaType NORMAL/Papier ordinaire: ""
149161 *MediaType THICK/Papier épais: ""
150162 *MediaType THIN/Papier fin: ""
151 *MediaType BOND/Papier cartonné: ""
163 *MediaType BOND/Papier Bond: ""
152164 *MediaType OHP/Transparent: ""
153 *MediaType CARD/Carte de visite: ""
165 *MediaType CARD/Papier cartonné: ""
154166 *MediaType LABEL/Étiquette: ""
155 *MediaType USED/Papier Pré-imprimé: ""
156 *MediaType COLOR/Papier coloré: ""
167 *MediaType USED/Papier pré-imprimé: ""
168 *MediaType COLOR/Couleur: ""
157169 *MediaType ENV/Enveloppe: ""
170 *MediaType COTTON/Coton: ""
171 *MediaType RECYCLED/Papier recyclé: ""
172 *MediaType ARCHIVE/Archive: ""
158173 *CloseUI: *MediaType
174 *OpenUI *Altitude/Pression de l'air: PickOne
175 *OrderDependency: 10.0 AnySetup *Altitude
176 *DefaultAltitude: LOW
177 *Altitude LOW/Faible: ""
178 *Altitude HIGH/Forte: ""
179 *CloseUI: *Altitude
159180 *OpenUI *PowerSave/Économie d'énergie: PickOne
160181 *OrderDependency: 10.0 AnySetup *PowerSave
161182 *DefaultPowerSave: 5
185206 *OrderDependency: 10.0 AnySetup *JamRecovery
186207 *DefaultJamRecovery: False
187208 *JamRecovery False/Désactivé: ""
188 *JamRecovery True/Activé: ""
209 *JamRecovery True/Oui: ""
189210 *CloseUI: *JamRecovery
190 *OpenUI *ColorModel/Mode de couleur: PickOne
211 *OpenUI *ColorModel/Mode couleur: PickOne
191212 *OrderDependency: 10.0 AnySetup *ColorModel
192213 *DefaultColorModel: Gray
193214 *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
209230 *OpenUI *Duplex/Impression recto-verso: PickOne
210231 *OrderDependency: 10.0 AnySetup *Duplex
211232 *DefaultDuplex: None
212 *Duplex None/Désactivé: "<</Duplex false>>setpagedevice"
213 *Duplex DuplexNoTumble/Côté long: "<</Duplex true/Tumble false>>setpagedevice"
214 *Duplex DuplexTumble/Côté court: "<</Duplex true/Tumble true>>setpagedevice"
233 *Duplex None/Simple (recto): "<</Duplex false>>setpagedevice"
234 *Duplex DuplexNoTumble/Côté long (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
235 *Duplex DuplexTumble/Côté court (Paysage): "<</Duplex true/Tumble true>>setpagedevice"
215236 *CloseUI: *Duplex
216237 *OpenGroup: InstallableOptions/Modules optionnels
217238 *OpenUI *OptionTray2/Bac à feuilles 2 installé: Boolean
218239 *OrderDependency: 10.0 AnySetup *OptionTray2
219240 *DefaultOptionTray2: False
220 *OptionTray2 False/Non installé: ""
221 *OptionTray2 True/Installé: ""
241 *OptionTray2 False/Non Installée: ""
242 *OptionTray2 True/Installée: ""
222243 *CloseUI: *OptionTray2
223244 *OpenUI *OptionTrayEnv/Bac à enveloppes installé: Boolean
224245 *OrderDependency: 10.0 AnySetup *OptionTrayEnv
225246 *DefaultOptionTrayEnv: False
226 *OptionTrayEnv False/Non installé: ""
227 *OptionTrayEnv True/Installé: ""
247 *OptionTrayEnv False/Non Installée: ""
248 *OptionTrayEnv True/Installée: ""
228249 *CloseUI: *OptionTrayEnv
229250 *OpenUI *OptionTray3/Bac à feuilles 3 installé: Boolean
230251 *OrderDependency: 10.0 AnySetup *OptionTray3
231252 *DefaultOptionTray3: False
232 *OptionTray3 False/Non installé: ""
233 *OptionTray3 True/Installé: ""
253 *OptionTray3 False/Non Installée: ""
254 *OptionTray3 True/Installée: ""
234255 *CloseUI: *OptionTray3
235256 *CloseGroup: InstallableOptions
236257 *DefaultFont: Courier
269290 *Font Times-Roman: Standard "(1.05)" Standard ROM
270291 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
271292 *Font ZapfDingbats: Special "(001.005)" Special ROM
272 *% End of ml2550.ppd, 13849 bytes.
293 *% End of ml2550.ppd, 15645 bytes.
+0
-273
ppd/ml2550it.ppd less more
0 *PPD-Adobe: "4.3"
1 *% PPD file for ML-2550 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
3 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
5 *LanguageVersion: Italian
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ml2550.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GNU Ghostscript)"
10 *Manufacturer: "Samsung"
11 *ModelName: "Samsung ML-2550"
12 *ShortNickName: "Samsung ML-2550"
13 *NickName: "Samsung ML-2550, 1.0"
14 *PSVersion: "(3010.000) 705"
15 *PSVersion: "(3010.000) 707"
16 *PSVersion: "(3010.000) 815"
17 *LanguageLevel: "3"
18 *ColorDevice: False
19 *DefaultColorSpace: Gray
20 *FileSystem: False
21 *Throughput: "1"
22 *LandscapeOrientation: Plus90
23 *TTRasterizer: Type42
24 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "0"
28 *General docHeaderValues: "<0><0><0>"
29 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
33 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *UIConstraints: *OptionTray2 False *InputSlot Lower
36 *UIConstraints: *InputSlot Lower *OptionTray2 False
37 *UIConstraints: *OptionTrayEnv False *InputSlot Envelope
38 *UIConstraints: *InputSlot Envelope *OptionTrayEnv False
39 *UIConstraints: *OptionTray3 False *InputSlot Tray3
40 *UIConstraints: *InputSlot Tray3 *OptionTray3 False
41 *OpenUI *PageSize: PickOne
42 *OrderDependency: 10 AnySetup *PageSize
43 *DefaultPageSize: Letter
44 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
45 *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
46 *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
47 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
48 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
49 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
50 *PageSize Env10/Buste lettera #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
51 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
52 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
53 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
54 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
55 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
56 *PageSize EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "<</PageSize[499 709]/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 EnvISOB6/Buste lettera ISOB6 - 176x125mm: "<</PageSize[499 354]/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 *CloseUI: *PageSize
63 *OpenUI *PageRegion: PickOne
64 *OrderDependency: 10 AnySetup *PageRegion
65 *DefaultPageRegion: Letter
66 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
67 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
68 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
69 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
70 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
71 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
72 *PageRegion Env10/Buste lettera #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
73 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
74 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
75 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
76 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
77 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
78 *PageRegion EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
79 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
80 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
81 *PageRegion EnvISOB6/Buste lettera ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
82 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
83 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
84 *CloseUI: *PageRegion
85 *DefaultImageableArea: Letter
86 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
87 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
88 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
89 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
90 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
91 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
92 *ImageableArea Env10/Buste lettera #10 - 4.13x9.5in: "11.52 15.59 285.48 668.41"
93 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
94 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
95 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
96 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
97 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
98 *ImageableArea EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "11.52 15.59 487.48 693.41"
99 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
100 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
101 *ImageableArea EnvISOB6/Buste lettera ISOB6 - 176x125mm: "11.52 15.59 487.48 338.41"
102 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
103 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
104 *DefaultPaperDimension: Letter
105 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
106 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
107 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
108 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
109 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
110 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
111 *PaperDimension Env10/Buste lettera #10 - 4.13x9.5in: "297.00 684.00"
112 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
113 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
114 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
115 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
116 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
117 *PaperDimension EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "499.00 709.00"
118 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
119 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
120 *PaperDimension EnvISOB6/Buste lettera ISOB6 - 176x125mm: "499.00 354.00"
121 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
122 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
123 *MaxMediaWidth: "0.00"
124 *MaxMediaHeight: "0.00"
125 *HWMargins: 11.52 15.59 11.52 15.59
126 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
127 *ParamCustomPageSize Width: 1 points 0.00 0.00
128 *ParamCustomPageSize Height: 2 points 0.00 0.00
129 *ParamCustomPageSize WidthOffset: 3 points 0 0
130 *ParamCustomPageSize HeightOffset: 4 points 0 0
131 *ParamCustomPageSize Orientation: 5 int 0 0
132 *RequiresPageRegion All: True
133 *OpenUI *InputSlot: PickOne
134 *OrderDependency: 10.0 AnySetup *InputSlot
135 *DefaultInputSlot: Auto
136 *InputSlot Auto/Selezione Automatica: "<</MediaPosition 1>>setpagedevice"
137 *InputSlot Manual/Alimentazione Manuale: "<</MediaPosition 2>>setpagedevice"
138 *InputSlot Multi/Caricatore Multifunzione: "<</MediaPosition 3>>setpagedevice"
139 *InputSlot Upper/Caricatore 1: "<</MediaPosition 4>>setpagedevice"
140 *InputSlot Lower/Caricatore 2: "<</MediaPosition 5>>setpagedevice"
141 *InputSlot Envelope/Caricatore Buste: "<</MediaPosition 6>>setpagedevice"
142 *InputSlot Tray3/Caricatore 3: "<</MediaPosition 7>>setpagedevice"
143 *CloseUI: *InputSlot
144 *OpenUI *MediaType/Tipo Carta: PickOne
145 *OrderDependency: 10.0 AnySetup *MediaType
146 *DefaultMediaType: OFF
147 *MediaType OFF/Usa Default Stampante: ""
148 *MediaType NORMAL/Carta Semplice: ""
149 *MediaType THICK/Carta Spessa: ""
150 *MediaType THIN/Carta Sottile: ""
151 *MediaType BOND/Adesivo: ""
152 *MediaType OHP/Lucido: ""
153 *MediaType CARD/Biglietti Da Visita: ""
154 *MediaType LABEL/Etichette: ""
155 *MediaType USED/Prestampati: ""
156 *MediaType COLOR/Carta Colorata: ""
157 *MediaType ENV/Busta da Lettera: ""
158 *CloseUI: *MediaType
159 *OpenUI *PowerSave/Risparmio Energetico: PickOne
160 *OrderDependency: 10.0 AnySetup *PowerSave
161 *DefaultPowerSave: 5
162 *PowerSave False/Off: ""
163 *PowerSave 5/5 Minuti: ""
164 *PowerSave 10/10 Minuti: ""
165 *PowerSave 15/15 Minuti: ""
166 *PowerSave 30/30 Minuti: ""
167 *PowerSave 45/45 Minuti: ""
168 *PowerSave 60/1 Ora: ""
169 *CloseUI: *PowerSave
170 *OpenUI *TonerDensity/Densità del Toner: PickOne
171 *OrderDependency: 10.0 AnySetup *TonerDensity
172 *DefaultTonerDensity: 3
173 *TonerDensity 1/Leggera: ""
174 *TonerDensity 3/Media: ""
175 *TonerDensity 5/Scura: ""
176 *CloseUI: *TonerDensity
177 *OpenUI *EconoMode/Risparmio Toner: PickOne
178 *OrderDependency: 10.0 AnySetup *EconoMode
179 *DefaultEconoMode: 0
180 *EconoMode 0/Usa Default Stampante: ""
181 *EconoMode ON/Risparmio: ""
182 *EconoMode OFF/Standard: ""
183 *CloseUI: *EconoMode
184 *OpenUI *JamRecovery/Ristampa se Inceppata: Boolean
185 *OrderDependency: 10.0 AnySetup *JamRecovery
186 *DefaultJamRecovery: False
187 *JamRecovery False/Off: ""
188 *JamRecovery True/On: ""
189 *CloseUI: *JamRecovery
190 *OpenUI *ColorModel/Modo di colore: PickOne
191 *OrderDependency: 10.0 AnySetup *ColorModel
192 *DefaultColorModel: Gray
193 *ColorModel Gray/Gradazione di grigio: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
194 *CloseUI: *ColorModel
195 *OpenUI *Resolution: PickOne
196 *OrderDependency: 10.0 AnySetup *Resolution
197 *DefaultResolution: 600dpi
198 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
199 *Resolution 1200dpi/1200 DPI: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
200 *Resolution 300dpi/300 DPI: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
201 *CloseUI: *Resolution
202 *OpenUI *SRTMode/Modo SRT: PickOne
203 *OrderDependency: 10.0 AnySetup *SRTMode
204 *DefaultSRTMode: NORMAL
205 *SRTMode NORMAL/Normale: ""
206 *SRTMode ENHANCE/Migliora il Testo: ""
207 *SRTMode GRAY/Migliora le Immagini: ""
208 *CloseUI: *SRTMode
209 *OpenUI *Duplex/TRANSLATE Double-Sided Printing: PickOne
210 *OrderDependency: 10.0 AnySetup *Duplex
211 *DefaultDuplex: None
212 *Duplex None/Off: "<</Duplex false>>setpagedevice"
213 *Duplex DuplexNoTumble/TRANSLATE Long-Edge Binding: "<</Duplex true/Tumble false>>setpagedevice"
214 *Duplex DuplexTumble/TRANSLATE Short-Edge Binding: "<</Duplex true/Tumble true>>setpagedevice"
215 *CloseUI: *Duplex
216 *OpenGroup: InstallableOptions/Opzioni Installabili
217 *OpenUI *OptionTray2/Caricatore 2 Installato: Boolean
218 *OrderDependency: 10.0 AnySetup *OptionTray2
219 *DefaultOptionTray2: False
220 *OptionTray2 False/Non Installato: ""
221 *OptionTray2 True/Installato: ""
222 *CloseUI: *OptionTray2
223 *OpenUI *OptionTrayEnv/Caricatore Buste Installato: Boolean
224 *OrderDependency: 10.0 AnySetup *OptionTrayEnv
225 *DefaultOptionTrayEnv: False
226 *OptionTrayEnv False/Non Installato: ""
227 *OptionTrayEnv True/Installato: ""
228 *CloseUI: *OptionTrayEnv
229 *OpenUI *OptionTray3/Caricatore 3 Installato: Boolean
230 *OrderDependency: 10.0 AnySetup *OptionTray3
231 *DefaultOptionTray3: False
232 *OptionTray3 False/Non Installato: ""
233 *OptionTray3 True/Installato: ""
234 *CloseUI: *OptionTray3
235 *CloseGroup: InstallableOptions
236 *DefaultFont: Courier
237 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
238 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
239 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
240 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
241 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
242 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
243 *Font Bookman-Light: Standard "(1.05)" Standard ROM
244 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
245 *Font Courier: Standard "(1.05)" Standard ROM
246 *Font Courier-Bold: Standard "(1.05)" Standard ROM
247 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
248 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
249 *Font Helvetica: Standard "(1.05)" Standard ROM
250 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
251 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
252 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
253 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
254 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
255 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
256 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
257 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
258 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
259 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
260 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
261 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
262 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
263 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
264 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
265 *Font Symbol: Special "(001.005)" Special ROM
266 *Font Times-Bold: Standard "(1.05)" Standard ROM
267 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
268 *Font Times-Italic: Standard "(1.05)" Standard ROM
269 *Font Times-Roman: Standard "(1.05)" Standard ROM
270 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
271 *Font ZapfDingbats: Special "(001.005)" Special ROM
272 *% End of ml2550.ppd, 13880 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for ML-2550 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: Portuguese_Brazil
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ml2550.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung ML-2550"
13 *ShortNickName: "Samsung ML-2550"
14 *NickName: "Samsung ML-2550, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><0><0>"
32 *cupsVersion: 1.3
33 *cupsModelNumber: 0
34 *cupsManualCopies: False
35 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
36 *UIConstraints: *OptionTray2 False *InputSlot Lower
37 *UIConstraints: *InputSlot Lower *OptionTray2 False
38 *UIConstraints: *OptionTrayEnv False *InputSlot Envelope
39 *UIConstraints: *InputSlot Envelope *OptionTrayEnv False
40 *UIConstraints: *OptionTray3 False *InputSlot Tray3
41 *UIConstraints: *InputSlot Tray3 *OptionTray3 False
42 *OpenUI *PageSize/Media Size: PickOne
43 *OrderDependency: 10 AnySetup *PageSize
44 *DefaultPageSize: Letter
45 *PageSize Letter/Carta - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
46 *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
47 *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
48 *PageSize Executive/Executivo - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
49 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
50 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
51 *PageSize Env10/Envelope Número 10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
52 *PageSize Monarch/Monarca - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
53 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
54 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
55 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
56 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
57 *PageSize EnvISOB5/Envelope ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
58 *PageSize Postcard/Cartão Postal - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
59 *PageSize DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
60 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
61 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
62 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
63 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
64 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
65 *PageSize EnvPersonal/Envelope Pessoal - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
66 *PageSize Env9/Envelope Número 9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
67 *PageSize Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
68 *CloseUI: *PageSize
69 *OpenUI *PageRegion/Media Size: PickOne
70 *OrderDependency: 10 AnySetup *PageRegion
71 *DefaultPageRegion: Letter
72 *PageRegion Letter/Carta - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
73 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
74 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
75 *PageRegion Executive/Executivo - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
76 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
77 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
78 *PageRegion Env10/Envelope Número 10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
79 *PageRegion Monarch/Monarca - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
80 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
81 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
82 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
83 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
84 *PageRegion EnvISOB5/Envelope ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
85 *PageRegion Postcard/Cartão Postal - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
86 *PageRegion DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
87 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
88 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
89 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
90 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
91 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
92 *PageRegion EnvPersonal/Envelope Pessoal - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
93 *PageRegion Env9/Envelope Número 9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
94 *PageRegion Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
95 *CloseUI: *PageRegion
96 *DefaultImageableArea: Letter
97 *ImageableArea Letter/Carta - 8.5x11in: "10.75 15.00 601.25 777.00"
98 *ImageableArea Legal/Legal - 8.5x14in: "10.75 15.00 601.25 993.00"
99 *ImageableArea A4/A4 - 210x297mm: "10.75 15.00 584.25 827.00"
100 *ImageableArea Executive/Executivo - 7.25x10.5in: "10.75 15.00 511.25 741.00"
101 *ImageableArea Ledger/Ledger - 17x11in: "10.75 15.00 1213.25 777.00"
102 *ImageableArea A3/A3 - 297x420mm: "10.75 15.00 831.25 1176.00"
103 *ImageableArea Env10/Envelope Número 10 - 4.13x9.5in: "10.75 15.00 286.25 669.00"
104 *ImageableArea Monarch/Monarca - 3.875x7.5in: "10.75 15.00 268.25 525.00"
105 *ImageableArea C5/C5 - 162x229mm: "10.75 15.00 448.25 634.00"
106 *ImageableArea DL/DL - 110x220mm: "10.75 15.00 301.25 609.00"
107 *ImageableArea B4/B4 - 257x364mm: "10.75 15.00 718.25 1017.00"
108 *ImageableArea B5/B5 - 182x257mm: "10.75 15.00 505.25 714.00"
109 *ImageableArea EnvISOB5/Envelope ISOB5 - 176x250mm: "10.75 15.00 488.25 694.00"
110 *ImageableArea Postcard/Cartão Postal - 100x148mm: "10.75 15.00 273.25 404.00"
111 *ImageableArea DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 148x200mm: "10.75 15.00 409.25 552.00"
112 *ImageableArea A5/A5 - 148x210mm: "10.75 15.00 409.25 580.00"
113 *ImageableArea A6/A6 - 105x148mm: "10.75 15.00 286.25 405.00"
114 *ImageableArea B6/B6 - 128x182mm: "10.75 15.00 352.25 501.00"
115 *ImageableArea C6/C6 - 114x162mm: "10.75 15.00 312.25 444.00"
116 *ImageableArea Folio/Folio - 210x330mm: "10.75 15.00 584.25 920.00"
117 *ImageableArea EnvPersonal/Envelope Pessoal - 3.625x6.5in: "10.75 15.00 250.25 453.00"
118 *ImageableArea Env9/Envelope Número 9 - 3.875x8.875in: "10.75 15.00 268.25 624.00"
119 *ImageableArea Oficio/Ofício - 216x340mm: "10.75 15.00 601.25 957.00"
120 *DefaultPaperDimension: Letter
121 *PaperDimension Letter/Carta - 8.5x11in: "612.00 792.00"
122 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
123 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
124 *PaperDimension Executive/Executivo - 7.25x10.5in: "522.00 756.00"
125 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
126 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
127 *PaperDimension Env10/Envelope Número 10 - 4.13x9.5in: "297.00 684.00"
128 *PaperDimension Monarch/Monarca - 3.875x7.5in: "279.00 540.00"
129 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
130 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
131 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
132 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
133 *PaperDimension EnvISOB5/Envelope ISOB5 - 176x250mm: "499.00 709.00"
134 *PaperDimension Postcard/Cartão Postal - 100x148mm: "284.00 419.00"
135 *PaperDimension DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 148x200mm: "420.00 567.00"
136 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
137 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
138 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
139 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
140 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
141 *PaperDimension EnvPersonal/Envelope Pessoal - 3.625x6.5in: "261.00 468.00"
142 *PaperDimension Env9/Envelope Número 9 - 3.875x8.875in: "279.00 639.00"
143 *PaperDimension Oficio/Ofício - 216x340mm: "612.00 972.00"
144 *RequiresPageRegion All: True
145 *OpenUI *InputSlot/Media Source: PickOne
146 *OrderDependency: 10.0 AnySetup *InputSlot
147 *DefaultInputSlot: Auto
148 *InputSlot Auto/Seleção Automática: "<</MediaPosition 1>>setpagedevice"
149 *InputSlot Manual/Alimentação Manual: "<</MediaPosition 2>>setpagedevice"
150 *InputSlot Multi/Bandeja Multipropósito: "<</MediaPosition 3>>setpagedevice"
151 *InputSlot Upper/Bandeja 1: "<</MediaPosition 4>>setpagedevice"
152 *InputSlot Lower/Bandeja 2: "<</MediaPosition 5>>setpagedevice"
153 *InputSlot Envelope/Bandeja de Envelopes: "<</MediaPosition 6>>setpagedevice"
154 *InputSlot Tray3/Bandeja 3: "<</MediaPosition 7>>setpagedevice"
155 *CloseUI: *InputSlot
156 *OpenUI *MediaType/Tipo de Papel: PickOne
157 *OrderDependency: 10.0 AnySetup *MediaType
158 *DefaultMediaType: OFF
159 *MediaType OFF/Usar a Definição da Impressora: ""
160 *MediaType NORMAL/Papel normal: ""
161 *MediaType THICK/Papel grosso: ""
162 *MediaType THIN/Papel Delgado (Fino): ""
163 *MediaType BOND/Papel Bond: ""
164 *MediaType OHP/Transparência: ""
165 *MediaType CARD/Cartolina: ""
166 *MediaType LABEL/Etiqueta: ""
167 *MediaType USED/Papel Pré-Impresso: ""
168 *MediaType COLOR/Cor: ""
169 *MediaType ENV/Envelope: ""
170 *MediaType COTTON/Algodão: ""
171 *MediaType RECYCLED/Papel Reciclado: ""
172 *MediaType ARCHIVE/Arquivamento: ""
173 *CloseUI: *MediaType
174 *OpenUI *Altitude/Pressão Atmosférica: PickOne
175 *OrderDependency: 10.0 AnySetup *Altitude
176 *DefaultAltitude: LOW
177 *Altitude LOW/Pressão Elevada (Baixa Altitude): ""
178 *Altitude HIGH/Pressão Reduzida (Grande Altitude): ""
179 *CloseUI: *Altitude
180 *OpenUI *PowerSave/Economia de Energia: PickOne
181 *OrderDependency: 10.0 AnySetup *PowerSave
182 *DefaultPowerSave: 5
183 *PowerSave False/Desligado: ""
184 *PowerSave 5/5 Minutos: ""
185 *PowerSave 10/10 Minutos: ""
186 *PowerSave 15/15 Minutos: ""
187 *PowerSave 30/30 Minutos: ""
188 *PowerSave 45/45 Minutos: ""
189 *PowerSave 60/1 Hora: ""
190 *CloseUI: *PowerSave
191 *OpenUI *TonerDensity/Densidade do Toner: PickOne
192 *OrderDependency: 10.0 AnySetup *TonerDensity
193 *DefaultTonerDensity: 3
194 *TonerDensity 1/Claro: ""
195 *TonerDensity 3/Normal: ""
196 *TonerDensity 5/Escuro: ""
197 *CloseUI: *TonerDensity
198 *OpenUI *EconoMode/Economia do Toner: PickOne
199 *OrderDependency: 10.0 AnySetup *EconoMode
200 *DefaultEconoMode: 0
201 *EconoMode 0/Usar a Definição da Impressora: ""
202 *EconoMode ON/Economizar: ""
203 *EconoMode OFF/Não Economizar: ""
204 *CloseUI: *EconoMode
205 *OpenUI *JamRecovery/Reimpressão Após Atolamento do Papel: Boolean
206 *OrderDependency: 10.0 AnySetup *JamRecovery
207 *DefaultJamRecovery: False
208 *JamRecovery False/Desligado: ""
209 *JamRecovery True/Ativado: ""
210 *CloseUI: *JamRecovery
211 *OpenUI *ColorModel/Modo Cor: PickOne
212 *OrderDependency: 10.0 AnySetup *ColorModel
213 *DefaultColorModel: Gray
214 *ColorModel Gray/Tons de Cinza: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
215 *CloseUI: *ColorModel
216 *OpenUI *Resolution: PickOne
217 *OrderDependency: 10.0 AnySetup *Resolution
218 *DefaultResolution: 600dpi
219 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
220 *Resolution 1200dpi/1200 PPP: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
221 *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
222 *CloseUI: *Resolution
223 *OpenUI *SRTMode/Otimização de Texto e Imagem: PickOne
224 *OrderDependency: 10.0 AnySetup *SRTMode
225 *DefaultSRTMode: NORMAL
226 *SRTMode NORMAL/Normal: ""
227 *SRTMode ENHANCE/Aprimoramento do Texto: ""
228 *SRTMode GRAY/Aprimoramento de Imagem: ""
229 *CloseUI: *SRTMode
230 *OpenUI *Duplex/Impressão em Frente e Verso: PickOne
231 *OrderDependency: 10.0 AnySetup *Duplex
232 *DefaultDuplex: None
233 *Duplex None/Frente (Simples): "<</Duplex false>>setpagedevice"
234 *Duplex DuplexNoTumble/Borda Longa (Retrato): "<</Duplex true/Tumble false>>setpagedevice"
235 *Duplex DuplexTumble/Borda Curta (Paisagem): "<</Duplex true/Tumble true>>setpagedevice"
236 *CloseUI: *Duplex
237 *OpenGroup: InstallableOptions/Módulos Opcionais
238 *OpenUI *OptionTray2/Bandeja 2 Disponível: Boolean
239 *OrderDependency: 10.0 AnySetup *OptionTray2
240 *DefaultOptionTray2: False
241 *OptionTray2 False/Não instalado: ""
242 *OptionTray2 True/Instalada: ""
243 *CloseUI: *OptionTray2
244 *OpenUI *OptionTrayEnv/Bandeja de Envelopes Instalado: Boolean
245 *OrderDependency: 10.0 AnySetup *OptionTrayEnv
246 *DefaultOptionTrayEnv: False
247 *OptionTrayEnv False/Não instalado: ""
248 *OptionTrayEnv True/Instalada: ""
249 *CloseUI: *OptionTrayEnv
250 *OpenUI *OptionTray3/Bandeja 3 Disponível: Boolean
251 *OrderDependency: 10.0 AnySetup *OptionTray3
252 *DefaultOptionTray3: False
253 *OptionTray3 False/Não instalado: ""
254 *OptionTray3 True/Instalada: ""
255 *CloseUI: *OptionTray3
256 *CloseGroup: InstallableOptions
257 *DefaultFont: Courier
258 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
259 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
260 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
261 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
262 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
263 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
264 *Font Bookman-Light: Standard "(1.05)" Standard ROM
265 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
266 *Font Courier: Standard "(1.05)" Standard ROM
267 *Font Courier-Bold: Standard "(1.05)" Standard ROM
268 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
269 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
270 *Font Helvetica: Standard "(1.05)" Standard ROM
271 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
272 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
273 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
274 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
275 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
276 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
277 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
278 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
279 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
280 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
281 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
282 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
283 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
284 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
285 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
286 *Font Symbol: Special "(001.005)" Special ROM
287 *Font Times-Bold: Standard "(1.05)" Standard ROM
288 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
289 *Font Times-Italic: Standard "(1.05)" Standard ROM
290 *Font Times-Roman: Standard "(1.05)" Standard ROM
291 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
292 *Font ZapfDingbats: Special "(001.005)" Special ROM
293 *% End of ml2550.ppd, 15796 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for ML-3050 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: English
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ml3050.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung ML-3050"
13 *ShortNickName: "Samsung ML-3050"
14 *NickName: "Samsung ML-3050, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "2"
31 *General DocHeaderValues: "<0><0><1>"
32 *cupsVersion: 1.3
33 *cupsModelNumber: 0
34 *cupsManualCopies: False
35 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
36 *OpenUI *PageSize/Media Size: PickOne
37 *OrderDependency: 10 AnySetup *PageSize
38 *DefaultPageSize: Letter
39 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
40 *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
41 *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
42 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
43 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
44 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
45 *PageSize Env10/#10 Envelope - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
46 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
47 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
48 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
49 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
50 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
51 *PageSize EnvISOB5/ISOB5 Envelope - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
52 *PageSize Postcard/Postcard - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
53 *PageSize DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
54 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
55 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
56 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
57 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
58 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
59 *PageSize EnvPersonal/Personal Envelope - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
60 *PageSize Env9/#9 Envelope - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
61 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
62 *CloseUI: *PageSize
63 *OpenUI *PageRegion/Media Size: PickOne
64 *OrderDependency: 10 AnySetup *PageRegion
65 *DefaultPageRegion: Letter
66 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
67 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
68 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
69 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
70 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
71 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
72 *PageRegion Env10/#10 Envelope - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
73 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
74 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
75 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
76 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
77 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
78 *PageRegion EnvISOB5/ISOB5 Envelope - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
79 *PageRegion Postcard/Postcard - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
80 *PageRegion DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
81 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
82 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
83 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
84 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
85 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
86 *PageRegion EnvPersonal/Personal Envelope - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
87 *PageRegion Env9/#9 Envelope - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
88 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
89 *CloseUI: *PageRegion
90 *DefaultImageableArea: Letter
91 *ImageableArea Letter/Letter - 8.5x11in: "10.75 15.00 601.25 777.00"
92 *ImageableArea Legal/Legal - 8.5x14in: "10.75 15.00 601.25 993.00"
93 *ImageableArea A4/A4 - 210x297mm: "10.75 15.00 584.25 827.00"
94 *ImageableArea Executive/Executive - 7.25x10.5in: "10.75 15.00 511.25 741.00"
95 *ImageableArea Ledger/Ledger - 17x11in: "10.75 15.00 1213.25 777.00"
96 *ImageableArea A3/A3 - 297x420mm: "10.75 15.00 831.25 1176.00"
97 *ImageableArea Env10/#10 Envelope - 4.13x9.5in: "10.75 15.00 286.25 669.00"
98 *ImageableArea Monarch/Monarch - 3.875x7.5in: "10.75 15.00 268.25 525.00"
99 *ImageableArea C5/C5 - 162x229mm: "10.75 15.00 448.25 634.00"
100 *ImageableArea DL/DL - 110x220mm: "10.75 15.00 301.25 609.00"
101 *ImageableArea B4/B4 - 257x364mm: "10.75 15.00 718.25 1017.00"
102 *ImageableArea B5/B5 - 182x257mm: "10.75 15.00 505.25 714.00"
103 *ImageableArea EnvISOB5/ISOB5 Envelope - 176x250mm: "10.75 15.00 488.25 694.00"
104 *ImageableArea Postcard/Postcard - 100x148mm: "10.75 15.00 273.25 404.00"
105 *ImageableArea DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "10.75 15.00 409.25 552.00"
106 *ImageableArea A5/A5 - 148x210mm: "10.75 15.00 409.25 580.00"
107 *ImageableArea A6/A6 - 105x148mm: "10.75 15.00 286.25 405.00"
108 *ImageableArea B6/B6 - 128x182mm: "10.75 15.00 352.25 501.00"
109 *ImageableArea C6/C6 - 114x162mm: "10.75 15.00 312.25 444.00"
110 *ImageableArea Folio/Folio - 210x330mm: "10.75 15.00 584.25 920.00"
111 *ImageableArea EnvPersonal/Personal Envelope - 3.625x6.5in: "10.75 15.00 250.25 453.00"
112 *ImageableArea Env9/#9 Envelope - 3.875x8.875in: "10.75 15.00 268.25 624.00"
113 *ImageableArea Oficio/Oficio - 216x340mm: "10.75 15.00 601.25 957.00"
114 *DefaultPaperDimension: Letter
115 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
116 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
117 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
118 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
119 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
120 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
121 *PaperDimension Env10/#10 Envelope - 4.13x9.5in: "297.00 684.00"
122 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
123 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
124 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
125 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
126 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
127 *PaperDimension EnvISOB5/ISOB5 Envelope - 176x250mm: "499.00 709.00"
128 *PaperDimension Postcard/Postcard - 100x148mm: "284.00 419.00"
129 *PaperDimension DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "420.00 567.00"
130 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
131 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
132 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
133 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
134 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
135 *PaperDimension EnvPersonal/Personal Envelope - 3.625x6.5in: "261.00 468.00"
136 *PaperDimension Env9/#9 Envelope - 3.875x8.875in: "279.00 639.00"
137 *PaperDimension Oficio/Oficio - 216x340mm: "612.00 972.00"
138 *RequiresPageRegion All: True
139 *OpenUI *InputSlot/Media Source: PickOne
140 *OrderDependency: 10.0 AnySetup *InputSlot
141 *DefaultInputSlot: Auto
142 *InputSlot Auto/Automatic Selection: "<</MediaPosition 1>>setpagedevice"
143 *InputSlot Manual/Manual Feed: "<</MediaPosition 2>>setpagedevice"
144 *CloseUI: *InputSlot
145 *OpenUI *MediaType/Paper Type: PickOne
146 *OrderDependency: 10.0 AnySetup *MediaType
147 *DefaultMediaType: OFF
148 *MediaType OFF/Use Printer Default: ""
149 *MediaType NORMAL/Plain Paper: ""
150 *MediaType THICK/Thick Paper: ""
151 *MediaType THIN/Thin Paper: ""
152 *MediaType BOND/Bond: ""
153 *MediaType OHP/Transparency: ""
154 *MediaType CARD/Card Stock: ""
155 *MediaType LABEL/Label: ""
156 *MediaType USED/Preprinted: ""
157 *MediaType COLOR/Colored Paper: ""
158 *MediaType ENV/Envelope: ""
159 *MediaType COTTON/Cotton: ""
160 *MediaType RECYCLED/Recycled: ""
161 *MediaType ARCHIVE/Archive: ""
162 *CloseUI: *MediaType
163 *OpenUI *Altitude/Air pressure: PickOne
164 *OrderDependency: 10.0 AnySetup *Altitude
165 *DefaultAltitude: LOW
166 *Altitude LOW/Low: ""
167 *Altitude HIGH/High: ""
168 *CloseUI: *Altitude
169 *OpenUI *PowerSave/Power Save: PickOne
170 *OrderDependency: 10.0 AnySetup *PowerSave
171 *DefaultPowerSave: 5
172 *PowerSave False/Off: ""
173 *PowerSave 5/5 Minutes: ""
174 *PowerSave 10/10 Minutes: ""
175 *PowerSave 15/15 Minutes: ""
176 *PowerSave 30/30 Minutes: ""
177 *PowerSave 45/45 Minutes: ""
178 *PowerSave 60/1 Hour: ""
179 *CloseUI: *PowerSave
180 *OpenUI *TonerDensity/Toner Density: PickOne
181 *OrderDependency: 10.0 AnySetup *TonerDensity
182 *DefaultTonerDensity: 3
183 *TonerDensity 1/Light: ""
184 *TonerDensity 3/Medium: ""
185 *TonerDensity 5/Dark: ""
186 *CloseUI: *TonerDensity
187 *OpenUI *EconoMode/Toner Save: PickOne
188 *OrderDependency: 10.0 AnySetup *EconoMode
189 *DefaultEconoMode: 0
190 *EconoMode 0/Use Printer Default: ""
191 *EconoMode ON/Save: ""
192 *EconoMode OFF/Standard: ""
193 *CloseUI: *EconoMode
194 *OpenUI *JamRecovery/Reprint When Jam: Boolean
195 *OrderDependency: 10.0 AnySetup *JamRecovery
196 *DefaultJamRecovery: False
197 *JamRecovery False/Off: ""
198 *JamRecovery True/On: ""
199 *CloseUI: *JamRecovery
200 *OpenUI *ColorModel/Color Mode: PickOne
201 *OrderDependency: 10.0 AnySetup *ColorModel
202 *DefaultColorModel: Gray
203 *ColorModel Gray/Grayscale: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
204 *CloseUI: *ColorModel
205 *OpenUI *Resolution: PickOne
206 *OrderDependency: 10.0 AnySetup *Resolution
207 *DefaultResolution: 600dpi
208 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
209 *Resolution 1200dpi/1200 DPI: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
210 *CloseUI: *Resolution
211 *OpenUI *Duplex/2-Sided Printing: PickOne
212 *OrderDependency: 10.0 AnySetup *Duplex
213 *DefaultDuplex: None
214 *Duplex None/Off (1-Sided): "<</Duplex false>>setpagedevice"
215 *Duplex DuplexNoTumble/Long-Edge (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
216 *Duplex DuplexTumble/Short-Edge (Landscape): "<</Duplex true/Tumble true>>setpagedevice"
217 *CloseUI: *Duplex
218 *DefaultFont: Courier
219 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
220 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
223 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
224 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
225 *Font Bookman-Light: Standard "(1.05)" Standard ROM
226 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
227 *Font Courier: Standard "(1.05)" Standard ROM
228 *Font Courier-Bold: Standard "(1.05)" Standard ROM
229 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
230 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
231 *Font Helvetica: Standard "(1.05)" Standard ROM
232 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
233 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
234 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
239 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
243 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
244 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
245 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
247 *Font Symbol: Special "(001.005)" Special ROM
248 *Font Times-Bold: Standard "(1.05)" Standard ROM
249 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
250 *Font Times-Italic: Standard "(1.05)" Standard ROM
251 *Font Times-Roman: Standard "(1.05)" Standard ROM
252 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
253 *Font ZapfDingbats: Special "(001.005)" Special ROM
254 *% End of ml3050.ppd, 13593 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for ML-3050 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: French
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ml3050.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung ML-3050"
13 *ShortNickName: "Samsung ML-3050"
14 *NickName: "Samsung ML-3050, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "2"
31 *General DocHeaderValues: "<0><0><1>"
32 *cupsVersion: 1.3
33 *cupsModelNumber: 0
34 *cupsManualCopies: False
35 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
36 *OpenUI *PageSize/Media Size: PickOne
37 *OrderDependency: 10 AnySetup *PageSize
38 *DefaultPageSize: Letter
39 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
40 *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
41 *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
42 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
43 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
44 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
45 *PageSize Env10/Enveloppe n°10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
46 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
47 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
48 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
49 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
50 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
51 *PageSize EnvISOB5/Enveloppe ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
52 *PageSize Postcard/Carte postale - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
53 *PageSize DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
54 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
55 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
56 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
57 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
58 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
59 *PageSize EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
60 *PageSize Env9/Enveloppe n°9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
61 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
62 *CloseUI: *PageSize
63 *OpenUI *PageRegion/Media Size: PickOne
64 *OrderDependency: 10 AnySetup *PageRegion
65 *DefaultPageRegion: Letter
66 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
67 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
68 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
69 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
70 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
71 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
72 *PageRegion Env10/Enveloppe n°10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
73 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
74 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
75 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
76 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
77 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
78 *PageRegion EnvISOB5/Enveloppe ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
79 *PageRegion Postcard/Carte postale - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
80 *PageRegion DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
81 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
82 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
83 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
84 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
85 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
86 *PageRegion EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
87 *PageRegion Env9/Enveloppe n°9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
88 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
89 *CloseUI: *PageRegion
90 *DefaultImageableArea: Letter
91 *ImageableArea Letter/Letter - 8.5x11in: "10.75 15.00 601.25 777.00"
92 *ImageableArea Legal/Legal - 8.5x14in: "10.75 15.00 601.25 993.00"
93 *ImageableArea A4/A4 - 210x297mm: "10.75 15.00 584.25 827.00"
94 *ImageableArea Executive/Executive - 7.25x10.5in: "10.75 15.00 511.25 741.00"
95 *ImageableArea Ledger/Ledger - 17x11in: "10.75 15.00 1213.25 777.00"
96 *ImageableArea A3/A3 - 297x420mm: "10.75 15.00 831.25 1176.00"
97 *ImageableArea Env10/Enveloppe n°10 - 4.13x9.5in: "10.75 15.00 286.25 669.00"
98 *ImageableArea Monarch/Monarch - 3.875x7.5in: "10.75 15.00 268.25 525.00"
99 *ImageableArea C5/C5 - 162x229mm: "10.75 15.00 448.25 634.00"
100 *ImageableArea DL/DL - 110x220mm: "10.75 15.00 301.25 609.00"
101 *ImageableArea B4/B4 - 257x364mm: "10.75 15.00 718.25 1017.00"
102 *ImageableArea B5/B5 - 182x257mm: "10.75 15.00 505.25 714.00"
103 *ImageableArea EnvISOB5/Enveloppe ISOB5 - 176x250mm: "10.75 15.00 488.25 694.00"
104 *ImageableArea Postcard/Carte postale - 100x148mm: "10.75 15.00 273.25 404.00"
105 *ImageableArea DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "10.75 15.00 409.25 552.00"
106 *ImageableArea A5/A5 - 148x210mm: "10.75 15.00 409.25 580.00"
107 *ImageableArea A6/A6 - 105x148mm: "10.75 15.00 286.25 405.00"
108 *ImageableArea B6/B6 - 128x182mm: "10.75 15.00 352.25 501.00"
109 *ImageableArea C6/C6 - 114x162mm: "10.75 15.00 312.25 444.00"
110 *ImageableArea Folio/Folio - 210x330mm: "10.75 15.00 584.25 920.00"
111 *ImageableArea EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "10.75 15.00 250.25 453.00"
112 *ImageableArea Env9/Enveloppe n°9 - 3.875x8.875in: "10.75 15.00 268.25 624.00"
113 *ImageableArea Oficio/Oficio - 216x340mm: "10.75 15.00 601.25 957.00"
114 *DefaultPaperDimension: Letter
115 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
116 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
117 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
118 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
119 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
120 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
121 *PaperDimension Env10/Enveloppe n°10 - 4.13x9.5in: "297.00 684.00"
122 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
123 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
124 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
125 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
126 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
127 *PaperDimension EnvISOB5/Enveloppe ISOB5 - 176x250mm: "499.00 709.00"
128 *PaperDimension Postcard/Carte postale - 100x148mm: "284.00 419.00"
129 *PaperDimension DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "420.00 567.00"
130 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
131 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
132 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
133 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
134 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
135 *PaperDimension EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "261.00 468.00"
136 *PaperDimension Env9/Enveloppe n°9 - 3.875x8.875in: "279.00 639.00"
137 *PaperDimension Oficio/Oficio - 216x340mm: "612.00 972.00"
138 *RequiresPageRegion All: True
139 *OpenUI *InputSlot/Media Source: PickOne
140 *OrderDependency: 10.0 AnySetup *InputSlot
141 *DefaultInputSlot: Auto
142 *InputSlot Auto/Sélection automatique: "<</MediaPosition 1>>setpagedevice"
143 *InputSlot Manual/Manuel: "<</MediaPosition 2>>setpagedevice"
144 *CloseUI: *InputSlot
145 *OpenUI *MediaType/Type de support: PickOne
146 *OrderDependency: 10.0 AnySetup *MediaType
147 *DefaultMediaType: OFF
148 *MediaType OFF/Utiliser la configuration imprimante: ""
149 *MediaType NORMAL/Papier ordinaire: ""
150 *MediaType THICK/Papier épais: ""
151 *MediaType THIN/Papier fin: ""
152 *MediaType BOND/Papier Bond: ""
153 *MediaType OHP/Transparent: ""
154 *MediaType CARD/Papier cartonné: ""
155 *MediaType LABEL/Étiquette: ""
156 *MediaType USED/Papier pré-imprimé: ""
157 *MediaType COLOR/Couleur: ""
158 *MediaType ENV/Enveloppe: ""
159 *MediaType COTTON/Coton: ""
160 *MediaType RECYCLED/Papier recyclé: ""
161 *MediaType ARCHIVE/Archive: ""
162 *CloseUI: *MediaType
163 *OpenUI *Altitude/Pression de l'air: PickOne
164 *OrderDependency: 10.0 AnySetup *Altitude
165 *DefaultAltitude: LOW
166 *Altitude LOW/Faible: ""
167 *Altitude HIGH/Forte: ""
168 *CloseUI: *Altitude
169 *OpenUI *PowerSave/Économie d'énergie: PickOne
170 *OrderDependency: 10.0 AnySetup *PowerSave
171 *DefaultPowerSave: 5
172 *PowerSave False/Désactivé: ""
173 *PowerSave 5/5 minutes: ""
174 *PowerSave 10/10 minutes: ""
175 *PowerSave 15/15 minutes: ""
176 *PowerSave 30/30 minutes: ""
177 *PowerSave 45/45 minutes: ""
178 *PowerSave 60/1 heure: ""
179 *CloseUI: *PowerSave
180 *OpenUI *TonerDensity/Densité de toner: PickOne
181 *OrderDependency: 10.0 AnySetup *TonerDensity
182 *DefaultTonerDensity: 3
183 *TonerDensity 1/Clair: ""
184 *TonerDensity 3/Normal: ""
185 *TonerDensity 5/Sombre: ""
186 *CloseUI: *TonerDensity
187 *OpenUI *EconoMode/Économie de toner: PickOne
188 *OrderDependency: 10.0 AnySetup *EconoMode
189 *DefaultEconoMode: 0
190 *EconoMode 0/Utiliser la configuration imprimante: ""
191 *EconoMode ON/Économiser: ""
192 *EconoMode OFF/Standard: ""
193 *CloseUI: *EconoMode
194 *OpenUI *JamRecovery/Réimpression si bourrage: Boolean
195 *OrderDependency: 10.0 AnySetup *JamRecovery
196 *DefaultJamRecovery: False
197 *JamRecovery False/Désactivé: ""
198 *JamRecovery True/Oui: ""
199 *CloseUI: *JamRecovery
200 *OpenUI *ColorModel/Mode couleur: PickOne
201 *OrderDependency: 10.0 AnySetup *ColorModel
202 *DefaultColorModel: Gray
203 *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
204 *CloseUI: *ColorModel
205 *OpenUI *Resolution: PickOne
206 *OrderDependency: 10.0 AnySetup *Resolution
207 *DefaultResolution: 600dpi
208 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
209 *Resolution 1200dpi/1200 PPP: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
210 *CloseUI: *Resolution
211 *OpenUI *Duplex/Impression recto-verso: PickOne
212 *OrderDependency: 10.0 AnySetup *Duplex
213 *DefaultDuplex: None
214 *Duplex None/Simple (recto): "<</Duplex false>>setpagedevice"
215 *Duplex DuplexNoTumble/Côté long (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
216 *Duplex DuplexTumble/Côté court (Paysage): "<</Duplex true/Tumble true>>setpagedevice"
217 *CloseUI: *Duplex
218 *DefaultFont: Courier
219 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
220 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
223 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
224 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
225 *Font Bookman-Light: Standard "(1.05)" Standard ROM
226 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
227 *Font Courier: Standard "(1.05)" Standard ROM
228 *Font Courier-Bold: Standard "(1.05)" Standard ROM
229 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
230 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
231 *Font Helvetica: Standard "(1.05)" Standard ROM
232 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
233 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
234 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
239 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
243 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
244 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
245 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
247 *Font Symbol: Special "(001.005)" Special ROM
248 *Font Times-Bold: Standard "(1.05)" Standard ROM
249 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
250 *Font Times-Italic: Standard "(1.05)" Standard ROM
251 *Font Times-Roman: Standard "(1.05)" Standard ROM
252 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
253 *Font ZapfDingbats: Special "(001.005)" Special ROM
254 *% End of ml3050.ppd, 13851 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for ML-3050 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: Portuguese_Brazil
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ml3050.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung ML-3050"
13 *ShortNickName: "Samsung ML-3050"
14 *NickName: "Samsung ML-3050, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "2"
31 *General DocHeaderValues: "<0><0><1>"
32 *cupsVersion: 1.3
33 *cupsModelNumber: 0
34 *cupsManualCopies: False
35 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
36 *OpenUI *PageSize/Media Size: PickOne
37 *OrderDependency: 10 AnySetup *PageSize
38 *DefaultPageSize: Letter
39 *PageSize Letter/Carta - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
40 *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
41 *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
42 *PageSize Executive/Executivo - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
43 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
44 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
45 *PageSize Env10/Envelope Número 10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
46 *PageSize Monarch/Monarca - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
47 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
48 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
49 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
50 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
51 *PageSize EnvISOB5/Envelope ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
52 *PageSize Postcard/Cartão Postal - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
53 *PageSize DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
54 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
55 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
56 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
57 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
58 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
59 *PageSize EnvPersonal/Envelope Pessoal - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
60 *PageSize Env9/Envelope Número 9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
61 *PageSize Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
62 *CloseUI: *PageSize
63 *OpenUI *PageRegion/Media Size: PickOne
64 *OrderDependency: 10 AnySetup *PageRegion
65 *DefaultPageRegion: Letter
66 *PageRegion Letter/Carta - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
67 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
68 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
69 *PageRegion Executive/Executivo - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
70 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
71 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
72 *PageRegion Env10/Envelope Número 10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
73 *PageRegion Monarch/Monarca - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
74 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
75 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
76 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
77 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
78 *PageRegion EnvISOB5/Envelope ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
79 *PageRegion Postcard/Cartão Postal - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
80 *PageRegion DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
81 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
82 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
83 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
84 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
85 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
86 *PageRegion EnvPersonal/Envelope Pessoal - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
87 *PageRegion Env9/Envelope Número 9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
88 *PageRegion Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
89 *CloseUI: *PageRegion
90 *DefaultImageableArea: Letter
91 *ImageableArea Letter/Carta - 8.5x11in: "10.75 15.00 601.25 777.00"
92 *ImageableArea Legal/Legal - 8.5x14in: "10.75 15.00 601.25 993.00"
93 *ImageableArea A4/A4 - 210x297mm: "10.75 15.00 584.25 827.00"
94 *ImageableArea Executive/Executivo - 7.25x10.5in: "10.75 15.00 511.25 741.00"
95 *ImageableArea Ledger/Ledger - 17x11in: "10.75 15.00 1213.25 777.00"
96 *ImageableArea A3/A3 - 297x420mm: "10.75 15.00 831.25 1176.00"
97 *ImageableArea Env10/Envelope Número 10 - 4.13x9.5in: "10.75 15.00 286.25 669.00"
98 *ImageableArea Monarch/Monarca - 3.875x7.5in: "10.75 15.00 268.25 525.00"
99 *ImageableArea C5/C5 - 162x229mm: "10.75 15.00 448.25 634.00"
100 *ImageableArea DL/DL - 110x220mm: "10.75 15.00 301.25 609.00"
101 *ImageableArea B4/B4 - 257x364mm: "10.75 15.00 718.25 1017.00"
102 *ImageableArea B5/B5 - 182x257mm: "10.75 15.00 505.25 714.00"
103 *ImageableArea EnvISOB5/Envelope ISOB5 - 176x250mm: "10.75 15.00 488.25 694.00"
104 *ImageableArea Postcard/Cartão Postal - 100x148mm: "10.75 15.00 273.25 404.00"
105 *ImageableArea DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 148x200mm: "10.75 15.00 409.25 552.00"
106 *ImageableArea A5/A5 - 148x210mm: "10.75 15.00 409.25 580.00"
107 *ImageableArea A6/A6 - 105x148mm: "10.75 15.00 286.25 405.00"
108 *ImageableArea B6/B6 - 128x182mm: "10.75 15.00 352.25 501.00"
109 *ImageableArea C6/C6 - 114x162mm: "10.75 15.00 312.25 444.00"
110 *ImageableArea Folio/Folio - 210x330mm: "10.75 15.00 584.25 920.00"
111 *ImageableArea EnvPersonal/Envelope Pessoal - 3.625x6.5in: "10.75 15.00 250.25 453.00"
112 *ImageableArea Env9/Envelope Número 9 - 3.875x8.875in: "10.75 15.00 268.25 624.00"
113 *ImageableArea Oficio/Ofício - 216x340mm: "10.75 15.00 601.25 957.00"
114 *DefaultPaperDimension: Letter
115 *PaperDimension Letter/Carta - 8.5x11in: "612.00 792.00"
116 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
117 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
118 *PaperDimension Executive/Executivo - 7.25x10.5in: "522.00 756.00"
119 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
120 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
121 *PaperDimension Env10/Envelope Número 10 - 4.13x9.5in: "297.00 684.00"
122 *PaperDimension Monarch/Monarca - 3.875x7.5in: "279.00 540.00"
123 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
124 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
125 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
126 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
127 *PaperDimension EnvISOB5/Envelope ISOB5 - 176x250mm: "499.00 709.00"
128 *PaperDimension Postcard/Cartão Postal - 100x148mm: "284.00 419.00"
129 *PaperDimension DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 148x200mm: "420.00 567.00"
130 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
131 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
132 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
133 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
134 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
135 *PaperDimension EnvPersonal/Envelope Pessoal - 3.625x6.5in: "261.00 468.00"
136 *PaperDimension Env9/Envelope Número 9 - 3.875x8.875in: "279.00 639.00"
137 *PaperDimension Oficio/Ofício - 216x340mm: "612.00 972.00"
138 *RequiresPageRegion All: True
139 *OpenUI *InputSlot/Media Source: PickOne
140 *OrderDependency: 10.0 AnySetup *InputSlot
141 *DefaultInputSlot: Auto
142 *InputSlot Auto/Seleção Automática: "<</MediaPosition 1>>setpagedevice"
143 *InputSlot Manual/Alimentação Manual: "<</MediaPosition 2>>setpagedevice"
144 *CloseUI: *InputSlot
145 *OpenUI *MediaType/Tipo de Papel: PickOne
146 *OrderDependency: 10.0 AnySetup *MediaType
147 *DefaultMediaType: OFF
148 *MediaType OFF/Usar a Definição da Impressora: ""
149 *MediaType NORMAL/Papel normal: ""
150 *MediaType THICK/Papel grosso: ""
151 *MediaType THIN/Papel Delgado (Fino): ""
152 *MediaType BOND/Papel Bond: ""
153 *MediaType OHP/Transparência: ""
154 *MediaType CARD/Cartolina: ""
155 *MediaType LABEL/Etiqueta: ""
156 *MediaType USED/Papel Pré-Impresso: ""
157 *MediaType COLOR/Cor: ""
158 *MediaType ENV/Envelope: ""
159 *MediaType COTTON/Algodão: ""
160 *MediaType RECYCLED/Papel Reciclado: ""
161 *MediaType ARCHIVE/Arquivamento: ""
162 *CloseUI: *MediaType
163 *OpenUI *Altitude/Pressão Atmosférica: PickOne
164 *OrderDependency: 10.0 AnySetup *Altitude
165 *DefaultAltitude: LOW
166 *Altitude LOW/Pressão Elevada (Baixa Altitude): ""
167 *Altitude HIGH/Pressão Reduzida (Grande Altitude): ""
168 *CloseUI: *Altitude
169 *OpenUI *PowerSave/Economia de Energia: PickOne
170 *OrderDependency: 10.0 AnySetup *PowerSave
171 *DefaultPowerSave: 5
172 *PowerSave False/Desligado: ""
173 *PowerSave 5/5 Minutos: ""
174 *PowerSave 10/10 Minutos: ""
175 *PowerSave 15/15 Minutos: ""
176 *PowerSave 30/30 Minutos: ""
177 *PowerSave 45/45 Minutos: ""
178 *PowerSave 60/1 Hora: ""
179 *CloseUI: *PowerSave
180 *OpenUI *TonerDensity/Densidade do Toner: PickOne
181 *OrderDependency: 10.0 AnySetup *TonerDensity
182 *DefaultTonerDensity: 3
183 *TonerDensity 1/Claro: ""
184 *TonerDensity 3/Normal: ""
185 *TonerDensity 5/Escuro: ""
186 *CloseUI: *TonerDensity
187 *OpenUI *EconoMode/Economia do Toner: PickOne
188 *OrderDependency: 10.0 AnySetup *EconoMode
189 *DefaultEconoMode: 0
190 *EconoMode 0/Usar a Definição da Impressora: ""
191 *EconoMode ON/Economizar: ""
192 *EconoMode OFF/Não Economizar: ""
193 *CloseUI: *EconoMode
194 *OpenUI *JamRecovery/Reimpressão Após Atolamento do Papel: Boolean
195 *OrderDependency: 10.0 AnySetup *JamRecovery
196 *DefaultJamRecovery: False
197 *JamRecovery False/Desligado: ""
198 *JamRecovery True/Ativado: ""
199 *CloseUI: *JamRecovery
200 *OpenUI *ColorModel/Modo Cor: PickOne
201 *OrderDependency: 10.0 AnySetup *ColorModel
202 *DefaultColorModel: Gray
203 *ColorModel Gray/Tons de Cinza: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
204 *CloseUI: *ColorModel
205 *OpenUI *Resolution: PickOne
206 *OrderDependency: 10.0 AnySetup *Resolution
207 *DefaultResolution: 600dpi
208 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
209 *Resolution 1200dpi/1200 PPP: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
210 *CloseUI: *Resolution
211 *OpenUI *Duplex/Impressão em Frente e Verso: PickOne
212 *OrderDependency: 10.0 AnySetup *Duplex
213 *DefaultDuplex: None
214 *Duplex None/Frente (Simples): "<</Duplex false>>setpagedevice"
215 *Duplex DuplexNoTumble/Borda Longa (Retrato): "<</Duplex true/Tumble false>>setpagedevice"
216 *Duplex DuplexTumble/Borda Curta (Paisagem): "<</Duplex true/Tumble true>>setpagedevice"
217 *CloseUI: *Duplex
218 *DefaultFont: Courier
219 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
220 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
223 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
224 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
225 *Font Bookman-Light: Standard "(1.05)" Standard ROM
226 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
227 *Font Courier: Standard "(1.05)" Standard ROM
228 *Font Courier-Bold: Standard "(1.05)" Standard ROM
229 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
230 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
231 *Font Helvetica: Standard "(1.05)" Standard ROM
232 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
233 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
234 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
239 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
243 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
244 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
245 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
247 *Font Symbol: Special "(001.005)" Special ROM
248 *Font Times-Bold: Standard "(1.05)" Standard ROM
249 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
250 *Font Times-Italic: Standard "(1.05)" Standard ROM
251 *Font Times-Roman: Standard "(1.05)" Standard ROM
252 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
253 *Font ZapfDingbats: Special "(001.005)" Special ROM
254 *% End of ml3050.ppd, 13969 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for ML-3560 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: English
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ml3560.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung ML-3560"
13 *ShortNickName: "Samsung ML-3560"
14 *NickName: "Samsung ML-3560, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><0><0>"
32 *cupsVersion: 1.3
33 *cupsModelNumber: 0
34 *cupsManualCopies: False
35 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
36 *UIConstraints: *OptionTray2 False *InputSlot Lower
37 *UIConstraints: *InputSlot Lower *OptionTray2 False
38 *UIConstraints: *OptionTrayEnv False *InputSlot Envelope
39 *UIConstraints: *InputSlot Envelope *OptionTrayEnv False
40 *UIConstraints: *OptionTray3 False *InputSlot Tray3
41 *UIConstraints: *InputSlot Tray3 *OptionTray3 False
42 *OpenUI *PageSize/Media Size: PickOne
43 *OrderDependency: 10 AnySetup *PageSize
44 *DefaultPageSize: Letter
45 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
46 *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
47 *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
48 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
49 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
50 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
51 *PageSize Env10/#10 Envelope - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
52 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
53 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
54 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
55 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
56 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
57 *PageSize EnvISOB5/ISOB5 Envelope - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
58 *PageSize Postcard/Postcard - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
59 *PageSize DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
60 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
61 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
62 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
63 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
64 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
65 *PageSize EnvPersonal/Personal Envelope - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
66 *PageSize Env9/#9 Envelope - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
67 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
68 *CloseUI: *PageSize
69 *OpenUI *PageRegion/Media Size: PickOne
70 *OrderDependency: 10 AnySetup *PageRegion
71 *DefaultPageRegion: Letter
72 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
73 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
74 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
75 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
76 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
77 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
78 *PageRegion Env10/#10 Envelope - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
79 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
80 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
81 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
82 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
83 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
84 *PageRegion EnvISOB5/ISOB5 Envelope - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
85 *PageRegion Postcard/Postcard - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
86 *PageRegion DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
87 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
88 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
89 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
90 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
91 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
92 *PageRegion EnvPersonal/Personal Envelope - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
93 *PageRegion Env9/#9 Envelope - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
94 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
95 *CloseUI: *PageRegion
96 *DefaultImageableArea: Letter
97 *ImageableArea Letter/Letter - 8.5x11in: "10.75 15.00 601.25 777.00"
98 *ImageableArea Legal/Legal - 8.5x14in: "10.75 15.00 601.25 993.00"
99 *ImageableArea A4/A4 - 210x297mm: "10.75 15.00 584.25 827.00"
100 *ImageableArea Executive/Executive - 7.25x10.5in: "10.75 15.00 511.25 741.00"
101 *ImageableArea Ledger/Ledger - 17x11in: "10.75 15.00 1213.25 777.00"
102 *ImageableArea A3/A3 - 297x420mm: "10.75 15.00 831.25 1176.00"
103 *ImageableArea Env10/#10 Envelope - 4.13x9.5in: "10.75 15.00 286.25 669.00"
104 *ImageableArea Monarch/Monarch - 3.875x7.5in: "10.75 15.00 268.25 525.00"
105 *ImageableArea C5/C5 - 162x229mm: "10.75 15.00 448.25 634.00"
106 *ImageableArea DL/DL - 110x220mm: "10.75 15.00 301.25 609.00"
107 *ImageableArea B4/B4 - 257x364mm: "10.75 15.00 718.25 1017.00"
108 *ImageableArea B5/B5 - 182x257mm: "10.75 15.00 505.25 714.00"
109 *ImageableArea EnvISOB5/ISOB5 Envelope - 176x250mm: "10.75 15.00 488.25 694.00"
110 *ImageableArea Postcard/Postcard - 100x148mm: "10.75 15.00 273.25 404.00"
111 *ImageableArea DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "10.75 15.00 409.25 552.00"
112 *ImageableArea A5/A5 - 148x210mm: "10.75 15.00 409.25 580.00"
113 *ImageableArea A6/A6 - 105x148mm: "10.75 15.00 286.25 405.00"
114 *ImageableArea B6/B6 - 128x182mm: "10.75 15.00 352.25 501.00"
115 *ImageableArea C6/C6 - 114x162mm: "10.75 15.00 312.25 444.00"
116 *ImageableArea Folio/Folio - 210x330mm: "10.75 15.00 584.25 920.00"
117 *ImageableArea EnvPersonal/Personal Envelope - 3.625x6.5in: "10.75 15.00 250.25 453.00"
118 *ImageableArea Env9/#9 Envelope - 3.875x8.875in: "10.75 15.00 268.25 624.00"
119 *ImageableArea Oficio/Oficio - 216x340mm: "10.75 15.00 601.25 957.00"
120 *DefaultPaperDimension: Letter
121 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
122 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
123 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
124 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
125 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
126 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
127 *PaperDimension Env10/#10 Envelope - 4.13x9.5in: "297.00 684.00"
128 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
129 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
130 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
131 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
132 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
133 *PaperDimension EnvISOB5/ISOB5 Envelope - 176x250mm: "499.00 709.00"
134 *PaperDimension Postcard/Postcard - 100x148mm: "284.00 419.00"
135 *PaperDimension DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "420.00 567.00"
136 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
137 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
138 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
139 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
140 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
141 *PaperDimension EnvPersonal/Personal Envelope - 3.625x6.5in: "261.00 468.00"
142 *PaperDimension Env9/#9 Envelope - 3.875x8.875in: "279.00 639.00"
143 *PaperDimension Oficio/Oficio - 216x340mm: "612.00 972.00"
144 *RequiresPageRegion All: True
145 *OpenUI *InputSlot/Media Source: PickOne
146 *OrderDependency: 10.0 AnySetup *InputSlot
147 *DefaultInputSlot: Auto
148 *InputSlot Auto/Automatic Selection: "<</MediaPosition 1>>setpagedevice"
149 *InputSlot Manual/Manual Feed: "<</MediaPosition 2>>setpagedevice"
150 *InputSlot Multi/Multi-Purpose Tray: "<</MediaPosition 3>>setpagedevice"
151 *InputSlot Upper/Tray 1: "<</MediaPosition 4>>setpagedevice"
152 *InputSlot Lower/Tray 2: "<</MediaPosition 5>>setpagedevice"
153 *InputSlot Envelope/Envelope Tray: "<</MediaPosition 6>>setpagedevice"
154 *InputSlot Tray3/Tray 3: "<</MediaPosition 7>>setpagedevice"
155 *CloseUI: *InputSlot
156 *OpenUI *MediaType/Paper Type: PickOne
157 *OrderDependency: 10.0 AnySetup *MediaType
158 *DefaultMediaType: OFF
159 *MediaType OFF/Use Printer Default: ""
160 *MediaType NORMAL/Plain Paper: ""
161 *MediaType THICK/Thick Paper: ""
162 *MediaType THIN/Thin Paper: ""
163 *MediaType BOND/Bond: ""
164 *MediaType OHP/Transparency: ""
165 *MediaType CARD/Card Stock: ""
166 *MediaType LABEL/Label: ""
167 *MediaType USED/Preprinted: ""
168 *MediaType COLOR/Colored Paper: ""
169 *MediaType ENV/Envelope: ""
170 *MediaType COTTON/Cotton: ""
171 *MediaType RECYCLED/Recycled: ""
172 *MediaType ARCHIVE/Archive: ""
173 *CloseUI: *MediaType
174 *OpenUI *Altitude/Air pressure: PickOne
175 *OrderDependency: 10.0 AnySetup *Altitude
176 *DefaultAltitude: LOW
177 *Altitude LOW/Low: ""
178 *Altitude HIGH/High: ""
179 *CloseUI: *Altitude
180 *OpenUI *PowerSave/Power Save: PickOne
181 *OrderDependency: 10.0 AnySetup *PowerSave
182 *DefaultPowerSave: 5
183 *PowerSave False/Off: ""
184 *PowerSave 5/5 Minutes: ""
185 *PowerSave 10/10 Minutes: ""
186 *PowerSave 15/15 Minutes: ""
187 *PowerSave 30/30 Minutes: ""
188 *PowerSave 45/45 Minutes: ""
189 *PowerSave 60/1 Hour: ""
190 *CloseUI: *PowerSave
191 *OpenUI *TonerDensity/Toner Density: PickOne
192 *OrderDependency: 10.0 AnySetup *TonerDensity
193 *DefaultTonerDensity: 3
194 *TonerDensity 1/Light: ""
195 *TonerDensity 3/Medium: ""
196 *TonerDensity 5/Dark: ""
197 *CloseUI: *TonerDensity
198 *OpenUI *EconoMode/Toner Save: PickOne
199 *OrderDependency: 10.0 AnySetup *EconoMode
200 *DefaultEconoMode: 0
201 *EconoMode 0/Use Printer Default: ""
202 *EconoMode ON/Save: ""
203 *EconoMode OFF/Standard: ""
204 *CloseUI: *EconoMode
205 *OpenUI *JamRecovery/Reprint When Jam: Boolean
206 *OrderDependency: 10.0 AnySetup *JamRecovery
207 *DefaultJamRecovery: False
208 *JamRecovery False/Off: ""
209 *JamRecovery True/On: ""
210 *CloseUI: *JamRecovery
211 *OpenUI *ColorModel/Color Mode: PickOne
212 *OrderDependency: 10.0 AnySetup *ColorModel
213 *DefaultColorModel: Gray
214 *ColorModel Gray/Grayscale: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
215 *CloseUI: *ColorModel
216 *OpenUI *Resolution: PickOne
217 *OrderDependency: 10.0 AnySetup *Resolution
218 *DefaultResolution: 600dpi
219 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
220 *Resolution 1200dpi/1200 DPI: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
221 *CloseUI: *Resolution
222 *OpenUI *SRTMode/SRT Mode: PickOne
223 *OrderDependency: 10.0 AnySetup *SRTMode
224 *DefaultSRTMode: NORMAL
225 *SRTMode NORMAL/Normal: ""
226 *SRTMode ENHANCE/Text enhance: ""
227 *SRTMode GRAY/Image enhance: ""
228 *CloseUI: *SRTMode
229 *OpenUI *Duplex/2-Sided Printing: PickOne
230 *OrderDependency: 10.0 AnySetup *Duplex
231 *DefaultDuplex: None
232 *Duplex None/Off (1-Sided): "<</Duplex false>>setpagedevice"
233 *Duplex DuplexNoTumble/Long-Edge (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
234 *Duplex DuplexTumble/Short-Edge (Landscape): "<</Duplex true/Tumble true>>setpagedevice"
235 *CloseUI: *Duplex
236 *OpenGroup: InstallableOptions/Installable Options
237 *OpenUI *OptionTray2/Tray 2 Installed: Boolean
238 *OrderDependency: 10.0 AnySetup *OptionTray2
239 *DefaultOptionTray2: False
240 *OptionTray2 False/Not Installed: ""
241 *OptionTray2 True/Installed: ""
242 *CloseUI: *OptionTray2
243 *OpenUI *OptionTrayEnv/Envelope Tray Installed: Boolean
244 *OrderDependency: 10.0 AnySetup *OptionTrayEnv
245 *DefaultOptionTrayEnv: False
246 *OptionTrayEnv False/Not Installed: ""
247 *OptionTrayEnv True/Installed: ""
248 *CloseUI: *OptionTrayEnv
249 *OpenUI *OptionTray3/Tray 3 Installed: Boolean
250 *OrderDependency: 10.0 AnySetup *OptionTray3
251 *DefaultOptionTray3: False
252 *OptionTray3 False/Not Installed: ""
253 *OptionTray3 True/Installed: ""
254 *CloseUI: *OptionTray3
255 *CloseGroup: InstallableOptions
256 *DefaultFont: Courier
257 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
258 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
259 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
260 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
261 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
262 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
263 *Font Bookman-Light: Standard "(1.05)" Standard ROM
264 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
265 *Font Courier: Standard "(1.05)" Standard ROM
266 *Font Courier-Bold: Standard "(1.05)" Standard ROM
267 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
268 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
269 *Font Helvetica: Standard "(1.05)" Standard ROM
270 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
271 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
272 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
273 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
274 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
275 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
276 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
277 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
278 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
279 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
280 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
281 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
282 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
283 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
284 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
285 *Font Symbol: Special "(001.005)" Special ROM
286 *Font Times-Bold: Standard "(1.05)" Standard ROM
287 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
288 *Font Times-Italic: Standard "(1.05)" Standard ROM
289 *Font Times-Roman: Standard "(1.05)" Standard ROM
290 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
291 *Font ZapfDingbats: Special "(001.005)" Special ROM
292 *% End of ml3560.ppd, 15189 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for ML-3560 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: French
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ml3560.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung ML-3560"
13 *ShortNickName: "Samsung ML-3560"
14 *NickName: "Samsung ML-3560, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><0><0>"
32 *cupsVersion: 1.3
33 *cupsModelNumber: 0
34 *cupsManualCopies: False
35 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
36 *UIConstraints: *OptionTray2 False *InputSlot Lower
37 *UIConstraints: *InputSlot Lower *OptionTray2 False
38 *UIConstraints: *OptionTrayEnv False *InputSlot Envelope
39 *UIConstraints: *InputSlot Envelope *OptionTrayEnv False
40 *UIConstraints: *OptionTray3 False *InputSlot Tray3
41 *UIConstraints: *InputSlot Tray3 *OptionTray3 False
42 *OpenUI *PageSize/Media Size: PickOne
43 *OrderDependency: 10 AnySetup *PageSize
44 *DefaultPageSize: Letter
45 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
46 *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
47 *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
48 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
49 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
50 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
51 *PageSize Env10/Enveloppe n°10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
52 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
53 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
54 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
55 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
56 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
57 *PageSize EnvISOB5/Enveloppe ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
58 *PageSize Postcard/Carte postale - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
59 *PageSize DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
60 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
61 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
62 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
63 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
64 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
65 *PageSize EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
66 *PageSize Env9/Enveloppe n°9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
67 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
68 *CloseUI: *PageSize
69 *OpenUI *PageRegion/Media Size: PickOne
70 *OrderDependency: 10 AnySetup *PageRegion
71 *DefaultPageRegion: Letter
72 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
73 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
74 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
75 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
76 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
77 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
78 *PageRegion Env10/Enveloppe n°10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
79 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
80 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
81 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
82 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
83 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
84 *PageRegion EnvISOB5/Enveloppe ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
85 *PageRegion Postcard/Carte postale - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
86 *PageRegion DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
87 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
88 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
89 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
90 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
91 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
92 *PageRegion EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
93 *PageRegion Env9/Enveloppe n°9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
94 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
95 *CloseUI: *PageRegion
96 *DefaultImageableArea: Letter
97 *ImageableArea Letter/Letter - 8.5x11in: "10.75 15.00 601.25 777.00"
98 *ImageableArea Legal/Legal - 8.5x14in: "10.75 15.00 601.25 993.00"
99 *ImageableArea A4/A4 - 210x297mm: "10.75 15.00 584.25 827.00"
100 *ImageableArea Executive/Executive - 7.25x10.5in: "10.75 15.00 511.25 741.00"
101 *ImageableArea Ledger/Ledger - 17x11in: "10.75 15.00 1213.25 777.00"
102 *ImageableArea A3/A3 - 297x420mm: "10.75 15.00 831.25 1176.00"
103 *ImageableArea Env10/Enveloppe n°10 - 4.13x9.5in: "10.75 15.00 286.25 669.00"
104 *ImageableArea Monarch/Monarch - 3.875x7.5in: "10.75 15.00 268.25 525.00"
105 *ImageableArea C5/C5 - 162x229mm: "10.75 15.00 448.25 634.00"
106 *ImageableArea DL/DL - 110x220mm: "10.75 15.00 301.25 609.00"
107 *ImageableArea B4/B4 - 257x364mm: "10.75 15.00 718.25 1017.00"
108 *ImageableArea B5/B5 - 182x257mm: "10.75 15.00 505.25 714.00"
109 *ImageableArea EnvISOB5/Enveloppe ISOB5 - 176x250mm: "10.75 15.00 488.25 694.00"
110 *ImageableArea Postcard/Carte postale - 100x148mm: "10.75 15.00 273.25 404.00"
111 *ImageableArea DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "10.75 15.00 409.25 552.00"
112 *ImageableArea A5/A5 - 148x210mm: "10.75 15.00 409.25 580.00"
113 *ImageableArea A6/A6 - 105x148mm: "10.75 15.00 286.25 405.00"
114 *ImageableArea B6/B6 - 128x182mm: "10.75 15.00 352.25 501.00"
115 *ImageableArea C6/C6 - 114x162mm: "10.75 15.00 312.25 444.00"
116 *ImageableArea Folio/Folio - 210x330mm: "10.75 15.00 584.25 920.00"
117 *ImageableArea EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "10.75 15.00 250.25 453.00"
118 *ImageableArea Env9/Enveloppe n°9 - 3.875x8.875in: "10.75 15.00 268.25 624.00"
119 *ImageableArea Oficio/Oficio - 216x340mm: "10.75 15.00 601.25 957.00"
120 *DefaultPaperDimension: Letter
121 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
122 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
123 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
124 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
125 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
126 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
127 *PaperDimension Env10/Enveloppe n°10 - 4.13x9.5in: "297.00 684.00"
128 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
129 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
130 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
131 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
132 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
133 *PaperDimension EnvISOB5/Enveloppe ISOB5 - 176x250mm: "499.00 709.00"
134 *PaperDimension Postcard/Carte postale - 100x148mm: "284.00 419.00"
135 *PaperDimension DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "420.00 567.00"
136 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
137 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
138 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
139 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
140 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
141 *PaperDimension EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "261.00 468.00"
142 *PaperDimension Env9/Enveloppe n°9 - 3.875x8.875in: "279.00 639.00"
143 *PaperDimension Oficio/Oficio - 216x340mm: "612.00 972.00"
144 *RequiresPageRegion All: True
145 *OpenUI *InputSlot/Media Source: PickOne
146 *OrderDependency: 10.0 AnySetup *InputSlot
147 *DefaultInputSlot: Auto
148 *InputSlot Auto/Sélection automatique: "<</MediaPosition 1>>setpagedevice"
149 *InputSlot Manual/Manuel: "<</MediaPosition 2>>setpagedevice"
150 *InputSlot Multi/Plusieurs choix de bacs: "<</MediaPosition 3>>setpagedevice"
151 *InputSlot Upper/Bac 1: "<</MediaPosition 4>>setpagedevice"
152 *InputSlot Lower/Bac 2: "<</MediaPosition 5>>setpagedevice"
153 *InputSlot Envelope/Bac à enveloppes: "<</MediaPosition 6>>setpagedevice"
154 *InputSlot Tray3/Bac 3: "<</MediaPosition 7>>setpagedevice"
155 *CloseUI: *InputSlot
156 *OpenUI *MediaType/Type de support: PickOne
157 *OrderDependency: 10.0 AnySetup *MediaType
158 *DefaultMediaType: OFF
159 *MediaType OFF/Utiliser la configuration imprimante: ""
160 *MediaType NORMAL/Papier ordinaire: ""
161 *MediaType THICK/Papier épais: ""
162 *MediaType THIN/Papier fin: ""
163 *MediaType BOND/Papier Bond: ""
164 *MediaType OHP/Transparent: ""
165 *MediaType CARD/Papier cartonné: ""
166 *MediaType LABEL/Étiquette: ""
167 *MediaType USED/Papier pré-imprimé: ""
168 *MediaType COLOR/Couleur: ""
169 *MediaType ENV/Enveloppe: ""
170 *MediaType COTTON/Coton: ""
171 *MediaType RECYCLED/Papier recyclé: ""
172 *MediaType ARCHIVE/Archive: ""
173 *CloseUI: *MediaType
174 *OpenUI *Altitude/Pression de l'air: PickOne
175 *OrderDependency: 10.0 AnySetup *Altitude
176 *DefaultAltitude: LOW
177 *Altitude LOW/Faible: ""
178 *Altitude HIGH/Forte: ""
179 *CloseUI: *Altitude
180 *OpenUI *PowerSave/Économie d'énergie: PickOne
181 *OrderDependency: 10.0 AnySetup *PowerSave
182 *DefaultPowerSave: 5
183 *PowerSave False/Désactivé: ""
184 *PowerSave 5/5 minutes: ""
185 *PowerSave 10/10 minutes: ""
186 *PowerSave 15/15 minutes: ""
187 *PowerSave 30/30 minutes: ""
188 *PowerSave 45/45 minutes: ""
189 *PowerSave 60/1 heure: ""
190 *CloseUI: *PowerSave
191 *OpenUI *TonerDensity/Densité de toner: PickOne
192 *OrderDependency: 10.0 AnySetup *TonerDensity
193 *DefaultTonerDensity: 3
194 *TonerDensity 1/Clair: ""
195 *TonerDensity 3/Normal: ""
196 *TonerDensity 5/Sombre: ""
197 *CloseUI: *TonerDensity
198 *OpenUI *EconoMode/Économie de toner: PickOne
199 *OrderDependency: 10.0 AnySetup *EconoMode
200 *DefaultEconoMode: 0
201 *EconoMode 0/Utiliser la configuration imprimante: ""
202 *EconoMode ON/Économiser: ""
203 *EconoMode OFF/Standard: ""
204 *CloseUI: *EconoMode
205 *OpenUI *JamRecovery/Réimpression si bourrage: Boolean
206 *OrderDependency: 10.0 AnySetup *JamRecovery
207 *DefaultJamRecovery: False
208 *JamRecovery False/Désactivé: ""
209 *JamRecovery True/Oui: ""
210 *CloseUI: *JamRecovery
211 *OpenUI *ColorModel/Mode couleur: PickOne
212 *OrderDependency: 10.0 AnySetup *ColorModel
213 *DefaultColorModel: Gray
214 *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
215 *CloseUI: *ColorModel
216 *OpenUI *Resolution: PickOne
217 *OrderDependency: 10.0 AnySetup *Resolution
218 *DefaultResolution: 600dpi
219 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
220 *Resolution 1200dpi/1200 PPP: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
221 *CloseUI: *Resolution
222 *OpenUI *SRTMode/Optimisation texte / image: PickOne
223 *OrderDependency: 10.0 AnySetup *SRTMode
224 *DefaultSRTMode: NORMAL
225 *SRTMode NORMAL/Normal: ""
226 *SRTMode ENHANCE/Document texte: ""
227 *SRTMode GRAY/Image: ""
228 *CloseUI: *SRTMode
229 *OpenUI *Duplex/Impression recto-verso: PickOne
230 *OrderDependency: 10.0 AnySetup *Duplex
231 *DefaultDuplex: None
232 *Duplex None/Simple (recto): "<</Duplex false>>setpagedevice"
233 *Duplex DuplexNoTumble/Côté long (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
234 *Duplex DuplexTumble/Côté court (Paysage): "<</Duplex true/Tumble true>>setpagedevice"
235 *CloseUI: *Duplex
236 *OpenGroup: InstallableOptions/Modules optionnels
237 *OpenUI *OptionTray2/Bac à feuilles 2 installé: Boolean
238 *OrderDependency: 10.0 AnySetup *OptionTray2
239 *DefaultOptionTray2: False
240 *OptionTray2 False/Non Installée: ""
241 *OptionTray2 True/Installée: ""
242 *CloseUI: *OptionTray2
243 *OpenUI *OptionTrayEnv/Bac à enveloppes installé: Boolean
244 *OrderDependency: 10.0 AnySetup *OptionTrayEnv
245 *DefaultOptionTrayEnv: False
246 *OptionTrayEnv False/Non Installée: ""
247 *OptionTrayEnv True/Installée: ""
248 *CloseUI: *OptionTrayEnv
249 *OpenUI *OptionTray3/Bac à feuilles 3 installé: Boolean
250 *OrderDependency: 10.0 AnySetup *OptionTray3
251 *DefaultOptionTray3: False
252 *OptionTray3 False/Non Installée: ""
253 *OptionTray3 True/Installée: ""
254 *CloseUI: *OptionTray3
255 *CloseGroup: InstallableOptions
256 *DefaultFont: Courier
257 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
258 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
259 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
260 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
261 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
262 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
263 *Font Bookman-Light: Standard "(1.05)" Standard ROM
264 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
265 *Font Courier: Standard "(1.05)" Standard ROM
266 *Font Courier-Bold: Standard "(1.05)" Standard ROM
267 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
268 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
269 *Font Helvetica: Standard "(1.05)" Standard ROM
270 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
271 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
272 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
273 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
274 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
275 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
276 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
277 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
278 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
279 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
280 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
281 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
282 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
283 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
284 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
285 *Font Symbol: Special "(001.005)" Special ROM
286 *Font Times-Bold: Standard "(1.05)" Standard ROM
287 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
288 *Font Times-Italic: Standard "(1.05)" Standard ROM
289 *Font Times-Roman: Standard "(1.05)" Standard ROM
290 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
291 *Font ZapfDingbats: Special "(001.005)" Special ROM
292 *% End of ml3560.ppd, 15496 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for ML-3560 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: Portuguese_Brazil
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ml3560.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung ML-3560"
13 *ShortNickName: "Samsung ML-3560"
14 *NickName: "Samsung ML-3560, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><0><0>"
32 *cupsVersion: 1.3
33 *cupsModelNumber: 0
34 *cupsManualCopies: False
35 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
36 *UIConstraints: *OptionTray2 False *InputSlot Lower
37 *UIConstraints: *InputSlot Lower *OptionTray2 False
38 *UIConstraints: *OptionTrayEnv False *InputSlot Envelope
39 *UIConstraints: *InputSlot Envelope *OptionTrayEnv False
40 *UIConstraints: *OptionTray3 False *InputSlot Tray3
41 *UIConstraints: *InputSlot Tray3 *OptionTray3 False
42 *OpenUI *PageSize/Media Size: PickOne
43 *OrderDependency: 10 AnySetup *PageSize
44 *DefaultPageSize: Letter
45 *PageSize Letter/Carta - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
46 *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
47 *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
48 *PageSize Executive/Executivo - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
49 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
50 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
51 *PageSize Env10/Envelope Número 10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
52 *PageSize Monarch/Monarca - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
53 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
54 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
55 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
56 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
57 *PageSize EnvISOB5/Envelope ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
58 *PageSize Postcard/Cartão Postal - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
59 *PageSize DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
60 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
61 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
62 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
63 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
64 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
65 *PageSize EnvPersonal/Envelope Pessoal - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
66 *PageSize Env9/Envelope Número 9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
67 *PageSize Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
68 *CloseUI: *PageSize
69 *OpenUI *PageRegion/Media Size: PickOne
70 *OrderDependency: 10 AnySetup *PageRegion
71 *DefaultPageRegion: Letter
72 *PageRegion Letter/Carta - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
73 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
74 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
75 *PageRegion Executive/Executivo - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
76 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
77 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
78 *PageRegion Env10/Envelope Número 10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
79 *PageRegion Monarch/Monarca - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
80 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
81 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
82 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
83 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
84 *PageRegion EnvISOB5/Envelope ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
85 *PageRegion Postcard/Cartão Postal - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
86 *PageRegion DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
87 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
88 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
89 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
90 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
91 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
92 *PageRegion EnvPersonal/Envelope Pessoal - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
93 *PageRegion Env9/Envelope Número 9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
94 *PageRegion Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
95 *CloseUI: *PageRegion
96 *DefaultImageableArea: Letter
97 *ImageableArea Letter/Carta - 8.5x11in: "10.75 15.00 601.25 777.00"
98 *ImageableArea Legal/Legal - 8.5x14in: "10.75 15.00 601.25 993.00"
99 *ImageableArea A4/A4 - 210x297mm: "10.75 15.00 584.25 827.00"
100 *ImageableArea Executive/Executivo - 7.25x10.5in: "10.75 15.00 511.25 741.00"
101 *ImageableArea Ledger/Ledger - 17x11in: "10.75 15.00 1213.25 777.00"
102 *ImageableArea A3/A3 - 297x420mm: "10.75 15.00 831.25 1176.00"
103 *ImageableArea Env10/Envelope Número 10 - 4.13x9.5in: "10.75 15.00 286.25 669.00"
104 *ImageableArea Monarch/Monarca - 3.875x7.5in: "10.75 15.00 268.25 525.00"
105 *ImageableArea C5/C5 - 162x229mm: "10.75 15.00 448.25 634.00"
106 *ImageableArea DL/DL - 110x220mm: "10.75 15.00 301.25 609.00"
107 *ImageableArea B4/B4 - 257x364mm: "10.75 15.00 718.25 1017.00"
108 *ImageableArea B5/B5 - 182x257mm: "10.75 15.00 505.25 714.00"
109 *ImageableArea EnvISOB5/Envelope ISOB5 - 176x250mm: "10.75 15.00 488.25 694.00"
110 *ImageableArea Postcard/Cartão Postal - 100x148mm: "10.75 15.00 273.25 404.00"
111 *ImageableArea DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 148x200mm: "10.75 15.00 409.25 552.00"
112 *ImageableArea A5/A5 - 148x210mm: "10.75 15.00 409.25 580.00"
113 *ImageableArea A6/A6 - 105x148mm: "10.75 15.00 286.25 405.00"
114 *ImageableArea B6/B6 - 128x182mm: "10.75 15.00 352.25 501.00"
115 *ImageableArea C6/C6 - 114x162mm: "10.75 15.00 312.25 444.00"
116 *ImageableArea Folio/Folio - 210x330mm: "10.75 15.00 584.25 920.00"
117 *ImageableArea EnvPersonal/Envelope Pessoal - 3.625x6.5in: "10.75 15.00 250.25 453.00"
118 *ImageableArea Env9/Envelope Número 9 - 3.875x8.875in: "10.75 15.00 268.25 624.00"
119 *ImageableArea Oficio/Ofício - 216x340mm: "10.75 15.00 601.25 957.00"
120 *DefaultPaperDimension: Letter
121 *PaperDimension Letter/Carta - 8.5x11in: "612.00 792.00"
122 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
123 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
124 *PaperDimension Executive/Executivo - 7.25x10.5in: "522.00 756.00"
125 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
126 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
127 *PaperDimension Env10/Envelope Número 10 - 4.13x9.5in: "297.00 684.00"
128 *PaperDimension Monarch/Monarca - 3.875x7.5in: "279.00 540.00"
129 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
130 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
131 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
132 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
133 *PaperDimension EnvISOB5/Envelope ISOB5 - 176x250mm: "499.00 709.00"
134 *PaperDimension Postcard/Cartão Postal - 100x148mm: "284.00 419.00"
135 *PaperDimension DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 148x200mm: "420.00 567.00"
136 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
137 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
138 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
139 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
140 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
141 *PaperDimension EnvPersonal/Envelope Pessoal - 3.625x6.5in: "261.00 468.00"
142 *PaperDimension Env9/Envelope Número 9 - 3.875x8.875in: "279.00 639.00"
143 *PaperDimension Oficio/Ofício - 216x340mm: "612.00 972.00"
144 *RequiresPageRegion All: True
145 *OpenUI *InputSlot/Media Source: PickOne
146 *OrderDependency: 10.0 AnySetup *InputSlot
147 *DefaultInputSlot: Auto
148 *InputSlot Auto/Seleção Automática: "<</MediaPosition 1>>setpagedevice"
149 *InputSlot Manual/Alimentação Manual: "<</MediaPosition 2>>setpagedevice"
150 *InputSlot Multi/Bandeja Multipropósito: "<</MediaPosition 3>>setpagedevice"
151 *InputSlot Upper/Bandeja 1: "<</MediaPosition 4>>setpagedevice"
152 *InputSlot Lower/Bandeja 2: "<</MediaPosition 5>>setpagedevice"
153 *InputSlot Envelope/Bandeja de Envelopes: "<</MediaPosition 6>>setpagedevice"
154 *InputSlot Tray3/Bandeja 3: "<</MediaPosition 7>>setpagedevice"
155 *CloseUI: *InputSlot
156 *OpenUI *MediaType/Tipo de Papel: PickOne
157 *OrderDependency: 10.0 AnySetup *MediaType
158 *DefaultMediaType: OFF
159 *MediaType OFF/Usar a Definição da Impressora: ""
160 *MediaType NORMAL/Papel normal: ""
161 *MediaType THICK/Papel grosso: ""
162 *MediaType THIN/Papel Delgado (Fino): ""
163 *MediaType BOND/Papel Bond: ""
164 *MediaType OHP/Transparência: ""
165 *MediaType CARD/Cartolina: ""
166 *MediaType LABEL/Etiqueta: ""
167 *MediaType USED/Papel Pré-Impresso: ""
168 *MediaType COLOR/Cor: ""
169 *MediaType ENV/Envelope: ""
170 *MediaType COTTON/Algodão: ""
171 *MediaType RECYCLED/Papel Reciclado: ""
172 *MediaType ARCHIVE/Arquivamento: ""
173 *CloseUI: *MediaType
174 *OpenUI *Altitude/Pressão Atmosférica: PickOne
175 *OrderDependency: 10.0 AnySetup *Altitude
176 *DefaultAltitude: LOW
177 *Altitude LOW/Pressão Elevada (Baixa Altitude): ""
178 *Altitude HIGH/Pressão Reduzida (Grande Altitude): ""
179 *CloseUI: *Altitude
180 *OpenUI *PowerSave/Economia de Energia: PickOne
181 *OrderDependency: 10.0 AnySetup *PowerSave
182 *DefaultPowerSave: 5
183 *PowerSave False/Desligado: ""
184 *PowerSave 5/5 Minutos: ""
185 *PowerSave 10/10 Minutos: ""
186 *PowerSave 15/15 Minutos: ""
187 *PowerSave 30/30 Minutos: ""
188 *PowerSave 45/45 Minutos: ""
189 *PowerSave 60/1 Hora: ""
190 *CloseUI: *PowerSave
191 *OpenUI *TonerDensity/Densidade do Toner: PickOne
192 *OrderDependency: 10.0 AnySetup *TonerDensity
193 *DefaultTonerDensity: 3
194 *TonerDensity 1/Claro: ""
195 *TonerDensity 3/Normal: ""
196 *TonerDensity 5/Escuro: ""
197 *CloseUI: *TonerDensity
198 *OpenUI *EconoMode/Economia do Toner: PickOne
199 *OrderDependency: 10.0 AnySetup *EconoMode
200 *DefaultEconoMode: 0
201 *EconoMode 0/Usar a Definição da Impressora: ""
202 *EconoMode ON/Economizar: ""
203 *EconoMode OFF/Não Economizar: ""
204 *CloseUI: *EconoMode
205 *OpenUI *JamRecovery/Reimpressão Após Atolamento do Papel: Boolean
206 *OrderDependency: 10.0 AnySetup *JamRecovery
207 *DefaultJamRecovery: False
208 *JamRecovery False/Desligado: ""
209 *JamRecovery True/Ativado: ""
210 *CloseUI: *JamRecovery
211 *OpenUI *ColorModel/Modo Cor: PickOne
212 *OrderDependency: 10.0 AnySetup *ColorModel
213 *DefaultColorModel: Gray
214 *ColorModel Gray/Tons de Cinza: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
215 *CloseUI: *ColorModel
216 *OpenUI *Resolution: PickOne
217 *OrderDependency: 10.0 AnySetup *Resolution
218 *DefaultResolution: 600dpi
219 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
220 *Resolution 1200dpi/1200 PPP: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
221 *CloseUI: *Resolution
222 *OpenUI *SRTMode/Otimização de Texto e Imagem: PickOne
223 *OrderDependency: 10.0 AnySetup *SRTMode
224 *DefaultSRTMode: NORMAL
225 *SRTMode NORMAL/Normal: ""
226 *SRTMode ENHANCE/Aprimoramento do Texto: ""
227 *SRTMode GRAY/Aprimoramento de Imagem: ""
228 *CloseUI: *SRTMode
229 *OpenUI *Duplex/Impressão em Frente e Verso: PickOne
230 *OrderDependency: 10.0 AnySetup *Duplex
231 *DefaultDuplex: None
232 *Duplex None/Frente (Simples): "<</Duplex false>>setpagedevice"
233 *Duplex DuplexNoTumble/Borda Longa (Retrato): "<</Duplex true/Tumble false>>setpagedevice"
234 *Duplex DuplexTumble/Borda Curta (Paisagem): "<</Duplex true/Tumble true>>setpagedevice"
235 *CloseUI: *Duplex
236 *OpenGroup: InstallableOptions/Módulos Opcionais
237 *OpenUI *OptionTray2/Bandeja 2 Disponível: Boolean
238 *OrderDependency: 10.0 AnySetup *OptionTray2
239 *DefaultOptionTray2: False
240 *OptionTray2 False/Não instalado: ""
241 *OptionTray2 True/Instalada: ""
242 *CloseUI: *OptionTray2
243 *OpenUI *OptionTrayEnv/Bandeja de Envelopes Instalado: Boolean
244 *OrderDependency: 10.0 AnySetup *OptionTrayEnv
245 *DefaultOptionTrayEnv: False
246 *OptionTrayEnv False/Não instalado: ""
247 *OptionTrayEnv True/Instalada: ""
248 *CloseUI: *OptionTrayEnv
249 *OpenUI *OptionTray3/Bandeja 3 Disponível: Boolean
250 *OrderDependency: 10.0 AnySetup *OptionTray3
251 *DefaultOptionTray3: False
252 *OptionTray3 False/Não instalado: ""
253 *OptionTray3 True/Instalada: ""
254 *CloseUI: *OptionTray3
255 *CloseGroup: InstallableOptions
256 *DefaultFont: Courier
257 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
258 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
259 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
260 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
261 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
262 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
263 *Font Bookman-Light: Standard "(1.05)" Standard ROM
264 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
265 *Font Courier: Standard "(1.05)" Standard ROM
266 *Font Courier-Bold: Standard "(1.05)" Standard ROM
267 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
268 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
269 *Font Helvetica: Standard "(1.05)" Standard ROM
270 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
271 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
272 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
273 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
274 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
275 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
276 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
277 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
278 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
279 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
280 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
281 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
282 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
283 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
284 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
285 *Font Symbol: Special "(001.005)" Special ROM
286 *Font Times-Bold: Standard "(1.05)" Standard ROM
287 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
288 *Font Times-Italic: Standard "(1.05)" Standard ROM
289 *Font Times-Roman: Standard "(1.05)" Standard ROM
290 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
291 *Font ZapfDingbats: Special "(001.005)" Special ROM
292 *% End of ml3560.ppd, 15647 bytes.
0 /*
1 * monochrome-v1.defs (C) 2007-2008, Aurélien Croc (AP²C)
2 *
3 * Monochrome printers V. 1
4 *
5 * $Id: monochrome-v1.defs 240 2008-11-24 00:10:09Z ap2c $
6 */
7
8 // Black & White support
9 ColorDevice false
10 *ColorModel Gray/Grayscale k chunky 13
11
12 // Supported resolutions
13 *Resolution k 1 0 0 0 "600dpi/600 DPI"
14
15
16 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 enc=utf8: */
17
0 /*
1 * monochrome-v2.defs (C) 2007-2008, Aurélien Croc (AP²C)
2 *
3 * Monochrome printers V. 2
4 *
5 * $Id: monochrome-v2.defs 240 2008-11-24 00:10:09Z ap2c $
6 */
7
8 // Black & White support
9 ColorDevice false
10 *ColorModel Gray/Grayscale k chunky 17
11
12 // Supported resolutions
13 *Resolution k 1 0 0 0 "600dpi/600 DPI"
14
15
16 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 enc=utf8: */
17
0
1 /*
2 * xerox.drv (C) 2007, Aurélien Croc (AP²C)
3 *
4 * Contains the Xerox printers drivers
5 *
6 * $Id: output.drv 105 2007-11-16 02:20:18Z ap2c $
7 */
8
9 Manufacturer "Xerox"
10
11 /*
12 * version.defs (C) 2007, Aurélien Croc (AP²C)
13 *
14 * Current PPDs version
15 *
16 * $Id: output.drv 105 2007-11-16 02:20:18Z ap2c $
17 */
18
19 Version "1.1.0"
20
21 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 enc=utf8: */
22
23 /*
24 * spl2.defs (C) 2007, Aurélien Croc (AP²C)
25 *
26 *
27 *
28 * $Id: output.drv 105 2007-11-16 02:20:18Z ap2c $
29 */
30 #include <font.defs>
31 #include <media.defs>
32
33
34 // Supported paper format
35 HWMargins 0.16in 0.55cm 0.16in 0.55cm
36 *MediaSize Letter
37 MediaSize Legal
38 MediaSize A4
39 MediaSize Executive
40 MediaSize Ledger
41 MediaSize A3
42 MediaSize Env10
43 MediaSize Monarch
44 MediaSize C5
45 MediaSize DL
46 MediaSize B4
47 MediaSize B5
48 MediaSize EnvISOB5
49 // Not listed
50 // JPost
51 // JDouble
52 MediaSize A5
53 MediaSize A6
54 MediaSize EnvISOB6
55 // Custom
56 MediaSize C6
57 MediaSize Folio
58 VariablePaperSize yes
59
60 // Supported input slots
61 *InputSlot 1 "Auto/Automatic Selection"
62 InputSlot 2 "Manual/Manual Feed"
63
64 // Font included in the printer ROM
65 Font *
66
67
68
69 //
70 // Defining PJL variables
71 //
72
73 // Supported paper type
74 Option "MediaType/Paper Type" PickOne AnySetup 10
75 *Choice "OFF/Use Printer Default" ""
76 Choice "NORMAL/Plain Paper" ""
77 Choice "THICK/Thick Paper" ""
78 Choice "THIN/Thin Paper" ""
79 Choice "BOND/Bond" ""
80 Choice "OHP/Transparency" ""
81 Choice "CARD/Card Stock" ""
82 Choice "LABEL/Label" ""
83 Choice "USED/Preprinted" ""
84 Choice "COLOR/Colored Paper" ""
85 Choice "ENV/Envelope" ""
86
87 Attribute PJL beginPJL "<1B>%-12345X"
88 Attribute PJL endPJL "<09><1B>%-12345X"
89
90
91 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 enc=utf8: */
92
93 /*
94 * filter.defs (C) 2007, Aurélien Croc (AP²C)
95 *
96 *
97 *
98 * $Id: output.drv 105 2007-11-16 02:20:18Z ap2c $
99 */
100
101 Filter application/vnd.cups-raster 0 rastertospl2
102
103 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 enc=utf8: */
104
105
106 //
107 // Specific black & white printer definition
108 //
109 {
110 /*
111 * monochrome.defs (C) 2007, Aurélien Croc (AP²C)
112 *
113 * Monochrome printers
114 *
115 * $Id: output.drv 105 2007-11-16 02:20:18Z ap2c $
116 */
117
118 Attribute QPDL ColorPrinter "0"
119
120 // Black & White support
121 ColorDevice false
122 *ColorModel Gray/Grayscale k chunky 17
123
124 // Supported resolutions
125 *Resolution k 1 0 0 0 "600dpi/600 DPI"
126
127
128 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 enc=utf8: */
129
130 /*
131 * powersave.defs (C) 2007, Aurélien Croc (AP²C)
132 *
133 * Power save
134 *
135 * $Id: output.drv 105 2007-11-16 02:20:18Z ap2c $
136 */
137
138 Option "PowerSave/Power Save" PickOne AnySetup 10
139 Choice "False/Off" ""
140 *Choice "5/5 Minutes" ""
141 Choice "10/10 Minutes" ""
142 Choice "15/15 Minutes" ""
143 Choice "30/30 Minutes" ""
144 Choice "45/45 Minutes" ""
145 Choice "60/1 Hour" ""
146
147 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 enc=utf8: */
148
149 /*
150 * tonerdensity.defs (C) 2007, Aurélien Croc (AP²C)
151 *
152 * Toner density
153 *
154 * $Id: output.drv 105 2007-11-16 02:20:18Z ap2c $
155 */
156
157 Option "TonerDensity/Toner Density" PickOne AnySetup 10
158 Choice "1/Light" ""
159 *Choice "3/Medium" ""
160 Choice "5/Dark" ""
161
162 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 enc=utf8: */
163
164 /*
165 * tonersave.defs (C) 2007, Aurélien Croc (AP²C)
166 *
167 * Toner save
168 *
169 * $Id: output.drv 105 2007-11-16 02:20:18Z ap2c $
170 */
171
172 Option "EconoMode/Toner Save" PickOne AnySetup 10
173 *Choice "0/Use Printer Default" ""
174 Choice "ON/Save" ""
175 Choice "OFF/Standard" ""
176
177 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 enc=utf8: */
178
179 /*
180 * jamrecovery.defs (C) 2007, Aurélien Croc (AP²C)
181 *
182 * Jam recovery
183 *
184 * $Id: output.drv 105 2007-11-16 02:20:18Z ap2c $
185 */
186
187 Option "JamRecovery/Reprint When Jam" Boolean AnySetup 10
188 *Choice "False/Off" ""
189 Choice "True/On" ""
190
191 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 enc=utf8: */
192
193
194 // QPDL Version 1
195 {
196 Attribute QPDL QPDLVersion "1"
197 Attribute General docHeaderValues "<0><0><0>"
198
199 {
200 Resolution k 1 0 0 0 "300dpi/300 DPI"
201 {
202 ModelName "Phaser 3115"
203 PCFileName "ph3115.ppd"
204 } {
205 ModelName "Phaser 3116"
206 PCFileName "ph3116.ppd"
207 } {
208 ModelName "Phaser 3120"
209 PCFileName "ph3120.ppd"
210 } {
211 ModelName "Phaser 3121"
212 PCFileName "ph3121.ppd"
213 } {
214 ModelName "Phaser 3130"
215 PCFileName "ph3130.ppd"
216 } {
217 // Multi-tray
218 InputSlot 3 "Multi/Multi-Purpose Tray"
219 InputSlot 4 "Upper/Tray 1"
220 InputSlot 5 "Lower/Tray 2"
221
222 Duplex normal
223 {
224 ModelName "Phaser 3420"
225 PCFileName "ph3420.ppd"
226 } {
227 ModelName "Phaser 3425"
228 PCFileName "ph3425.ppd"
229 } {
230 ModelName "Phaser 5500"
231 PCFileName "ph5500.ppd"
232 }
233 } {
234 // Multi-tray
235 InputSlot 3 "Multi/Multi-Purpose Tray"
236 InputSlot 4 "Upper/Tray 1"
237 InputSlot 5 "Lower/Tray 2"
238
239 ModelName "Phaser 3150"
240 PCFileName "ph3150.ppd"
241 }
242 }
243
244 // QPDL Version 2
245 {
246 Attribute QPDL QPDLVersion "2"
247 Attribute General docHeaderValues "<0><0><1>"
248
249 {
250 ModelName "Phaser 3117"
251 PCFileName "ph3117.ppd"
252 } {
253 Resolution k 1 0 0 0 "1200x600dpi/1200x600 DPI"
254
255 {
256 ModelName "Phaser 3122"
257 PCFileName "ph3122.ppd"
258 }
259 }
260 }
261 }
262
263
264 //
265 // Specific color printer definition
266 //
267 {
268 /*
269 * powersave.defs (C) 2007, Aurélien Croc (AP²C)
270 *
271 * Power save
272 *
273 * $Id: output.drv 105 2007-11-16 02:20:18Z ap2c $
274 */
275
276 Option "PowerSave/Power Save" PickOne AnySetup 10
277 Choice "False/Off" ""
278 *Choice "5/5 Minutes" ""
279 Choice "10/10 Minutes" ""
280 Choice "15/15 Minutes" ""
281 Choice "30/30 Minutes" ""
282 Choice "45/45 Minutes" ""
283 Choice "60/1 Hour" ""
284
285 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 enc=utf8: */
286
287
288 // Color printers V. 1 (old algorithms)
289 {
290 /*
291 * color-v1.defs (C) 2007, Aurélien Croc (AP²C)
292 *
293 * Color printers v. 1
294 *
295 * $Id: output.drv 105 2007-11-16 02:20:18Z ap2c $
296 */
297 /*
298 * color.defs (C) 2007, Aurélien Croc (AP²C)
299 *
300 * Color printers [---INCLUDED BY COLOR-V1.DEFS OR COLOR-V2.DEFS---]
301 *
302 * $Id: output.drv 105 2007-11-16 02:20:18Z ap2c $
303 */
304
305 Attribute QPDL ColorPrinter "1"
306
307 // Supported resolutions
308 *Resolution - 1 0 0 0 "600dpi/600 DPI"
309
310 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 enc=utf8: */
311
312
313 // Color definition
314 ColorDevice true
315 ColorModel Gray/Grayscale k chunky 17
316 *ColorModel CMYK/Color cmyk banded 17
317
318 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 enc=utf8: */
319
320 /*
321 * jamrecovery.defs (C) 2007, Aurélien Croc (AP²C)
322 *
323 * Jam recovery
324 *
325 * $Id: output.drv 105 2007-11-16 02:20:18Z ap2c $
326 */
327
328 Option "JamRecovery/Reprint When Jam" Boolean AnySetup 10
329 *Choice "False/Off" ""
330 Choice "True/On" ""
331
332 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 enc=utf8: */
333
334
335 // Multi-tray
336 InputSlot 3 "Multi/Multi-Purpose Tray"
337 InputSlot 4 "Upper/Tray 1"
338 InputSlot 5 "Lower/Tray 2"
339 // But tray 2 is optional..
340 Installable "OptionTray2/Tray 2 Installed"
341 UIConstraints "*OptionTray2 False *InputSlot Lower"
342
343 Resolution - 1 0 0 0 "1200x600dpi/1200x600 DPI"
344 Resolution - 1 0 0 0 "1200dpi/1200 DPI"
345
346 Duplex normal
347
348 Attribute QPDL QPDLVersion "1"
349 Attribute General docHeaderValues "<0><0><1>"
350
351 {
352 Throughput 20
353 ModelName "Phaser 6100"
354 PCFileName "ph6100.ppd"
355 }
356 }
357
358 // Color printers V. 2 (JBIG algorithm)
359 {
360 /*
361 * color-v2.defs (C) 2007, Aurélien Croc (AP²C)
362 *
363 * Color printers v. 2
364 *
365 * $Id: output.drv 105 2007-11-16 02:20:18Z ap2c $
366 */
367 /*
368 * color.defs (C) 2007, Aurélien Croc (AP²C)
369 *
370 * Color printers [---INCLUDED BY COLOR-V1.DEFS OR COLOR-V2.DEFS---]
371 *
372 * $Id: output.drv 105 2007-11-16 02:20:18Z ap2c $
373 */
374
375 Attribute QPDL ColorPrinter "1"
376
377 // Supported resolutions
378 *Resolution - 1 0 0 0 "600dpi/600 DPI"
379
380 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 enc=utf8: */
381
382
383 // Color definition
384 ColorDevice true
385 ColorModel Gray/Grayscale k chunky 19
386 *ColorModel CMYK/Color cmyk banded 19
387
388 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 enc=utf8: */
389
390 Attribute QPDL PacketSize "512"
391
392 // QPDL Version 2
393 {
394 Attribute QPDL QPDLVersion "2"
395 Attribute General docHeaderValues "<0><0><1>"
396 Resolution - 1 0 0 0 "1200dpi/1200 DPI"
397 Resolution - 1 0 0 0 "1200x600dpi/1200x600 DPI"
398 Duplex normal
399
400 {
401 ModelName "Phaser 6110"
402 PCFilename "ph6110.ppd"
403 }
404 }
405 }
406 }
407
408
409 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 enc=utf8: */
410
0 *PPD-Adobe: "4.3"
1 *% PPD file for Phaser 3115 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: English
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ph3115.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Xerox"
12 *ModelName: "Xerox Phaser 3115"
13 *ShortNickName: "Xerox Phaser 3115"
14 *NickName: "Xerox Phaser 3115, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><0><0>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
140 *OpenUI *InputSlot/Media Source: PickOne
141 *OrderDependency: 10.0 AnySetup *InputSlot
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Automatic Selection: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Manual Feed: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Paper Type: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Use Printer Default: ""
150 *MediaType NORMAL/Plain Paper: ""
151 *MediaType THICK/Thick Paper: ""
152 *MediaType THIN/Thin Paper: ""
153 *MediaType BOND/Bond: ""
154 *MediaType OHP/Transparency: ""
155 *MediaType CARD/Card Stock: ""
156 *MediaType LABEL/Label: ""
157 *MediaType USED/Preprinted: ""
158 *MediaType COLOR/Colored Paper: ""
159 *MediaType ENV/Envelope: ""
160 *MediaType COTTON/Cotton: ""
161 *MediaType RECYCLED/Recycled: ""
162 *MediaType ARCHIVE/Archive: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Air pressure: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Low: ""
168 *Altitude HIGH/High: ""
169 *CloseUI: *Altitude
170 *OpenUI *PowerSave/Power Save: PickOne
171 *OrderDependency: 10.0 AnySetup *PowerSave
172 *DefaultPowerSave: 5
173 *PowerSave False/Off: ""
174 *PowerSave 5/5 Minutes: ""
175 *PowerSave 10/10 Minutes: ""
176 *PowerSave 15/15 Minutes: ""
177 *PowerSave 30/30 Minutes: ""
178 *PowerSave 45/45 Minutes: ""
179 *PowerSave 60/1 Hour: ""
180 *CloseUI: *PowerSave
181 *OpenUI *TonerDensity/Toner Density: PickOne
182 *OrderDependency: 10.0 AnySetup *TonerDensity
183 *DefaultTonerDensity: 3
184 *TonerDensity 1/Light: ""
185 *TonerDensity 3/Medium: ""
186 *TonerDensity 5/Dark: ""
187 *CloseUI: *TonerDensity
188 *OpenUI *EconoMode/Toner Save: PickOne
189 *OrderDependency: 10.0 AnySetup *EconoMode
190 *DefaultEconoMode: 0
191 *EconoMode 0/Use Printer Default: ""
192 *EconoMode ON/Save: ""
193 *EconoMode OFF/Standard: ""
194 *CloseUI: *EconoMode
195 *OpenUI *JamRecovery/Reprint When Jam: Boolean
196 *OrderDependency: 10.0 AnySetup *JamRecovery
197 *DefaultJamRecovery: False
198 *JamRecovery False/Off: ""
199 *JamRecovery True/On: ""
200 *CloseUI: *JamRecovery
201 *OpenUI *ColorModel/Color Mode: PickOne
202 *OrderDependency: 10.0 AnySetup *ColorModel
203 *DefaultColorModel: Gray
204 *ColorModel Gray/Grayscale: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
205 *CloseUI: *ColorModel
206 *OpenUI *Resolution: PickOne
207 *OrderDependency: 10.0 AnySetup *Resolution
208 *DefaultResolution: 600dpi
209 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
210 *Resolution 300dpi/300 DPI: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
211 *CloseUI: *Resolution
212 *OpenUI *Duplex/2-Sided Printing: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Off (1-Sided): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Long-Edge (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Short-Edge (Landscape): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
219 *DefaultFont: Courier
220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
224 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
225 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
226 *Font Bookman-Light: Standard "(1.05)" Standard ROM
227 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
228 *Font Courier: Standard "(1.05)" Standard ROM
229 *Font Courier-Bold: Standard "(1.05)" Standard ROM
230 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
231 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
232 *Font Helvetica: Standard "(1.05)" Standard ROM
233 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
234 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
244 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
245 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
247 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
248 *Font Symbol: Special "(001.005)" Special ROM
249 *Font Times-Bold: Standard "(1.05)" Standard ROM
250 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
251 *Font Times-Italic: Standard "(1.05)" Standard ROM
252 *Font Times-Roman: Standard "(1.05)" Standard ROM
253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
254 *Font ZapfDingbats: Special "(001.005)" Special ROM
255 *% End of ph3115.ppd, 13622 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for Phaser 3115 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: French
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ph3115.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Xerox"
12 *ModelName: "Xerox Phaser 3115"
13 *ShortNickName: "Xerox Phaser 3115"
14 *NickName: "Xerox Phaser 3115, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><0><0>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Sélection automatique: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Manuel: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Type de support: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Utiliser la configuration imprimante: ""
150 *MediaType NORMAL/Papier ordinaire: ""
151 *MediaType THICK/Papier épais: ""
152 *MediaType THIN/Papier fin: ""
153 *MediaType BOND/Papier Bond: ""
154 *MediaType OHP/Transparent: ""
155 *MediaType CARD/Papier cartonné: ""
156 *MediaType LABEL/Étiquette: ""
157 *MediaType USED/Papier pré-imprimé: ""
158 *MediaType COLOR/Couleur: ""
159 *MediaType ENV/Enveloppe: ""
160 *MediaType COTTON/Coton: ""
161 *MediaType RECYCLED/Papier recyclé: ""
162 *MediaType ARCHIVE/Archive: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Pression de l'air: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Faible: ""
168 *Altitude HIGH/Forte: ""
169 *CloseUI: *Altitude
170 *OpenUI *PowerSave/Économie d'énergie: PickOne
171 *OrderDependency: 10.0 AnySetup *PowerSave
172 *DefaultPowerSave: 5
173 *PowerSave False/Désactivé: ""
174 *PowerSave 5/5 minutes: ""
175 *PowerSave 10/10 minutes: ""
176 *PowerSave 15/15 minutes: ""
177 *PowerSave 30/30 minutes: ""
178 *PowerSave 45/45 minutes: ""
179 *PowerSave 60/1 heure: ""
180 *CloseUI: *PowerSave
181 *OpenUI *TonerDensity/Densité de toner: PickOne
182 *OrderDependency: 10.0 AnySetup *TonerDensity
183 *DefaultTonerDensity: 3
184 *TonerDensity 1/Clair: ""
185 *TonerDensity 3/Normal: ""
186 *TonerDensity 5/Sombre: ""
187 *CloseUI: *TonerDensity
188 *OpenUI *EconoMode/Économie de toner: PickOne
189 *OrderDependency: 10.0 AnySetup *EconoMode
190 *DefaultEconoMode: 0
191 *EconoMode 0/Utiliser la configuration imprimante: ""
192 *EconoMode ON/Économiser: ""
193 *EconoMode OFF/Standard: ""
194 *CloseUI: *EconoMode
195 *OpenUI *JamRecovery/Réimpression si bourrage: Boolean
196 *OrderDependency: 10.0 AnySetup *JamRecovery
197 *DefaultJamRecovery: False
198 *JamRecovery False/Désactivé: ""
199 *JamRecovery True/Oui: ""
200 *CloseUI: *JamRecovery
201 *OpenUI *ColorModel/Mode couleur: PickOne
202 *OrderDependency: 10.0 AnySetup *ColorModel
203 *DefaultColorModel: Gray
204 *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
205 *CloseUI: *ColorModel
206 *OpenUI *Resolution: PickOne
207 *OrderDependency: 10.0 AnySetup *Resolution
208 *DefaultResolution: 600dpi
209 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
210 *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
211 *CloseUI: *Resolution
212 *OpenUI *Duplex/Impression recto-verso: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Simple (recto): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Côté long (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Côté court (Paysage): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
219 *DefaultFont: Courier
220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
224 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
225 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
226 *Font Bookman-Light: Standard "(1.05)" Standard ROM
227 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
228 *Font Courier: Standard "(1.05)" Standard ROM
229 *Font Courier-Bold: Standard "(1.05)" Standard ROM
230 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
231 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
232 *Font Helvetica: Standard "(1.05)" Standard ROM
233 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
234 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
244 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
245 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
247 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
248 *Font Symbol: Special "(001.005)" Special ROM
249 *Font Times-Bold: Standard "(1.05)" Standard ROM
250 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
251 *Font Times-Italic: Standard "(1.05)" Standard ROM
252 *Font Times-Roman: Standard "(1.05)" Standard ROM
253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
254 *Font ZapfDingbats: Special "(001.005)" Special ROM
255 *% End of ph3115.ppd, 13880 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for Phaser 3115 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: Portuguese_Brazil
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ph3115.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Xerox"
12 *ModelName: "Xerox Phaser 3115"
13 *ShortNickName: "Xerox Phaser 3115"
14 *NickName: "Xerox Phaser 3115, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><0><0>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Seleção Automática: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Alimentação Manual: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Tipo de Papel: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Usar a Definição da Impressora: ""
150 *MediaType NORMAL/Papel normal: ""
151 *MediaType THICK/Papel grosso: ""
152 *MediaType THIN/Papel Delgado (Fino): ""
153 *MediaType BOND/Papel Bond: ""
154 *MediaType OHP/Transparência: ""
155 *MediaType CARD/Cartolina: ""
156 *MediaType LABEL/Etiqueta: ""
157 *MediaType USED/Papel Pré-Impresso: ""
158 *MediaType COLOR/Cor: ""
159 *MediaType ENV/Envelope: ""
160 *MediaType COTTON/Algodão: ""
161 *MediaType RECYCLED/Papel Reciclado: ""
162 *MediaType ARCHIVE/Arquivamento: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Pressão Atmosférica: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Pressão Elevada (Baixa Altitude): ""
168 *Altitude HIGH/Pressão Reduzida (Grande Altitude): ""
169 *CloseUI: *Altitude
170 *OpenUI *PowerSave/Economia de Energia: PickOne
171 *OrderDependency: 10.0 AnySetup *PowerSave
172 *DefaultPowerSave: 5
173 *PowerSave False/Desligado: ""
174 *PowerSave 5/5 Minutos: ""
175 *PowerSave 10/10 Minutos: ""
176 *PowerSave 15/15 Minutos: ""
177 *PowerSave 30/30 Minutos: ""
178 *PowerSave 45/45 Minutos: ""
179 *PowerSave 60/1 Hora: ""
180 *CloseUI: *PowerSave
181 *OpenUI *TonerDensity/Densidade do Toner: PickOne
182 *OrderDependency: 10.0 AnySetup *TonerDensity
183 *DefaultTonerDensity: 3
184 *TonerDensity 1/Claro: ""
185 *TonerDensity 3/Normal: ""
186 *TonerDensity 5/Escuro: ""
187 *CloseUI: *TonerDensity
188 *OpenUI *EconoMode/Economia do Toner: PickOne
189 *OrderDependency: 10.0 AnySetup *EconoMode
190 *DefaultEconoMode: 0
191 *EconoMode 0/Usar a Definição da Impressora: ""
192 *EconoMode ON/Economizar: ""
193 *EconoMode OFF/Não Economizar: ""
194 *CloseUI: *EconoMode
195 *OpenUI *JamRecovery/Reimpressão Após Atolamento do Papel: Boolean
196 *OrderDependency: 10.0 AnySetup *JamRecovery
197 *DefaultJamRecovery: False
198 *JamRecovery False/Desligado: ""
199 *JamRecovery True/Ativado: ""
200 *CloseUI: *JamRecovery
201 *OpenUI *ColorModel/Modo Cor: PickOne
202 *OrderDependency: 10.0 AnySetup *ColorModel
203 *DefaultColorModel: Gray
204 *ColorModel Gray/Tons de Cinza: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
205 *CloseUI: *ColorModel
206 *OpenUI *Resolution: PickOne
207 *OrderDependency: 10.0 AnySetup *Resolution
208 *DefaultResolution: 600dpi
209 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
210 *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
211 *CloseUI: *Resolution
212 *OpenUI *Duplex/Impressão em Frente e Verso: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Frente (Simples): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Borda Longa (Retrato): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Borda Curta (Paisagem): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
219 *DefaultFont: Courier
220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
224 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
225 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
226 *Font Bookman-Light: Standard "(1.05)" Standard ROM
227 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
228 *Font Courier: Standard "(1.05)" Standard ROM
229 *Font Courier-Bold: Standard "(1.05)" Standard ROM
230 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
231 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
232 *Font Helvetica: Standard "(1.05)" Standard ROM
233 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
234 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
244 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
245 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
247 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
248 *Font Symbol: Special "(001.005)" Special ROM
249 *Font Times-Bold: Standard "(1.05)" Standard ROM
250 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
251 *Font Times-Italic: Standard "(1.05)" Standard ROM
252 *Font Times-Roman: Standard "(1.05)" Standard ROM
253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
254 *Font ZapfDingbats: Special "(001.005)" Special ROM
255 *% End of ph3115.ppd, 13998 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for Phaser 3116 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: English
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ph3116.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Xerox"
12 *ModelName: "Xerox Phaser 3116"
13 *ShortNickName: "Xerox Phaser 3116"
14 *NickName: "Xerox Phaser 3116, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><0><0>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
140 *OpenUI *InputSlot/Media Source: PickOne
141 *OrderDependency: 10.0 AnySetup *InputSlot
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Automatic Selection: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Manual Feed: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Paper Type: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Use Printer Default: ""
150 *MediaType NORMAL/Plain Paper: ""
151 *MediaType THICK/Thick Paper: ""
152 *MediaType THIN/Thin Paper: ""
153 *MediaType BOND/Bond: ""
154 *MediaType OHP/Transparency: ""
155 *MediaType CARD/Card Stock: ""
156 *MediaType LABEL/Label: ""
157 *MediaType USED/Preprinted: ""
158 *MediaType COLOR/Colored Paper: ""
159 *MediaType ENV/Envelope: ""
160 *MediaType COTTON/Cotton: ""
161 *MediaType RECYCLED/Recycled: ""
162 *MediaType ARCHIVE/Archive: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Air pressure: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Low: ""
168 *Altitude HIGH/High: ""
169 *CloseUI: *Altitude
170 *OpenUI *PowerSave/Power Save: PickOne
171 *OrderDependency: 10.0 AnySetup *PowerSave
172 *DefaultPowerSave: 5
173 *PowerSave False/Off: ""
174 *PowerSave 5/5 Minutes: ""
175 *PowerSave 10/10 Minutes: ""
176 *PowerSave 15/15 Minutes: ""
177 *PowerSave 30/30 Minutes: ""
178 *PowerSave 45/45 Minutes: ""
179 *PowerSave 60/1 Hour: ""
180 *CloseUI: *PowerSave
181 *OpenUI *TonerDensity/Toner Density: PickOne
182 *OrderDependency: 10.0 AnySetup *TonerDensity
183 *DefaultTonerDensity: 3
184 *TonerDensity 1/Light: ""
185 *TonerDensity 3/Medium: ""
186 *TonerDensity 5/Dark: ""
187 *CloseUI: *TonerDensity
188 *OpenUI *EconoMode/Toner Save: PickOne
189 *OrderDependency: 10.0 AnySetup *EconoMode
190 *DefaultEconoMode: 0
191 *EconoMode 0/Use Printer Default: ""
192 *EconoMode ON/Save: ""
193 *EconoMode OFF/Standard: ""
194 *CloseUI: *EconoMode
195 *OpenUI *JamRecovery/Reprint When Jam: Boolean
196 *OrderDependency: 10.0 AnySetup *JamRecovery
197 *DefaultJamRecovery: False
198 *JamRecovery False/Off: ""
199 *JamRecovery True/On: ""
200 *CloseUI: *JamRecovery
201 *OpenUI *ColorModel/Color Mode: PickOne
202 *OrderDependency: 10.0 AnySetup *ColorModel
203 *DefaultColorModel: Gray
204 *ColorModel Gray/Grayscale: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
205 *CloseUI: *ColorModel
206 *OpenUI *Resolution: PickOne
207 *OrderDependency: 10.0 AnySetup *Resolution
208 *DefaultResolution: 600dpi
209 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
210 *Resolution 300dpi/300 DPI: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
211 *CloseUI: *Resolution
212 *OpenUI *Duplex/2-Sided Printing: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Off (1-Sided): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Long-Edge (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Short-Edge (Landscape): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
219 *DefaultFont: Courier
220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
224 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
225 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
226 *Font Bookman-Light: Standard "(1.05)" Standard ROM
227 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
228 *Font Courier: Standard "(1.05)" Standard ROM
229 *Font Courier-Bold: Standard "(1.05)" Standard ROM
230 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
231 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
232 *Font Helvetica: Standard "(1.05)" Standard ROM
233 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
234 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
244 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
245 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
247 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
248 *Font Symbol: Special "(001.005)" Special ROM
249 *Font Times-Bold: Standard "(1.05)" Standard ROM
250 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
251 *Font Times-Italic: Standard "(1.05)" Standard ROM
252 *Font Times-Roman: Standard "(1.05)" Standard ROM
253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
254 *Font ZapfDingbats: Special "(001.005)" Special ROM
255 *% End of ph3116.ppd, 13622 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for Phaser 3116 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: French
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ph3116.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Xerox"
12 *ModelName: "Xerox Phaser 3116"
13 *ShortNickName: "Xerox Phaser 3116"
14 *NickName: "Xerox Phaser 3116, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><0><0>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Sélection automatique: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Manuel: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Type de support: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Utiliser la configuration imprimante: ""
150 *MediaType NORMAL/Papier ordinaire: ""
151 *MediaType THICK/Papier épais: ""
152 *MediaType THIN/Papier fin: ""
153 *MediaType BOND/Papier Bond: ""
154 *MediaType OHP/Transparent: ""
155 *MediaType CARD/Papier cartonné: ""
156 *MediaType LABEL/Étiquette: ""
157 *MediaType USED/Papier pré-imprimé: ""
158 *MediaType COLOR/Couleur: ""
159 *MediaType ENV/Enveloppe: ""
160 *MediaType COTTON/Coton: ""
161 *MediaType RECYCLED/Papier recyclé: ""
162 *MediaType ARCHIVE/Archive: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Pression de l'air: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Faible: ""
168 *Altitude HIGH/Forte: ""
169 *CloseUI: *Altitude
170 *OpenUI *PowerSave/Économie d'énergie: PickOne
171 *OrderDependency: 10.0 AnySetup *PowerSave
172 *DefaultPowerSave: 5
173 *PowerSave False/Désactivé: ""
174 *PowerSave 5/5 minutes: ""
175 *PowerSave 10/10 minutes: ""
176 *PowerSave 15/15 minutes: ""
177 *PowerSave 30/30 minutes: ""
178 *PowerSave 45/45 minutes: ""
179 *PowerSave 60/1 heure: ""
180 *CloseUI: *PowerSave
181 *OpenUI *TonerDensity/Densité de toner: PickOne
182 *OrderDependency: 10.0 AnySetup *TonerDensity
183 *DefaultTonerDensity: 3
184 *TonerDensity 1/Clair: ""
185 *TonerDensity 3/Normal: ""
186 *TonerDensity 5/Sombre: ""
187 *CloseUI: *TonerDensity
188 *OpenUI *EconoMode/Économie de toner: PickOne
189 *OrderDependency: 10.0 AnySetup *EconoMode
190 *DefaultEconoMode: 0
191 *EconoMode 0/Utiliser la configuration imprimante: ""
192 *EconoMode ON/Économiser: ""
193 *EconoMode OFF/Standard: ""
194 *CloseUI: *EconoMode
195 *OpenUI *JamRecovery/Réimpression si bourrage: Boolean
196 *OrderDependency: 10.0 AnySetup *JamRecovery
197 *DefaultJamRecovery: False
198 *JamRecovery False/Désactivé: ""
199 *JamRecovery True/Oui: ""
200 *CloseUI: *JamRecovery
201 *OpenUI *ColorModel/Mode couleur: PickOne
202 *OrderDependency: 10.0 AnySetup *ColorModel
203 *DefaultColorModel: Gray
204 *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
205 *CloseUI: *ColorModel
206 *OpenUI *Resolution: PickOne
207 *OrderDependency: 10.0 AnySetup *Resolution
208 *DefaultResolution: 600dpi
209 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
210 *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
211 *CloseUI: *Resolution
212 *OpenUI *Duplex/Impression recto-verso: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Simple (recto): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Côté long (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Côté court (Paysage): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
219 *DefaultFont: Courier
220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
224 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
225 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
226 *Font Bookman-Light: Standard "(1.05)" Standard ROM
227 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
228 *Font Courier: Standard "(1.05)" Standard ROM
229 *Font Courier-Bold: Standard "(1.05)" Standard ROM
230 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
231 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
232 *Font Helvetica: Standard "(1.05)" Standard ROM
233 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
234 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
244 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
245 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
247 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
248 *Font Symbol: Special "(001.005)" Special ROM
249 *Font Times-Bold: Standard "(1.05)" Standard ROM
250 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
251 *Font Times-Italic: Standard "(1.05)" Standard ROM
252 *Font Times-Roman: Standard "(1.05)" Standard ROM
253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
254 *Font ZapfDingbats: Special "(001.005)" Special ROM
255 *% End of ph3116.ppd, 13880 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for Phaser 3116 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: Portuguese_Brazil
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ph3116.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Xerox"
12 *ModelName: "Xerox Phaser 3116"
13 *ShortNickName: "Xerox Phaser 3116"
14 *NickName: "Xerox Phaser 3116, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><0><0>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Seleção Automática: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Alimentação Manual: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Tipo de Papel: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Usar a Definição da Impressora: ""
150 *MediaType NORMAL/Papel normal: ""
151 *MediaType THICK/Papel grosso: ""
152 *MediaType THIN/Papel Delgado (Fino): ""
153 *MediaType BOND/Papel Bond: ""
154 *MediaType OHP/Transparência: ""
155 *MediaType CARD/Cartolina: ""
156 *MediaType LABEL/Etiqueta: ""
157 *MediaType USED/Papel Pré-Impresso: ""
158 *MediaType COLOR/Cor: ""
159 *MediaType ENV/Envelope: ""
160 *MediaType COTTON/Algodão: ""
161 *MediaType RECYCLED/Papel Reciclado: ""
162 *MediaType ARCHIVE/Arquivamento: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Pressão Atmosférica: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Pressão Elevada (Baixa Altitude): ""
168 *Altitude HIGH/Pressão Reduzida (Grande Altitude): ""
169 *CloseUI: *Altitude
170 *OpenUI *PowerSave/Economia de Energia: PickOne
171 *OrderDependency: 10.0 AnySetup *PowerSave
172 *DefaultPowerSave: 5
173 *PowerSave False/Desligado: ""
174 *PowerSave 5/5 Minutos: ""
175 *PowerSave 10/10 Minutos: ""
176 *PowerSave 15/15 Minutos: ""
177 *PowerSave 30/30 Minutos: ""
178 *PowerSave 45/45 Minutos: ""
179 *PowerSave 60/1 Hora: ""
180 *CloseUI: *PowerSave
181 *OpenUI *TonerDensity/Densidade do Toner: PickOne
182 *OrderDependency: 10.0 AnySetup *TonerDensity
183 *DefaultTonerDensity: 3
184 *TonerDensity 1/Claro: ""
185 *TonerDensity 3/Normal: ""
186 *TonerDensity 5/Escuro: ""
187 *CloseUI: *TonerDensity
188 *OpenUI *EconoMode/Economia do Toner: PickOne
189 *OrderDependency: 10.0 AnySetup *EconoMode
190 *DefaultEconoMode: 0
191 *EconoMode 0/Usar a Definição da Impressora: ""
192 *EconoMode ON/Economizar: ""
193 *EconoMode OFF/Não Economizar: ""
194 *CloseUI: *EconoMode
195 *OpenUI *JamRecovery/Reimpressão Após Atolamento do Papel: Boolean
196 *OrderDependency: 10.0 AnySetup *JamRecovery
197 *DefaultJamRecovery: False
198 *JamRecovery False/Desligado: ""
199 *JamRecovery True/Ativado: ""
200 *CloseUI: *JamRecovery
201 *OpenUI *ColorModel/Modo Cor: PickOne
202 *OrderDependency: 10.0 AnySetup *ColorModel
203 *DefaultColorModel: Gray
204 *ColorModel Gray/Tons de Cinza: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
205 *CloseUI: *ColorModel
206 *OpenUI *Resolution: PickOne
207 *OrderDependency: 10.0 AnySetup *Resolution
208 *DefaultResolution: 600dpi
209 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
210 *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
211 *CloseUI: *Resolution
212 *OpenUI *Duplex/Impressão em Frente e Verso: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Frente (Simples): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Borda Longa (Retrato): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Borda Curta (Paisagem): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
219 *DefaultFont: Courier
220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
224 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
225 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
226 *Font Bookman-Light: Standard "(1.05)" Standard ROM
227 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
228 *Font Courier: Standard "(1.05)" Standard ROM
229 *Font Courier-Bold: Standard "(1.05)" Standard ROM
230 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
231 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
232 *Font Helvetica: Standard "(1.05)" Standard ROM
233 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
234 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
244 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
245 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
247 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
248 *Font Symbol: Special "(001.005)" Special ROM
249 *Font Times-Bold: Standard "(1.05)" Standard ROM
250 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
251 *Font Times-Italic: Standard "(1.05)" Standard ROM
252 *Font Times-Roman: Standard "(1.05)" Standard ROM
253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
254 *Font ZapfDingbats: Special "(001.005)" Special ROM
255 *% End of ph3116.ppd, 13998 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for Phaser 3117 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: English
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ph3117.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Xerox"
12 *ModelName: "Xerox Phaser 3117"
13 *ShortNickName: "Xerox Phaser 3117"
14 *NickName: "Xerox Phaser 3117, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL ManualDuplex: "On"
31 *QPDL QPDLVersion: "2"
32 *General DocHeaderValues: "<0><0><1>"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
140 *OpenUI *InputSlot/Media Source: PickOne
141 *OrderDependency: 10.0 AnySetup *InputSlot
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Automatic Selection: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Manual Feed: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Paper Type: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Use Printer Default: ""
150 *MediaType NORMAL/Plain Paper: ""
151 *MediaType THICK/Thick Paper: ""
152 *MediaType THIN/Thin Paper: ""
153 *MediaType BOND/Bond: ""
154 *MediaType OHP/Transparency: ""
155 *MediaType CARD/Card Stock: ""
156 *MediaType LABEL/Label: ""
157 *MediaType USED/Preprinted: ""
158 *MediaType COLOR/Colored Paper: ""
159 *MediaType ENV/Envelope: ""
160 *MediaType COTTON/Cotton: ""
161 *MediaType RECYCLED/Recycled: ""
162 *MediaType ARCHIVE/Archive: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Air pressure: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Low: ""
168 *Altitude HIGH/High: ""
169 *CloseUI: *Altitude
170 *OpenUI *PowerSave/Power Save: PickOne
171 *OrderDependency: 10.0 AnySetup *PowerSave
172 *DefaultPowerSave: 5
173 *PowerSave False/Off: ""
174 *PowerSave 5/5 Minutes: ""
175 *PowerSave 10/10 Minutes: ""
176 *PowerSave 15/15 Minutes: ""
177 *PowerSave 30/30 Minutes: ""
178 *PowerSave 45/45 Minutes: ""
179 *PowerSave 60/1 Hour: ""
180 *CloseUI: *PowerSave
181 *OpenUI *TonerDensity/Toner Density: PickOne
182 *OrderDependency: 10.0 AnySetup *TonerDensity
183 *DefaultTonerDensity: 3
184 *TonerDensity 1/Light: ""
185 *TonerDensity 3/Medium: ""
186 *TonerDensity 5/Dark: ""
187 *CloseUI: *TonerDensity
188 *OpenUI *EconoMode/Toner Save: PickOne
189 *OrderDependency: 10.0 AnySetup *EconoMode
190 *DefaultEconoMode: 0
191 *EconoMode 0/Use Printer Default: ""
192 *EconoMode ON/Save: ""
193 *EconoMode OFF/Standard: ""
194 *CloseUI: *EconoMode
195 *OpenUI *JamRecovery/Reprint When Jam: Boolean
196 *OrderDependency: 10.0 AnySetup *JamRecovery
197 *DefaultJamRecovery: False
198 *JamRecovery False/Off: ""
199 *JamRecovery True/On: ""
200 *CloseUI: *JamRecovery
201 *OpenUI *ColorModel/Color Mode: PickOne
202 *OrderDependency: 10.0 AnySetup *ColorModel
203 *DefaultColorModel: Gray
204 *ColorModel Gray/Grayscale: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
205 *CloseUI: *ColorModel
206 *OpenUI *Resolution: PickOne
207 *OrderDependency: 10.0 AnySetup *Resolution
208 *DefaultResolution: 600dpi
209 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
210 *CloseUI: *Resolution
211 *OpenUI *Duplex/2-Sided Printing: PickOne
212 *OrderDependency: 10.0 AnySetup *Duplex
213 *DefaultDuplex: None
214 *Duplex None/Off (1-Sided): "<</Duplex false>>setpagedevice"
215 *Duplex DuplexNoTumble/Long-Edge (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
216 *Duplex DuplexTumble/Short-Edge (Landscape): "<</Duplex true/Tumble true>>setpagedevice"
217 *CloseUI: *Duplex
218 *DefaultFont: Courier
219 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
220 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
223 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
224 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
225 *Font Bookman-Light: Standard "(1.05)" Standard ROM
226 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
227 *Font Courier: Standard "(1.05)" Standard ROM
228 *Font Courier-Bold: Standard "(1.05)" Standard ROM
229 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
230 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
231 *Font Helvetica: Standard "(1.05)" Standard ROM
232 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
233 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
234 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
239 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
243 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
244 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
245 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
247 *Font Symbol: Special "(001.005)" Special ROM
248 *Font Times-Bold: Standard "(1.05)" Standard ROM
249 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
250 *Font Times-Italic: Standard "(1.05)" Standard ROM
251 *Font Times-Roman: Standard "(1.05)" Standard ROM
252 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
253 *Font ZapfDingbats: Special "(001.005)" Special ROM
254 *% End of ph3117.ppd, 13473 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for Phaser 3117 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: French
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ph3117.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Xerox"
12 *ModelName: "Xerox Phaser 3117"
13 *ShortNickName: "Xerox Phaser 3117"
14 *NickName: "Xerox Phaser 3117, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL ManualDuplex: "On"
31 *QPDL QPDLVersion: "2"
32 *General DocHeaderValues: "<0><0><1>"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Sélection automatique: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Manuel: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Type de support: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Utiliser la configuration imprimante: ""
150 *MediaType NORMAL/Papier ordinaire: ""
151 *MediaType THICK/Papier épais: ""
152 *MediaType THIN/Papier fin: ""
153 *MediaType BOND/Papier Bond: ""
154 *MediaType OHP/Transparent: ""
155 *MediaType CARD/Papier cartonné: ""
156 *MediaType LABEL/Étiquette: ""
157 *MediaType USED/Papier pré-imprimé: ""
158 *MediaType COLOR/Couleur: ""
159 *MediaType ENV/Enveloppe: ""
160 *MediaType COTTON/Coton: ""
161 *MediaType RECYCLED/Papier recyclé: ""
162 *MediaType ARCHIVE/Archive: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Pression de l'air: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Faible: ""
168 *Altitude HIGH/Forte: ""
169 *CloseUI: *Altitude
170 *OpenUI *PowerSave/Économie d'énergie: PickOne
171 *OrderDependency: 10.0 AnySetup *PowerSave
172 *DefaultPowerSave: 5
173 *PowerSave False/Désactivé: ""
174 *PowerSave 5/5 minutes: ""
175 *PowerSave 10/10 minutes: ""
176 *PowerSave 15/15 minutes: ""
177 *PowerSave 30/30 minutes: ""
178 *PowerSave 45/45 minutes: ""
179 *PowerSave 60/1 heure: ""
180 *CloseUI: *PowerSave
181 *OpenUI *TonerDensity/Densité de toner: PickOne
182 *OrderDependency: 10.0 AnySetup *TonerDensity
183 *DefaultTonerDensity: 3
184 *TonerDensity 1/Clair: ""
185 *TonerDensity 3/Normal: ""
186 *TonerDensity 5/Sombre: ""
187 *CloseUI: *TonerDensity
188 *OpenUI *EconoMode/Économie de toner: PickOne
189 *OrderDependency: 10.0 AnySetup *EconoMode
190 *DefaultEconoMode: 0
191 *EconoMode 0/Utiliser la configuration imprimante: ""
192 *EconoMode ON/Économiser: ""
193 *EconoMode OFF/Standard: ""
194 *CloseUI: *EconoMode
195 *OpenUI *JamRecovery/Réimpression si bourrage: Boolean
196 *OrderDependency: 10.0 AnySetup *JamRecovery
197 *DefaultJamRecovery: False
198 *JamRecovery False/Désactivé: ""
199 *JamRecovery True/Oui: ""
200 *CloseUI: *JamRecovery
201 *OpenUI *ColorModel/Mode couleur: PickOne
202 *OrderDependency: 10.0 AnySetup *ColorModel
203 *DefaultColorModel: Gray
204 *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
205 *CloseUI: *ColorModel
206 *OpenUI *Resolution: PickOne
207 *OrderDependency: 10.0 AnySetup *Resolution
208 *DefaultResolution: 600dpi
209 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
210 *CloseUI: *Resolution
211 *OpenUI *Duplex/Impression recto-verso: PickOne
212 *OrderDependency: 10.0 AnySetup *Duplex
213 *DefaultDuplex: None
214 *Duplex None/Simple (recto): "<</Duplex false>>setpagedevice"
215 *Duplex DuplexNoTumble/Côté long (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
216 *Duplex DuplexTumble/Côté court (Paysage): "<</Duplex true/Tumble true>>setpagedevice"
217 *CloseUI: *Duplex
218 *DefaultFont: Courier
219 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
220 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
223 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
224 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
225 *Font Bookman-Light: Standard "(1.05)" Standard ROM
226 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
227 *Font Courier: Standard "(1.05)" Standard ROM
228 *Font Courier-Bold: Standard "(1.05)" Standard ROM
229 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
230 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
231 *Font Helvetica: Standard "(1.05)" Standard ROM
232 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
233 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
234 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
239 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
243 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
244 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
245 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
247 *Font Symbol: Special "(001.005)" Special ROM
248 *Font Times-Bold: Standard "(1.05)" Standard ROM
249 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
250 *Font Times-Italic: Standard "(1.05)" Standard ROM
251 *Font Times-Roman: Standard "(1.05)" Standard ROM
252 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
253 *Font ZapfDingbats: Special "(001.005)" Special ROM
254 *% End of ph3117.ppd, 13731 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for Phaser 3117 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: Portuguese_Brazil
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ph3117.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Xerox"
12 *ModelName: "Xerox Phaser 3117"
13 *ShortNickName: "Xerox Phaser 3117"
14 *NickName: "Xerox Phaser 3117, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL ManualDuplex: "On"
31 *QPDL QPDLVersion: "2"
32 *General DocHeaderValues: "<0><0><1>"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Seleção Automática: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Alimentação Manual: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Tipo de Papel: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Usar a Definição da Impressora: ""
150 *MediaType NORMAL/Papel normal: ""
151 *MediaType THICK/Papel grosso: ""
152 *MediaType THIN/Papel Delgado (Fino): ""
153 *MediaType BOND/Papel Bond: ""
154 *MediaType OHP/Transparência: ""
155 *MediaType CARD/Cartolina: ""
156 *MediaType LABEL/Etiqueta: ""
157 *MediaType USED/Papel Pré-Impresso: ""
158 *MediaType COLOR/Cor: ""
159 *MediaType ENV/Envelope: ""
160 *MediaType COTTON/Algodão: ""
161 *MediaType RECYCLED/Papel Reciclado: ""
162 *MediaType ARCHIVE/Arquivamento: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Pressão Atmosférica: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Pressão Elevada (Baixa Altitude): ""
168 *Altitude HIGH/Pressão Reduzida (Grande Altitude): ""
169 *CloseUI: *Altitude
170 *OpenUI *PowerSave/Economia de Energia: PickOne
171 *OrderDependency: 10.0 AnySetup *PowerSave
172 *DefaultPowerSave: 5
173 *PowerSave False/Desligado: ""
174 *PowerSave 5/5 Minutos: ""
175 *PowerSave 10/10 Minutos: ""
176 *PowerSave 15/15 Minutos: ""
177 *PowerSave 30/30 Minutos: ""
178 *PowerSave 45/45 Minutos: ""
179 *PowerSave 60/1 Hora: ""
180 *CloseUI: *PowerSave
181 *OpenUI *TonerDensity/Densidade do Toner: PickOne
182 *OrderDependency: 10.0 AnySetup *TonerDensity
183 *DefaultTonerDensity: 3
184 *TonerDensity 1/Claro: ""
185 *TonerDensity 3/Normal: ""
186 *TonerDensity 5/Escuro: ""
187 *CloseUI: *TonerDensity
188 *OpenUI *EconoMode/Economia do Toner: PickOne
189 *OrderDependency: 10.0 AnySetup *EconoMode
190 *DefaultEconoMode: 0
191 *EconoMode 0/Usar a Definição da Impressora: ""
192 *EconoMode ON/Economizar: ""
193 *EconoMode OFF/Não Economizar: ""
194 *CloseUI: *EconoMode
195 *OpenUI *JamRecovery/Reimpressão Após Atolamento do Papel: Boolean
196 *OrderDependency: 10.0 AnySetup *JamRecovery
197 *DefaultJamRecovery: False
198 *JamRecovery False/Desligado: ""
199 *JamRecovery True/Ativado: ""
200 *CloseUI: *JamRecovery
201 *OpenUI *ColorModel/Modo Cor: PickOne
202 *OrderDependency: 10.0 AnySetup *ColorModel
203 *DefaultColorModel: Gray
204 *ColorModel Gray/Tons de Cinza: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
205 *CloseUI: *ColorModel
206 *OpenUI *Resolution: PickOne
207 *OrderDependency: 10.0 AnySetup *Resolution
208 *DefaultResolution: 600dpi
209 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
210 *CloseUI: *Resolution
211 *OpenUI *Duplex/Impressão em Frente e Verso: PickOne
212 *OrderDependency: 10.0 AnySetup *Duplex
213 *DefaultDuplex: None
214 *Duplex None/Frente (Simples): "<</Duplex false>>setpagedevice"
215 *Duplex DuplexNoTumble/Borda Longa (Retrato): "<</Duplex true/Tumble false>>setpagedevice"
216 *Duplex DuplexTumble/Borda Curta (Paisagem): "<</Duplex true/Tumble true>>setpagedevice"
217 *CloseUI: *Duplex
218 *DefaultFont: Courier
219 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
220 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
223 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
224 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
225 *Font Bookman-Light: Standard "(1.05)" Standard ROM
226 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
227 *Font Courier: Standard "(1.05)" Standard ROM
228 *Font Courier-Bold: Standard "(1.05)" Standard ROM
229 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
230 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
231 *Font Helvetica: Standard "(1.05)" Standard ROM
232 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
233 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
234 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
239 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
243 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
244 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
245 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
247 *Font Symbol: Special "(001.005)" Special ROM
248 *Font Times-Bold: Standard "(1.05)" Standard ROM
249 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
250 *Font Times-Italic: Standard "(1.05)" Standard ROM
251 *Font Times-Roman: Standard "(1.05)" Standard ROM
252 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
253 *Font ZapfDingbats: Special "(001.005)" Special ROM
254 *% End of ph3117.ppd, 13849 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for Phaser 3120 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: English
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ph3120.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Xerox"
12 *ModelName: "Xerox Phaser 3120"
13 *ShortNickName: "Xerox Phaser 3120"
14 *NickName: "Xerox Phaser 3120, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><0><0>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
140 *OpenUI *InputSlot/Media Source: PickOne
141 *OrderDependency: 10.0 AnySetup *InputSlot
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Automatic Selection: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Manual Feed: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Paper Type: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Use Printer Default: ""
150 *MediaType NORMAL/Plain Paper: ""
151 *MediaType THICK/Thick Paper: ""
152 *MediaType THIN/Thin Paper: ""
153 *MediaType BOND/Bond: ""
154 *MediaType OHP/Transparency: ""
155 *MediaType CARD/Card Stock: ""
156 *MediaType LABEL/Label: ""
157 *MediaType USED/Preprinted: ""
158 *MediaType COLOR/Colored Paper: ""
159 *MediaType ENV/Envelope: ""
160 *MediaType COTTON/Cotton: ""
161 *MediaType RECYCLED/Recycled: ""
162 *MediaType ARCHIVE/Archive: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Air pressure: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Low: ""
168 *Altitude HIGH/High: ""
169 *CloseUI: *Altitude
170 *OpenUI *PowerSave/Power Save: PickOne
171 *OrderDependency: 10.0 AnySetup *PowerSave
172 *DefaultPowerSave: 5
173 *PowerSave False/Off: ""
174 *PowerSave 5/5 Minutes: ""
175 *PowerSave 10/10 Minutes: ""
176 *PowerSave 15/15 Minutes: ""
177 *PowerSave 30/30 Minutes: ""
178 *PowerSave 45/45 Minutes: ""
179 *PowerSave 60/1 Hour: ""
180 *CloseUI: *PowerSave
181 *OpenUI *TonerDensity/Toner Density: PickOne
182 *OrderDependency: 10.0 AnySetup *TonerDensity
183 *DefaultTonerDensity: 3
184 *TonerDensity 1/Light: ""
185 *TonerDensity 3/Medium: ""
186 *TonerDensity 5/Dark: ""
187 *CloseUI: *TonerDensity
188 *OpenUI *EconoMode/Toner Save: PickOne
189 *OrderDependency: 10.0 AnySetup *EconoMode
190 *DefaultEconoMode: 0
191 *EconoMode 0/Use Printer Default: ""
192 *EconoMode ON/Save: ""
193 *EconoMode OFF/Standard: ""
194 *CloseUI: *EconoMode
195 *OpenUI *JamRecovery/Reprint When Jam: Boolean
196 *OrderDependency: 10.0 AnySetup *JamRecovery
197 *DefaultJamRecovery: False
198 *JamRecovery False/Off: ""
199 *JamRecovery True/On: ""
200 *CloseUI: *JamRecovery
201 *OpenUI *ColorModel/Color Mode: PickOne
202 *OrderDependency: 10.0 AnySetup *ColorModel
203 *DefaultColorModel: Gray
204 *ColorModel Gray/Grayscale: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
205 *CloseUI: *ColorModel
206 *OpenUI *Resolution: PickOne
207 *OrderDependency: 10.0 AnySetup *Resolution
208 *DefaultResolution: 600dpi
209 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
210 *Resolution 300dpi/300 DPI: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
211 *CloseUI: *Resolution
212 *OpenUI *Duplex/2-Sided Printing: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Off (1-Sided): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Long-Edge (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Short-Edge (Landscape): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
219 *DefaultFont: Courier
220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
224 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
225 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
226 *Font Bookman-Light: Standard "(1.05)" Standard ROM
227 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
228 *Font Courier: Standard "(1.05)" Standard ROM
229 *Font Courier-Bold: Standard "(1.05)" Standard ROM
230 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
231 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
232 *Font Helvetica: Standard "(1.05)" Standard ROM
233 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
234 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
244 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
245 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
247 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
248 *Font Symbol: Special "(001.005)" Special ROM
249 *Font Times-Bold: Standard "(1.05)" Standard ROM
250 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
251 *Font Times-Italic: Standard "(1.05)" Standard ROM
252 *Font Times-Roman: Standard "(1.05)" Standard ROM
253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
254 *Font ZapfDingbats: Special "(001.005)" Special ROM
255 *% End of ph3120.ppd, 13622 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for Phaser 3120 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: French
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ph3120.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Xerox"
12 *ModelName: "Xerox Phaser 3120"
13 *ShortNickName: "Xerox Phaser 3120"
14 *NickName: "Xerox Phaser 3120, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><0><0>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Sélection automatique: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Manuel: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Type de support: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Utiliser la configuration imprimante: ""
150 *MediaType NORMAL/Papier ordinaire: ""
151 *MediaType THICK/Papier épais: ""
152 *MediaType THIN/Papier fin: ""
153 *MediaType BOND/Papier Bond: ""
154 *MediaType OHP/Transparent: ""
155 *MediaType CARD/Papier cartonné: ""
156 *MediaType LABEL/Étiquette: ""
157 *MediaType USED/Papier pré-imprimé: ""
158 *MediaType COLOR/Couleur: ""
159 *MediaType ENV/Enveloppe: ""
160 *MediaType COTTON/Coton: ""
161 *MediaType RECYCLED/Papier recyclé: ""
162 *MediaType ARCHIVE/Archive: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Pression de l'air: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Faible: ""
168 *Altitude HIGH/Forte: ""
169 *CloseUI: *Altitude
170 *OpenUI *PowerSave/Économie d'énergie: PickOne
171 *OrderDependency: 10.0 AnySetup *PowerSave
172 *DefaultPowerSave: 5
173 *PowerSave False/Désactivé: ""
174 *PowerSave 5/5 minutes: ""
175 *PowerSave 10/10 minutes: ""
176 *PowerSave 15/15 minutes: ""
177 *PowerSave 30/30 minutes: ""
178 *PowerSave 45/45 minutes: ""
179 *PowerSave 60/1 heure: ""
180 *CloseUI: *PowerSave
181 *OpenUI *TonerDensity/Densité de toner: PickOne
182 *OrderDependency: 10.0 AnySetup *TonerDensity
183 *DefaultTonerDensity: 3
184 *TonerDensity 1/Clair: ""
185 *TonerDensity 3/Normal: ""
186 *TonerDensity 5/Sombre: ""
187 *CloseUI: *TonerDensity
188 *OpenUI *EconoMode/Économie de toner: PickOne
189 *OrderDependency: 10.0 AnySetup *EconoMode
190 *DefaultEconoMode: 0
191 *EconoMode 0/Utiliser la configuration imprimante: ""
192 *EconoMode ON/Économiser: ""
193 *EconoMode OFF/Standard: ""
194 *CloseUI: *EconoMode
195 *OpenUI *JamRecovery/Réimpression si bourrage: Boolean
196 *OrderDependency: 10.0 AnySetup *JamRecovery
197 *DefaultJamRecovery: False
198 *JamRecovery False/Désactivé: ""
199 *JamRecovery True/Oui: ""
200 *CloseUI: *JamRecovery
201 *OpenUI *ColorModel/Mode couleur: PickOne
202 *OrderDependency: 10.0 AnySetup *ColorModel
203 *DefaultColorModel: Gray
204 *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
205 *CloseUI: *ColorModel
206 *OpenUI *Resolution: PickOne
207 *OrderDependency: 10.0 AnySetup *Resolution
208 *DefaultResolution: 600dpi
209 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
210 *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
211 *CloseUI: *Resolution
212 *OpenUI *Duplex/Impression recto-verso: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Simple (recto): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Côté long (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Côté court (Paysage): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
219 *DefaultFont: Courier
220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
224 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
225 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
226 *Font Bookman-Light: Standard "(1.05)" Standard ROM
227 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
228 *Font Courier: Standard "(1.05)" Standard ROM
229 *Font Courier-Bold: Standard "(1.05)" Standard ROM
230 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
231 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
232 *Font Helvetica: Standard "(1.05)" Standard ROM
233 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
234 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
244 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
245 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
247 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
248 *Font Symbol: Special "(001.005)" Special ROM
249 *Font Times-Bold: Standard "(1.05)" Standard ROM
250 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
251 *Font Times-Italic: Standard "(1.05)" Standard ROM
252 *Font Times-Roman: Standard "(1.05)" Standard ROM
253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
254 *Font ZapfDingbats: Special "(001.005)" Special ROM
255 *% End of ph3120.ppd, 13880 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for Phaser 3120 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: Portuguese_Brazil
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ph3120.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Xerox"
12 *ModelName: "Xerox Phaser 3120"
13 *ShortNickName: "Xerox Phaser 3120"
14 *NickName: "Xerox Phaser 3120, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><0><0>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Seleção Automática: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Alimentação Manual: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Tipo de Papel: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Usar a Definição da Impressora: ""
150 *MediaType NORMAL/Papel normal: ""
151 *MediaType THICK/Papel grosso: ""
152 *MediaType THIN/Papel Delgado (Fino): ""
153 *MediaType BOND/Papel Bond: ""
154 *MediaType OHP/Transparência: ""
155 *MediaType CARD/Cartolina: ""
156 *MediaType LABEL/Etiqueta: ""
157 *MediaType USED/Papel Pré-Impresso: ""
158 *MediaType COLOR/Cor: ""
159 *MediaType ENV/Envelope: ""
160 *MediaType COTTON/Algodão: ""
161 *MediaType RECYCLED/Papel Reciclado: ""
162 *MediaType ARCHIVE/Arquivamento: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Pressão Atmosférica: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Pressão Elevada (Baixa Altitude): ""
168 *Altitude HIGH/Pressão Reduzida (Grande Altitude): ""
169 *CloseUI: *Altitude
170 *OpenUI *PowerSave/Economia de Energia: PickOne
171 *OrderDependency: 10.0 AnySetup *PowerSave
172 *DefaultPowerSave: 5
173 *PowerSave False/Desligado: ""
174 *PowerSave 5/5 Minutos: ""
175 *PowerSave 10/10 Minutos: ""
176 *PowerSave 15/15 Minutos: ""
177 *PowerSave 30/30 Minutos: ""
178 *PowerSave 45/45 Minutos: ""
179 *PowerSave 60/1 Hora: ""
180 *CloseUI: *PowerSave
181 *OpenUI *TonerDensity/Densidade do Toner: PickOne
182 *OrderDependency: 10.0 AnySetup *TonerDensity
183 *DefaultTonerDensity: 3
184 *TonerDensity 1/Claro: ""
185 *TonerDensity 3/Normal: ""
186 *TonerDensity 5/Escuro: ""
187 *CloseUI: *TonerDensity
188 *OpenUI *EconoMode/Economia do Toner: PickOne
189 *OrderDependency: 10.0 AnySetup *EconoMode
190 *DefaultEconoMode: 0
191 *EconoMode 0/Usar a Definição da Impressora: ""
192 *EconoMode ON/Economizar: ""
193 *EconoMode OFF/Não Economizar: ""
194 *CloseUI: *EconoMode
195 *OpenUI *JamRecovery/Reimpressão Após Atolamento do Papel: Boolean
196 *OrderDependency: 10.0 AnySetup *JamRecovery
197 *DefaultJamRecovery: False
198 *JamRecovery False/Desligado: ""
199 *JamRecovery True/Ativado: ""
200 *CloseUI: *JamRecovery
201 *OpenUI *ColorModel/Modo Cor: PickOne
202 *OrderDependency: 10.0 AnySetup *ColorModel
203 *DefaultColorModel: Gray
204 *ColorModel Gray/Tons de Cinza: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
205 *CloseUI: *ColorModel
206 *OpenUI *Resolution: PickOne
207 *OrderDependency: 10.0 AnySetup *Resolution
208 *DefaultResolution: 600dpi
209 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
210 *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
211 *CloseUI: *Resolution
212 *OpenUI *Duplex/Impressão em Frente e Verso: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Frente (Simples): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Borda Longa (Retrato): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Borda Curta (Paisagem): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
219 *DefaultFont: Courier
220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
224 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
225 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
226 *Font Bookman-Light: Standard "(1.05)" Standard ROM
227 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
228 *Font Courier: Standard "(1.05)" Standard ROM
229 *Font Courier-Bold: Standard "(1.05)" Standard ROM
230 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
231 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
232 *Font Helvetica: Standard "(1.05)" Standard ROM
233 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
234 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
244 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
245 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
247 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
248 *Font Symbol: Special "(001.005)" Special ROM
249 *Font Times-Bold: Standard "(1.05)" Standard ROM
250 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
251 *Font Times-Italic: Standard "(1.05)" Standard ROM
252 *Font Times-Roman: Standard "(1.05)" Standard ROM
253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
254 *Font ZapfDingbats: Special "(001.005)" Special ROM
255 *% End of ph3120.ppd, 13998 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for Phaser 3121 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: English
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ph3121.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Xerox"
12 *ModelName: "Xerox Phaser 3121"
13 *ShortNickName: "Xerox Phaser 3121"
14 *NickName: "Xerox Phaser 3121, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><0><0>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
140 *OpenUI *InputSlot/Media Source: PickOne
141 *OrderDependency: 10.0 AnySetup *InputSlot
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Automatic Selection: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Manual Feed: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Paper Type: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Use Printer Default: ""
150 *MediaType NORMAL/Plain Paper: ""
151 *MediaType THICK/Thick Paper: ""
152 *MediaType THIN/Thin Paper: ""
153 *MediaType BOND/Bond: ""
154 *MediaType OHP/Transparency: ""
155 *MediaType CARD/Card Stock: ""
156 *MediaType LABEL/Label: ""
157 *MediaType USED/Preprinted: ""
158 *MediaType COLOR/Colored Paper: ""
159 *MediaType ENV/Envelope: ""
160 *MediaType COTTON/Cotton: ""
161 *MediaType RECYCLED/Recycled: ""
162 *MediaType ARCHIVE/Archive: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Air pressure: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Low: ""
168 *Altitude HIGH/High: ""
169 *CloseUI: *Altitude
170 *OpenUI *PowerSave/Power Save: PickOne
171 *OrderDependency: 10.0 AnySetup *PowerSave
172 *DefaultPowerSave: 5
173 *PowerSave False/Off: ""
174 *PowerSave 5/5 Minutes: ""
175 *PowerSave 10/10 Minutes: ""
176 *PowerSave 15/15 Minutes: ""
177 *PowerSave 30/30 Minutes: ""
178 *PowerSave 45/45 Minutes: ""
179 *PowerSave 60/1 Hour: ""
180 *CloseUI: *PowerSave
181 *OpenUI *TonerDensity/Toner Density: PickOne
182 *OrderDependency: 10.0 AnySetup *TonerDensity
183 *DefaultTonerDensity: 3
184 *TonerDensity 1/Light: ""
185 *TonerDensity 3/Medium: ""
186 *TonerDensity 5/Dark: ""
187 *CloseUI: *TonerDensity
188 *OpenUI *EconoMode/Toner Save: PickOne
189 *OrderDependency: 10.0 AnySetup *EconoMode
190 *DefaultEconoMode: 0
191 *EconoMode 0/Use Printer Default: ""
192 *EconoMode ON/Save: ""
193 *EconoMode OFF/Standard: ""
194 *CloseUI: *EconoMode
195 *OpenUI *JamRecovery/Reprint When Jam: Boolean
196 *OrderDependency: 10.0 AnySetup *JamRecovery
197 *DefaultJamRecovery: False
198 *JamRecovery False/Off: ""
199 *JamRecovery True/On: ""
200 *CloseUI: *JamRecovery
201 *OpenUI *ColorModel/Color Mode: PickOne
202 *OrderDependency: 10.0 AnySetup *ColorModel
203 *DefaultColorModel: Gray
204 *ColorModel Gray/Grayscale: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
205 *CloseUI: *ColorModel
206 *OpenUI *Resolution: PickOne
207 *OrderDependency: 10.0 AnySetup *Resolution
208 *DefaultResolution: 600dpi
209 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
210 *Resolution 300dpi/300 DPI: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
211 *CloseUI: *Resolution
212 *OpenUI *Duplex/2-Sided Printing: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Off (1-Sided): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Long-Edge (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Short-Edge (Landscape): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
219 *DefaultFont: Courier
220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
224 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
225 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
226 *Font Bookman-Light: Standard "(1.05)" Standard ROM
227 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
228 *Font Courier: Standard "(1.05)" Standard ROM
229 *Font Courier-Bold: Standard "(1.05)" Standard ROM
230 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
231 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
232 *Font Helvetica: Standard "(1.05)" Standard ROM
233 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
234 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
244 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
245 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
247 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
248 *Font Symbol: Special "(001.005)" Special ROM
249 *Font Times-Bold: Standard "(1.05)" Standard ROM
250 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
251 *Font Times-Italic: Standard "(1.05)" Standard ROM
252 *Font Times-Roman: Standard "(1.05)" Standard ROM
253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
254 *Font ZapfDingbats: Special "(001.005)" Special ROM
255 *% End of ph3121.ppd, 13622 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for Phaser 3121 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: French
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ph3121.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Xerox"
12 *ModelName: "Xerox Phaser 3121"
13 *ShortNickName: "Xerox Phaser 3121"
14 *NickName: "Xerox Phaser 3121, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><0><0>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Sélection automatique: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Manuel: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Type de support: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Utiliser la configuration imprimante: ""
150 *MediaType NORMAL/Papier ordinaire: ""
151 *MediaType THICK/Papier épais: ""
152 *MediaType THIN/Papier fin: ""
153 *MediaType BOND/Papier Bond: ""
154 *MediaType OHP/Transparent: ""
155 *MediaType CARD/Papier cartonné: ""
156 *MediaType LABEL/Étiquette: ""
157 *MediaType USED/Papier pré-imprimé: ""
158 *MediaType COLOR/Couleur: ""
159 *MediaType ENV/Enveloppe: ""
160 *MediaType COTTON/Coton: ""
161 *MediaType RECYCLED/Papier recyclé: ""
162 *MediaType ARCHIVE/Archive: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Pression de l'air: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Faible: ""
168 *Altitude HIGH/Forte: ""
169 *CloseUI: *Altitude
170 *OpenUI *PowerSave/Économie d'énergie: PickOne
171 *OrderDependency: 10.0 AnySetup *PowerSave
172 *DefaultPowerSave: 5
173 *PowerSave False/Désactivé: ""
174 *PowerSave 5/5 minutes: ""
175 *PowerSave 10/10 minutes: ""
176 *PowerSave 15/15 minutes: ""
177 *PowerSave 30/30 minutes: ""
178 *PowerSave 45/45 minutes: ""
179 *PowerSave 60/1 heure: ""
180 *CloseUI: *PowerSave
181 *OpenUI *TonerDensity/Densité de toner: PickOne
182 *OrderDependency: 10.0 AnySetup *TonerDensity
183 *DefaultTonerDensity: 3
184 *TonerDensity 1/Clair: ""
185 *TonerDensity 3/Normal: ""
186 *TonerDensity 5/Sombre: ""
187 *CloseUI: *TonerDensity
188 *OpenUI *EconoMode/Économie de toner: PickOne
189 *OrderDependency: 10.0 AnySetup *EconoMode
190 *DefaultEconoMode: 0
191 *EconoMode 0/Utiliser la configuration imprimante: ""
192 *EconoMode ON/Économiser: ""
193 *EconoMode OFF/Standard: ""
194 *CloseUI: *EconoMode
195 *OpenUI *JamRecovery/Réimpression si bourrage: Boolean
196 *OrderDependency: 10.0 AnySetup *JamRecovery
197 *DefaultJamRecovery: False
198 *JamRecovery False/Désactivé: ""
199 *JamRecovery True/Oui: ""
200 *CloseUI: *JamRecovery
201 *OpenUI *ColorModel/Mode couleur: PickOne
202 *OrderDependency: 10.0 AnySetup *ColorModel
203 *DefaultColorModel: Gray
204 *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
205 *CloseUI: *ColorModel
206 *OpenUI *Resolution: PickOne
207 *OrderDependency: 10.0 AnySetup *Resolution
208 *DefaultResolution: 600dpi
209 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
210 *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
211 *CloseUI: *Resolution
212 *OpenUI *Duplex/Impression recto-verso: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Simple (recto): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Côté long (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Côté court (Paysage): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
219 *DefaultFont: Courier
220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
224 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
225 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
226 *Font Bookman-Light: Standard "(1.05)" Standard ROM
227 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
228 *Font Courier: Standard "(1.05)" Standard ROM
229 *Font Courier-Bold: Standard "(1.05)" Standard ROM
230 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
231 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
232 *Font Helvetica: Standard "(1.05)" Standard ROM
233 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
234 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
244 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
245 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
247 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
248 *Font Symbol: Special "(001.005)" Special ROM
249 *Font Times-Bold: Standard "(1.05)" Standard ROM
250 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
251 *Font Times-Italic: Standard "(1.05)" Standard ROM
252 *Font Times-Roman: Standard "(1.05)" Standard ROM
253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
254 *Font ZapfDingbats: Special "(001.005)" Special ROM
255 *% End of ph3121.ppd, 13880 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for Phaser 3121 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: Portuguese_Brazil
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ph3121.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Xerox"
12 *ModelName: "Xerox Phaser 3121"
13 *ShortNickName: "Xerox Phaser 3121"
14 *NickName: "Xerox Phaser 3121, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><0><0>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Seleção Automática: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Alimentação Manual: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Tipo de Papel: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Usar a Definição da Impressora: ""
150 *MediaType NORMAL/Papel normal: ""
151 *MediaType THICK/Papel grosso: ""
152 *MediaType THIN/Papel Delgado (Fino): ""
153 *MediaType BOND/Papel Bond: ""
154 *MediaType OHP/Transparência: ""
155 *MediaType CARD/Cartolina: ""
156 *MediaType LABEL/Etiqueta: ""
157 *MediaType USED/Papel Pré-Impresso: ""
158 *MediaType COLOR/Cor: ""
159 *MediaType ENV/Envelope: ""
160 *MediaType COTTON/Algodão: ""
161 *MediaType RECYCLED/Papel Reciclado: ""
162 *MediaType ARCHIVE/Arquivamento: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Pressão Atmosférica: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Pressão Elevada (Baixa Altitude): ""
168 *Altitude HIGH/Pressão Reduzida (Grande Altitude): ""
169 *CloseUI: *Altitude
170 *OpenUI *PowerSave/Economia de Energia: PickOne
171 *OrderDependency: 10.0 AnySetup *PowerSave
172 *DefaultPowerSave: 5
173 *PowerSave False/Desligado: ""
174 *PowerSave 5/5 Minutos: ""
175 *PowerSave 10/10 Minutos: ""
176 *PowerSave 15/15 Minutos: ""
177 *PowerSave 30/30 Minutos: ""
178 *PowerSave 45/45 Minutos: ""
179 *PowerSave 60/1 Hora: ""
180 *CloseUI: *PowerSave
181 *OpenUI *TonerDensity/Densidade do Toner: PickOne
182 *OrderDependency: 10.0 AnySetup *TonerDensity
183 *DefaultTonerDensity: 3
184 *TonerDensity 1/Claro: ""
185 *TonerDensity 3/Normal: ""
186 *TonerDensity 5/Escuro: ""
187 *CloseUI: *TonerDensity
188 *OpenUI *EconoMode/Economia do Toner: PickOne
189 *OrderDependency: 10.0 AnySetup *EconoMode
190 *DefaultEconoMode: 0
191 *EconoMode 0/Usar a Definição da Impressora: ""
192 *EconoMode ON/Economizar: ""
193 *EconoMode OFF/Não Economizar: ""
194 *CloseUI: *EconoMode
195 *OpenUI *JamRecovery/Reimpressão Após Atolamento do Papel: Boolean
196 *OrderDependency: 10.0 AnySetup *JamRecovery
197 *DefaultJamRecovery: False
198 *JamRecovery False/Desligado: ""
199 *JamRecovery True/Ativado: ""
200 *CloseUI: *JamRecovery
201 *OpenUI *ColorModel/Modo Cor: PickOne
202 *OrderDependency: 10.0 AnySetup *ColorModel
203 *DefaultColorModel: Gray
204 *ColorModel Gray/Tons de Cinza: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
205 *CloseUI: *ColorModel
206 *OpenUI *Resolution: PickOne
207 *OrderDependency: 10.0 AnySetup *Resolution
208 *DefaultResolution: 600dpi
209 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
210 *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
211 *CloseUI: *Resolution
212 *OpenUI *Duplex/Impressão em Frente e Verso: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Frente (Simples): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Borda Longa (Retrato): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Borda Curta (Paisagem): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
219 *DefaultFont: Courier
220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
224 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
225 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
226 *Font Bookman-Light: Standard "(1.05)" Standard ROM
227 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
228 *Font Courier: Standard "(1.05)" Standard ROM
229 *Font Courier-Bold: Standard "(1.05)" Standard ROM
230 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
231 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
232 *Font Helvetica: Standard "(1.05)" Standard ROM
233 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
234 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
244 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
245 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
247 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
248 *Font Symbol: Special "(001.005)" Special ROM
249 *Font Times-Bold: Standard "(1.05)" Standard ROM
250 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
251 *Font Times-Italic: Standard "(1.05)" Standard ROM
252 *Font Times-Roman: Standard "(1.05)" Standard ROM
253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
254 *Font ZapfDingbats: Special "(001.005)" Special ROM
255 *% End of ph3121.ppd, 13998 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for Phaser 3122 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: English
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ph3122.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Xerox"
12 *ModelName: "Xerox Phaser 3122"
13 *ShortNickName: "Xerox Phaser 3122"
14 *NickName: "Xerox Phaser 3122, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL ManualDuplex: "On"
31 *QPDL QPDLVersion: "2"
32 *General DocHeaderValues: "<0><0><1>"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
140 *OpenUI *InputSlot/Media Source: PickOne
141 *OrderDependency: 10.0 AnySetup *InputSlot
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Automatic Selection: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Manual Feed: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Paper Type: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Use Printer Default: ""
150 *MediaType NORMAL/Plain Paper: ""
151 *MediaType THICK/Thick Paper: ""
152 *MediaType THIN/Thin Paper: ""
153 *MediaType BOND/Bond: ""
154 *MediaType OHP/Transparency: ""
155 *MediaType CARD/Card Stock: ""
156 *MediaType LABEL/Label: ""
157 *MediaType USED/Preprinted: ""
158 *MediaType COLOR/Colored Paper: ""
159 *MediaType ENV/Envelope: ""
160 *MediaType COTTON/Cotton: ""
161 *MediaType RECYCLED/Recycled: ""
162 *MediaType ARCHIVE/Archive: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Air pressure: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Low: ""
168 *Altitude HIGH/High: ""
169 *CloseUI: *Altitude
170 *OpenUI *PowerSave/Power Save: PickOne
171 *OrderDependency: 10.0 AnySetup *PowerSave
172 *DefaultPowerSave: 5
173 *PowerSave False/Off: ""
174 *PowerSave 5/5 Minutes: ""
175 *PowerSave 10/10 Minutes: ""
176 *PowerSave 15/15 Minutes: ""
177 *PowerSave 30/30 Minutes: ""
178 *PowerSave 45/45 Minutes: ""
179 *PowerSave 60/1 Hour: ""
180 *CloseUI: *PowerSave
181 *OpenUI *TonerDensity/Toner Density: PickOne
182 *OrderDependency: 10.0 AnySetup *TonerDensity
183 *DefaultTonerDensity: 3
184 *TonerDensity 1/Light: ""
185 *TonerDensity 3/Medium: ""
186 *TonerDensity 5/Dark: ""
187 *CloseUI: *TonerDensity
188 *OpenUI *EconoMode/Toner Save: PickOne
189 *OrderDependency: 10.0 AnySetup *EconoMode
190 *DefaultEconoMode: 0
191 *EconoMode 0/Use Printer Default: ""
192 *EconoMode ON/Save: ""
193 *EconoMode OFF/Standard: ""
194 *CloseUI: *EconoMode
195 *OpenUI *JamRecovery/Reprint When Jam: Boolean
196 *OrderDependency: 10.0 AnySetup *JamRecovery
197 *DefaultJamRecovery: False
198 *JamRecovery False/Off: ""
199 *JamRecovery True/On: ""
200 *CloseUI: *JamRecovery
201 *OpenUI *ColorModel/Color Mode: PickOne
202 *OrderDependency: 10.0 AnySetup *ColorModel
203 *DefaultColorModel: Gray
204 *ColorModel Gray/Grayscale: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
205 *CloseUI: *ColorModel
206 *OpenUI *Resolution: PickOne
207 *OrderDependency: 10.0 AnySetup *Resolution
208 *DefaultResolution: 600dpi
209 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
210 *Resolution 1200x600dpi/1200x600 DPI: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
211 *CloseUI: *Resolution
212 *OpenUI *Duplex/2-Sided Printing: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Off (1-Sided): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Long-Edge (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Short-Edge (Landscape): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
219 *DefaultFont: Courier
220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
224 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
225 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
226 *Font Bookman-Light: Standard "(1.05)" Standard ROM
227 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
228 *Font Courier: Standard "(1.05)" Standard ROM
229 *Font Courier-Bold: Standard "(1.05)" Standard ROM
230 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
231 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
232 *Font Helvetica: Standard "(1.05)" Standard ROM
233 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
234 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
244 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
245 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
247 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
248 *Font Symbol: Special "(001.005)" Special ROM
249 *Font Times-Bold: Standard "(1.05)" Standard ROM
250 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
251 *Font Times-Italic: Standard "(1.05)" Standard ROM
252 *Font Times-Roman: Standard "(1.05)" Standard ROM
253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
254 *Font ZapfDingbats: Special "(001.005)" Special ROM
255 *% End of ph3122.ppd, 13633 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for Phaser 3122 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: French
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ph3122.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Xerox"
12 *ModelName: "Xerox Phaser 3122"
13 *ShortNickName: "Xerox Phaser 3122"
14 *NickName: "Xerox Phaser 3122, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL ManualDuplex: "On"
31 *QPDL QPDLVersion: "2"
32 *General DocHeaderValues: "<0><0><1>"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Sélection automatique: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Manuel: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Type de support: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Utiliser la configuration imprimante: ""
150 *MediaType NORMAL/Papier ordinaire: ""
151 *MediaType THICK/Papier épais: ""
152 *MediaType THIN/Papier fin: ""
153 *MediaType BOND/Papier Bond: ""
154 *MediaType OHP/Transparent: ""
155 *MediaType CARD/Papier cartonné: ""
156 *MediaType LABEL/Étiquette: ""
157 *MediaType USED/Papier pré-imprimé: ""
158 *MediaType COLOR/Couleur: ""
159 *MediaType ENV/Enveloppe: ""
160 *MediaType COTTON/Coton: ""
161 *MediaType RECYCLED/Papier recyclé: ""
162 *MediaType ARCHIVE/Archive: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Pression de l'air: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Faible: ""
168 *Altitude HIGH/Forte: ""
169 *CloseUI: *Altitude
170 *OpenUI *PowerSave/Économie d'énergie: PickOne
171 *OrderDependency: 10.0 AnySetup *PowerSave
172 *DefaultPowerSave: 5
173 *PowerSave False/Désactivé: ""
174 *PowerSave 5/5 minutes: ""
175 *PowerSave 10/10 minutes: ""
176 *PowerSave 15/15 minutes: ""
177 *PowerSave 30/30 minutes: ""
178 *PowerSave 45/45 minutes: ""
179 *PowerSave 60/1 heure: ""
180 *CloseUI: *PowerSave
181 *OpenUI *TonerDensity/Densité de toner: PickOne
182 *OrderDependency: 10.0 AnySetup *TonerDensity
183 *DefaultTonerDensity: 3
184 *TonerDensity 1/Clair: ""
185 *TonerDensity 3/Normal: ""
186 *TonerDensity 5/Sombre: ""
187 *CloseUI: *TonerDensity
188 *OpenUI *EconoMode/Économie de toner: PickOne
189 *OrderDependency: 10.0 AnySetup *EconoMode
190 *DefaultEconoMode: 0
191 *EconoMode 0/Utiliser la configuration imprimante: ""
192 *EconoMode ON/Économiser: ""
193 *EconoMode OFF/Standard: ""
194 *CloseUI: *EconoMode
195 *OpenUI *JamRecovery/Réimpression si bourrage: Boolean
196 *OrderDependency: 10.0 AnySetup *JamRecovery
197 *DefaultJamRecovery: False
198 *JamRecovery False/Désactivé: ""
199 *JamRecovery True/Oui: ""
200 *CloseUI: *JamRecovery
201 *OpenUI *ColorModel/Mode couleur: PickOne
202 *OrderDependency: 10.0 AnySetup *ColorModel
203 *DefaultColorModel: Gray
204 *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
205 *CloseUI: *ColorModel
206 *OpenUI *Resolution: PickOne
207 *OrderDependency: 10.0 AnySetup *Resolution
208 *DefaultResolution: 600dpi
209 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
210 *Resolution 1200x600dpi/1200x600 PPP: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
211 *CloseUI: *Resolution
212 *OpenUI *Duplex/Impression recto-verso: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Simple (recto): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Côté long (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Côté court (Paysage): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
219 *DefaultFont: Courier
220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
224 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
225 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
226 *Font Bookman-Light: Standard "(1.05)" Standard ROM
227 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
228 *Font Courier: Standard "(1.05)" Standard ROM
229 *Font Courier-Bold: Standard "(1.05)" Standard ROM
230 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
231 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
232 *Font Helvetica: Standard "(1.05)" Standard ROM
233 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
234 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
244 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
245 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
247 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
248 *Font Symbol: Special "(001.005)" Special ROM
249 *Font Times-Bold: Standard "(1.05)" Standard ROM
250 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
251 *Font Times-Italic: Standard "(1.05)" Standard ROM
252 *Font Times-Roman: Standard "(1.05)" Standard ROM
253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
254 *Font ZapfDingbats: Special "(001.005)" Special ROM
255 *% End of ph3122.ppd, 13891 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for Phaser 3122 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: Portuguese_Brazil
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ph3122.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Xerox"
12 *ModelName: "Xerox Phaser 3122"
13 *ShortNickName: "Xerox Phaser 3122"
14 *NickName: "Xerox Phaser 3122, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL ManualDuplex: "On"
31 *QPDL QPDLVersion: "2"
32 *General DocHeaderValues: "<0><0><1>"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Seleção Automática: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Alimentação Manual: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Tipo de Papel: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Usar a Definição da Impressora: ""
150 *MediaType NORMAL/Papel normal: ""
151 *MediaType THICK/Papel grosso: ""
152 *MediaType THIN/Papel Delgado (Fino): ""
153 *MediaType BOND/Papel Bond: ""
154 *MediaType OHP/Transparência: ""
155 *MediaType CARD/Cartolina: ""
156 *MediaType LABEL/Etiqueta: ""
157 *MediaType USED/Papel Pré-Impresso: ""
158 *MediaType COLOR/Cor: ""
159 *MediaType ENV/Envelope: ""
160 *MediaType COTTON/Algodão: ""
161 *MediaType RECYCLED/Papel Reciclado: ""
162 *MediaType ARCHIVE/Arquivamento: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Pressão Atmosférica: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Pressão Elevada (Baixa Altitude): ""
168 *Altitude HIGH/Pressão Reduzida (Grande Altitude): ""
169 *CloseUI: *Altitude
170 *OpenUI *PowerSave/Economia de Energia: PickOne
171 *OrderDependency: 10.0 AnySetup *PowerSave
172 *DefaultPowerSave: 5
173 *PowerSave False/Desligado: ""
174 *PowerSave 5/5 Minutos: ""
175 *PowerSave 10/10 Minutos: ""
176 *PowerSave 15/15 Minutos: ""
177 *PowerSave 30/30 Minutos: ""
178 *PowerSave 45/45 Minutos: ""
179 *PowerSave 60/1 Hora: ""
180 *CloseUI: *PowerSave
181 *OpenUI *TonerDensity/Densidade do Toner: PickOne
182 *OrderDependency: 10.0 AnySetup *TonerDensity
183 *DefaultTonerDensity: 3
184 *TonerDensity 1/Claro: ""
185 *TonerDensity 3/Normal: ""
186 *TonerDensity 5/Escuro: ""
187 *CloseUI: *TonerDensity
188 *OpenUI *EconoMode/Economia do Toner: PickOne
189 *OrderDependency: 10.0 AnySetup *EconoMode
190 *DefaultEconoMode: 0
191 *EconoMode 0/Usar a Definição da Impressora: ""
192 *EconoMode ON/Economizar: ""
193 *EconoMode OFF/Não Economizar: ""
194 *CloseUI: *EconoMode
195 *OpenUI *JamRecovery/Reimpressão Após Atolamento do Papel: Boolean
196 *OrderDependency: 10.0 AnySetup *JamRecovery
197 *DefaultJamRecovery: False
198 *JamRecovery False/Desligado: ""
199 *JamRecovery True/Ativado: ""
200 *CloseUI: *JamRecovery
201 *OpenUI *ColorModel/Modo Cor: PickOne
202 *OrderDependency: 10.0 AnySetup *ColorModel
203 *DefaultColorModel: Gray
204 *ColorModel Gray/Tons de Cinza: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
205 *CloseUI: *ColorModel
206 *OpenUI *Resolution: PickOne
207 *OrderDependency: 10.0 AnySetup *Resolution
208 *DefaultResolution: 600dpi
209 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
210 *Resolution 1200x600dpi/1200x600 PPP: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
211 *CloseUI: *Resolution
212 *OpenUI *Duplex/Impressão em Frente e Verso: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Frente (Simples): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Borda Longa (Retrato): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Borda Curta (Paisagem): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
219 *DefaultFont: Courier
220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
224 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
225 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
226 *Font Bookman-Light: Standard "(1.05)" Standard ROM
227 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
228 *Font Courier: Standard "(1.05)" Standard ROM
229 *Font Courier-Bold: Standard "(1.05)" Standard ROM
230 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
231 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
232 *Font Helvetica: Standard "(1.05)" Standard ROM
233 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
234 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
244 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
245 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
247 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
248 *Font Symbol: Special "(001.005)" Special ROM
249 *Font Times-Bold: Standard "(1.05)" Standard ROM
250 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
251 *Font Times-Italic: Standard "(1.05)" Standard ROM
252 *Font Times-Roman: Standard "(1.05)" Standard ROM
253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
254 *Font ZapfDingbats: Special "(001.005)" Special ROM
255 *% End of ph3122.ppd, 14009 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for Phaser 3130 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: English
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ph3130.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Xerox"
12 *ModelName: "Xerox Phaser 3130"
13 *ShortNickName: "Xerox Phaser 3130"
14 *NickName: "Xerox Phaser 3130, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><0><0>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
140 *OpenUI *InputSlot/Media Source: PickOne
141 *OrderDependency: 10.0 AnySetup *InputSlot
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Automatic Selection: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Manual Feed: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Paper Type: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Use Printer Default: ""
150 *MediaType NORMAL/Plain Paper: ""
151 *MediaType THICK/Thick Paper: ""
152 *MediaType THIN/Thin Paper: ""
153 *MediaType BOND/Bond: ""
154 *MediaType OHP/Transparency: ""
155 *MediaType CARD/Card Stock: ""
156 *MediaType LABEL/Label: ""
157 *MediaType USED/Preprinted: ""
158 *MediaType COLOR/Colored Paper: ""
159 *MediaType ENV/Envelope: ""
160 *MediaType COTTON/Cotton: ""
161 *MediaType RECYCLED/Recycled: ""
162 *MediaType ARCHIVE/Archive: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Air pressure: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Low: ""
168 *Altitude HIGH/High: ""
169 *CloseUI: *Altitude
170 *OpenUI *PowerSave/Power Save: PickOne
171 *OrderDependency: 10.0 AnySetup *PowerSave
172 *DefaultPowerSave: 5
173 *PowerSave False/Off: ""
174 *PowerSave 5/5 Minutes: ""
175 *PowerSave 10/10 Minutes: ""
176 *PowerSave 15/15 Minutes: ""
177 *PowerSave 30/30 Minutes: ""
178 *PowerSave 45/45 Minutes: ""
179 *PowerSave 60/1 Hour: ""
180 *CloseUI: *PowerSave
181 *OpenUI *TonerDensity/Toner Density: PickOne
182 *OrderDependency: 10.0 AnySetup *TonerDensity
183 *DefaultTonerDensity: 3
184 *TonerDensity 1/Light: ""
185 *TonerDensity 3/Medium: ""
186 *TonerDensity 5/Dark: ""
187 *CloseUI: *TonerDensity
188 *OpenUI *EconoMode/Toner Save: PickOne
189 *OrderDependency: 10.0 AnySetup *EconoMode
190 *DefaultEconoMode: 0
191 *EconoMode 0/Use Printer Default: ""
192 *EconoMode ON/Save: ""
193 *EconoMode OFF/Standard: ""
194 *CloseUI: *EconoMode
195 *OpenUI *JamRecovery/Reprint When Jam: Boolean
196 *OrderDependency: 10.0 AnySetup *JamRecovery
197 *DefaultJamRecovery: False
198 *JamRecovery False/Off: ""
199 *JamRecovery True/On: ""
200 *CloseUI: *JamRecovery
201 *OpenUI *ColorModel/Color Mode: PickOne
202 *OrderDependency: 10.0 AnySetup *ColorModel
203 *DefaultColorModel: Gray
204 *ColorModel Gray/Grayscale: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
205 *CloseUI: *ColorModel
206 *OpenUI *Resolution: PickOne
207 *OrderDependency: 10.0 AnySetup *Resolution
208 *DefaultResolution: 600dpi
209 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
210 *Resolution 300dpi/300 DPI: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
211 *CloseUI: *Resolution
212 *OpenUI *Duplex/2-Sided Printing: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Off (1-Sided): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Long-Edge (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Short-Edge (Landscape): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
219 *DefaultFont: Courier
220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
224 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
225 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
226 *Font Bookman-Light: Standard "(1.05)" Standard ROM
227 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
228 *Font Courier: Standard "(1.05)" Standard ROM
229 *Font Courier-Bold: Standard "(1.05)" Standard ROM
230 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
231 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
232 *Font Helvetica: Standard "(1.05)" Standard ROM
233 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
234 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
244 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
245 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
247 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
248 *Font Symbol: Special "(001.005)" Special ROM
249 *Font Times-Bold: Standard "(1.05)" Standard ROM
250 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
251 *Font Times-Italic: Standard "(1.05)" Standard ROM
252 *Font Times-Roman: Standard "(1.05)" Standard ROM
253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
254 *Font ZapfDingbats: Special "(001.005)" Special ROM
255 *% End of ph3130.ppd, 13622 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for Phaser 3130 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: French
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ph3130.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Xerox"
12 *ModelName: "Xerox Phaser 3130"
13 *ShortNickName: "Xerox Phaser 3130"
14 *NickName: "Xerox Phaser 3130, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><0><0>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Sélection automatique: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Manuel: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Type de support: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Utiliser la configuration imprimante: ""
150 *MediaType NORMAL/Papier ordinaire: ""
151 *MediaType THICK/Papier épais: ""
152 *MediaType THIN/Papier fin: ""
153 *MediaType BOND/Papier Bond: ""
154 *MediaType OHP/Transparent: ""
155 *MediaType CARD/Papier cartonné: ""
156 *MediaType LABEL/Étiquette: ""
157 *MediaType USED/Papier pré-imprimé: ""
158 *MediaType COLOR/Couleur: ""
159 *MediaType ENV/Enveloppe: ""
160 *MediaType COTTON/Coton: ""
161 *MediaType RECYCLED/Papier recyclé: ""
162 *MediaType ARCHIVE/Archive: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Pression de l'air: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Faible: ""
168 *Altitude HIGH/Forte: ""
169 *CloseUI: *Altitude
170 *OpenUI *PowerSave/Économie d'énergie: PickOne
171 *OrderDependency: 10.0 AnySetup *PowerSave
172 *DefaultPowerSave: 5
173 *PowerSave False/Désactivé: ""
174 *PowerSave 5/5 minutes: ""
175 *PowerSave 10/10 minutes: ""
176 *PowerSave 15/15 minutes: ""
177 *PowerSave 30/30 minutes: ""
178 *PowerSave 45/45 minutes: ""
179 *PowerSave 60/1 heure: ""
180 *CloseUI: *PowerSave
181 *OpenUI *TonerDensity/Densité de toner: PickOne
182 *OrderDependency: 10.0 AnySetup *TonerDensity
183 *DefaultTonerDensity: 3
184 *TonerDensity 1/Clair: ""
185 *TonerDensity 3/Normal: ""
186 *TonerDensity 5/Sombre: ""
187 *CloseUI: *TonerDensity
188 *OpenUI *EconoMode/Économie de toner: PickOne
189 *OrderDependency: 10.0 AnySetup *EconoMode
190 *DefaultEconoMode: 0
191 *EconoMode 0/Utiliser la configuration imprimante: ""
192 *EconoMode ON/Économiser: ""
193 *EconoMode OFF/Standard: ""
194 *CloseUI: *EconoMode
195 *OpenUI *JamRecovery/Réimpression si bourrage: Boolean
196 *OrderDependency: 10.0 AnySetup *JamRecovery
197 *DefaultJamRecovery: False
198 *JamRecovery False/Désactivé: ""
199 *JamRecovery True/Oui: ""
200 *CloseUI: *JamRecovery
201 *OpenUI *ColorModel/Mode couleur: PickOne
202 *OrderDependency: 10.0 AnySetup *ColorModel
203 *DefaultColorModel: Gray
204 *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
205 *CloseUI: *ColorModel
206 *OpenUI *Resolution: PickOne
207 *OrderDependency: 10.0 AnySetup *Resolution
208 *DefaultResolution: 600dpi
209 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
210 *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
211 *CloseUI: *Resolution
212 *OpenUI *Duplex/Impression recto-verso: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Simple (recto): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Côté long (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Côté court (Paysage): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
219 *DefaultFont: Courier
220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
224 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
225 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
226 *Font Bookman-Light: Standard "(1.05)" Standard ROM
227 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
228 *Font Courier: Standard "(1.05)" Standard ROM
229 *Font Courier-Bold: Standard "(1.05)" Standard ROM
230 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
231 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
232 *Font Helvetica: Standard "(1.05)" Standard ROM
233 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
234 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
244 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
245 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
247 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
248 *Font Symbol: Special "(001.005)" Special ROM
249 *Font Times-Bold: Standard "(1.05)" Standard ROM
250 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
251 *Font Times-Italic: Standard "(1.05)" Standard ROM
252 *Font Times-Roman: Standard "(1.05)" Standard ROM
253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
254 *Font ZapfDingbats: Special "(001.005)" Special ROM
255 *% End of ph3130.ppd, 13880 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for Phaser 3130 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: Portuguese_Brazil
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ph3130.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Xerox"
12 *ModelName: "Xerox Phaser 3130"
13 *ShortNickName: "Xerox Phaser 3130"
14 *NickName: "Xerox Phaser 3130, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><0><0>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Seleção Automática: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Alimentação Manual: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Tipo de Papel: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Usar a Definição da Impressora: ""
150 *MediaType NORMAL/Papel normal: ""
151 *MediaType THICK/Papel grosso: ""
152 *MediaType THIN/Papel Delgado (Fino): ""
153 *MediaType BOND/Papel Bond: ""
154 *MediaType OHP/Transparência: ""
155 *MediaType CARD/Cartolina: ""
156 *MediaType LABEL/Etiqueta: ""
157 *MediaType USED/Papel Pré-Impresso: ""
158 *MediaType COLOR/Cor: ""
159 *MediaType ENV/Envelope: ""
160 *MediaType COTTON/Algodão: ""
161 *MediaType RECYCLED/Papel Reciclado: ""
162 *MediaType ARCHIVE/Arquivamento: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Pressão Atmosférica: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Pressão Elevada (Baixa Altitude): ""
168 *Altitude HIGH/Pressão Reduzida (Grande Altitude): ""
169 *CloseUI: *Altitude
170 *OpenUI *PowerSave/Economia de Energia: PickOne
171 *OrderDependency: 10.0 AnySetup *PowerSave
172 *DefaultPowerSave: 5
173 *PowerSave False/Desligado: ""
174 *PowerSave 5/5 Minutos: ""
175 *PowerSave 10/10 Minutos: ""
176 *PowerSave 15/15 Minutos: ""
177 *PowerSave 30/30 Minutos: ""
178 *PowerSave 45/45 Minutos: ""
179 *PowerSave 60/1 Hora: ""
180 *CloseUI: *PowerSave
181 *OpenUI *TonerDensity/Densidade do Toner: PickOne
182 *OrderDependency: 10.0 AnySetup *TonerDensity
183 *DefaultTonerDensity: 3
184 *TonerDensity 1/Claro: ""
185 *TonerDensity 3/Normal: ""
186 *TonerDensity 5/Escuro: ""
187 *CloseUI: *TonerDensity
188 *OpenUI *EconoMode/Economia do Toner: PickOne
189 *OrderDependency: 10.0 AnySetup *EconoMode
190 *DefaultEconoMode: 0
191 *EconoMode 0/Usar a Definição da Impressora: ""
192 *EconoMode ON/Economizar: ""
193 *EconoMode OFF/Não Economizar: ""
194 *CloseUI: *EconoMode
195 *OpenUI *JamRecovery/Reimpressão Após Atolamento do Papel: Boolean
196 *OrderDependency: 10.0 AnySetup *JamRecovery
197 *DefaultJamRecovery: False
198 *JamRecovery False/Desligado: ""
199 *JamRecovery True/Ativado: ""
200 *CloseUI: *JamRecovery
201 *OpenUI *ColorModel/Modo Cor: PickOne
202 *OrderDependency: 10.0 AnySetup *ColorModel
203 *DefaultColorModel: Gray
204 *ColorModel Gray/Tons de Cinza: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
205 *CloseUI: *ColorModel
206 *OpenUI *Resolution: PickOne
207 *OrderDependency: 10.0 AnySetup *Resolution
208 *DefaultResolution: 600dpi
209 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
210 *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
211 *CloseUI: *Resolution
212 *OpenUI *Duplex/Impressão em Frente e Verso: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Frente (Simples): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Borda Longa (Retrato): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Borda Curta (Paisagem): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
219 *DefaultFont: Courier
220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
224 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
225 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
226 *Font Bookman-Light: Standard "(1.05)" Standard ROM
227 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
228 *Font Courier: Standard "(1.05)" Standard ROM
229 *Font Courier-Bold: Standard "(1.05)" Standard ROM
230 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
231 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
232 *Font Helvetica: Standard "(1.05)" Standard ROM
233 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
234 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
244 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
245 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
247 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
248 *Font Symbol: Special "(001.005)" Special ROM
249 *Font Times-Bold: Standard "(1.05)" Standard ROM
250 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
251 *Font Times-Italic: Standard "(1.05)" Standard ROM
252 *Font Times-Roman: Standard "(1.05)" Standard ROM
253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
254 *Font ZapfDingbats: Special "(001.005)" Special ROM
255 *% End of ph3130.ppd, 13998 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for Phaser 3150 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: English
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ph3150.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Xerox"
12 *ModelName: "Xerox Phaser 3150"
13 *ShortNickName: "Xerox Phaser 3150"
14 *NickName: "Xerox Phaser 3150, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><0><0>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
140 *OpenUI *InputSlot/Media Source: PickOne
141 *OrderDependency: 10.0 AnySetup *InputSlot
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Automatic Selection: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Manual Feed: "<</MediaPosition 2>>setpagedevice"
145 *InputSlot Multi/Multi-Purpose Tray: "<</MediaPosition 3>>setpagedevice"
146 *InputSlot Upper/Tray 1: "<</MediaPosition 4>>setpagedevice"
147 *InputSlot Lower/Tray 2: "<</MediaPosition 5>>setpagedevice"
148 *CloseUI: *InputSlot
149 *OpenUI *MediaType/Paper Type: PickOne
150 *OrderDependency: 10.0 AnySetup *MediaType
151 *DefaultMediaType: OFF
152 *MediaType OFF/Use Printer Default: ""
153 *MediaType NORMAL/Plain Paper: ""
154 *MediaType THICK/Thick Paper: ""
155 *MediaType THIN/Thin Paper: ""
156 *MediaType BOND/Bond: ""
157 *MediaType OHP/Transparency: ""
158 *MediaType CARD/Card Stock: ""
159 *MediaType LABEL/Label: ""
160 *MediaType USED/Preprinted: ""
161 *MediaType COLOR/Colored Paper: ""
162 *MediaType ENV/Envelope: ""
163 *MediaType COTTON/Cotton: ""
164 *MediaType RECYCLED/Recycled: ""
165 *MediaType ARCHIVE/Archive: ""
166 *CloseUI: *MediaType
167 *OpenUI *Altitude/Air pressure: PickOne
168 *OrderDependency: 10.0 AnySetup *Altitude
169 *DefaultAltitude: LOW
170 *Altitude LOW/Low: ""
171 *Altitude HIGH/High: ""
172 *CloseUI: *Altitude
173 *OpenUI *PowerSave/Power Save: PickOne
174 *OrderDependency: 10.0 AnySetup *PowerSave
175 *DefaultPowerSave: 5
176 *PowerSave False/Off: ""
177 *PowerSave 5/5 Minutes: ""
178 *PowerSave 10/10 Minutes: ""
179 *PowerSave 15/15 Minutes: ""
180 *PowerSave 30/30 Minutes: ""
181 *PowerSave 45/45 Minutes: ""
182 *PowerSave 60/1 Hour: ""
183 *CloseUI: *PowerSave
184 *OpenUI *TonerDensity/Toner Density: PickOne
185 *OrderDependency: 10.0 AnySetup *TonerDensity
186 *DefaultTonerDensity: 3
187 *TonerDensity 1/Light: ""
188 *TonerDensity 3/Medium: ""
189 *TonerDensity 5/Dark: ""
190 *CloseUI: *TonerDensity
191 *OpenUI *EconoMode/Toner Save: PickOne
192 *OrderDependency: 10.0 AnySetup *EconoMode
193 *DefaultEconoMode: 0
194 *EconoMode 0/Use Printer Default: ""
195 *EconoMode ON/Save: ""
196 *EconoMode OFF/Standard: ""
197 *CloseUI: *EconoMode
198 *OpenUI *JamRecovery/Reprint When Jam: Boolean
199 *OrderDependency: 10.0 AnySetup *JamRecovery
200 *DefaultJamRecovery: False
201 *JamRecovery False/Off: ""
202 *JamRecovery True/On: ""
203 *CloseUI: *JamRecovery
204 *OpenUI *ColorModel/Color Mode: PickOne
205 *OrderDependency: 10.0 AnySetup *ColorModel
206 *DefaultColorModel: Gray
207 *ColorModel Gray/Grayscale: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
208 *CloseUI: *ColorModel
209 *OpenUI *Resolution: PickOne
210 *OrderDependency: 10.0 AnySetup *Resolution
211 *DefaultResolution: 600dpi
212 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
213 *CloseUI: *Resolution
214 *OpenUI *Duplex/2-Sided Printing: PickOne
215 *OrderDependency: 10.0 AnySetup *Duplex
216 *DefaultDuplex: None
217 *Duplex None/Off (1-Sided): "<</Duplex false>>setpagedevice"
218 *Duplex DuplexNoTumble/Long-Edge (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
219 *Duplex DuplexTumble/Short-Edge (Landscape): "<</Duplex true/Tumble true>>setpagedevice"
220 *CloseUI: *Duplex
221 *DefaultFont: Courier
222 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
224 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
225 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
226 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
227 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
228 *Font Bookman-Light: Standard "(1.05)" Standard ROM
229 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
230 *Font Courier: Standard "(1.05)" Standard ROM
231 *Font Courier-Bold: Standard "(1.05)" Standard ROM
232 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
233 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
234 *Font Helvetica: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
236 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
240 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
241 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
244 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
245 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
246 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
247 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
248 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
249 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
250 *Font Symbol: Special "(001.005)" Special ROM
251 *Font Times-Bold: Standard "(1.05)" Standard ROM
252 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
253 *Font Times-Italic: Standard "(1.05)" Standard ROM
254 *Font Times-Roman: Standard "(1.05)" Standard ROM
255 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
256 *Font ZapfDingbats: Special "(001.005)" Special ROM
257 *% End of ph3150.ppd, 13668 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for Phaser 3150 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: French
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ph3150.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Xerox"
12 *ModelName: "Xerox Phaser 3150"
13 *ShortNickName: "Xerox Phaser 3150"
14 *NickName: "Xerox Phaser 3150, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><0><0>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Sélection automatique: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Manuel: "<</MediaPosition 2>>setpagedevice"
145 *InputSlot Multi/Plusieurs choix de bacs: "<</MediaPosition 3>>setpagedevice"
146 *InputSlot Upper/Bac 1: "<</MediaPosition 4>>setpagedevice"
147 *InputSlot Lower/Bac 2: "<</MediaPosition 5>>setpagedevice"
148 *CloseUI: *InputSlot
149 *OpenUI *MediaType/Type de support: PickOne
150 *OrderDependency: 10.0 AnySetup *MediaType
151 *DefaultMediaType: OFF
152 *MediaType OFF/Utiliser la configuration imprimante: ""
153 *MediaType NORMAL/Papier ordinaire: ""
154 *MediaType THICK/Papier épais: ""
155 *MediaType THIN/Papier fin: ""
156 *MediaType BOND/Papier Bond: ""
157 *MediaType OHP/Transparent: ""
158 *MediaType CARD/Papier cartonné: ""
159 *MediaType LABEL/Étiquette: ""
160 *MediaType USED/Papier pré-imprimé: ""
161 *MediaType COLOR/Couleur: ""
162 *MediaType ENV/Enveloppe: ""
163 *MediaType COTTON/Coton: ""
164 *MediaType RECYCLED/Papier recyclé: ""
165 *MediaType ARCHIVE/Archive: ""
166 *CloseUI: *MediaType
167 *OpenUI *Altitude/Pression de l'air: PickOne
168 *OrderDependency: 10.0 AnySetup *Altitude
169 *DefaultAltitude: LOW
170 *Altitude LOW/Faible: ""
171 *Altitude HIGH/Forte: ""
172 *CloseUI: *Altitude
173 *OpenUI *PowerSave/Économie d'énergie: PickOne
174 *OrderDependency: 10.0 AnySetup *PowerSave
175 *DefaultPowerSave: 5
176 *PowerSave False/Désactivé: ""
177 *PowerSave 5/5 minutes: ""
178 *PowerSave 10/10 minutes: ""
179 *PowerSave 15/15 minutes: ""
180 *PowerSave 30/30 minutes: ""
181 *PowerSave 45/45 minutes: ""
182 *PowerSave 60/1 heure: ""
183 *CloseUI: *PowerSave
184 *OpenUI *TonerDensity/Densité de toner: PickOne
185 *OrderDependency: 10.0 AnySetup *TonerDensity
186 *DefaultTonerDensity: 3
187 *TonerDensity 1/Clair: ""
188 *TonerDensity 3/Normal: ""
189 *TonerDensity 5/Sombre: ""
190 *CloseUI: *TonerDensity
191 *OpenUI *EconoMode/Économie de toner: PickOne
192 *OrderDependency: 10.0 AnySetup *EconoMode
193 *DefaultEconoMode: 0
194 *EconoMode 0/Utiliser la configuration imprimante: ""
195 *EconoMode ON/Économiser: ""
196 *EconoMode OFF/Standard: ""
197 *CloseUI: *EconoMode
198 *OpenUI *JamRecovery/Réimpression si bourrage: Boolean
199 *OrderDependency: 10.0 AnySetup *JamRecovery
200 *DefaultJamRecovery: False
201 *JamRecovery False/Désactivé: ""
202 *JamRecovery True/Oui: ""
203 *CloseUI: *JamRecovery
204 *OpenUI *ColorModel/Mode couleur: PickOne
205 *OrderDependency: 10.0 AnySetup *ColorModel
206 *DefaultColorModel: Gray
207 *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
208 *CloseUI: *ColorModel
209 *OpenUI *Resolution: PickOne
210 *OrderDependency: 10.0 AnySetup *Resolution
211 *DefaultResolution: 600dpi
212 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
213 *CloseUI: *Resolution
214 *OpenUI *Duplex/Impression recto-verso: PickOne
215 *OrderDependency: 10.0 AnySetup *Duplex
216 *DefaultDuplex: None
217 *Duplex None/Simple (recto): "<</Duplex false>>setpagedevice"
218 *Duplex DuplexNoTumble/Côté long (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
219 *Duplex DuplexTumble/Côté court (Paysage): "<</Duplex true/Tumble true>>setpagedevice"
220 *CloseUI: *Duplex
221 *DefaultFont: Courier
222 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
224 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
225 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
226 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
227 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
228 *Font Bookman-Light: Standard "(1.05)" Standard ROM
229 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
230 *Font Courier: Standard "(1.05)" Standard ROM
231 *Font Courier-Bold: Standard "(1.05)" Standard ROM
232 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
233 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
234 *Font Helvetica: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
236 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
240 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
241 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
244 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
245 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
246 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
247 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
248 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
249 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
250 *Font Symbol: Special "(001.005)" Special ROM
251 *Font Times-Bold: Standard "(1.05)" Standard ROM
252 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
253 *Font Times-Italic: Standard "(1.05)" Standard ROM
254 *Font Times-Roman: Standard "(1.05)" Standard ROM
255 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
256 *Font ZapfDingbats: Special "(001.005)" Special ROM
257 *% End of ph3150.ppd, 13929 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for Phaser 3150 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: Portuguese_Brazil
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ph3150.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Xerox"
12 *ModelName: "Xerox Phaser 3150"
13 *ShortNickName: "Xerox Phaser 3150"
14 *NickName: "Xerox Phaser 3150, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><0><0>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Seleção Automática: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Alimentação Manual: "<</MediaPosition 2>>setpagedevice"
145 *InputSlot Multi/Bandeja Multipropósito: "<</MediaPosition 3>>setpagedevice"
146 *InputSlot Upper/Bandeja 1: "<</MediaPosition 4>>setpagedevice"
147 *InputSlot Lower/Bandeja 2: "<</MediaPosition 5>>setpagedevice"
148 *CloseUI: *InputSlot
149 *OpenUI *MediaType/Tipo de Papel: PickOne
150 *OrderDependency: 10.0 AnySetup *MediaType
151 *DefaultMediaType: OFF
152 *MediaType OFF/Usar a Definição da Impressora: ""
153 *MediaType NORMAL/Papel normal: ""
154 *MediaType THICK/Papel grosso: ""
155 *MediaType THIN/Papel Delgado (Fino): ""
156 *MediaType BOND/Papel Bond: ""
157 *MediaType OHP/Transparência: ""
158 *MediaType CARD/Cartolina: ""
159 *MediaType LABEL/Etiqueta: ""
160 *MediaType USED/Papel Pré-Impresso: ""
161 *MediaType COLOR/Cor: ""
162 *MediaType ENV/Envelope: ""
163 *MediaType COTTON/Algodão: ""
164 *MediaType RECYCLED/Papel Reciclado: ""
165 *MediaType ARCHIVE/Arquivamento: ""
166 *CloseUI: *MediaType
167 *OpenUI *Altitude/Pressão Atmosférica: PickOne
168 *OrderDependency: 10.0 AnySetup *Altitude
169 *DefaultAltitude: LOW
170 *Altitude LOW/Pressão Elevada (Baixa Altitude): ""
171 *Altitude HIGH/Pressão Reduzida (Grande Altitude): ""
172 *CloseUI: *Altitude
173 *OpenUI *PowerSave/Economia de Energia: PickOne
174 *OrderDependency: 10.0 AnySetup *PowerSave
175 *DefaultPowerSave: 5
176 *PowerSave False/Desligado: ""
177 *PowerSave 5/5 Minutos: ""
178 *PowerSave 10/10 Minutos: ""
179 *PowerSave 15/15 Minutos: ""
180 *PowerSave 30/30 Minutos: ""
181 *PowerSave 45/45 Minutos: ""
182 *PowerSave 60/1 Hora: ""
183 *CloseUI: *PowerSave
184 *OpenUI *TonerDensity/Densidade do Toner: PickOne
185 *OrderDependency: 10.0 AnySetup *TonerDensity
186 *DefaultTonerDensity: 3
187 *TonerDensity 1/Claro: ""
188 *TonerDensity 3/Normal: ""
189 *TonerDensity 5/Escuro: ""
190 *CloseUI: *TonerDensity
191 *OpenUI *EconoMode/Economia do Toner: PickOne
192 *OrderDependency: 10.0 AnySetup *EconoMode
193 *DefaultEconoMode: 0
194 *EconoMode 0/Usar a Definição da Impressora: ""
195 *EconoMode ON/Economizar: ""
196 *EconoMode OFF/Não Economizar: ""
197 *CloseUI: *EconoMode
198 *OpenUI *JamRecovery/Reimpressão Após Atolamento do Papel: Boolean
199 *OrderDependency: 10.0 AnySetup *JamRecovery
200 *DefaultJamRecovery: False
201 *JamRecovery False/Desligado: ""
202 *JamRecovery True/Ativado: ""
203 *CloseUI: *JamRecovery
204 *OpenUI *ColorModel/Modo Cor: PickOne
205 *OrderDependency: 10.0 AnySetup *ColorModel
206 *DefaultColorModel: Gray
207 *ColorModel Gray/Tons de Cinza: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
208 *CloseUI: *ColorModel
209 *OpenUI *Resolution: PickOne
210 *OrderDependency: 10.0 AnySetup *Resolution
211 *DefaultResolution: 600dpi
212 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
213 *CloseUI: *Resolution
214 *OpenUI *Duplex/Impressão em Frente e Verso: PickOne
215 *OrderDependency: 10.0 AnySetup *Duplex
216 *DefaultDuplex: None
217 *Duplex None/Frente (Simples): "<</Duplex false>>setpagedevice"
218 *Duplex DuplexNoTumble/Borda Longa (Retrato): "<</Duplex true/Tumble false>>setpagedevice"
219 *Duplex DuplexTumble/Borda Curta (Paisagem): "<</Duplex true/Tumble true>>setpagedevice"
220 *CloseUI: *Duplex
221 *DefaultFont: Courier
222 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
224 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
225 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
226 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
227 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
228 *Font Bookman-Light: Standard "(1.05)" Standard ROM
229 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
230 *Font Courier: Standard "(1.05)" Standard ROM
231 *Font Courier-Bold: Standard "(1.05)" Standard ROM
232 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
233 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
234 *Font Helvetica: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
236 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
240 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
241 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
244 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
245 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
246 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
247 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
248 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
249 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
250 *Font Symbol: Special "(001.005)" Special ROM
251 *Font Times-Bold: Standard "(1.05)" Standard ROM
252 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
253 *Font Times-Italic: Standard "(1.05)" Standard ROM
254 *Font Times-Roman: Standard "(1.05)" Standard ROM
255 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
256 *Font ZapfDingbats: Special "(001.005)" Special ROM
257 *% End of ph3150.ppd, 14055 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for Phaser 3160 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: English
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ph3160.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Xerox"
12 *ModelName: "Xerox Phaser 3160"
13 *ShortNickName: "Xerox Phaser 3160"
14 *NickName: "Xerox Phaser 3160, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><0><0>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
140 *OpenUI *InputSlot/Media Source: PickOne
141 *OrderDependency: 10.0 AnySetup *InputSlot
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Automatic Selection: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Manual Feed: "<</MediaPosition 2>>setpagedevice"
145 *InputSlot Multi/Multi-Purpose Tray: "<</MediaPosition 3>>setpagedevice"
146 *InputSlot Upper/Tray 1: "<</MediaPosition 4>>setpagedevice"
147 *InputSlot Lower/Tray 2: "<</MediaPosition 5>>setpagedevice"
148 *CloseUI: *InputSlot
149 *OpenUI *MediaType/Paper Type: PickOne
150 *OrderDependency: 10.0 AnySetup *MediaType
151 *DefaultMediaType: OFF
152 *MediaType OFF/Use Printer Default: ""
153 *MediaType NORMAL/Plain Paper: ""
154 *MediaType THICK/Thick Paper: ""
155 *MediaType THIN/Thin Paper: ""
156 *MediaType BOND/Bond: ""
157 *MediaType OHP/Transparency: ""
158 *MediaType CARD/Card Stock: ""
159 *MediaType LABEL/Label: ""
160 *MediaType USED/Preprinted: ""
161 *MediaType COLOR/Colored Paper: ""
162 *MediaType ENV/Envelope: ""
163 *MediaType COTTON/Cotton: ""
164 *MediaType RECYCLED/Recycled: ""
165 *MediaType ARCHIVE/Archive: ""
166 *CloseUI: *MediaType
167 *OpenUI *Altitude/Air pressure: PickOne
168 *OrderDependency: 10.0 AnySetup *Altitude
169 *DefaultAltitude: LOW
170 *Altitude LOW/Low: ""
171 *Altitude HIGH/High: ""
172 *CloseUI: *Altitude
173 *OpenUI *PowerSave/Power Save: PickOne
174 *OrderDependency: 10.0 AnySetup *PowerSave
175 *DefaultPowerSave: 5
176 *PowerSave False/Off: ""
177 *PowerSave 5/5 Minutes: ""
178 *PowerSave 10/10 Minutes: ""
179 *PowerSave 15/15 Minutes: ""
180 *PowerSave 30/30 Minutes: ""
181 *PowerSave 45/45 Minutes: ""
182 *PowerSave 60/1 Hour: ""
183 *CloseUI: *PowerSave
184 *OpenUI *TonerDensity/Toner Density: PickOne
185 *OrderDependency: 10.0 AnySetup *TonerDensity
186 *DefaultTonerDensity: 3
187 *TonerDensity 1/Light: ""
188 *TonerDensity 3/Medium: ""
189 *TonerDensity 5/Dark: ""
190 *CloseUI: *TonerDensity
191 *OpenUI *EconoMode/Toner Save: PickOne
192 *OrderDependency: 10.0 AnySetup *EconoMode
193 *DefaultEconoMode: 0
194 *EconoMode 0/Use Printer Default: ""
195 *EconoMode ON/Save: ""
196 *EconoMode OFF/Standard: ""
197 *CloseUI: *EconoMode
198 *OpenUI *JamRecovery/Reprint When Jam: Boolean
199 *OrderDependency: 10.0 AnySetup *JamRecovery
200 *DefaultJamRecovery: False
201 *JamRecovery False/Off: ""
202 *JamRecovery True/On: ""
203 *CloseUI: *JamRecovery
204 *OpenUI *ColorModel/Color Mode: PickOne
205 *OrderDependency: 10.0 AnySetup *ColorModel
206 *DefaultColorModel: Gray
207 *ColorModel Gray/Grayscale: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
208 *CloseUI: *ColorModel
209 *OpenUI *Resolution: PickOne
210 *OrderDependency: 10.0 AnySetup *Resolution
211 *DefaultResolution: 600dpi
212 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
213 *CloseUI: *Resolution
214 *OpenUI *Duplex/2-Sided Printing: PickOne
215 *OrderDependency: 10.0 AnySetup *Duplex
216 *DefaultDuplex: None
217 *Duplex None/Off (1-Sided): "<</Duplex false>>setpagedevice"
218 *Duplex DuplexNoTumble/Long-Edge (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
219 *Duplex DuplexTumble/Short-Edge (Landscape): "<</Duplex true/Tumble true>>setpagedevice"
220 *CloseUI: *Duplex
221 *DefaultFont: Courier
222 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
224 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
225 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
226 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
227 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
228 *Font Bookman-Light: Standard "(1.05)" Standard ROM
229 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
230 *Font Courier: Standard "(1.05)" Standard ROM
231 *Font Courier-Bold: Standard "(1.05)" Standard ROM
232 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
233 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
234 *Font Helvetica: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
236 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
240 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
241 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
244 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
245 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
246 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
247 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
248 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
249 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
250 *Font Symbol: Special "(001.005)" Special ROM
251 *Font Times-Bold: Standard "(1.05)" Standard ROM
252 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
253 *Font Times-Italic: Standard "(1.05)" Standard ROM
254 *Font Times-Roman: Standard "(1.05)" Standard ROM
255 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
256 *Font ZapfDingbats: Special "(001.005)" Special ROM
257 *% End of ph3160.ppd, 13668 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for Phaser 3160 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: French
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ph3160.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Xerox"
12 *ModelName: "Xerox Phaser 3160"
13 *ShortNickName: "Xerox Phaser 3160"
14 *NickName: "Xerox Phaser 3160, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><0><0>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Sélection automatique: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Manuel: "<</MediaPosition 2>>setpagedevice"
145 *InputSlot Multi/Plusieurs choix de bacs: "<</MediaPosition 3>>setpagedevice"
146 *InputSlot Upper/Bac 1: "<</MediaPosition 4>>setpagedevice"
147 *InputSlot Lower/Bac 2: "<</MediaPosition 5>>setpagedevice"
148 *CloseUI: *InputSlot
149 *OpenUI *MediaType/Type de support: PickOne
150 *OrderDependency: 10.0 AnySetup *MediaType
151 *DefaultMediaType: OFF
152 *MediaType OFF/Utiliser la configuration imprimante: ""
153 *MediaType NORMAL/Papier ordinaire: ""
154 *MediaType THICK/Papier épais: ""
155 *MediaType THIN/Papier fin: ""
156 *MediaType BOND/Papier Bond: ""
157 *MediaType OHP/Transparent: ""
158 *MediaType CARD/Papier cartonné: ""
159 *MediaType LABEL/Étiquette: ""
160 *MediaType USED/Papier pré-imprimé: ""
161 *MediaType COLOR/Couleur: ""
162 *MediaType ENV/Enveloppe: ""
163 *MediaType COTTON/Coton: ""
164 *MediaType RECYCLED/Papier recyclé: ""
165 *MediaType ARCHIVE/Archive: ""
166 *CloseUI: *MediaType
167 *OpenUI *Altitude/Pression de l'air: PickOne
168 *OrderDependency: 10.0 AnySetup *Altitude
169 *DefaultAltitude: LOW
170 *Altitude LOW/Faible: ""
171 *Altitude HIGH/Forte: ""
172 *CloseUI: *Altitude
173 *OpenUI *PowerSave/Économie d'énergie: PickOne
174 *OrderDependency: 10.0 AnySetup *PowerSave
175 *DefaultPowerSave: 5
176 *PowerSave False/Désactivé: ""
177 *PowerSave 5/5 minutes: ""
178 *PowerSave 10/10 minutes: ""
179 *PowerSave 15/15 minutes: ""
180 *PowerSave 30/30 minutes: ""
181 *PowerSave 45/45 minutes: ""
182 *PowerSave 60/1 heure: ""
183 *CloseUI: *PowerSave
184 *OpenUI *TonerDensity/Densité de toner: PickOne
185 *OrderDependency: 10.0 AnySetup *TonerDensity
186 *DefaultTonerDensity: 3
187 *TonerDensity 1/Clair: ""
188 *TonerDensity 3/Normal: ""
189 *TonerDensity 5/Sombre: ""
190 *CloseUI: *TonerDensity
191 *OpenUI *EconoMode/Économie de toner: PickOne
192 *OrderDependency: 10.0 AnySetup *EconoMode
193 *DefaultEconoMode: 0
194 *EconoMode 0/Utiliser la configuration imprimante: ""
195 *EconoMode ON/Économiser: ""
196 *EconoMode OFF/Standard: ""
197 *CloseUI: *EconoMode
198 *OpenUI *JamRecovery/Réimpression si bourrage: Boolean
199 *OrderDependency: 10.0 AnySetup *JamRecovery
200 *DefaultJamRecovery: False
201 *JamRecovery False/Désactivé: ""
202 *JamRecovery True/Oui: ""
203 *CloseUI: *JamRecovery
204 *OpenUI *ColorModel/Mode couleur: PickOne
205 *OrderDependency: 10.0 AnySetup *ColorModel
206 *DefaultColorModel: Gray
207 *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
208 *CloseUI: *ColorModel
209 *OpenUI *Resolution: PickOne
210 *OrderDependency: 10.0 AnySetup *Resolution
211 *DefaultResolution: 600dpi
212 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
213 *CloseUI: *Resolution
214 *OpenUI *Duplex/Impression recto-verso: PickOne
215 *OrderDependency: 10.0 AnySetup *Duplex
216 *DefaultDuplex: None
217 *Duplex None/Simple (recto): "<</Duplex false>>setpagedevice"
218 *Duplex DuplexNoTumble/Côté long (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
219 *Duplex DuplexTumble/Côté court (Paysage): "<</Duplex true/Tumble true>>setpagedevice"
220 *CloseUI: *Duplex
221 *DefaultFont: Courier
222 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
224 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
225 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
226 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
227 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
228 *Font Bookman-Light: Standard "(1.05)" Standard ROM
229 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
230 *Font Courier: Standard "(1.05)" Standard ROM
231 *Font Courier-Bold: Standard "(1.05)" Standard ROM
232 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
233 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
234 *Font Helvetica: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
236 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
240 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
241 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
244 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
245 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
246 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
247 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
248 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
249 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
250 *Font Symbol: Special "(001.005)" Special ROM
251 *Font Times-Bold: Standard "(1.05)" Standard ROM
252 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
253 *Font Times-Italic: Standard "(1.05)" Standard ROM
254 *Font Times-Roman: Standard "(1.05)" Standard ROM
255 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
256 *Font ZapfDingbats: Special "(001.005)" Special ROM
257 *% End of ph3160.ppd, 13929 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for Phaser 3160 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: Portuguese_Brazil
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ph3160.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Xerox"
12 *ModelName: "Xerox Phaser 3160"
13 *ShortNickName: "Xerox Phaser 3160"
14 *NickName: "Xerox Phaser 3160, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><0><0>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Seleção Automática: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Alimentação Manual: "<</MediaPosition 2>>setpagedevice"
145 *InputSlot Multi/Bandeja Multipropósito: "<</MediaPosition 3>>setpagedevice"
146 *InputSlot Upper/Bandeja 1: "<</MediaPosition 4>>setpagedevice"
147 *InputSlot Lower/Bandeja 2: "<</MediaPosition 5>>setpagedevice"
148 *CloseUI: *InputSlot
149 *OpenUI *MediaType/Tipo de Papel: PickOne
150 *OrderDependency: 10.0 AnySetup *MediaType
151 *DefaultMediaType: OFF
152 *MediaType OFF/Usar a Definição da Impressora: ""
153 *MediaType NORMAL/Papel normal: ""
154 *MediaType THICK/Papel grosso: ""
155 *MediaType THIN/Papel Delgado (Fino): ""
156 *MediaType BOND/Papel Bond: ""
157 *MediaType OHP/Transparência: ""
158 *MediaType CARD/Cartolina: ""
159 *MediaType LABEL/Etiqueta: ""
160 *MediaType USED/Papel Pré-Impresso: ""
161 *MediaType COLOR/Cor: ""
162 *MediaType ENV/Envelope: ""
163 *MediaType COTTON/Algodão: ""
164 *MediaType RECYCLED/Papel Reciclado: ""
165 *MediaType ARCHIVE/Arquivamento: ""
166 *CloseUI: *MediaType
167 *OpenUI *Altitude/Pressão Atmosférica: PickOne
168 *OrderDependency: 10.0 AnySetup *Altitude
169 *DefaultAltitude: LOW
170 *Altitude LOW/Pressão Elevada (Baixa Altitude): ""
171 *Altitude HIGH/Pressão Reduzida (Grande Altitude): ""
172 *CloseUI: *Altitude
173 *OpenUI *PowerSave/Economia de Energia: PickOne
174 *OrderDependency: 10.0 AnySetup *PowerSave
175 *DefaultPowerSave: 5
176 *PowerSave False/Desligado: ""
177 *PowerSave 5/5 Minutos: ""
178 *PowerSave 10/10 Minutos: ""
179 *PowerSave 15/15 Minutos: ""
180 *PowerSave 30/30 Minutos: ""
181 *PowerSave 45/45 Minutos: ""
182 *PowerSave 60/1 Hora: ""
183 *CloseUI: *PowerSave
184 *OpenUI *TonerDensity/Densidade do Toner: PickOne
185 *OrderDependency: 10.0 AnySetup *TonerDensity
186 *DefaultTonerDensity: 3
187 *TonerDensity 1/Claro: ""
188 *TonerDensity 3/Normal: ""
189 *TonerDensity 5/Escuro: ""
190 *CloseUI: *TonerDensity
191 *OpenUI *EconoMode/Economia do Toner: PickOne
192 *OrderDependency: 10.0 AnySetup *EconoMode
193 *DefaultEconoMode: 0
194 *EconoMode 0/Usar a Definição da Impressora: ""
195 *EconoMode ON/Economizar: ""
196 *EconoMode OFF/Não Economizar: ""
197 *CloseUI: *EconoMode
198 *OpenUI *JamRecovery/Reimpressão Após Atolamento do Papel: Boolean
199 *OrderDependency: 10.0 AnySetup *JamRecovery
200 *DefaultJamRecovery: False
201 *JamRecovery False/Desligado: ""
202 *JamRecovery True/Ativado: ""
203 *CloseUI: *JamRecovery
204 *OpenUI *ColorModel/Modo Cor: PickOne
205 *OrderDependency: 10.0 AnySetup *ColorModel
206 *DefaultColorModel: Gray
207 *ColorModel Gray/Tons de Cinza: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
208 *CloseUI: *ColorModel
209 *OpenUI *Resolution: PickOne
210 *OrderDependency: 10.0 AnySetup *Resolution
211 *DefaultResolution: 600dpi
212 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
213 *CloseUI: *Resolution
214 *OpenUI *Duplex/Impressão em Frente e Verso: PickOne
215 *OrderDependency: 10.0 AnySetup *Duplex
216 *DefaultDuplex: None
217 *Duplex None/Frente (Simples): "<</Duplex false>>setpagedevice"
218 *Duplex DuplexNoTumble/Borda Longa (Retrato): "<</Duplex true/Tumble false>>setpagedevice"
219 *Duplex DuplexTumble/Borda Curta (Paisagem): "<</Duplex true/Tumble true>>setpagedevice"
220 *CloseUI: *Duplex
221 *DefaultFont: Courier
222 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
224 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
225 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
226 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
227 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
228 *Font Bookman-Light: Standard "(1.05)" Standard ROM
229 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
230 *Font Courier: Standard "(1.05)" Standard ROM
231 *Font Courier-Bold: Standard "(1.05)" Standard ROM
232 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
233 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
234 *Font Helvetica: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
236 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
240 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
241 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
244 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
245 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
246 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
247 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
248 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
249 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
250 *Font Symbol: Special "(001.005)" Special ROM
251 *Font Times-Bold: Standard "(1.05)" Standard ROM
252 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
253 *Font Times-Italic: Standard "(1.05)" Standard ROM
254 *Font Times-Roman: Standard "(1.05)" Standard ROM
255 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
256 *Font ZapfDingbats: Special "(001.005)" Special ROM
257 *% End of ph3160.ppd, 14055 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for Phaser 3420 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: English
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ph3420.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Xerox"
12 *ModelName: "Xerox Phaser 3420"
13 *ShortNickName: "Xerox Phaser 3420"
14 *NickName: "Xerox Phaser 3420, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><0><0>"
32 *cupsVersion: 1.3
33 *cupsModelNumber: 0
34 *cupsManualCopies: False
35 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
36 *OpenUI *PageSize/Media Size: PickOne
37 *OrderDependency: 10 AnySetup *PageSize
38 *DefaultPageSize: Letter
39 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
40 *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
41 *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
42 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
43 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
44 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
45 *PageSize Env10/#10 Envelope - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
46 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
47 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
48 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
49 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
50 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
51 *PageSize EnvISOB5/ISOB5 Envelope - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
52 *PageSize Postcard/Postcard - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
53 *PageSize DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
54 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
55 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
56 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
57 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
58 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
59 *PageSize EnvPersonal/Personal Envelope - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
60 *PageSize Env9/#9 Envelope - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
61 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
62 *CloseUI: *PageSize
63 *OpenUI *PageRegion/Media Size: PickOne
64 *OrderDependency: 10 AnySetup *PageRegion
65 *DefaultPageRegion: Letter
66 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
67 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
68 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
69 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
70 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
71 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
72 *PageRegion Env10/#10 Envelope - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
73 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
74 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
75 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
76 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
77 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
78 *PageRegion EnvISOB5/ISOB5 Envelope - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
79 *PageRegion Postcard/Postcard - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
80 *PageRegion DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
81 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
82 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
83 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
84 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
85 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
86 *PageRegion EnvPersonal/Personal Envelope - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
87 *PageRegion Env9/#9 Envelope - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
88 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
89 *CloseUI: *PageRegion
90 *DefaultImageableArea: Letter
91 *ImageableArea Letter/Letter - 8.5x11in: "10.75 15.00 601.25 777.00"
92 *ImageableArea Legal/Legal - 8.5x14in: "10.75 15.00 601.25 993.00"
93 *ImageableArea A4/A4 - 210x297mm: "10.75 15.00 584.25 827.00"
94 *ImageableArea Executive/Executive - 7.25x10.5in: "10.75 15.00 511.25 741.00"
95 *ImageableArea Ledger/Ledger - 17x11in: "10.75 15.00 1213.25 777.00"
96 *ImageableArea A3/A3 - 297x420mm: "10.75 15.00 831.25 1176.00"
97 *ImageableArea Env10/#10 Envelope - 4.13x9.5in: "10.75 15.00 286.25 669.00"
98 *ImageableArea Monarch/Monarch - 3.875x7.5in: "10.75 15.00 268.25 525.00"
99 *ImageableArea C5/C5 - 162x229mm: "10.75 15.00 448.25 634.00"
100 *ImageableArea DL/DL - 110x220mm: "10.75 15.00 301.25 609.00"
101 *ImageableArea B4/B4 - 257x364mm: "10.75 15.00 718.25 1017.00"
102 *ImageableArea B5/B5 - 182x257mm: "10.75 15.00 505.25 714.00"
103 *ImageableArea EnvISOB5/ISOB5 Envelope - 176x250mm: "10.75 15.00 488.25 694.00"
104 *ImageableArea Postcard/Postcard - 100x148mm: "10.75 15.00 273.25 404.00"
105 *ImageableArea DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "10.75 15.00 409.25 552.00"
106 *ImageableArea A5/A5 - 148x210mm: "10.75 15.00 409.25 580.00"
107 *ImageableArea A6/A6 - 105x148mm: "10.75 15.00 286.25 405.00"
108 *ImageableArea B6/B6 - 128x182mm: "10.75 15.00 352.25 501.00"
109 *ImageableArea C6/C6 - 114x162mm: "10.75 15.00 312.25 444.00"
110 *ImageableArea Folio/Folio - 210x330mm: "10.75 15.00 584.25 920.00"
111 *ImageableArea EnvPersonal/Personal Envelope - 3.625x6.5in: "10.75 15.00 250.25 453.00"
112 *ImageableArea Env9/#9 Envelope - 3.875x8.875in: "10.75 15.00 268.25 624.00"
113 *ImageableArea Oficio/Oficio - 216x340mm: "10.75 15.00 601.25 957.00"
114 *DefaultPaperDimension: Letter
115 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
116 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
117 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
118 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
119 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
120 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
121 *PaperDimension Env10/#10 Envelope - 4.13x9.5in: "297.00 684.00"
122 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
123 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
124 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
125 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
126 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
127 *PaperDimension EnvISOB5/ISOB5 Envelope - 176x250mm: "499.00 709.00"
128 *PaperDimension Postcard/Postcard - 100x148mm: "284.00 419.00"
129 *PaperDimension DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "420.00 567.00"
130 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
131 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
132 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
133 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
134 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
135 *PaperDimension EnvPersonal/Personal Envelope - 3.625x6.5in: "261.00 468.00"
136 *PaperDimension Env9/#9 Envelope - 3.875x8.875in: "279.00 639.00"
137 *PaperDimension Oficio/Oficio - 216x340mm: "612.00 972.00"
138 *RequiresPageRegion All: True
139 *OpenUI *InputSlot/Media Source: PickOne
140 *OrderDependency: 10.0 AnySetup *InputSlot
141 *DefaultInputSlot: Auto
142 *InputSlot Auto/Automatic Selection: "<</MediaPosition 1>>setpagedevice"
143 *InputSlot Manual/Manual Feed: "<</MediaPosition 2>>setpagedevice"
144 *InputSlot Multi/Multi-Purpose Tray: "<</MediaPosition 3>>setpagedevice"
145 *InputSlot Upper/Tray 1: "<</MediaPosition 4>>setpagedevice"
146 *InputSlot Lower/Tray 2: "<</MediaPosition 5>>setpagedevice"
147 *CloseUI: *InputSlot
148 *OpenUI *MediaType/Paper Type: PickOne
149 *OrderDependency: 10.0 AnySetup *MediaType
150 *DefaultMediaType: OFF
151 *MediaType OFF/Use Printer Default: ""
152 *MediaType NORMAL/Plain Paper: ""
153 *MediaType THICK/Thick Paper: ""
154 *MediaType THIN/Thin Paper: ""
155 *MediaType BOND/Bond: ""
156 *MediaType OHP/Transparency: ""
157 *MediaType CARD/Card Stock: ""
158 *MediaType LABEL/Label: ""
159 *MediaType USED/Preprinted: ""
160 *MediaType COLOR/Colored Paper: ""
161 *MediaType ENV/Envelope: ""
162 *MediaType COTTON/Cotton: ""
163 *MediaType RECYCLED/Recycled: ""
164 *MediaType ARCHIVE/Archive: ""
165 *CloseUI: *MediaType
166 *OpenUI *Altitude/Air pressure: PickOne
167 *OrderDependency: 10.0 AnySetup *Altitude
168 *DefaultAltitude: LOW
169 *Altitude LOW/Low: ""
170 *Altitude HIGH/High: ""
171 *CloseUI: *Altitude
172 *OpenUI *PowerSave/Power Save: PickOne
173 *OrderDependency: 10.0 AnySetup *PowerSave
174 *DefaultPowerSave: 5
175 *PowerSave False/Off: ""
176 *PowerSave 5/5 Minutes: ""
177 *PowerSave 10/10 Minutes: ""
178 *PowerSave 15/15 Minutes: ""
179 *PowerSave 30/30 Minutes: ""
180 *PowerSave 45/45 Minutes: ""
181 *PowerSave 60/1 Hour: ""
182 *CloseUI: *PowerSave
183 *OpenUI *TonerDensity/Toner Density: PickOne
184 *OrderDependency: 10.0 AnySetup *TonerDensity
185 *DefaultTonerDensity: 3
186 *TonerDensity 1/Light: ""
187 *TonerDensity 3/Medium: ""
188 *TonerDensity 5/Dark: ""
189 *CloseUI: *TonerDensity
190 *OpenUI *EconoMode/Toner Save: PickOne
191 *OrderDependency: 10.0 AnySetup *EconoMode
192 *DefaultEconoMode: 0
193 *EconoMode 0/Use Printer Default: ""
194 *EconoMode ON/Save: ""
195 *EconoMode OFF/Standard: ""
196 *CloseUI: *EconoMode
197 *OpenUI *JamRecovery/Reprint When Jam: Boolean
198 *OrderDependency: 10.0 AnySetup *JamRecovery
199 *DefaultJamRecovery: False
200 *JamRecovery False/Off: ""
201 *JamRecovery True/On: ""
202 *CloseUI: *JamRecovery
203 *OpenUI *ColorModel/Color Mode: PickOne
204 *OrderDependency: 10.0 AnySetup *ColorModel
205 *DefaultColorModel: Gray
206 *ColorModel Gray/Grayscale: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
207 *CloseUI: *ColorModel
208 *OpenUI *Resolution: PickOne
209 *OrderDependency: 10.0 AnySetup *Resolution
210 *DefaultResolution: 600dpi
211 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
212 *Resolution 300dpi/300 DPI: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
213 *CloseUI: *Resolution
214 *OpenUI *Duplex/2-Sided Printing: PickOne
215 *OrderDependency: 10.0 AnySetup *Duplex
216 *DefaultDuplex: None
217 *Duplex None/Off (1-Sided): "<</Duplex false>>setpagedevice"
218 *Duplex DuplexNoTumble/Long-Edge (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
219 *Duplex DuplexTumble/Short-Edge (Landscape): "<</Duplex true/Tumble true>>setpagedevice"
220 *CloseUI: *Duplex
221 *DefaultFont: Courier
222 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
224 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
225 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
226 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
227 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
228 *Font Bookman-Light: Standard "(1.05)" Standard ROM
229 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
230 *Font Courier: Standard "(1.05)" Standard ROM
231 *Font Courier-Bold: Standard "(1.05)" Standard ROM
232 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
233 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
234 *Font Helvetica: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
236 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
240 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
241 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
244 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
245 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
246 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
247 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
248 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
249 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
250 *Font Symbol: Special "(001.005)" Special ROM
251 *Font Times-Bold: Standard "(1.05)" Standard ROM
252 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
253 *Font Times-Italic: Standard "(1.05)" Standard ROM
254 *Font Times-Roman: Standard "(1.05)" Standard ROM
255 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
256 *Font ZapfDingbats: Special "(001.005)" Special ROM
257 *% End of ph3420.ppd, 13792 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for Phaser 3420 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: French
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ph3420.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Xerox"
12 *ModelName: "Xerox Phaser 3420"
13 *ShortNickName: "Xerox Phaser 3420"
14 *NickName: "Xerox Phaser 3420, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><0><0>"
32 *cupsVersion: 1.3
33 *cupsModelNumber: 0
34 *cupsManualCopies: False
35 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
36 *OpenUI *PageSize/Media Size: PickOne
37 *OrderDependency: 10 AnySetup *PageSize
38 *DefaultPageSize: Letter
39 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
40 *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
41 *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
42 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
43 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
44 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
45 *PageSize Env10/Enveloppe n°10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
46 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
47 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
48 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
49 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
50 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
51 *PageSize EnvISOB5/Enveloppe ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
52 *PageSize Postcard/Carte postale - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
53 *PageSize DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
54 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
55 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
56 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
57 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
58 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
59 *PageSize EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
60 *PageSize Env9/Enveloppe n°9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
61 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
62 *CloseUI: *PageSize
63 *OpenUI *PageRegion/Media Size: PickOne
64 *OrderDependency: 10 AnySetup *PageRegion
65 *DefaultPageRegion: Letter
66 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
67 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
68 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
69 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
70 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
71 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
72 *PageRegion Env10/Enveloppe n°10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
73 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
74 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
75 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
76 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
77 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
78 *PageRegion EnvISOB5/Enveloppe ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
79 *PageRegion Postcard/Carte postale - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
80 *PageRegion DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
81 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
82 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
83 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
84 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
85 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
86 *PageRegion EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
87 *PageRegion Env9/Enveloppe n°9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
88 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
89 *CloseUI: *PageRegion
90 *DefaultImageableArea: Letter
91 *ImageableArea Letter/Letter - 8.5x11in: "10.75 15.00 601.25 777.00"
92 *ImageableArea Legal/Legal - 8.5x14in: "10.75 15.00 601.25 993.00"
93 *ImageableArea A4/A4 - 210x297mm: "10.75 15.00 584.25 827.00"
94 *ImageableArea Executive/Executive - 7.25x10.5in: "10.75 15.00 511.25 741.00"
95 *ImageableArea Ledger/Ledger - 17x11in: "10.75 15.00 1213.25 777.00"
96 *ImageableArea A3/A3 - 297x420mm: "10.75 15.00 831.25 1176.00"
97 *ImageableArea Env10/Enveloppe n°10 - 4.13x9.5in: "10.75 15.00 286.25 669.00"
98 *ImageableArea Monarch/Monarch - 3.875x7.5in: "10.75 15.00 268.25 525.00"
99 *ImageableArea C5/C5 - 162x229mm: "10.75 15.00 448.25 634.00"
100 *ImageableArea DL/DL - 110x220mm: "10.75 15.00 301.25 609.00"
101 *ImageableArea B4/B4 - 257x364mm: "10.75 15.00 718.25 1017.00"
102 *ImageableArea B5/B5 - 182x257mm: "10.75 15.00 505.25 714.00"
103 *ImageableArea EnvISOB5/Enveloppe ISOB5 - 176x250mm: "10.75 15.00 488.25 694.00"
104 *ImageableArea Postcard/Carte postale - 100x148mm: "10.75 15.00 273.25 404.00"
105 *ImageableArea DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "10.75 15.00 409.25 552.00"
106 *ImageableArea A5/A5 - 148x210mm: "10.75 15.00 409.25 580.00"
107 *ImageableArea A6/A6 - 105x148mm: "10.75 15.00 286.25 405.00"
108 *ImageableArea B6/B6 - 128x182mm: "10.75 15.00 352.25 501.00"
109 *ImageableArea C6/C6 - 114x162mm: "10.75 15.00 312.25 444.00"
110 *ImageableArea Folio/Folio - 210x330mm: "10.75 15.00 584.25 920.00"
111 *ImageableArea EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "10.75 15.00 250.25 453.00"
112 *ImageableArea Env9/Enveloppe n°9 - 3.875x8.875in: "10.75 15.00 268.25 624.00"
113 *ImageableArea Oficio/Oficio - 216x340mm: "10.75 15.00 601.25 957.00"
114 *DefaultPaperDimension: Letter
115 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
116 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
117 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
118 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
119 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
120 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
121 *PaperDimension Env10/Enveloppe n°10 - 4.13x9.5in: "297.00 684.00"
122 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
123 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
124 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
125 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
126 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
127 *PaperDimension EnvISOB5/Enveloppe ISOB5 - 176x250mm: "499.00 709.00"
128 *PaperDimension Postcard/Carte postale - 100x148mm: "284.00 419.00"
129 *PaperDimension DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "420.00 567.00"
130 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
131 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
132 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
133 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
134 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
135 *PaperDimension EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "261.00 468.00"
136 *PaperDimension Env9/Enveloppe n°9 - 3.875x8.875in: "279.00 639.00"
137 *PaperDimension Oficio/Oficio - 216x340mm: "612.00 972.00"
138 *RequiresPageRegion All: True
139 *OpenUI *InputSlot/Media Source: PickOne
140 *OrderDependency: 10.0 AnySetup *InputSlot
141 *DefaultInputSlot: Auto
142 *InputSlot Auto/Sélection automatique: "<</MediaPosition 1>>setpagedevice"
143 *InputSlot Manual/Manuel: "<</MediaPosition 2>>setpagedevice"
144 *InputSlot Multi/Plusieurs choix de bacs: "<</MediaPosition 3>>setpagedevice"
145 *InputSlot Upper/Bac 1: "<</MediaPosition 4>>setpagedevice"
146 *InputSlot Lower/Bac 2: "<</MediaPosition 5>>setpagedevice"
147 *CloseUI: *InputSlot
148 *OpenUI *MediaType/Type de support: PickOne
149 *OrderDependency: 10.0 AnySetup *MediaType
150 *DefaultMediaType: OFF
151 *MediaType OFF/Utiliser la configuration imprimante: ""
152 *MediaType NORMAL/Papier ordinaire: ""
153 *MediaType THICK/Papier épais: ""
154 *MediaType THIN/Papier fin: ""
155 *MediaType BOND/Papier Bond: ""
156 *MediaType OHP/Transparent: ""
157 *MediaType CARD/Papier cartonné: ""
158 *MediaType LABEL/Étiquette: ""
159 *MediaType USED/Papier pré-imprimé: ""
160 *MediaType COLOR/Couleur: ""
161 *MediaType ENV/Enveloppe: ""
162 *MediaType COTTON/Coton: ""
163 *MediaType RECYCLED/Papier recyclé: ""
164 *MediaType ARCHIVE/Archive: ""
165 *CloseUI: *MediaType
166 *OpenUI *Altitude/Pression de l'air: PickOne
167 *OrderDependency: 10.0 AnySetup *Altitude
168 *DefaultAltitude: LOW
169 *Altitude LOW/Faible: ""
170 *Altitude HIGH/Forte: ""
171 *CloseUI: *Altitude
172 *OpenUI *PowerSave/Économie d'énergie: PickOne
173 *OrderDependency: 10.0 AnySetup *PowerSave
174 *DefaultPowerSave: 5
175 *PowerSave False/Désactivé: ""
176 *PowerSave 5/5 minutes: ""
177 *PowerSave 10/10 minutes: ""
178 *PowerSave 15/15 minutes: ""
179 *PowerSave 30/30 minutes: ""
180 *PowerSave 45/45 minutes: ""
181 *PowerSave 60/1 heure: ""
182 *CloseUI: *PowerSave
183 *OpenUI *TonerDensity/Densité de toner: PickOne
184 *OrderDependency: 10.0 AnySetup *TonerDensity
185 *DefaultTonerDensity: 3
186 *TonerDensity 1/Clair: ""
187 *TonerDensity 3/Normal: ""
188 *TonerDensity 5/Sombre: ""
189 *CloseUI: *TonerDensity
190 *OpenUI *EconoMode/Économie de toner: PickOne
191 *OrderDependency: 10.0 AnySetup *EconoMode
192 *DefaultEconoMode: 0
193 *EconoMode 0/Utiliser la configuration imprimante: ""
194 *EconoMode ON/Économiser: ""
195 *EconoMode OFF/Standard: ""
196 *CloseUI: *EconoMode
197 *OpenUI *JamRecovery/Réimpression si bourrage: Boolean
198 *OrderDependency: 10.0 AnySetup *JamRecovery
199 *DefaultJamRecovery: False
200 *JamRecovery False/Désactivé: ""
201 *JamRecovery True/Oui: ""
202 *CloseUI: *JamRecovery
203 *OpenUI *ColorModel/Mode couleur: PickOne
204 *OrderDependency: 10.0 AnySetup *ColorModel
205 *DefaultColorModel: Gray
206 *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
207 *CloseUI: *ColorModel
208 *OpenUI *Resolution: PickOne
209 *OrderDependency: 10.0 AnySetup *Resolution
210 *DefaultResolution: 600dpi
211 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
212 *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
213 *CloseUI: *Resolution
214 *OpenUI *Duplex/Impression recto-verso: PickOne
215 *OrderDependency: 10.0 AnySetup *Duplex
216 *DefaultDuplex: None
217 *Duplex None/Simple (recto): "<</Duplex false>>setpagedevice"
218 *Duplex DuplexNoTumble/Côté long (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
219 *Duplex DuplexTumble/Côté court (Paysage): "<</Duplex true/Tumble true>>setpagedevice"
220 *CloseUI: *Duplex
221 *DefaultFont: Courier
222 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
224 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
225 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
226 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
227 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
228 *Font Bookman-Light: Standard "(1.05)" Standard ROM
229 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
230 *Font Courier: Standard "(1.05)" Standard ROM
231 *Font Courier-Bold: Standard "(1.05)" Standard ROM
232 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
233 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
234 *Font Helvetica: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
236 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
240 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
241 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
244 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
245 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
246 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
247 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
248 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
249 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
250 *Font Symbol: Special "(001.005)" Special ROM
251 *Font Times-Bold: Standard "(1.05)" Standard ROM
252 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
253 *Font Times-Italic: Standard "(1.05)" Standard ROM
254 *Font Times-Roman: Standard "(1.05)" Standard ROM
255 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
256 *Font ZapfDingbats: Special "(001.005)" Special ROM
257 *% End of ph3420.ppd, 14053 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for Phaser 3420 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: Portuguese_Brazil
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ph3420.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Xerox"
12 *ModelName: "Xerox Phaser 3420"
13 *ShortNickName: "Xerox Phaser 3420"
14 *NickName: "Xerox Phaser 3420, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><0><0>"
32 *cupsVersion: 1.3
33 *cupsModelNumber: 0
34 *cupsManualCopies: False
35 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
36 *OpenUI *PageSize/Media Size: PickOne
37 *OrderDependency: 10 AnySetup *PageSize
38 *DefaultPageSize: Letter
39 *PageSize Letter/Carta - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
40 *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
41 *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
42 *PageSize Executive/Executivo - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
43 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
44 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
45 *PageSize Env10/Envelope Número 10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
46 *PageSize Monarch/Monarca - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
47 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
48 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
49 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
50 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
51 *PageSize EnvISOB5/Envelope ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
52 *PageSize Postcard/Cartão Postal - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
53 *PageSize DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
54 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
55 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
56 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
57 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
58 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
59 *PageSize EnvPersonal/Envelope Pessoal - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
60 *PageSize Env9/Envelope Número 9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
61 *PageSize Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
62 *CloseUI: *PageSize
63 *OpenUI *PageRegion/Media Size: PickOne
64 *OrderDependency: 10 AnySetup *PageRegion
65 *DefaultPageRegion: Letter
66 *PageRegion Letter/Carta - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
67 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
68 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
69 *PageRegion Executive/Executivo - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
70 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
71 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
72 *PageRegion Env10/Envelope Número 10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
73 *PageRegion Monarch/Monarca - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
74 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
75 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
76 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
77 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
78 *PageRegion EnvISOB5/Envelope ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
79 *PageRegion Postcard/Cartão Postal - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
80 *PageRegion DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
81 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
82 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
83 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
84 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
85 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
86 *PageRegion EnvPersonal/Envelope Pessoal - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
87 *PageRegion Env9/Envelope Número 9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
88 *PageRegion Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
89 *CloseUI: *PageRegion
90 *DefaultImageableArea: Letter
91 *ImageableArea Letter/Carta - 8.5x11in: "10.75 15.00 601.25 777.00"
92 *ImageableArea Legal/Legal - 8.5x14in: "10.75 15.00 601.25 993.00"
93 *ImageableArea A4/A4 - 210x297mm: "10.75 15.00 584.25 827.00"
94 *ImageableArea Executive/Executivo - 7.25x10.5in: "10.75 15.00 511.25 741.00"
95 *ImageableArea Ledger/Ledger - 17x11in: "10.75 15.00 1213.25 777.00"
96 *ImageableArea A3/A3 - 297x420mm: "10.75 15.00 831.25 1176.00"
97 *ImageableArea Env10/Envelope Número 10 - 4.13x9.5in: "10.75 15.00 286.25 669.00"
98 *ImageableArea Monarch/Monarca - 3.875x7.5in: "10.75 15.00 268.25 525.00"
99 *ImageableArea C5/C5 - 162x229mm: "10.75 15.00 448.25 634.00"
100 *ImageableArea DL/DL - 110x220mm: "10.75 15.00 301.25 609.00"
101 *ImageableArea B4/B4 - 257x364mm: "10.75 15.00 718.25 1017.00"
102 *ImageableArea B5/B5 - 182x257mm: "10.75 15.00 505.25 714.00"
103 *ImageableArea EnvISOB5/Envelope ISOB5 - 176x250mm: "10.75 15.00 488.25 694.00"
104 *ImageableArea Postcard/Cartão Postal - 100x148mm: "10.75 15.00 273.25 404.00"
105 *ImageableArea DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 148x200mm: "10.75 15.00 409.25 552.00"
106 *ImageableArea A5/A5 - 148x210mm: "10.75 15.00 409.25 580.00"
107 *ImageableArea A6/A6 - 105x148mm: "10.75 15.00 286.25 405.00"
108 *ImageableArea B6/B6 - 128x182mm: "10.75 15.00 352.25 501.00"
109 *ImageableArea C6/C6 - 114x162mm: "10.75 15.00 312.25 444.00"
110 *ImageableArea Folio/Folio - 210x330mm: "10.75 15.00 584.25 920.00"
111 *ImageableArea EnvPersonal/Envelope Pessoal - 3.625x6.5in: "10.75 15.00 250.25 453.00"
112 *ImageableArea Env9/Envelope Número 9 - 3.875x8.875in: "10.75 15.00 268.25 624.00"
113 *ImageableArea Oficio/Ofício - 216x340mm: "10.75 15.00 601.25 957.00"
114 *DefaultPaperDimension: Letter
115 *PaperDimension Letter/Carta - 8.5x11in: "612.00 792.00"
116 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
117 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
118 *PaperDimension Executive/Executivo - 7.25x10.5in: "522.00 756.00"
119 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
120 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
121 *PaperDimension Env10/Envelope Número 10 - 4.13x9.5in: "297.00 684.00"
122 *PaperDimension Monarch/Monarca - 3.875x7.5in: "279.00 540.00"
123 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
124 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
125 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
126 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
127 *PaperDimension EnvISOB5/Envelope ISOB5 - 176x250mm: "499.00 709.00"
128 *PaperDimension Postcard/Cartão Postal - 100x148mm: "284.00 419.00"
129 *PaperDimension DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 148x200mm: "420.00 567.00"
130 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
131 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
132 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
133 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
134 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
135 *PaperDimension EnvPersonal/Envelope Pessoal - 3.625x6.5in: "261.00 468.00"
136 *PaperDimension Env9/Envelope Número 9 - 3.875x8.875in: "279.00 639.00"
137 *PaperDimension Oficio/Ofício - 216x340mm: "612.00 972.00"
138 *RequiresPageRegion All: True
139 *OpenUI *InputSlot/Media Source: PickOne
140 *OrderDependency: 10.0 AnySetup *InputSlot
141 *DefaultInputSlot: Auto
142 *InputSlot Auto/Seleção Automática: "<</MediaPosition 1>>setpagedevice"
143 *InputSlot Manual/Alimentação Manual: "<</MediaPosition 2>>setpagedevice"
144 *InputSlot Multi/Bandeja Multipropósito: "<</MediaPosition 3>>setpagedevice"
145 *InputSlot Upper/Bandeja 1: "<</MediaPosition 4>>setpagedevice"
146 *InputSlot Lower/Bandeja 2: "<</MediaPosition 5>>setpagedevice"
147 *CloseUI: *InputSlot
148 *OpenUI *MediaType/Tipo de Papel: PickOne
149 *OrderDependency: 10.0 AnySetup *MediaType
150 *DefaultMediaType: OFF
151 *MediaType OFF/Usar a Definição da Impressora: ""
152 *MediaType NORMAL/Papel normal: ""
153 *MediaType THICK/Papel grosso: ""
154 *MediaType THIN/Papel Delgado (Fino): ""
155 *MediaType BOND/Papel Bond: ""
156 *MediaType OHP/Transparência: ""
157 *MediaType CARD/Cartolina: ""
158 *MediaType LABEL/Etiqueta: ""
159 *MediaType USED/Papel Pré-Impresso: ""
160 *MediaType COLOR/Cor: ""
161 *MediaType ENV/Envelope: ""
162 *MediaType COTTON/Algodão: ""
163 *MediaType RECYCLED/Papel Reciclado: ""
164 *MediaType ARCHIVE/Arquivamento: ""
165 *CloseUI: *MediaType
166 *OpenUI *Altitude/Pressão Atmosférica: PickOne
167 *OrderDependency: 10.0 AnySetup *Altitude
168 *DefaultAltitude: LOW
169 *Altitude LOW/Pressão Elevada (Baixa Altitude): ""
170 *Altitude HIGH/Pressão Reduzida (Grande Altitude): ""
171 *CloseUI: *Altitude
172 *OpenUI *PowerSave/Economia de Energia: PickOne
173 *OrderDependency: 10.0 AnySetup *PowerSave
174 *DefaultPowerSave: 5
175 *PowerSave False/Desligado: ""
176 *PowerSave 5/5 Minutos: ""
177 *PowerSave 10/10 Minutos: ""
178 *PowerSave 15/15 Minutos: ""
179 *PowerSave 30/30 Minutos: ""
180 *PowerSave 45/45 Minutos: ""
181 *PowerSave 60/1 Hora: ""
182 *CloseUI: *PowerSave
183 *OpenUI *TonerDensity/Densidade do Toner: PickOne
184 *OrderDependency: 10.0 AnySetup *TonerDensity
185 *DefaultTonerDensity: 3
186 *TonerDensity 1/Claro: ""
187 *TonerDensity 3/Normal: ""
188 *TonerDensity 5/Escuro: ""
189 *CloseUI: *TonerDensity
190 *OpenUI *EconoMode/Economia do Toner: PickOne
191 *OrderDependency: 10.0 AnySetup *EconoMode
192 *DefaultEconoMode: 0
193 *EconoMode 0/Usar a Definição da Impressora: ""
194 *EconoMode ON/Economizar: ""
195 *EconoMode OFF/Não Economizar: ""
196 *CloseUI: *EconoMode
197 *OpenUI *JamRecovery/Reimpressão Após Atolamento do Papel: Boolean
198 *OrderDependency: 10.0 AnySetup *JamRecovery
199 *DefaultJamRecovery: False
200 *JamRecovery False/Desligado: ""
201 *JamRecovery True/Ativado: ""
202 *CloseUI: *JamRecovery
203 *OpenUI *ColorModel/Modo Cor: PickOne
204 *OrderDependency: 10.0 AnySetup *ColorModel
205 *DefaultColorModel: Gray
206 *ColorModel Gray/Tons de Cinza: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
207 *CloseUI: *ColorModel
208 *OpenUI *Resolution: PickOne
209 *OrderDependency: 10.0 AnySetup *Resolution
210 *DefaultResolution: 600dpi
211 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
212 *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
213 *CloseUI: *Resolution
214 *OpenUI *Duplex/Impressão em Frente e Verso: PickOne
215 *OrderDependency: 10.0 AnySetup *Duplex
216 *DefaultDuplex: None
217 *Duplex None/Frente (Simples): "<</Duplex false>>setpagedevice"
218 *Duplex DuplexNoTumble/Borda Longa (Retrato): "<</Duplex true/Tumble false>>setpagedevice"
219 *Duplex DuplexTumble/Borda Curta (Paisagem): "<</Duplex true/Tumble true>>setpagedevice"
220 *CloseUI: *Duplex
221 *DefaultFont: Courier
222 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
224 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
225 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
226 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
227 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
228 *Font Bookman-Light: Standard "(1.05)" Standard ROM
229 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
230 *Font Courier: Standard "(1.05)" Standard ROM
231 *Font Courier-Bold: Standard "(1.05)" Standard ROM
232 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
233 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
234 *Font Helvetica: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
236 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
240 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
241 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
244 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
245 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
246 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
247 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
248 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
249 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
250 *Font Symbol: Special "(001.005)" Special ROM
251 *Font Times-Bold: Standard "(1.05)" Standard ROM
252 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
253 *Font Times-Italic: Standard "(1.05)" Standard ROM
254 *Font Times-Roman: Standard "(1.05)" Standard ROM
255 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
256 *Font ZapfDingbats: Special "(001.005)" Special ROM
257 *% End of ph3420.ppd, 14179 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for Phaser 3425 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: English
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ph3425.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Xerox"
12 *ModelName: "Xerox Phaser 3425"
13 *ShortNickName: "Xerox Phaser 3425"
14 *NickName: "Xerox Phaser 3425, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><0><0>"
32 *cupsVersion: 1.3
33 *cupsModelNumber: 0
34 *cupsManualCopies: False
35 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
36 *OpenUI *PageSize/Media Size: PickOne
37 *OrderDependency: 10 AnySetup *PageSize
38 *DefaultPageSize: Letter
39 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
40 *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
41 *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
42 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
43 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
44 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
45 *PageSize Env10/#10 Envelope - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
46 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
47 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
48 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
49 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
50 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
51 *PageSize EnvISOB5/ISOB5 Envelope - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
52 *PageSize Postcard/Postcard - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
53 *PageSize DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
54 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
55 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
56 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
57 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
58 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
59 *PageSize EnvPersonal/Personal Envelope - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
60 *PageSize Env9/#9 Envelope - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
61 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
62 *CloseUI: *PageSize
63 *OpenUI *PageRegion/Media Size: PickOne
64 *OrderDependency: 10 AnySetup *PageRegion
65 *DefaultPageRegion: Letter
66 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
67 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
68 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
69 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
70 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
71 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
72 *PageRegion Env10/#10 Envelope - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
73 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
74 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
75 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
76 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
77 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
78 *PageRegion EnvISOB5/ISOB5 Envelope - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
79 *PageRegion Postcard/Postcard - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
80 *PageRegion DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
81 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
82 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
83 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
84 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
85 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
86 *PageRegion EnvPersonal/Personal Envelope - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
87 *PageRegion Env9/#9 Envelope - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
88 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
89 *CloseUI: *PageRegion
90 *DefaultImageableArea: Letter
91 *ImageableArea Letter/Letter - 8.5x11in: "10.75 15.00 601.25 777.00"
92 *ImageableArea Legal/Legal - 8.5x14in: "10.75 15.00 601.25 993.00"
93 *ImageableArea A4/A4 - 210x297mm: "10.75 15.00 584.25 827.00"
94 *ImageableArea Executive/Executive - 7.25x10.5in: "10.75 15.00 511.25 741.00"
95 *ImageableArea Ledger/Ledger - 17x11in: "10.75 15.00 1213.25 777.00"
96 *ImageableArea A3/A3 - 297x420mm: "10.75 15.00 831.25 1176.00"
97 *ImageableArea Env10/#10 Envelope - 4.13x9.5in: "10.75 15.00 286.25 669.00"
98 *ImageableArea Monarch/Monarch - 3.875x7.5in: "10.75 15.00 268.25 525.00"
99 *ImageableArea C5/C5 - 162x229mm: "10.75 15.00 448.25 634.00"
100 *ImageableArea DL/DL - 110x220mm: "10.75 15.00 301.25 609.00"
101 *ImageableArea B4/B4 - 257x364mm: "10.75 15.00 718.25 1017.00"
102 *ImageableArea B5/B5 - 182x257mm: "10.75 15.00 505.25 714.00"
103 *ImageableArea EnvISOB5/ISOB5 Envelope - 176x250mm: "10.75 15.00 488.25 694.00"
104 *ImageableArea Postcard/Postcard - 100x148mm: "10.75 15.00 273.25 404.00"
105 *ImageableArea DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "10.75 15.00 409.25 552.00"
106 *ImageableArea A5/A5 - 148x210mm: "10.75 15.00 409.25 580.00"
107 *ImageableArea A6/A6 - 105x148mm: "10.75 15.00 286.25 405.00"
108 *ImageableArea B6/B6 - 128x182mm: "10.75 15.00 352.25 501.00"
109 *ImageableArea C6/C6 - 114x162mm: "10.75 15.00 312.25 444.00"
110 *ImageableArea Folio/Folio - 210x330mm: "10.75 15.00 584.25 920.00"
111 *ImageableArea EnvPersonal/Personal Envelope - 3.625x6.5in: "10.75 15.00 250.25 453.00"
112 *ImageableArea Env9/#9 Envelope - 3.875x8.875in: "10.75 15.00 268.25 624.00"
113 *ImageableArea Oficio/Oficio - 216x340mm: "10.75 15.00 601.25 957.00"
114 *DefaultPaperDimension: Letter
115 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
116 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
117 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
118 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
119 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
120 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
121 *PaperDimension Env10/#10 Envelope - 4.13x9.5in: "297.00 684.00"
122 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
123 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
124 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
125 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
126 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
127 *PaperDimension EnvISOB5/ISOB5 Envelope - 176x250mm: "499.00 709.00"
128 *PaperDimension Postcard/Postcard - 100x148mm: "284.00 419.00"
129 *PaperDimension DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "420.00 567.00"
130 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
131 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
132 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
133 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
134 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
135 *PaperDimension EnvPersonal/Personal Envelope - 3.625x6.5in: "261.00 468.00"
136 *PaperDimension Env9/#9 Envelope - 3.875x8.875in: "279.00 639.00"
137 *PaperDimension Oficio/Oficio - 216x340mm: "612.00 972.00"
138 *RequiresPageRegion All: True
139 *OpenUI *InputSlot/Media Source: PickOne
140 *OrderDependency: 10.0 AnySetup *InputSlot
141 *DefaultInputSlot: Auto
142 *InputSlot Auto/Automatic Selection: "<</MediaPosition 1>>setpagedevice"
143 *InputSlot Manual/Manual Feed: "<</MediaPosition 2>>setpagedevice"
144 *InputSlot Multi/Multi-Purpose Tray: "<</MediaPosition 3>>setpagedevice"
145 *InputSlot Upper/Tray 1: "<</MediaPosition 4>>setpagedevice"
146 *InputSlot Lower/Tray 2: "<</MediaPosition 5>>setpagedevice"
147 *CloseUI: *InputSlot
148 *OpenUI *MediaType/Paper Type: PickOne
149 *OrderDependency: 10.0 AnySetup *MediaType
150 *DefaultMediaType: OFF
151 *MediaType OFF/Use Printer Default: ""
152 *MediaType NORMAL/Plain Paper: ""
153 *MediaType THICK/Thick Paper: ""
154 *MediaType THIN/Thin Paper: ""
155 *MediaType BOND/Bond: ""
156 *MediaType OHP/Transparency: ""
157 *MediaType CARD/Card Stock: ""
158 *MediaType LABEL/Label: ""
159 *MediaType USED/Preprinted: ""
160 *MediaType COLOR/Colored Paper: ""
161 *MediaType ENV/Envelope: ""
162 *MediaType COTTON/Cotton: ""
163 *MediaType RECYCLED/Recycled: ""
164 *MediaType ARCHIVE/Archive: ""
165 *CloseUI: *MediaType
166 *OpenUI *Altitude/Air pressure: PickOne
167 *OrderDependency: 10.0 AnySetup *Altitude
168 *DefaultAltitude: LOW
169 *Altitude LOW/Low: ""
170 *Altitude HIGH/High: ""
171 *CloseUI: *Altitude
172 *OpenUI *PowerSave/Power Save: PickOne
173 *OrderDependency: 10.0 AnySetup *PowerSave
174 *DefaultPowerSave: 5
175 *PowerSave False/Off: ""
176 *PowerSave 5/5 Minutes: ""
177 *PowerSave 10/10 Minutes: ""
178 *PowerSave 15/15 Minutes: ""
179 *PowerSave 30/30 Minutes: ""
180 *PowerSave 45/45 Minutes: ""
181 *PowerSave 60/1 Hour: ""
182 *CloseUI: *PowerSave
183 *OpenUI *TonerDensity/Toner Density: PickOne
184 *OrderDependency: 10.0 AnySetup *TonerDensity
185 *DefaultTonerDensity: 3
186 *TonerDensity 1/Light: ""
187 *TonerDensity 3/Medium: ""
188 *TonerDensity 5/Dark: ""
189 *CloseUI: *TonerDensity
190 *OpenUI *EconoMode/Toner Save: PickOne
191 *OrderDependency: 10.0 AnySetup *EconoMode
192 *DefaultEconoMode: 0
193 *EconoMode 0/Use Printer Default: ""
194 *EconoMode ON/Save: ""
195 *EconoMode OFF/Standard: ""
196 *CloseUI: *EconoMode
197 *OpenUI *JamRecovery/Reprint When Jam: Boolean
198 *OrderDependency: 10.0 AnySetup *JamRecovery
199 *DefaultJamRecovery: False
200 *JamRecovery False/Off: ""
201 *JamRecovery True/On: ""
202 *CloseUI: *JamRecovery
203 *OpenUI *ColorModel/Color Mode: PickOne
204 *OrderDependency: 10.0 AnySetup *ColorModel
205 *DefaultColorModel: Gray
206 *ColorModel Gray/Grayscale: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
207 *CloseUI: *ColorModel
208 *OpenUI *Resolution: PickOne
209 *OrderDependency: 10.0 AnySetup *Resolution
210 *DefaultResolution: 600dpi
211 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
212 *Resolution 300dpi/300 DPI: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
213 *CloseUI: *Resolution
214 *OpenUI *Duplex/2-Sided Printing: PickOne
215 *OrderDependency: 10.0 AnySetup *Duplex
216 *DefaultDuplex: None
217 *Duplex None/Off (1-Sided): "<</Duplex false>>setpagedevice"
218 *Duplex DuplexNoTumble/Long-Edge (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
219 *Duplex DuplexTumble/Short-Edge (Landscape): "<</Duplex true/Tumble true>>setpagedevice"
220 *CloseUI: *Duplex
221 *DefaultFont: Courier
222 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
224 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
225 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
226 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
227 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
228 *Font Bookman-Light: Standard "(1.05)" Standard ROM
229 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
230 *Font Courier: Standard "(1.05)" Standard ROM
231 *Font Courier-Bold: Standard "(1.05)" Standard ROM
232 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
233 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
234 *Font Helvetica: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
236 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
240 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
241 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
244 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
245 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
246 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
247 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
248 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
249 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
250 *Font Symbol: Special "(001.005)" Special ROM
251 *Font Times-Bold: Standard "(1.05)" Standard ROM
252 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
253 *Font Times-Italic: Standard "(1.05)" Standard ROM
254 *Font Times-Roman: Standard "(1.05)" Standard ROM
255 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
256 *Font ZapfDingbats: Special "(001.005)" Special ROM
257 *% End of ph3425.ppd, 13792 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for Phaser 3425 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: French
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ph3425.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Xerox"
12 *ModelName: "Xerox Phaser 3425"
13 *ShortNickName: "Xerox Phaser 3425"
14 *NickName: "Xerox Phaser 3425, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><0><0>"
32 *cupsVersion: 1.3
33 *cupsModelNumber: 0
34 *cupsManualCopies: False
35 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
36 *OpenUI *PageSize/Media Size: PickOne
37 *OrderDependency: 10 AnySetup *PageSize
38 *DefaultPageSize: Letter
39 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
40 *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
41 *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
42 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
43 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
44 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
45 *PageSize Env10/Enveloppe n°10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
46 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
47 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
48 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
49 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
50 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
51 *PageSize EnvISOB5/Enveloppe ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
52 *PageSize Postcard/Carte postale - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
53 *PageSize DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
54 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
55 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
56 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
57 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
58 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
59 *PageSize EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
60 *PageSize Env9/Enveloppe n°9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
61 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
62 *CloseUI: *PageSize
63 *OpenUI *PageRegion/Media Size: PickOne
64 *OrderDependency: 10 AnySetup *PageRegion
65 *DefaultPageRegion: Letter
66 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
67 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
68 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
69 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
70 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
71 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
72 *PageRegion Env10/Enveloppe n°10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
73 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
74 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
75 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
76 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
77 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
78 *PageRegion EnvISOB5/Enveloppe ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
79 *PageRegion Postcard/Carte postale - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
80 *PageRegion DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
81 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
82 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
83 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
84 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
85 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
86 *PageRegion EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
87 *PageRegion Env9/Enveloppe n°9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
88 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
89 *CloseUI: *PageRegion
90 *DefaultImageableArea: Letter
91 *ImageableArea Letter/Letter - 8.5x11in: "10.75 15.00 601.25 777.00"
92 *ImageableArea Legal/Legal - 8.5x14in: "10.75 15.00 601.25 993.00"
93 *ImageableArea A4/A4 - 210x297mm: "10.75 15.00 584.25 827.00"
94 *ImageableArea Executive/Executive - 7.25x10.5in: "10.75 15.00 511.25 741.00"
95 *ImageableArea Ledger/Ledger - 17x11in: "10.75 15.00 1213.25 777.00"
96 *ImageableArea A3/A3 - 297x420mm: "10.75 15.00 831.25 1176.00"
97 *ImageableArea Env10/Enveloppe n°10 - 4.13x9.5in: "10.75 15.00 286.25 669.00"
98 *ImageableArea Monarch/Monarch - 3.875x7.5in: "10.75 15.00 268.25 525.00"
99 *ImageableArea C5/C5 - 162x229mm: "10.75 15.00 448.25 634.00"
100 *ImageableArea DL/DL - 110x220mm: "10.75 15.00 301.25 609.00"
101 *ImageableArea B4/B4 - 257x364mm: "10.75 15.00 718.25 1017.00"
102 *ImageableArea B5/B5 - 182x257mm: "10.75 15.00 505.25 714.00"
103 *ImageableArea EnvISOB5/Enveloppe ISOB5 - 176x250mm: "10.75 15.00 488.25 694.00"
104 *ImageableArea Postcard/Carte postale - 100x148mm: "10.75 15.00 273.25 404.00"
105 *ImageableArea DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "10.75 15.00 409.25 552.00"
106 *ImageableArea A5/A5 - 148x210mm: "10.75 15.00 409.25 580.00"
107 *ImageableArea A6/A6 - 105x148mm: "10.75 15.00 286.25 405.00"
108 *ImageableArea B6/B6 - 128x182mm: "10.75 15.00 352.25 501.00"
109 *ImageableArea C6/C6 - 114x162mm: "10.75 15.00 312.25 444.00"
110 *ImageableArea Folio/Folio - 210x330mm: "10.75 15.00 584.25 920.00"
111 *ImageableArea EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "10.75 15.00 250.25 453.00"
112 *ImageableArea Env9/Enveloppe n°9 - 3.875x8.875in: "10.75 15.00 268.25 624.00"
113 *ImageableArea Oficio/Oficio - 216x340mm: "10.75 15.00 601.25 957.00"
114 *DefaultPaperDimension: Letter
115 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
116 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
117 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
118 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
119 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
120 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
121 *PaperDimension Env10/Enveloppe n°10 - 4.13x9.5in: "297.00 684.00"
122 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
123 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
124 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
125 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
126 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
127 *PaperDimension EnvISOB5/Enveloppe ISOB5 - 176x250mm: "499.00 709.00"
128 *PaperDimension Postcard/Carte postale - 100x148mm: "284.00 419.00"
129 *PaperDimension DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "420.00 567.00"
130 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
131 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
132 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
133 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
134 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
135 *PaperDimension EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "261.00 468.00"
136 *PaperDimension Env9/Enveloppe n°9 - 3.875x8.875in: "279.00 639.00"
137 *PaperDimension Oficio/Oficio - 216x340mm: "612.00 972.00"
138 *RequiresPageRegion All: True
139 *OpenUI *InputSlot/Media Source: PickOne
140 *OrderDependency: 10.0 AnySetup *InputSlot
141 *DefaultInputSlot: Auto
142 *InputSlot Auto/Sélection automatique: "<</MediaPosition 1>>setpagedevice"
143 *InputSlot Manual/Manuel: "<</MediaPosition 2>>setpagedevice"
144 *InputSlot Multi/Plusieurs choix de bacs: "<</MediaPosition 3>>setpagedevice"
145 *InputSlot Upper/Bac 1: "<</MediaPosition 4>>setpagedevice"
146 *InputSlot Lower/Bac 2: "<</MediaPosition 5>>setpagedevice"
147 *CloseUI: *InputSlot
148 *OpenUI *MediaType/Type de support: PickOne
149 *OrderDependency: 10.0 AnySetup *MediaType
150 *DefaultMediaType: OFF
151 *MediaType OFF/Utiliser la configuration imprimante: ""
152 *MediaType NORMAL/Papier ordinaire: ""
153 *MediaType THICK/Papier épais: ""
154 *MediaType THIN/Papier fin: ""
155 *MediaType BOND/Papier Bond: ""
156 *MediaType OHP/Transparent: ""
157 *MediaType CARD/Papier cartonné: ""
158 *MediaType LABEL/Étiquette: ""
159 *MediaType USED/Papier pré-imprimé: ""
160 *MediaType COLOR/Couleur: ""
161 *MediaType ENV/Enveloppe: ""
162 *MediaType COTTON/Coton: ""
163 *MediaType RECYCLED/Papier recyclé: ""
164 *MediaType ARCHIVE/Archive: ""
165 *CloseUI: *MediaType
166 *OpenUI *Altitude/Pression de l'air: PickOne
167 *OrderDependency: 10.0 AnySetup *Altitude
168 *DefaultAltitude: LOW
169 *Altitude LOW/Faible: ""
170 *Altitude HIGH/Forte: ""
171 *CloseUI: *Altitude
172 *OpenUI *PowerSave/Économie d'énergie: PickOne
173 *OrderDependency: 10.0 AnySetup *PowerSave
174 *DefaultPowerSave: 5
175 *PowerSave False/Désactivé: ""
176 *PowerSave 5/5 minutes: ""
177 *PowerSave 10/10 minutes: ""
178 *PowerSave 15/15 minutes: ""
179 *PowerSave 30/30 minutes: ""
180 *PowerSave 45/45 minutes: ""
181 *PowerSave 60/1 heure: ""
182 *CloseUI: *PowerSave
183 *OpenUI *TonerDensity/Densité de toner: PickOne
184 *OrderDependency: 10.0 AnySetup *TonerDensity
185 *DefaultTonerDensity: 3
186 *TonerDensity 1/Clair: ""
187 *TonerDensity 3/Normal: ""
188 *TonerDensity 5/Sombre: ""
189 *CloseUI: *TonerDensity
190 *OpenUI *EconoMode/Économie de toner: PickOne
191 *OrderDependency: 10.0 AnySetup *EconoMode
192 *DefaultEconoMode: 0
193 *EconoMode 0/Utiliser la configuration imprimante: ""
194 *EconoMode ON/Économiser: ""
195 *EconoMode OFF/Standard: ""
196 *CloseUI: *EconoMode
197 *OpenUI *JamRecovery/Réimpression si bourrage: Boolean
198 *OrderDependency: 10.0 AnySetup *JamRecovery
199 *DefaultJamRecovery: False
200 *JamRecovery False/Désactivé: ""
201 *JamRecovery True/Oui: ""
202 *CloseUI: *JamRecovery
203 *OpenUI *ColorModel/Mode couleur: PickOne
204 *OrderDependency: 10.0 AnySetup *ColorModel
205 *DefaultColorModel: Gray
206 *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
207 *CloseUI: *ColorModel
208 *OpenUI *Resolution: PickOne
209 *OrderDependency: 10.0 AnySetup *Resolution
210 *DefaultResolution: 600dpi
211 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
212 *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
213 *CloseUI: *Resolution
214 *OpenUI *Duplex/Impression recto-verso: PickOne
215 *OrderDependency: 10.0 AnySetup *Duplex
216 *DefaultDuplex: None
217 *Duplex None/Simple (recto): "<</Duplex false>>setpagedevice"
218 *Duplex DuplexNoTumble/Côté long (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
219 *Duplex DuplexTumble/Côté court (Paysage): "<</Duplex true/Tumble true>>setpagedevice"
220 *CloseUI: *Duplex
221 *DefaultFont: Courier
222 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
224 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
225 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
226 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
227 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
228 *Font Bookman-Light: Standard "(1.05)" Standard ROM
229 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
230 *Font Courier: Standard "(1.05)" Standard ROM
231 *Font Courier-Bold: Standard "(1.05)" Standard ROM
232 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
233 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
234 *Font Helvetica: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
236 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
240 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
241 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
244 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
245 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
246 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
247 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
248 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
249 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
250 *Font Symbol: Special "(001.005)" Special ROM
251 *Font Times-Bold: Standard "(1.05)" Standard ROM
252 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
253 *Font Times-Italic: Standard "(1.05)" Standard ROM
254 *Font Times-Roman: Standard "(1.05)" Standard ROM
255 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
256 *Font ZapfDingbats: Special "(001.005)" Special ROM
257 *% End of ph3425.ppd, 14053 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for Phaser 3425 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: Portuguese_Brazil
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ph3425.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Xerox"
12 *ModelName: "Xerox Phaser 3425"
13 *ShortNickName: "Xerox Phaser 3425"
14 *NickName: "Xerox Phaser 3425, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><0><0>"
32 *cupsVersion: 1.3
33 *cupsModelNumber: 0
34 *cupsManualCopies: False
35 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
36 *OpenUI *PageSize/Media Size: PickOne
37 *OrderDependency: 10 AnySetup *PageSize
38 *DefaultPageSize: Letter
39 *PageSize Letter/Carta - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
40 *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
41 *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
42 *PageSize Executive/Executivo - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
43 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
44 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
45 *PageSize Env10/Envelope Número 10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
46 *PageSize Monarch/Monarca - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
47 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
48 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
49 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
50 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
51 *PageSize EnvISOB5/Envelope ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
52 *PageSize Postcard/Cartão Postal - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
53 *PageSize DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
54 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
55 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
56 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
57 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
58 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
59 *PageSize EnvPersonal/Envelope Pessoal - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
60 *PageSize Env9/Envelope Número 9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
61 *PageSize Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
62 *CloseUI: *PageSize
63 *OpenUI *PageRegion/Media Size: PickOne
64 *OrderDependency: 10 AnySetup *PageRegion
65 *DefaultPageRegion: Letter
66 *PageRegion Letter/Carta - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
67 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
68 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
69 *PageRegion Executive/Executivo - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
70 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
71 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
72 *PageRegion Env10/Envelope Número 10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
73 *PageRegion Monarch/Monarca - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
74 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
75 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
76 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
77 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
78 *PageRegion EnvISOB5/Envelope ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
79 *PageRegion Postcard/Cartão Postal - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
80 *PageRegion DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
81 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
82 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
83 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
84 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
85 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
86 *PageRegion EnvPersonal/Envelope Pessoal - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
87 *PageRegion Env9/Envelope Número 9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
88 *PageRegion Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
89 *CloseUI: *PageRegion
90 *DefaultImageableArea: Letter
91 *ImageableArea Letter/Carta - 8.5x11in: "10.75 15.00 601.25 777.00"
92 *ImageableArea Legal/Legal - 8.5x14in: "10.75 15.00 601.25 993.00"
93 *ImageableArea A4/A4 - 210x297mm: "10.75 15.00 584.25 827.00"
94 *ImageableArea Executive/Executivo - 7.25x10.5in: "10.75 15.00 511.25 741.00"
95 *ImageableArea Ledger/Ledger - 17x11in: "10.75 15.00 1213.25 777.00"
96 *ImageableArea A3/A3 - 297x420mm: "10.75 15.00 831.25 1176.00"
97 *ImageableArea Env10/Envelope Número 10 - 4.13x9.5in: "10.75 15.00 286.25 669.00"
98 *ImageableArea Monarch/Monarca - 3.875x7.5in: "10.75 15.00 268.25 525.00"
99 *ImageableArea C5/C5 - 162x229mm: "10.75 15.00 448.25 634.00"
100 *ImageableArea DL/DL - 110x220mm: "10.75 15.00 301.25 609.00"
101 *ImageableArea B4/B4 - 257x364mm: "10.75 15.00 718.25 1017.00"
102 *ImageableArea B5/B5 - 182x257mm: "10.75 15.00 505.25 714.00"
103 *ImageableArea EnvISOB5/Envelope ISOB5 - 176x250mm: "10.75 15.00 488.25 694.00"
104 *ImageableArea Postcard/Cartão Postal - 100x148mm: "10.75 15.00 273.25 404.00"
105 *ImageableArea DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 148x200mm: "10.75 15.00 409.25 552.00"
106 *ImageableArea A5/A5 - 148x210mm: "10.75 15.00 409.25 580.00"
107 *ImageableArea A6/A6 - 105x148mm: "10.75 15.00 286.25 405.00"
108 *ImageableArea B6/B6 - 128x182mm: "10.75 15.00 352.25 501.00"
109 *ImageableArea C6/C6 - 114x162mm: "10.75 15.00 312.25 444.00"
110 *ImageableArea Folio/Folio - 210x330mm: "10.75 15.00 584.25 920.00"
111 *ImageableArea EnvPersonal/Envelope Pessoal - 3.625x6.5in: "10.75 15.00 250.25 453.00"
112 *ImageableArea Env9/Envelope Número 9 - 3.875x8.875in: "10.75 15.00 268.25 624.00"
113 *ImageableArea Oficio/Ofício - 216x340mm: "10.75 15.00 601.25 957.00"
114 *DefaultPaperDimension: Letter
115 *PaperDimension Letter/Carta - 8.5x11in: "612.00 792.00"
116 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
117 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
118 *PaperDimension Executive/Executivo - 7.25x10.5in: "522.00 756.00"
119 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
120 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
121 *PaperDimension Env10/Envelope Número 10 - 4.13x9.5in: "297.00 684.00"
122 *PaperDimension Monarch/Monarca - 3.875x7.5in: "279.00 540.00"
123 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
124 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
125 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
126 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
127 *PaperDimension EnvISOB5/Envelope ISOB5 - 176x250mm: "499.00 709.00"
128 *PaperDimension Postcard/Cartão Postal - 100x148mm: "284.00 419.00"
129 *PaperDimension DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 148x200mm: "420.00 567.00"
130 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
131 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
132 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
133 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
134 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
135 *PaperDimension EnvPersonal/Envelope Pessoal - 3.625x6.5in: "261.00 468.00"
136 *PaperDimension Env9/Envelope Número 9 - 3.875x8.875in: "279.00 639.00"
137 *PaperDimension Oficio/Ofício - 216x340mm: "612.00 972.00"
138 *RequiresPageRegion All: True
139 *OpenUI *InputSlot/Media Source: PickOne
140 *OrderDependency: 10.0 AnySetup *InputSlot
141 *DefaultInputSlot: Auto
142 *InputSlot Auto/Seleção Automática: "<</MediaPosition 1>>setpagedevice"
143 *InputSlot Manual/Alimentação Manual: "<</MediaPosition 2>>setpagedevice"
144 *InputSlot Multi/Bandeja Multipropósito: "<</MediaPosition 3>>setpagedevice"
145 *InputSlot Upper/Bandeja 1: "<</MediaPosition 4>>setpagedevice"
146 *InputSlot Lower/Bandeja 2: "<</MediaPosition 5>>setpagedevice"
147 *CloseUI: *InputSlot
148 *OpenUI *MediaType/Tipo de Papel: PickOne
149 *OrderDependency: 10.0 AnySetup *MediaType
150 *DefaultMediaType: OFF
151 *MediaType OFF/Usar a Definição da Impressora: ""
152 *MediaType NORMAL/Papel normal: ""
153 *MediaType THICK/Papel grosso: ""
154 *MediaType THIN/Papel Delgado (Fino): ""
155 *MediaType BOND/Papel Bond: ""
156 *MediaType OHP/Transparência: ""
157 *MediaType CARD/Cartolina: ""
158 *MediaType LABEL/Etiqueta: ""
159 *MediaType USED/Papel Pré-Impresso: ""
160 *MediaType COLOR/Cor: ""
161 *MediaType ENV/Envelope: ""
162 *MediaType COTTON/Algodão: ""
163 *MediaType RECYCLED/Papel Reciclado: ""
164 *MediaType ARCHIVE/Arquivamento: ""
165 *CloseUI: *MediaType
166 *OpenUI *Altitude/Pressão Atmosférica: PickOne
167 *OrderDependency: 10.0 AnySetup *Altitude
168 *DefaultAltitude: LOW
169 *Altitude LOW/Pressão Elevada (Baixa Altitude): ""
170 *Altitude HIGH/Pressão Reduzida (Grande Altitude): ""
171 *CloseUI: *Altitude
172 *OpenUI *PowerSave/Economia de Energia: PickOne
173 *OrderDependency: 10.0 AnySetup *PowerSave
174 *DefaultPowerSave: 5
175 *PowerSave False/Desligado: ""
176 *PowerSave 5/5 Minutos: ""
177 *PowerSave 10/10 Minutos: ""
178 *PowerSave 15/15 Minutos: ""
179 *PowerSave 30/30 Minutos: ""
180 *PowerSave 45/45 Minutos: ""
181 *PowerSave 60/1 Hora: ""
182 *CloseUI: *PowerSave
183 *OpenUI *TonerDensity/Densidade do Toner: PickOne
184 *OrderDependency: 10.0 AnySetup *TonerDensity
185 *DefaultTonerDensity: 3
186 *TonerDensity 1/Claro: ""
187 *TonerDensity 3/Normal: ""
188 *TonerDensity 5/Escuro: ""
189 *CloseUI: *TonerDensity
190 *OpenUI *EconoMode/Economia do Toner: PickOne
191 *OrderDependency: 10.0 AnySetup *EconoMode
192 *DefaultEconoMode: 0
193 *EconoMode 0/Usar a Definição da Impressora: ""
194 *EconoMode ON/Economizar: ""
195 *EconoMode OFF/Não Economizar: ""
196 *CloseUI: *EconoMode
197 *OpenUI *JamRecovery/Reimpressão Após Atolamento do Papel: Boolean
198 *OrderDependency: 10.0 AnySetup *JamRecovery
199 *DefaultJamRecovery: False
200 *JamRecovery False/Desligado: ""
201 *JamRecovery True/Ativado: ""
202 *CloseUI: *JamRecovery
203 *OpenUI *ColorModel/Modo Cor: PickOne
204 *OrderDependency: 10.0 AnySetup *ColorModel
205 *DefaultColorModel: Gray
206 *ColorModel Gray/Tons de Cinza: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
207 *CloseUI: *ColorModel
208 *OpenUI *Resolution: PickOne
209 *OrderDependency: 10.0 AnySetup *Resolution
210 *DefaultResolution: 600dpi
211 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
212 *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
213 *CloseUI: *Resolution
214 *OpenUI *Duplex/Impressão em Frente e Verso: PickOne
215 *OrderDependency: 10.0 AnySetup *Duplex
216 *DefaultDuplex: None
217 *Duplex None/Frente (Simples): "<</Duplex false>>setpagedevice"
218 *Duplex DuplexNoTumble/Borda Longa (Retrato): "<</Duplex true/Tumble false>>setpagedevice"
219 *Duplex DuplexTumble/Borda Curta (Paisagem): "<</Duplex true/Tumble true>>setpagedevice"
220 *CloseUI: *Duplex
221 *DefaultFont: Courier
222 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
224 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
225 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
226 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
227 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
228 *Font Bookman-Light: Standard "(1.05)" Standard ROM
229 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
230 *Font Courier: Standard "(1.05)" Standard ROM
231 *Font Courier-Bold: Standard "(1.05)" Standard ROM
232 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
233 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
234 *Font Helvetica: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
236 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
240 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
241 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
244 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
245 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
246 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
247 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
248 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
249 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
250 *Font Symbol: Special "(001.005)" Special ROM
251 *Font Times-Bold: Standard "(1.05)" Standard ROM
252 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
253 *Font Times-Italic: Standard "(1.05)" Standard ROM
254 *Font Times-Roman: Standard "(1.05)" Standard ROM
255 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
256 *Font ZapfDingbats: Special "(001.005)" Special ROM
257 *% End of ph3425.ppd, 14179 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for Phaser 5500 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: English
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ph5500.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Xerox"
12 *ModelName: "Xerox Phaser 5500"
13 *ShortNickName: "Xerox Phaser 5500"
14 *NickName: "Xerox Phaser 5500, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><0><0>"
32 *cupsVersion: 1.3
33 *cupsModelNumber: 0
34 *cupsManualCopies: False
35 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
36 *OpenUI *PageSize/Media Size: PickOne
37 *OrderDependency: 10 AnySetup *PageSize
38 *DefaultPageSize: Letter
39 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
40 *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
41 *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
42 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
43 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
44 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
45 *PageSize Env10/#10 Envelope - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
46 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
47 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
48 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
49 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
50 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
51 *PageSize EnvISOB5/ISOB5 Envelope - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
52 *PageSize Postcard/Postcard - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
53 *PageSize DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
54 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
55 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
56 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
57 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
58 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
59 *PageSize EnvPersonal/Personal Envelope - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
60 *PageSize Env9/#9 Envelope - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
61 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
62 *CloseUI: *PageSize
63 *OpenUI *PageRegion/Media Size: PickOne
64 *OrderDependency: 10 AnySetup *PageRegion
65 *DefaultPageRegion: Letter
66 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
67 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
68 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
69 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
70 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
71 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
72 *PageRegion Env10/#10 Envelope - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
73 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
74 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
75 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
76 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
77 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
78 *PageRegion EnvISOB5/ISOB5 Envelope - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
79 *PageRegion Postcard/Postcard - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
80 *PageRegion DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
81 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
82 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
83 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
84 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
85 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
86 *PageRegion EnvPersonal/Personal Envelope - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
87 *PageRegion Env9/#9 Envelope - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
88 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
89 *CloseUI: *PageRegion
90 *DefaultImageableArea: Letter
91 *ImageableArea Letter/Letter - 8.5x11in: "10.75 15.00 601.25 777.00"
92 *ImageableArea Legal/Legal - 8.5x14in: "10.75 15.00 601.25 993.00"
93 *ImageableArea A4/A4 - 210x297mm: "10.75 15.00 584.25 827.00"
94 *ImageableArea Executive/Executive - 7.25x10.5in: "10.75 15.00 511.25 741.00"
95 *ImageableArea Ledger/Ledger - 17x11in: "10.75 15.00 1213.25 777.00"
96 *ImageableArea A3/A3 - 297x420mm: "10.75 15.00 831.25 1176.00"
97 *ImageableArea Env10/#10 Envelope - 4.13x9.5in: "10.75 15.00 286.25 669.00"
98 *ImageableArea Monarch/Monarch - 3.875x7.5in: "10.75 15.00 268.25 525.00"
99 *ImageableArea C5/C5 - 162x229mm: "10.75 15.00 448.25 634.00"
100 *ImageableArea DL/DL - 110x220mm: "10.75 15.00 301.25 609.00"
101 *ImageableArea B4/B4 - 257x364mm: "10.75 15.00 718.25 1017.00"
102 *ImageableArea B5/B5 - 182x257mm: "10.75 15.00 505.25 714.00"
103 *ImageableArea EnvISOB5/ISOB5 Envelope - 176x250mm: "10.75 15.00 488.25 694.00"
104 *ImageableArea Postcard/Postcard - 100x148mm: "10.75 15.00 273.25 404.00"
105 *ImageableArea DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "10.75 15.00 409.25 552.00"
106 *ImageableArea A5/A5 - 148x210mm: "10.75 15.00 409.25 580.00"
107 *ImageableArea A6/A6 - 105x148mm: "10.75 15.00 286.25 405.00"
108 *ImageableArea B6/B6 - 128x182mm: "10.75 15.00 352.25 501.00"
109 *ImageableArea C6/C6 - 114x162mm: "10.75 15.00 312.25 444.00"
110 *ImageableArea Folio/Folio - 210x330mm: "10.75 15.00 584.25 920.00"
111 *ImageableArea EnvPersonal/Personal Envelope - 3.625x6.5in: "10.75 15.00 250.25 453.00"
112 *ImageableArea Env9/#9 Envelope - 3.875x8.875in: "10.75 15.00 268.25 624.00"
113 *ImageableArea Oficio/Oficio - 216x340mm: "10.75 15.00 601.25 957.00"
114 *DefaultPaperDimension: Letter
115 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
116 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
117 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
118 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
119 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
120 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
121 *PaperDimension Env10/#10 Envelope - 4.13x9.5in: "297.00 684.00"
122 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
123 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
124 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
125 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
126 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
127 *PaperDimension EnvISOB5/ISOB5 Envelope - 176x250mm: "499.00 709.00"
128 *PaperDimension Postcard/Postcard - 100x148mm: "284.00 419.00"
129 *PaperDimension DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "420.00 567.00"
130 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
131 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
132 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
133 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
134 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
135 *PaperDimension EnvPersonal/Personal Envelope - 3.625x6.5in: "261.00 468.00"
136 *PaperDimension Env9/#9 Envelope - 3.875x8.875in: "279.00 639.00"
137 *PaperDimension Oficio/Oficio - 216x340mm: "612.00 972.00"
138 *RequiresPageRegion All: True
139 *OpenUI *InputSlot/Media Source: PickOne
140 *OrderDependency: 10.0 AnySetup *InputSlot
141 *DefaultInputSlot: Auto
142 *InputSlot Auto/Automatic Selection: "<</MediaPosition 1>>setpagedevice"
143 *InputSlot Manual/Manual Feed: "<</MediaPosition 2>>setpagedevice"
144 *InputSlot Multi/Multi-Purpose Tray: "<</MediaPosition 3>>setpagedevice"
145 *InputSlot Upper/Tray 1: "<</MediaPosition 4>>setpagedevice"
146 *InputSlot Lower/Tray 2: "<</MediaPosition 5>>setpagedevice"
147 *CloseUI: *InputSlot
148 *OpenUI *MediaType/Paper Type: PickOne
149 *OrderDependency: 10.0 AnySetup *MediaType
150 *DefaultMediaType: OFF
151 *MediaType OFF/Use Printer Default: ""
152 *MediaType NORMAL/Plain Paper: ""
153 *MediaType THICK/Thick Paper: ""
154 *MediaType THIN/Thin Paper: ""
155 *MediaType BOND/Bond: ""
156 *MediaType OHP/Transparency: ""
157 *MediaType CARD/Card Stock: ""
158 *MediaType LABEL/Label: ""
159 *MediaType USED/Preprinted: ""
160 *MediaType COLOR/Colored Paper: ""
161 *MediaType ENV/Envelope: ""
162 *MediaType COTTON/Cotton: ""
163 *MediaType RECYCLED/Recycled: ""
164 *MediaType ARCHIVE/Archive: ""
165 *CloseUI: *MediaType
166 *OpenUI *Altitude/Air pressure: PickOne
167 *OrderDependency: 10.0 AnySetup *Altitude
168 *DefaultAltitude: LOW
169 *Altitude LOW/Low: ""
170 *Altitude HIGH/High: ""
171 *CloseUI: *Altitude
172 *OpenUI *PowerSave/Power Save: PickOne
173 *OrderDependency: 10.0 AnySetup *PowerSave
174 *DefaultPowerSave: 5
175 *PowerSave False/Off: ""
176 *PowerSave 5/5 Minutes: ""
177 *PowerSave 10/10 Minutes: ""
178 *PowerSave 15/15 Minutes: ""
179 *PowerSave 30/30 Minutes: ""
180 *PowerSave 45/45 Minutes: ""
181 *PowerSave 60/1 Hour: ""
182 *CloseUI: *PowerSave
183 *OpenUI *TonerDensity/Toner Density: PickOne
184 *OrderDependency: 10.0 AnySetup *TonerDensity
185 *DefaultTonerDensity: 3
186 *TonerDensity 1/Light: ""
187 *TonerDensity 3/Medium: ""
188 *TonerDensity 5/Dark: ""
189 *CloseUI: *TonerDensity
190 *OpenUI *EconoMode/Toner Save: PickOne
191 *OrderDependency: 10.0 AnySetup *EconoMode
192 *DefaultEconoMode: 0
193 *EconoMode 0/Use Printer Default: ""
194 *EconoMode ON/Save: ""
195 *EconoMode OFF/Standard: ""
196 *CloseUI: *EconoMode
197 *OpenUI *JamRecovery/Reprint When Jam: Boolean
198 *OrderDependency: 10.0 AnySetup *JamRecovery
199 *DefaultJamRecovery: False
200 *JamRecovery False/Off: ""
201 *JamRecovery True/On: ""
202 *CloseUI: *JamRecovery
203 *OpenUI *ColorModel/Color Mode: PickOne
204 *OrderDependency: 10.0 AnySetup *ColorModel
205 *DefaultColorModel: Gray
206 *ColorModel Gray/Grayscale: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
207 *CloseUI: *ColorModel
208 *OpenUI *Resolution: PickOne
209 *OrderDependency: 10.0 AnySetup *Resolution
210 *DefaultResolution: 600dpi
211 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
212 *Resolution 300dpi/300 DPI: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
213 *CloseUI: *Resolution
214 *OpenUI *Duplex/2-Sided Printing: PickOne
215 *OrderDependency: 10.0 AnySetup *Duplex
216 *DefaultDuplex: None
217 *Duplex None/Off (1-Sided): "<</Duplex false>>setpagedevice"
218 *Duplex DuplexNoTumble/Long-Edge (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
219 *Duplex DuplexTumble/Short-Edge (Landscape): "<</Duplex true/Tumble true>>setpagedevice"
220 *CloseUI: *Duplex
221 *DefaultFont: Courier
222 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
224 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
225 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
226 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
227 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
228 *Font Bookman-Light: Standard "(1.05)" Standard ROM
229 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
230 *Font Courier: Standard "(1.05)" Standard ROM
231 *Font Courier-Bold: Standard "(1.05)" Standard ROM
232 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
233 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
234 *Font Helvetica: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
236 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
240 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
241 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
244 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
245 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
246 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
247 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
248 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
249 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
250 *Font Symbol: Special "(001.005)" Special ROM
251 *Font Times-Bold: Standard "(1.05)" Standard ROM
252 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
253 *Font Times-Italic: Standard "(1.05)" Standard ROM
254 *Font Times-Roman: Standard "(1.05)" Standard ROM
255 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
256 *Font ZapfDingbats: Special "(001.005)" Special ROM
257 *% End of ph5500.ppd, 13792 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for Phaser 5500 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: French
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ph5500.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Xerox"
12 *ModelName: "Xerox Phaser 5500"
13 *ShortNickName: "Xerox Phaser 5500"
14 *NickName: "Xerox Phaser 5500, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><0><0>"
32 *cupsVersion: 1.3
33 *cupsModelNumber: 0
34 *cupsManualCopies: False
35 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
36 *OpenUI *PageSize/Media Size: PickOne
37 *OrderDependency: 10 AnySetup *PageSize
38 *DefaultPageSize: Letter
39 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
40 *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
41 *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
42 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
43 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
44 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
45 *PageSize Env10/Enveloppe n°10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
46 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
47 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
48 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
49 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
50 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
51 *PageSize EnvISOB5/Enveloppe ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
52 *PageSize Postcard/Carte postale - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
53 *PageSize DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
54 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
55 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
56 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
57 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
58 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
59 *PageSize EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
60 *PageSize Env9/Enveloppe n°9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
61 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
62 *CloseUI: *PageSize
63 *OpenUI *PageRegion/Media Size: PickOne
64 *OrderDependency: 10 AnySetup *PageRegion
65 *DefaultPageRegion: Letter
66 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
67 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
68 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
69 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
70 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
71 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
72 *PageRegion Env10/Enveloppe n°10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
73 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
74 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
75 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
76 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
77 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
78 *PageRegion EnvISOB5/Enveloppe ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
79 *PageRegion Postcard/Carte postale - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
80 *PageRegion DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
81 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
82 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
83 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
84 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
85 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
86 *PageRegion EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
87 *PageRegion Env9/Enveloppe n°9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
88 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
89 *CloseUI: *PageRegion
90 *DefaultImageableArea: Letter
91 *ImageableArea Letter/Letter - 8.5x11in: "10.75 15.00 601.25 777.00"
92 *ImageableArea Legal/Legal - 8.5x14in: "10.75 15.00 601.25 993.00"
93 *ImageableArea A4/A4 - 210x297mm: "10.75 15.00 584.25 827.00"
94 *ImageableArea Executive/Executive - 7.25x10.5in: "10.75 15.00 511.25 741.00"
95 *ImageableArea Ledger/Ledger - 17x11in: "10.75 15.00 1213.25 777.00"
96 *ImageableArea A3/A3 - 297x420mm: "10.75 15.00 831.25 1176.00"
97 *ImageableArea Env10/Enveloppe n°10 - 4.13x9.5in: "10.75 15.00 286.25 669.00"
98 *ImageableArea Monarch/Monarch - 3.875x7.5in: "10.75 15.00 268.25 525.00"
99 *ImageableArea C5/C5 - 162x229mm: "10.75 15.00 448.25 634.00"
100 *ImageableArea DL/DL - 110x220mm: "10.75 15.00 301.25 609.00"
101 *ImageableArea B4/B4 - 257x364mm: "10.75 15.00 718.25 1017.00"
102 *ImageableArea B5/B5 - 182x257mm: "10.75 15.00 505.25 714.00"
103 *ImageableArea EnvISOB5/Enveloppe ISOB5 - 176x250mm: "10.75 15.00 488.25 694.00"
104 *ImageableArea Postcard/Carte postale - 100x148mm: "10.75 15.00 273.25 404.00"
105 *ImageableArea DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "10.75 15.00 409.25 552.00"
106 *ImageableArea A5/A5 - 148x210mm: "10.75 15.00 409.25 580.00"
107 *ImageableArea A6/A6 - 105x148mm: "10.75 15.00 286.25 405.00"
108 *ImageableArea B6/B6 - 128x182mm: "10.75 15.00 352.25 501.00"
109 *ImageableArea C6/C6 - 114x162mm: "10.75 15.00 312.25 444.00"
110 *ImageableArea Folio/Folio - 210x330mm: "10.75 15.00 584.25 920.00"
111 *ImageableArea EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "10.75 15.00 250.25 453.00"
112 *ImageableArea Env9/Enveloppe n°9 - 3.875x8.875in: "10.75 15.00 268.25 624.00"
113 *ImageableArea Oficio/Oficio - 216x340mm: "10.75 15.00 601.25 957.00"
114 *DefaultPaperDimension: Letter
115 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
116 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
117 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
118 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
119 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
120 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
121 *PaperDimension Env10/Enveloppe n°10 - 4.13x9.5in: "297.00 684.00"
122 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
123 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
124 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
125 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
126 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
127 *PaperDimension EnvISOB5/Enveloppe ISOB5 - 176x250mm: "499.00 709.00"
128 *PaperDimension Postcard/Carte postale - 100x148mm: "284.00 419.00"
129 *PaperDimension DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "420.00 567.00"
130 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
131 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
132 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
133 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
134 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
135 *PaperDimension EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "261.00 468.00"
136 *PaperDimension Env9/Enveloppe n°9 - 3.875x8.875in: "279.00 639.00"
137 *PaperDimension Oficio/Oficio - 216x340mm: "612.00 972.00"
138 *RequiresPageRegion All: True
139 *OpenUI *InputSlot/Media Source: PickOne
140 *OrderDependency: 10.0 AnySetup *InputSlot
141 *DefaultInputSlot: Auto
142 *InputSlot Auto/Sélection automatique: "<</MediaPosition 1>>setpagedevice"
143 *InputSlot Manual/Manuel: "<</MediaPosition 2>>setpagedevice"
144 *InputSlot Multi/Plusieurs choix de bacs: "<</MediaPosition 3>>setpagedevice"
145 *InputSlot Upper/Bac 1: "<</MediaPosition 4>>setpagedevice"
146 *InputSlot Lower/Bac 2: "<</MediaPosition 5>>setpagedevice"
147 *CloseUI: *InputSlot
148 *OpenUI *MediaType/Type de support: PickOne
149 *OrderDependency: 10.0 AnySetup *MediaType
150 *DefaultMediaType: OFF
151 *MediaType OFF/Utiliser la configuration imprimante: ""
152 *MediaType NORMAL/Papier ordinaire: ""
153 *MediaType THICK/Papier épais: ""
154 *MediaType THIN/Papier fin: ""
155 *MediaType BOND/Papier Bond: ""
156 *MediaType OHP/Transparent: ""
157 *MediaType CARD/Papier cartonné: ""
158 *MediaType LABEL/Étiquette: ""
159 *MediaType USED/Papier pré-imprimé: ""
160 *MediaType COLOR/Couleur: ""
161 *MediaType ENV/Enveloppe: ""
162 *MediaType COTTON/Coton: ""
163 *MediaType RECYCLED/Papier recyclé: ""
164 *MediaType ARCHIVE/Archive: ""
165 *CloseUI: *MediaType
166 *OpenUI *Altitude/Pression de l'air: PickOne
167 *OrderDependency: 10.0 AnySetup *Altitude
168 *DefaultAltitude: LOW
169 *Altitude LOW/Faible: ""
170 *Altitude HIGH/Forte: ""
171 *CloseUI: *Altitude
172 *OpenUI *PowerSave/Économie d'énergie: PickOne
173 *OrderDependency: 10.0 AnySetup *PowerSave
174 *DefaultPowerSave: 5
175 *PowerSave False/Désactivé: ""
176 *PowerSave 5/5 minutes: ""
177 *PowerSave 10/10 minutes: ""
178 *PowerSave 15/15 minutes: ""
179 *PowerSave 30/30 minutes: ""
180 *PowerSave 45/45 minutes: ""
181 *PowerSave 60/1 heure: ""
182 *CloseUI: *PowerSave
183 *OpenUI *TonerDensity/Densité de toner: PickOne
184 *OrderDependency: 10.0 AnySetup *TonerDensity
185 *DefaultTonerDensity: 3
186 *TonerDensity 1/Clair: ""
187 *TonerDensity 3/Normal: ""
188 *TonerDensity 5/Sombre: ""
189 *CloseUI: *TonerDensity
190 *OpenUI *EconoMode/Économie de toner: PickOne
191 *OrderDependency: 10.0 AnySetup *EconoMode
192 *DefaultEconoMode: 0
193 *EconoMode 0/Utiliser la configuration imprimante: ""
194 *EconoMode ON/Économiser: ""
195 *EconoMode OFF/Standard: ""
196 *CloseUI: *EconoMode
197 *OpenUI *JamRecovery/Réimpression si bourrage: Boolean
198 *OrderDependency: 10.0 AnySetup *JamRecovery
199 *DefaultJamRecovery: False
200 *JamRecovery False/Désactivé: ""
201 *JamRecovery True/Oui: ""
202 *CloseUI: *JamRecovery
203 *OpenUI *ColorModel/Mode couleur: PickOne
204 *OrderDependency: 10.0 AnySetup *ColorModel
205 *DefaultColorModel: Gray
206 *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
207 *CloseUI: *ColorModel
208 *OpenUI *Resolution: PickOne
209 *OrderDependency: 10.0 AnySetup *Resolution
210 *DefaultResolution: 600dpi
211 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
212 *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
213 *CloseUI: *Resolution
214 *OpenUI *Duplex/Impression recto-verso: PickOne
215 *OrderDependency: 10.0 AnySetup *Duplex
216 *DefaultDuplex: None
217 *Duplex None/Simple (recto): "<</Duplex false>>setpagedevice"
218 *Duplex DuplexNoTumble/Côté long (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
219 *Duplex DuplexTumble/Côté court (Paysage): "<</Duplex true/Tumble true>>setpagedevice"
220 *CloseUI: *Duplex
221 *DefaultFont: Courier
222 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
224 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
225 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
226 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
227 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
228 *Font Bookman-Light: Standard "(1.05)" Standard ROM
229 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
230 *Font Courier: Standard "(1.05)" Standard ROM
231 *Font Courier-Bold: Standard "(1.05)" Standard ROM
232 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
233 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
234 *Font Helvetica: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
236 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
240 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
241 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
244 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
245 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
246 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
247 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
248 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
249 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
250 *Font Symbol: Special "(001.005)" Special ROM
251 *Font Times-Bold: Standard "(1.05)" Standard ROM
252 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
253 *Font Times-Italic: Standard "(1.05)" Standard ROM
254 *Font Times-Roman: Standard "(1.05)" Standard ROM
255 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
256 *Font ZapfDingbats: Special "(001.005)" Special ROM
257 *% End of ph5500.ppd, 14053 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for Phaser 5500 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: Portuguese_Brazil
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ph5500.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Xerox"
12 *ModelName: "Xerox Phaser 5500"
13 *ShortNickName: "Xerox Phaser 5500"
14 *NickName: "Xerox Phaser 5500, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><0><0>"
32 *cupsVersion: 1.3
33 *cupsModelNumber: 0
34 *cupsManualCopies: False
35 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
36 *OpenUI *PageSize/Media Size: PickOne
37 *OrderDependency: 10 AnySetup *PageSize
38 *DefaultPageSize: Letter
39 *PageSize Letter/Carta - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
40 *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
41 *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
42 *PageSize Executive/Executivo - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
43 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
44 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
45 *PageSize Env10/Envelope Número 10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
46 *PageSize Monarch/Monarca - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
47 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
48 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
49 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
50 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
51 *PageSize EnvISOB5/Envelope ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
52 *PageSize Postcard/Cartão Postal - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
53 *PageSize DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
54 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
55 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
56 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
57 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
58 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
59 *PageSize EnvPersonal/Envelope Pessoal - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
60 *PageSize Env9/Envelope Número 9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
61 *PageSize Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
62 *CloseUI: *PageSize
63 *OpenUI *PageRegion/Media Size: PickOne
64 *OrderDependency: 10 AnySetup *PageRegion
65 *DefaultPageRegion: Letter
66 *PageRegion Letter/Carta - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
67 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
68 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
69 *PageRegion Executive/Executivo - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
70 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
71 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
72 *PageRegion Env10/Envelope Número 10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
73 *PageRegion Monarch/Monarca - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
74 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
75 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
76 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
77 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
78 *PageRegion EnvISOB5/Envelope ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
79 *PageRegion Postcard/Cartão Postal - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
80 *PageRegion DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
81 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
82 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
83 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
84 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
85 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
86 *PageRegion EnvPersonal/Envelope Pessoal - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
87 *PageRegion Env9/Envelope Número 9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
88 *PageRegion Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
89 *CloseUI: *PageRegion
90 *DefaultImageableArea: Letter
91 *ImageableArea Letter/Carta - 8.5x11in: "10.75 15.00 601.25 777.00"
92 *ImageableArea Legal/Legal - 8.5x14in: "10.75 15.00 601.25 993.00"
93 *ImageableArea A4/A4 - 210x297mm: "10.75 15.00 584.25 827.00"
94 *ImageableArea Executive/Executivo - 7.25x10.5in: "10.75 15.00 511.25 741.00"
95 *ImageableArea Ledger/Ledger - 17x11in: "10.75 15.00 1213.25 777.00"
96 *ImageableArea A3/A3 - 297x420mm: "10.75 15.00 831.25 1176.00"
97 *ImageableArea Env10/Envelope Número 10 - 4.13x9.5in: "10.75 15.00 286.25 669.00"
98 *ImageableArea Monarch/Monarca - 3.875x7.5in: "10.75 15.00 268.25 525.00"
99 *ImageableArea C5/C5 - 162x229mm: "10.75 15.00 448.25 634.00"
100 *ImageableArea DL/DL - 110x220mm: "10.75 15.00 301.25 609.00"
101 *ImageableArea B4/B4 - 257x364mm: "10.75 15.00 718.25 1017.00"
102 *ImageableArea B5/B5 - 182x257mm: "10.75 15.00 505.25 714.00"
103 *ImageableArea EnvISOB5/Envelope ISOB5 - 176x250mm: "10.75 15.00 488.25 694.00"
104 *ImageableArea Postcard/Cartão Postal - 100x148mm: "10.75 15.00 273.25 404.00"
105 *ImageableArea DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 148x200mm: "10.75 15.00 409.25 552.00"
106 *ImageableArea A5/A5 - 148x210mm: "10.75 15.00 409.25 580.00"
107 *ImageableArea A6/A6 - 105x148mm: "10.75 15.00 286.25 405.00"
108 *ImageableArea B6/B6 - 128x182mm: "10.75 15.00 352.25 501.00"
109 *ImageableArea C6/C6 - 114x162mm: "10.75 15.00 312.25 444.00"
110 *ImageableArea Folio/Folio - 210x330mm: "10.75 15.00 584.25 920.00"
111 *ImageableArea EnvPersonal/Envelope Pessoal - 3.625x6.5in: "10.75 15.00 250.25 453.00"
112 *ImageableArea Env9/Envelope Número 9 - 3.875x8.875in: "10.75 15.00 268.25 624.00"
113 *ImageableArea Oficio/Ofício - 216x340mm: "10.75 15.00 601.25 957.00"
114 *DefaultPaperDimension: Letter
115 *PaperDimension Letter/Carta - 8.5x11in: "612.00 792.00"
116 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
117 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
118 *PaperDimension Executive/Executivo - 7.25x10.5in: "522.00 756.00"
119 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
120 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
121 *PaperDimension Env10/Envelope Número 10 - 4.13x9.5in: "297.00 684.00"
122 *PaperDimension Monarch/Monarca - 3.875x7.5in: "279.00 540.00"
123 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
124 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
125 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
126 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
127 *PaperDimension EnvISOB5/Envelope ISOB5 - 176x250mm: "499.00 709.00"
128 *PaperDimension Postcard/Cartão Postal - 100x148mm: "284.00 419.00"
129 *PaperDimension DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 148x200mm: "420.00 567.00"
130 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
131 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
132 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
133 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
134 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
135 *PaperDimension EnvPersonal/Envelope Pessoal - 3.625x6.5in: "261.00 468.00"
136 *PaperDimension Env9/Envelope Número 9 - 3.875x8.875in: "279.00 639.00"
137 *PaperDimension Oficio/Ofício - 216x340mm: "612.00 972.00"
138 *RequiresPageRegion All: True
139 *OpenUI *InputSlot/Media Source: PickOne
140 *OrderDependency: 10.0 AnySetup *InputSlot
141 *DefaultInputSlot: Auto
142 *InputSlot Auto/Seleção Automática: "<</MediaPosition 1>>setpagedevice"
143 *InputSlot Manual/Alimentação Manual: "<</MediaPosition 2>>setpagedevice"
144 *InputSlot Multi/Bandeja Multipropósito: "<</MediaPosition 3>>setpagedevice"
145 *InputSlot Upper/Bandeja 1: "<</MediaPosition 4>>setpagedevice"
146 *InputSlot Lower/Bandeja 2: "<</MediaPosition 5>>setpagedevice"
147 *CloseUI: *InputSlot
148 *OpenUI *MediaType/Tipo de Papel: PickOne
149 *OrderDependency: 10.0 AnySetup *MediaType
150 *DefaultMediaType: OFF
151 *MediaType OFF/Usar a Definição da Impressora: ""
152 *MediaType NORMAL/Papel normal: ""
153 *MediaType THICK/Papel grosso: ""
154 *MediaType THIN/Papel Delgado (Fino): ""
155 *MediaType BOND/Papel Bond: ""
156 *MediaType OHP/Transparência: ""
157 *MediaType CARD/Cartolina: ""
158 *MediaType LABEL/Etiqueta: ""
159 *MediaType USED/Papel Pré-Impresso: ""
160 *MediaType COLOR/Cor: ""
161 *MediaType ENV/Envelope: ""
162 *MediaType COTTON/Algodão: ""
163 *MediaType RECYCLED/Papel Reciclado: ""
164 *MediaType ARCHIVE/Arquivamento: ""
165 *CloseUI: *MediaType
166 *OpenUI *Altitude/Pressão Atmosférica: PickOne
167 *OrderDependency: 10.0 AnySetup *Altitude
168 *DefaultAltitude: LOW
169 *Altitude LOW/Pressão Elevada (Baixa Altitude): ""
170 *Altitude HIGH/Pressão Reduzida (Grande Altitude): ""
171 *CloseUI: *Altitude
172 *OpenUI *PowerSave/Economia de Energia: PickOne
173 *OrderDependency: 10.0 AnySetup *PowerSave
174 *DefaultPowerSave: 5
175 *PowerSave False/Desligado: ""
176 *PowerSave 5/5 Minutos: ""
177 *PowerSave 10/10 Minutos: ""
178 *PowerSave 15/15 Minutos: ""
179 *PowerSave 30/30 Minutos: ""
180 *PowerSave 45/45 Minutos: ""
181 *PowerSave 60/1 Hora: ""
182 *CloseUI: *PowerSave
183 *OpenUI *TonerDensity/Densidade do Toner: PickOne
184 *OrderDependency: 10.0 AnySetup *TonerDensity
185 *DefaultTonerDensity: 3
186 *TonerDensity 1/Claro: ""
187 *TonerDensity 3/Normal: ""
188 *TonerDensity 5/Escuro: ""
189 *CloseUI: *TonerDensity
190 *OpenUI *EconoMode/Economia do Toner: PickOne
191 *OrderDependency: 10.0 AnySetup *EconoMode
192 *DefaultEconoMode: 0
193 *EconoMode 0/Usar a Definição da Impressora: ""
194 *EconoMode ON/Economizar: ""
195 *EconoMode OFF/Não Economizar: ""
196 *CloseUI: *EconoMode
197 *OpenUI *JamRecovery/Reimpressão Após Atolamento do Papel: Boolean
198 *OrderDependency: 10.0 AnySetup *JamRecovery
199 *DefaultJamRecovery: False
200 *JamRecovery False/Desligado: ""
201 *JamRecovery True/Ativado: ""
202 *CloseUI: *JamRecovery
203 *OpenUI *ColorModel/Modo Cor: PickOne
204 *OrderDependency: 10.0 AnySetup *ColorModel
205 *DefaultColorModel: Gray
206 *ColorModel Gray/Tons de Cinza: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
207 *CloseUI: *ColorModel
208 *OpenUI *Resolution: PickOne
209 *OrderDependency: 10.0 AnySetup *Resolution
210 *DefaultResolution: 600dpi
211 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
212 *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
213 *CloseUI: *Resolution
214 *OpenUI *Duplex/Impressão em Frente e Verso: PickOne
215 *OrderDependency: 10.0 AnySetup *Duplex
216 *DefaultDuplex: None
217 *Duplex None/Frente (Simples): "<</Duplex false>>setpagedevice"
218 *Duplex DuplexNoTumble/Borda Longa (Retrato): "<</Duplex true/Tumble false>>setpagedevice"
219 *Duplex DuplexTumble/Borda Curta (Paisagem): "<</Duplex true/Tumble true>>setpagedevice"
220 *CloseUI: *Duplex
221 *DefaultFont: Courier
222 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
224 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
225 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
226 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
227 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
228 *Font Bookman-Light: Standard "(1.05)" Standard ROM
229 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
230 *Font Courier: Standard "(1.05)" Standard ROM
231 *Font Courier-Bold: Standard "(1.05)" Standard ROM
232 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
233 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
234 *Font Helvetica: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
236 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
240 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
241 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
244 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
245 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
246 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
247 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
248 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
249 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
250 *Font Symbol: Special "(001.005)" Special ROM
251 *Font Times-Bold: Standard "(1.05)" Standard ROM
252 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
253 *Font Times-Italic: Standard "(1.05)" Standard ROM
254 *Font Times-Roman: Standard "(1.05)" Standard ROM
255 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
256 *Font ZapfDingbats: Special "(001.005)" Special ROM
257 *% End of ph5500.ppd, 14179 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for Phaser 6100 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: English
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ph6100.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Xerox"
12 *ModelName: "Xerox Phaser 6100"
13 *ShortNickName: "Xerox Phaser 6100"
14 *NickName: "Xerox Phaser 6100, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: True
21 *DefaultColorSpace: RGB
22 *FileSystem: False
23 *Throughput: "20"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><0><1>"
32 *cupsVersion: 1.3
33 *cupsModelNumber: 0
34 *cupsManualCopies: False
35 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
36 *UIConstraints: *OptionTray2 False *InputSlot Lower
37 *UIConstraints: *InputSlot Lower *OptionTray2 False
38 *OpenUI *PageSize/Media Size: PickOne
39 *OrderDependency: 10 AnySetup *PageSize
40 *DefaultPageSize: Letter
41 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
42 *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
43 *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
44 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
45 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
46 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
47 *PageSize Env10/#10 Envelope - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
48 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
49 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
50 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
51 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
52 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
53 *PageSize EnvISOB5/ISOB5 Envelope - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
54 *PageSize Postcard/Postcard - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
55 *PageSize DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
56 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
57 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
58 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
59 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
60 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
61 *PageSize EnvPersonal/Personal Envelope - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
62 *PageSize Env9/#9 Envelope - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
63 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
64 *CloseUI: *PageSize
65 *OpenUI *PageRegion/Media Size: PickOne
66 *OrderDependency: 10 AnySetup *PageRegion
67 *DefaultPageRegion: Letter
68 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
69 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
70 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
71 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
72 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
73 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
74 *PageRegion Env10/#10 Envelope - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
75 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
76 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
77 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
78 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
79 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
80 *PageRegion EnvISOB5/ISOB5 Envelope - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
81 *PageRegion Postcard/Postcard - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
82 *PageRegion DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
83 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
84 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
85 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
86 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
87 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
88 *PageRegion EnvPersonal/Personal Envelope - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
89 *PageRegion Env9/#9 Envelope - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
90 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
91 *CloseUI: *PageRegion
92 *DefaultImageableArea: Letter
93 *ImageableArea Letter/Letter - 8.5x11in: "10.75 15.00 601.25 777.00"
94 *ImageableArea Legal/Legal - 8.5x14in: "10.75 15.00 601.25 993.00"
95 *ImageableArea A4/A4 - 210x297mm: "10.75 15.00 584.25 827.00"
96 *ImageableArea Executive/Executive - 7.25x10.5in: "10.75 15.00 511.25 741.00"
97 *ImageableArea Ledger/Ledger - 17x11in: "10.75 15.00 1213.25 777.00"
98 *ImageableArea A3/A3 - 297x420mm: "10.75 15.00 831.25 1176.00"
99 *ImageableArea Env10/#10 Envelope - 4.13x9.5in: "10.75 15.00 286.25 669.00"
100 *ImageableArea Monarch/Monarch - 3.875x7.5in: "10.75 15.00 268.25 525.00"
101 *ImageableArea C5/C5 - 162x229mm: "10.75 15.00 448.25 634.00"
102 *ImageableArea DL/DL - 110x220mm: "10.75 15.00 301.25 609.00"
103 *ImageableArea B4/B4 - 257x364mm: "10.75 15.00 718.25 1017.00"
104 *ImageableArea B5/B5 - 182x257mm: "10.75 15.00 505.25 714.00"
105 *ImageableArea EnvISOB5/ISOB5 Envelope - 176x250mm: "10.75 15.00 488.25 694.00"
106 *ImageableArea Postcard/Postcard - 100x148mm: "10.75 15.00 273.25 404.00"
107 *ImageableArea DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "10.75 15.00 409.25 552.00"
108 *ImageableArea A5/A5 - 148x210mm: "10.75 15.00 409.25 580.00"
109 *ImageableArea A6/A6 - 105x148mm: "10.75 15.00 286.25 405.00"
110 *ImageableArea B6/B6 - 128x182mm: "10.75 15.00 352.25 501.00"
111 *ImageableArea C6/C6 - 114x162mm: "10.75 15.00 312.25 444.00"
112 *ImageableArea Folio/Folio - 210x330mm: "10.75 15.00 584.25 920.00"
113 *ImageableArea EnvPersonal/Personal Envelope - 3.625x6.5in: "10.75 15.00 250.25 453.00"
114 *ImageableArea Env9/#9 Envelope - 3.875x8.875in: "10.75 15.00 268.25 624.00"
115 *ImageableArea Oficio/Oficio - 216x340mm: "10.75 15.00 601.25 957.00"
116 *DefaultPaperDimension: Letter
117 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
118 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
119 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
120 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
121 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
122 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
123 *PaperDimension Env10/#10 Envelope - 4.13x9.5in: "297.00 684.00"
124 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
125 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
126 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
127 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
128 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
129 *PaperDimension EnvISOB5/ISOB5 Envelope - 176x250mm: "499.00 709.00"
130 *PaperDimension Postcard/Postcard - 100x148mm: "284.00 419.00"
131 *PaperDimension DoublePostcardRotated/DoublePostcardRotated - 148x200mm: "420.00 567.00"
132 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
133 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
134 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
135 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
136 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
137 *PaperDimension EnvPersonal/Personal Envelope - 3.625x6.5in: "261.00 468.00"
138 *PaperDimension Env9/#9 Envelope - 3.875x8.875in: "279.00 639.00"
139 *PaperDimension Oficio/Oficio - 216x340mm: "612.00 972.00"
140 *RequiresPageRegion All: True
141 *OpenUI *InputSlot/Media Source: PickOne
142 *OrderDependency: 10.0 AnySetup *InputSlot
143 *DefaultInputSlot: Auto
144 *InputSlot Auto/Automatic Selection: "<</MediaPosition 1>>setpagedevice"
145 *InputSlot Manual/Manual Feed: "<</MediaPosition 2>>setpagedevice"
146 *InputSlot Multi/Multi-Purpose Tray: "<</MediaPosition 3>>setpagedevice"
147 *InputSlot Upper/Tray 1: "<</MediaPosition 4>>setpagedevice"
148 *InputSlot Lower/Tray 2: "<</MediaPosition 5>>setpagedevice"
149 *CloseUI: *InputSlot
150 *OpenUI *MediaType/Paper Type: PickOne
151 *OrderDependency: 10.0 AnySetup *MediaType
152 *DefaultMediaType: OFF
153 *MediaType OFF/Use Printer Default: ""
154 *MediaType NORMAL/Plain Paper: ""
155 *MediaType THICK/Thick Paper: ""
156 *MediaType THIN/Thin Paper: ""
157 *MediaType BOND/Bond: ""
158 *MediaType OHP/Transparency: ""
159 *MediaType CARD/Card Stock: ""
160 *MediaType LABEL/Label: ""
161 *MediaType USED/Preprinted: ""
162 *MediaType COLOR/Colored Paper: ""
163 *MediaType ENV/Envelope: ""
164 *MediaType COTTON/Cotton: ""
165 *MediaType RECYCLED/Recycled: ""
166 *MediaType ARCHIVE/Archive: ""
167 *CloseUI: *MediaType
168 *OpenUI *Altitude/Air pressure: PickOne
169 *OrderDependency: 10.0 AnySetup *Altitude
170 *DefaultAltitude: LOW
171 *Altitude LOW/Low: ""
172 *Altitude HIGH/High: ""
173 *CloseUI: *Altitude
174 *OpenUI *PowerSave/Power Save: PickOne
175 *OrderDependency: 10.0 AnySetup *PowerSave
176 *DefaultPowerSave: 5
177 *PowerSave False/Off: ""
178 *PowerSave 5/5 Minutes: ""
179 *PowerSave 10/10 Minutes: ""
180 *PowerSave 15/15 Minutes: ""
181 *PowerSave 30/30 Minutes: ""
182 *PowerSave 45/45 Minutes: ""
183 *PowerSave 60/1 Hour: ""
184 *CloseUI: *PowerSave
185 *OpenUI *Resolution: PickOne
186 *OrderDependency: 10.0 AnySetup *Resolution
187 *DefaultResolution: 600dpi
188 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
189 *Resolution 1200x600dpi/1200x600 DPI: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
190 *Resolution 1200dpi/1200 DPI: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
191 *CloseUI: *Resolution
192 *OpenUI *ColorModel/Color Mode: PickOne
193 *OrderDependency: 10.0 AnySetup *ColorModel
194 *DefaultColorModel: CMYK
195 *ColorModel Gray/Grayscale: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
196 *ColorModel CMYK/Color: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 17>>setpagedevice"
197 *CloseUI: *ColorModel
198 *OpenUI *JamRecovery/Reprint When Jam: Boolean
199 *OrderDependency: 10.0 AnySetup *JamRecovery
200 *DefaultJamRecovery: False
201 *JamRecovery False/Off: ""
202 *JamRecovery True/On: ""
203 *CloseUI: *JamRecovery
204 *OpenUI *Duplex/2-Sided Printing: PickOne
205 *OrderDependency: 10.0 AnySetup *Duplex
206 *DefaultDuplex: None
207 *Duplex None/Off (1-Sided): "<</Duplex false>>setpagedevice"
208 *Duplex DuplexNoTumble/Long-Edge (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
209 *Duplex DuplexTumble/Short-Edge (Landscape): "<</Duplex true/Tumble true>>setpagedevice"
210 *CloseUI: *Duplex
211 *OpenGroup: InstallableOptions/Installable Options
212 *OpenUI *OptionTray2/Tray 2 Installed: Boolean
213 *OrderDependency: 10.0 AnySetup *OptionTray2
214 *DefaultOptionTray2: False
215 *OptionTray2 False/Not Installed: ""
216 *OptionTray2 True/Installed: ""
217 *CloseUI: *OptionTray2
218 *CloseGroup: InstallableOptions
219 *DefaultFont: Courier
220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
224 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
225 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
226 *Font Bookman-Light: Standard "(1.05)" Standard ROM
227 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
228 *Font Courier: Standard "(1.05)" Standard ROM
229 *Font Courier-Bold: Standard "(1.05)" Standard ROM
230 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
231 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
232 *Font Helvetica: Standard "(1.05)" Standard ROM
233 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
234 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
244 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
245 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
247 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
248 *Font Symbol: Special "(001.005)" Special ROM
249 *Font Times-Bold: Standard "(1.05)" Standard ROM
250 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
251 *Font Times-Italic: Standard "(1.05)" Standard ROM
252 *Font Times-Roman: Standard "(1.05)" Standard ROM
253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
254 *Font ZapfDingbats: Special "(001.005)" Special ROM
255 *% End of ph6100.ppd, 13970 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for Phaser 6100 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: French
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ph6100.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Xerox"
12 *ModelName: "Xerox Phaser 6100"
13 *ShortNickName: "Xerox Phaser 6100"
14 *NickName: "Xerox Phaser 6100, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: True
21 *DefaultColorSpace: RGB
22 *FileSystem: False
23 *Throughput: "20"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><0><1>"
32 *cupsVersion: 1.3
33 *cupsModelNumber: 0
34 *cupsManualCopies: False
35 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
36 *UIConstraints: *OptionTray2 False *InputSlot Lower
37 *UIConstraints: *InputSlot Lower *OptionTray2 False
38 *OpenUI *PageSize/Media Size: PickOne
39 *OrderDependency: 10 AnySetup *PageSize
40 *DefaultPageSize: Letter
41 *PageSize Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
42 *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
43 *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
44 *PageSize Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
45 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
46 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
47 *PageSize Env10/Enveloppe n°10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
48 *PageSize Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
49 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
50 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
51 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
52 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
53 *PageSize EnvISOB5/Enveloppe ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
54 *PageSize Postcard/Carte postale - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
55 *PageSize DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
56 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
57 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
58 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
59 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
60 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
61 *PageSize EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
62 *PageSize Env9/Enveloppe n°9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
63 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
64 *CloseUI: *PageSize
65 *OpenUI *PageRegion/Media Size: PickOne
66 *OrderDependency: 10 AnySetup *PageRegion
67 *DefaultPageRegion: Letter
68 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
69 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
70 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
71 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
72 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
73 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
74 *PageRegion Env10/Enveloppe n°10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
75 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
76 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
77 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
78 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
79 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
80 *PageRegion EnvISOB5/Enveloppe ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
81 *PageRegion Postcard/Carte postale - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
82 *PageRegion DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
83 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
84 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
85 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
86 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
87 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
88 *PageRegion EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
89 *PageRegion Env9/Enveloppe n°9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
90 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
91 *CloseUI: *PageRegion
92 *DefaultImageableArea: Letter
93 *ImageableArea Letter/Letter - 8.5x11in: "10.75 15.00 601.25 777.00"
94 *ImageableArea Legal/Legal - 8.5x14in: "10.75 15.00 601.25 993.00"
95 *ImageableArea A4/A4 - 210x297mm: "10.75 15.00 584.25 827.00"
96 *ImageableArea Executive/Executive - 7.25x10.5in: "10.75 15.00 511.25 741.00"
97 *ImageableArea Ledger/Ledger - 17x11in: "10.75 15.00 1213.25 777.00"
98 *ImageableArea A3/A3 - 297x420mm: "10.75 15.00 831.25 1176.00"
99 *ImageableArea Env10/Enveloppe n°10 - 4.13x9.5in: "10.75 15.00 286.25 669.00"
100 *ImageableArea Monarch/Monarch - 3.875x7.5in: "10.75 15.00 268.25 525.00"
101 *ImageableArea C5/C5 - 162x229mm: "10.75 15.00 448.25 634.00"
102 *ImageableArea DL/DL - 110x220mm: "10.75 15.00 301.25 609.00"
103 *ImageableArea B4/B4 - 257x364mm: "10.75 15.00 718.25 1017.00"
104 *ImageableArea B5/B5 - 182x257mm: "10.75 15.00 505.25 714.00"
105 *ImageableArea EnvISOB5/Enveloppe ISOB5 - 176x250mm: "10.75 15.00 488.25 694.00"
106 *ImageableArea Postcard/Carte postale - 100x148mm: "10.75 15.00 273.25 404.00"
107 *ImageableArea DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "10.75 15.00 409.25 552.00"
108 *ImageableArea A5/A5 - 148x210mm: "10.75 15.00 409.25 580.00"
109 *ImageableArea A6/A6 - 105x148mm: "10.75 15.00 286.25 405.00"
110 *ImageableArea B6/B6 - 128x182mm: "10.75 15.00 352.25 501.00"
111 *ImageableArea C6/C6 - 114x162mm: "10.75 15.00 312.25 444.00"
112 *ImageableArea Folio/Folio - 210x330mm: "10.75 15.00 584.25 920.00"
113 *ImageableArea EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "10.75 15.00 250.25 453.00"
114 *ImageableArea Env9/Enveloppe n°9 - 3.875x8.875in: "10.75 15.00 268.25 624.00"
115 *ImageableArea Oficio/Oficio - 216x340mm: "10.75 15.00 601.25 957.00"
116 *DefaultPaperDimension: Letter
117 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
118 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
119 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
120 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
121 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
122 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
123 *PaperDimension Env10/Enveloppe n°10 - 4.13x9.5in: "297.00 684.00"
124 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
125 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
126 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
127 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
128 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
129 *PaperDimension EnvISOB5/Enveloppe ISOB5 - 176x250mm: "499.00 709.00"
130 *PaperDimension Postcard/Carte postale - 100x148mm: "284.00 419.00"
131 *PaperDimension DoublePostcardRotated/Double carte postale (tournée) - 148x200mm: "420.00 567.00"
132 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
133 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
134 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
135 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
136 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
137 *PaperDimension EnvPersonal/Enveloppe personnelle - 3.625x6.5in: "261.00 468.00"
138 *PaperDimension Env9/Enveloppe n°9 - 3.875x8.875in: "279.00 639.00"
139 *PaperDimension Oficio/Oficio - 216x340mm: "612.00 972.00"
140 *RequiresPageRegion All: True
141 *OpenUI *InputSlot/Media Source: PickOne
142 *OrderDependency: 10.0 AnySetup *InputSlot
143 *DefaultInputSlot: Auto
144 *InputSlot Auto/Sélection automatique: "<</MediaPosition 1>>setpagedevice"
145 *InputSlot Manual/Manuel: "<</MediaPosition 2>>setpagedevice"
146 *InputSlot Multi/Plusieurs choix de bacs: "<</MediaPosition 3>>setpagedevice"
147 *InputSlot Upper/Bac 1: "<</MediaPosition 4>>setpagedevice"
148 *InputSlot Lower/Bac 2: "<</MediaPosition 5>>setpagedevice"
149 *CloseUI: *InputSlot
150 *OpenUI *MediaType/Type de support: PickOne
151 *OrderDependency: 10.0 AnySetup *MediaType
152 *DefaultMediaType: OFF
153 *MediaType OFF/Utiliser la configuration imprimante: ""
154 *MediaType NORMAL/Papier ordinaire: ""
155 *MediaType THICK/Papier épais: ""
156 *MediaType THIN/Papier fin: ""
157 *MediaType BOND/Papier Bond: ""
158 *MediaType OHP/Transparent: ""
159 *MediaType CARD/Papier cartonné: ""
160 *MediaType LABEL/Étiquette: ""
161 *MediaType USED/Papier pré-imprimé: ""
162 *MediaType COLOR/Couleur: ""
163 *MediaType ENV/Enveloppe: ""
164 *MediaType COTTON/Coton: ""
165 *MediaType RECYCLED/Papier recyclé: ""
166 *MediaType ARCHIVE/Archive: ""
167 *CloseUI: *MediaType
168 *OpenUI *Altitude/Pression de l'air: PickOne
169 *OrderDependency: 10.0 AnySetup *Altitude
170 *DefaultAltitude: LOW
171 *Altitude LOW/Faible: ""
172 *Altitude HIGH/Forte: ""
173 *CloseUI: *Altitude
174 *OpenUI *PowerSave/Économie d'énergie: PickOne
175 *OrderDependency: 10.0 AnySetup *PowerSave
176 *DefaultPowerSave: 5
177 *PowerSave False/Désactivé: ""
178 *PowerSave 5/5 minutes: ""
179 *PowerSave 10/10 minutes: ""
180 *PowerSave 15/15 minutes: ""
181 *PowerSave 30/30 minutes: ""
182 *PowerSave 45/45 minutes: ""
183 *PowerSave 60/1 heure: ""
184 *CloseUI: *PowerSave
185 *OpenUI *Resolution: PickOne
186 *OrderDependency: 10.0 AnySetup *Resolution
187 *DefaultResolution: 600dpi
188 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
189 *Resolution 1200x600dpi/1200x600 PPP: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
190 *Resolution 1200dpi/1200 PPP: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
191 *CloseUI: *Resolution
192 *OpenUI *ColorModel/Mode couleur: PickOne
193 *OrderDependency: 10.0 AnySetup *ColorModel
194 *DefaultColorModel: CMYK
195 *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
196 *ColorModel CMYK/Couleur: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 17>>setpagedevice"
197 *CloseUI: *ColorModel
198 *OpenUI *JamRecovery/Réimpression si bourrage: Boolean
199 *OrderDependency: 10.0 AnySetup *JamRecovery
200 *DefaultJamRecovery: False
201 *JamRecovery False/Désactivé: ""
202 *JamRecovery True/Oui: ""
203 *CloseUI: *JamRecovery
204 *OpenUI *Duplex/Impression recto-verso: PickOne
205 *OrderDependency: 10.0 AnySetup *Duplex
206 *DefaultDuplex: None
207 *Duplex None/Simple (recto): "<</Duplex false>>setpagedevice"
208 *Duplex DuplexNoTumble/Côté long (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
209 *Duplex DuplexTumble/Côté court (Paysage): "<</Duplex true/Tumble true>>setpagedevice"
210 *CloseUI: *Duplex
211 *OpenGroup: InstallableOptions/Modules optionnels
212 *OpenUI *OptionTray2/Bac à feuilles 2 installé: Boolean
213 *OrderDependency: 10.0 AnySetup *OptionTray2
214 *DefaultOptionTray2: False
215 *OptionTray2 False/Non Installée: ""
216 *OptionTray2 True/Installée: ""
217 *CloseUI: *OptionTray2
218 *CloseGroup: InstallableOptions
219 *DefaultFont: Courier
220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
224 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
225 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
226 *Font Bookman-Light: Standard "(1.05)" Standard ROM
227 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
228 *Font Courier: Standard "(1.05)" Standard ROM
229 *Font Courier-Bold: Standard "(1.05)" Standard ROM
230 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
231 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
232 *Font Helvetica: Standard "(1.05)" Standard ROM
233 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
234 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
244 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
245 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
247 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
248 *Font Symbol: Special "(001.005)" Special ROM
249 *Font Times-Bold: Standard "(1.05)" Standard ROM
250 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
251 *Font Times-Italic: Standard "(1.05)" Standard ROM
252 *Font Times-Roman: Standard "(1.05)" Standard ROM
253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
254 *Font ZapfDingbats: Special "(001.005)" Special ROM
255 *% End of ph6100.ppd, 14207 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for Phaser 6100 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: Portuguese_Brazil
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ph6100.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Xerox"
12 *ModelName: "Xerox Phaser 6100"
13 *ShortNickName: "Xerox Phaser 6100"
14 *NickName: "Xerox Phaser 6100, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: True
21 *DefaultColorSpace: RGB
22 *FileSystem: False
23 *Throughput: "20"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><0><1>"
32 *cupsVersion: 1.3
33 *cupsModelNumber: 0
34 *cupsManualCopies: False
35 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
36 *UIConstraints: *OptionTray2 False *InputSlot Lower
37 *UIConstraints: *InputSlot Lower *OptionTray2 False
38 *OpenUI *PageSize/Media Size: PickOne
39 *OrderDependency: 10 AnySetup *PageSize
40 *DefaultPageSize: Letter
41 *PageSize Letter/Carta - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
42 *PageSize Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
43 *PageSize A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
44 *PageSize Executive/Executivo - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
45 *PageSize Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
46 *PageSize A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
47 *PageSize Env10/Envelope Número 10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
48 *PageSize Monarch/Monarca - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
49 *PageSize C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
50 *PageSize DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
51 *PageSize B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
52 *PageSize B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
53 *PageSize EnvISOB5/Envelope ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
54 *PageSize Postcard/Cartão Postal - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
55 *PageSize DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
56 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
57 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
58 *PageSize B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
59 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
60 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
61 *PageSize EnvPersonal/Envelope Pessoal - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
62 *PageSize Env9/Envelope Número 9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
63 *PageSize Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
64 *CloseUI: *PageSize
65 *OpenUI *PageRegion/Media Size: PickOne
66 *OrderDependency: 10 AnySetup *PageRegion
67 *DefaultPageRegion: Letter
68 *PageRegion Letter/Carta - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
69 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
70 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
71 *PageRegion Executive/Executivo - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
72 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
73 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
74 *PageRegion Env10/Envelope Número 10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
75 *PageRegion Monarch/Monarca - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
76 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
77 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
78 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
79 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
80 *PageRegion EnvISOB5/Envelope ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
81 *PageRegion Postcard/Cartão Postal - 100x148mm: "<</PageSize[284 419]/ImagingBBox null>>setpagedevice"
82 *PageRegion DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 148x200mm: "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
83 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
84 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
85 *PageRegion B6/B6 - 128x182mm: "<</PageSize[363 516]/ImagingBBox null>>setpagedevice"
86 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
87 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
88 *PageRegion EnvPersonal/Envelope Pessoal - 3.625x6.5in: "<</PageSize[261 468]/ImagingBBox null>>setpagedevice"
89 *PageRegion Env9/Envelope Número 9 - 3.875x8.875in: "<</PageSize[279 639]/ImagingBBox null>>setpagedevice"
90 *PageRegion Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
91 *CloseUI: *PageRegion
92 *DefaultImageableArea: Letter
93 *ImageableArea Letter/Carta - 8.5x11in: "10.75 15.00 601.25 777.00"
94 *ImageableArea Legal/Legal - 8.5x14in: "10.75 15.00 601.25 993.00"
95 *ImageableArea A4/A4 - 210x297mm: "10.75 15.00 584.25 827.00"
96 *ImageableArea Executive/Executivo - 7.25x10.5in: "10.75 15.00 511.25 741.00"
97 *ImageableArea Ledger/Ledger - 17x11in: "10.75 15.00 1213.25 777.00"
98 *ImageableArea A3/A3 - 297x420mm: "10.75 15.00 831.25 1176.00"
99 *ImageableArea Env10/Envelope Número 10 - 4.13x9.5in: "10.75 15.00 286.25 669.00"
100 *ImageableArea Monarch/Monarca - 3.875x7.5in: "10.75 15.00 268.25 525.00"
101 *ImageableArea C5/C5 - 162x229mm: "10.75 15.00 448.25 634.00"
102 *ImageableArea DL/DL - 110x220mm: "10.75 15.00 301.25 609.00"
103 *ImageableArea B4/B4 - 257x364mm: "10.75 15.00 718.25 1017.00"
104 *ImageableArea B5/B5 - 182x257mm: "10.75 15.00 505.25 714.00"
105 *ImageableArea EnvISOB5/Envelope ISOB5 - 176x250mm: "10.75 15.00 488.25 694.00"
106 *ImageableArea Postcard/Cartão Postal - 100x148mm: "10.75 15.00 273.25 404.00"
107 *ImageableArea DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 148x200mm: "10.75 15.00 409.25 552.00"
108 *ImageableArea A5/A5 - 148x210mm: "10.75 15.00 409.25 580.00"
109 *ImageableArea A6/A6 - 105x148mm: "10.75 15.00 286.25 405.00"
110 *ImageableArea B6/B6 - 128x182mm: "10.75 15.00 352.25 501.00"
111 *ImageableArea C6/C6 - 114x162mm: "10.75 15.00 312.25 444.00"
112 *ImageableArea Folio/Folio - 210x330mm: "10.75 15.00 584.25 920.00"
113 *ImageableArea EnvPersonal/Envelope Pessoal - 3.625x6.5in: "10.75 15.00 250.25 453.00"
114 *ImageableArea Env9/Envelope Número 9 - 3.875x8.875in: "10.75 15.00 268.25 624.00"
115 *ImageableArea Oficio/Ofício - 216x340mm: "10.75 15.00 601.25 957.00"
116 *DefaultPaperDimension: Letter
117 *PaperDimension Letter/Carta - 8.5x11in: "612.00 792.00"
118 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
119 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
120 *PaperDimension Executive/Executivo - 7.25x10.5in: "522.00 756.00"
121 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
122 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
123 *PaperDimension Env10/Envelope Número 10 - 4.13x9.5in: "297.00 684.00"
124 *PaperDimension Monarch/Monarca - 3.875x7.5in: "279.00 540.00"
125 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
126 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
127 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
128 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
129 *PaperDimension EnvISOB5/Envelope ISOB5 - 176x250mm: "499.00 709.00"
130 *PaperDimension Postcard/Cartão Postal - 100x148mm: "284.00 419.00"
131 *PaperDimension DoublePostcardRotated/Cartão Postal Duplo (Rotacionado) - 148x200mm: "420.00 567.00"
132 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
133 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
134 *PaperDimension B6/B6 - 128x182mm: "363.00 516.00"
135 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
136 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
137 *PaperDimension EnvPersonal/Envelope Pessoal - 3.625x6.5in: "261.00 468.00"
138 *PaperDimension Env9/Envelope Número 9 - 3.875x8.875in: "279.00 639.00"
139 *PaperDimension Oficio/Ofício - 216x340mm: "612.00 972.00"
140 *RequiresPageRegion All: True
141 *OpenUI *InputSlot/Media Source: PickOne
142 *OrderDependency: 10.0 AnySetup *InputSlot
143 *DefaultInputSlot: Auto
144 *InputSlot Auto/Seleção Automática: "<</MediaPosition 1>>setpagedevice"
145 *InputSlot Manual/Alimentação Manual: "<</MediaPosition 2>>setpagedevice"
146 *InputSlot Multi/Bandeja Multipropósito: "<</MediaPosition 3>>setpagedevice"
147 *InputSlot Upper/Bandeja 1: "<</MediaPosition 4>>setpagedevice"
148 *InputSlot Lower/Bandeja 2: "<</MediaPosition 5>>setpagedevice"
149 *CloseUI: *InputSlot
150 *OpenUI *MediaType/Tipo de Papel: PickOne
151 *OrderDependency: 10.0 AnySetup *MediaType
152 *DefaultMediaType: OFF
153 *MediaType OFF/Usar a Definição da Impressora: ""
154 *MediaType NORMAL/Papel normal: ""
155 *MediaType THICK/Papel grosso: ""
156 *MediaType THIN/Papel Delgado (Fino): ""
157 *MediaType BOND/Papel Bond: ""
158 *MediaType OHP/Transparência: ""
159 *MediaType CARD/Cartolina: ""
160 *MediaType LABEL/Etiqueta: ""
161 *MediaType USED/Papel Pré-Impresso: ""
162 *MediaType COLOR/Cor: ""
163 *MediaType ENV/Envelope: ""
164 *MediaType COTTON/Algodão: ""
165 *MediaType RECYCLED/Papel Reciclado: ""
166 *MediaType ARCHIVE/Arquivamento: ""
167 *CloseUI: *MediaType
168 *OpenUI *Altitude/Pressão Atmosférica: PickOne
169 *OrderDependency: 10.0 AnySetup *Altitude
170 *DefaultAltitude: LOW
171 *Altitude LOW/Pressão Elevada (Baixa Altitude): ""
172 *Altitude HIGH/Pressão Reduzida (Grande Altitude): ""
173 *CloseUI: *Altitude
174 *OpenUI *PowerSave/Economia de Energia: PickOne
175 *OrderDependency: 10.0 AnySetup *PowerSave
176 *DefaultPowerSave: 5
177 *PowerSave False/Desligado: ""
178 *PowerSave 5/5 Minutos: ""
179 *PowerSave 10/10 Minutos: ""
180 *PowerSave 15/15 Minutos: ""
181 *PowerSave 30/30 Minutos: ""
182 *PowerSave 45/45 Minutos: ""
183 *PowerSave 60/1 Hora: ""
184 *CloseUI: *PowerSave
185 *OpenUI *Resolution: PickOne
186 *OrderDependency: 10.0 AnySetup *Resolution
187 *DefaultResolution: 600dpi
188 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
189 *Resolution 1200x600dpi/1200x600 PPP: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
190 *Resolution 1200dpi/1200 PPP: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
191 *CloseUI: *Resolution
192 *OpenUI *ColorModel/Modo Cor: PickOne
193 *OrderDependency: 10.0 AnySetup *ColorModel
194 *DefaultColorModel: CMYK
195 *ColorModel Gray/Tons de Cinza: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
196 *ColorModel CMYK/Inativo: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 17>>setpagedevice"
197 *CloseUI: *ColorModel
198 *OpenUI *JamRecovery/Reimpressão Após Atolamento do Papel: Boolean
199 *OrderDependency: 10.0 AnySetup *JamRecovery
200 *DefaultJamRecovery: False
201 *JamRecovery False/Desligado: ""
202 *JamRecovery True/Ativado: ""
203 *CloseUI: *JamRecovery
204 *OpenUI *Duplex/Impressão em Frente e Verso: PickOne
205 *OrderDependency: 10.0 AnySetup *Duplex
206 *DefaultDuplex: None
207 *Duplex None/Frente (Simples): "<</Duplex false>>setpagedevice"
208 *Duplex DuplexNoTumble/Borda Longa (Retrato): "<</Duplex true/Tumble false>>setpagedevice"
209 *Duplex DuplexTumble/Borda Curta (Paisagem): "<</Duplex true/Tumble true>>setpagedevice"
210 *CloseUI: *Duplex
211 *OpenGroup: InstallableOptions/Módulos Opcionais
212 *OpenUI *OptionTray2/Bandeja 2 Disponível: Boolean
213 *OrderDependency: 10.0 AnySetup *OptionTray2
214 *DefaultOptionTray2: False
215 *OptionTray2 False/Não instalado: ""
216 *OptionTray2 True/Instalada: ""
217 *CloseUI: *OptionTray2
218 *CloseGroup: InstallableOptions
219 *DefaultFont: Courier
220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
224 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
225 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
226 *Font Bookman-Light: Standard "(1.05)" Standard ROM
227 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
228 *Font Courier: Standard "(1.05)" Standard ROM
229 *Font Courier-Bold: Standard "(1.05)" Standard ROM
230 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
231 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
232 *Font Helvetica: Standard "(1.05)" Standard ROM
233 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
234 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
244 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
245 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
247 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
248 *Font Symbol: Special "(001.005)" Special ROM
249 *Font Times-Bold: Standard "(1.05)" Standard ROM
250 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
251 *Font Times-Italic: Standard "(1.05)" Standard ROM
252 *Font Times-Roman: Standard "(1.05)" Standard ROM
253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
254 *Font ZapfDingbats: Special "(001.005)" Special ROM
255 *% End of ph6100.ppd, 14324 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for Phaser 6110 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: English
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ph6110.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Xerox"
12 *ModelName: "Xerox Phaser 6110"
13 *ShortNickName: "Xerox Phaser 6110"
14 *NickName: "Xerox Phaser 6110, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: True
21 *DefaultColorSpace: RGB
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL PacketSize: "512"
31 *QPDL QPDLVersion: "2"
32 *General DocHeaderValues: "<0><0><1>"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
140 *OpenUI *InputSlot/Media Source: PickOne
141 *OrderDependency: 10.0 AnySetup *InputSlot
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Automatic Selection: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Manual Feed: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Paper Type: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Use Printer Default: ""
150 *MediaType NORMAL/Plain Paper: ""
151 *MediaType THICK/Thick Paper: ""
152 *MediaType THIN/Thin Paper: ""
153 *MediaType BOND/Bond: ""
154 *MediaType OHP/Transparency: ""
155 *MediaType CARD/Card Stock: ""
156 *MediaType LABEL/Label: ""
157 *MediaType USED/Preprinted: ""
158 *MediaType COLOR/Colored Paper: ""
159 *MediaType ENV/Envelope: ""
160 *MediaType COTTON/Cotton: ""
161 *MediaType RECYCLED/Recycled: ""
162 *MediaType ARCHIVE/Archive: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Air pressure: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Low: ""
168 *Altitude HIGH/High: ""
169 *CloseUI: *Altitude
170 *OpenUI *PowerSave/Power Save: PickOne
171 *OrderDependency: 10.0 AnySetup *PowerSave
172 *DefaultPowerSave: 5
173 *PowerSave False/Off: ""
174 *PowerSave 5/5 Minutes: ""
175 *PowerSave 10/10 Minutes: ""
176 *PowerSave 15/15 Minutes: ""
177 *PowerSave 30/30 Minutes: ""
178 *PowerSave 45/45 Minutes: ""
179 *PowerSave 60/1 Hour: ""
180 *CloseUI: *PowerSave
181 *OpenUI *Resolution: PickOne
182 *OrderDependency: 10.0 AnySetup *Resolution
183 *DefaultResolution: 600dpi
184 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
185 *Resolution 1200dpi/1200 DPI: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
186 *Resolution 1200x600dpi/1200x600 DPI: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
187 *CloseUI: *Resolution
188 *OpenUI *ColorModel/Color Mode: PickOne
189 *OrderDependency: 10.0 AnySetup *ColorModel
190 *DefaultColorModel: CMYK
191 *ColorModel Gray/Grayscale: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 19>>setpagedevice"
192 *ColorModel CMYK/Color: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 19>>setpagedevice"
193 *CloseUI: *ColorModel
194 *OpenUI *Duplex/2-Sided Printing: PickOne
195 *OrderDependency: 10.0 AnySetup *Duplex
196 *DefaultDuplex: None
197 *Duplex None/Off (1-Sided): "<</Duplex false>>setpagedevice"
198 *Duplex DuplexNoTumble/Long-Edge (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
199 *Duplex DuplexTumble/Short-Edge (Landscape): "<</Duplex true/Tumble true>>setpagedevice"
200 *CloseUI: *Duplex
201 *DefaultFont: Courier
202 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
203 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
204 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
205 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
206 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
207 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
208 *Font Bookman-Light: Standard "(1.05)" Standard ROM
209 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
210 *Font Courier: Standard "(1.05)" Standard ROM
211 *Font Courier-Bold: Standard "(1.05)" Standard ROM
212 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
213 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
214 *Font Helvetica: Standard "(1.05)" Standard ROM
215 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
216 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
217 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
218 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
219 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
220 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
221 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
222 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
223 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
224 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
225 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
226 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
227 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
228 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
229 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
230 *Font Symbol: Special "(001.005)" Special ROM
231 *Font Times-Bold: Standard "(1.05)" Standard ROM
232 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
233 *Font Times-Italic: Standard "(1.05)" Standard ROM
234 *Font Times-Roman: Standard "(1.05)" Standard ROM
235 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
236 *Font ZapfDingbats: Special "(001.005)" Special ROM
237 *% End of ph6110.ppd, 13206 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for Phaser 6110 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: French
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ph6110.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Xerox"
12 *ModelName: "Xerox Phaser 6110"
13 *ShortNickName: "Xerox Phaser 6110"
14 *NickName: "Xerox Phaser 6110, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: True
21 *DefaultColorSpace: RGB
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL PacketSize: "512"
31 *QPDL QPDLVersion: "2"
32 *General DocHeaderValues: "<0><0><1>"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Sélection automatique: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Manuel: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Type de support: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Utiliser la configuration imprimante: ""
150 *MediaType NORMAL/Papier ordinaire: ""
151 *MediaType THICK/Papier épais: ""
152 *MediaType THIN/Papier fin: ""
153 *MediaType BOND/Papier Bond: ""
154 *MediaType OHP/Transparent: ""
155 *MediaType CARD/Papier cartonné: ""
156 *MediaType LABEL/Étiquette: ""
157 *MediaType USED/Papier pré-imprimé: ""
158 *MediaType COLOR/Couleur: ""
159 *MediaType ENV/Enveloppe: ""
160 *MediaType COTTON/Coton: ""
161 *MediaType RECYCLED/Papier recyclé: ""
162 *MediaType ARCHIVE/Archive: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Pression de l'air: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Faible: ""
168 *Altitude HIGH/Forte: ""
169 *CloseUI: *Altitude
170 *OpenUI *PowerSave/Économie d'énergie: PickOne
171 *OrderDependency: 10.0 AnySetup *PowerSave
172 *DefaultPowerSave: 5
173 *PowerSave False/Désactivé: ""
174 *PowerSave 5/5 minutes: ""
175 *PowerSave 10/10 minutes: ""
176 *PowerSave 15/15 minutes: ""
177 *PowerSave 30/30 minutes: ""
178 *PowerSave 45/45 minutes: ""
179 *PowerSave 60/1 heure: ""
180 *CloseUI: *PowerSave
181 *OpenUI *Resolution: PickOne
182 *OrderDependency: 10.0 AnySetup *Resolution
183 *DefaultResolution: 600dpi
184 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
185 *Resolution 1200dpi/1200 PPP: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
186 *Resolution 1200x600dpi/1200x600 PPP: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
187 *CloseUI: *Resolution
188 *OpenUI *ColorModel/Mode couleur: PickOne
189 *OrderDependency: 10.0 AnySetup *ColorModel
190 *DefaultColorModel: CMYK
191 *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 19>>setpagedevice"
192 *ColorModel CMYK/Couleur: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 19>>setpagedevice"
193 *CloseUI: *ColorModel
194 *OpenUI *Duplex/Impression recto-verso: PickOne
195 *OrderDependency: 10.0 AnySetup *Duplex
196 *DefaultDuplex: None
197 *Duplex None/Simple (recto): "<</Duplex false>>setpagedevice"
198 *Duplex DuplexNoTumble/Côté long (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
199 *Duplex DuplexTumble/Côté court (Paysage): "<</Duplex true/Tumble true>>setpagedevice"
200 *CloseUI: *Duplex
201 *DefaultFont: Courier
202 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
203 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
204 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
205 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
206 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
207 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
208 *Font Bookman-Light: Standard "(1.05)" Standard ROM
209 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
210 *Font Courier: Standard "(1.05)" Standard ROM
211 *Font Courier-Bold: Standard "(1.05)" Standard ROM
212 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
213 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
214 *Font Helvetica: Standard "(1.05)" Standard ROM
215 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
216 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
217 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
218 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
219 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
220 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
221 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
222 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
223 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
224 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
225 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
226 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
227 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
228 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
229 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
230 *Font Symbol: Special "(001.005)" Special ROM
231 *Font Times-Bold: Standard "(1.05)" Standard ROM
232 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
233 *Font Times-Italic: Standard "(1.05)" Standard ROM
234 *Font Times-Roman: Standard "(1.05)" Standard ROM
235 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
236 *Font ZapfDingbats: Special "(001.005)" Special ROM
237 *% End of ph6110.ppd, 13410 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for Phaser 6110 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: Portuguese_Brazil
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "ph6110.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Xerox"
12 *ModelName: "Xerox Phaser 6110"
13 *ShortNickName: "Xerox Phaser 6110"
14 *NickName: "Xerox Phaser 6110, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: True
21 *DefaultColorSpace: RGB
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL PacketSize: "512"
31 *QPDL QPDLVersion: "2"
32 *General DocHeaderValues: "<0><0><1>"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Seleção Automática: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Alimentação Manual: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Tipo de Papel: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Usar a Definição da Impressora: ""
150 *MediaType NORMAL/Papel normal: ""
151 *MediaType THICK/Papel grosso: ""
152 *MediaType THIN/Papel Delgado (Fino): ""
153 *MediaType BOND/Papel Bond: ""
154 *MediaType OHP/Transparência: ""
155 *MediaType CARD/Cartolina: ""
156 *MediaType LABEL/Etiqueta: ""
157 *MediaType USED/Papel Pré-Impresso: ""
158 *MediaType COLOR/Cor: ""
159 *MediaType ENV/Envelope: ""
160 *MediaType COTTON/Algodão: ""
161 *MediaType RECYCLED/Papel Reciclado: ""
162 *MediaType ARCHIVE/Arquivamento: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Pressão Atmosférica: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Pressão Elevada (Baixa Altitude): ""
168 *Altitude HIGH/Pressão Reduzida (Grande Altitude): ""
169 *CloseUI: *Altitude
170 *OpenUI *PowerSave/Economia de Energia: PickOne
171 *OrderDependency: 10.0 AnySetup *PowerSave
172 *DefaultPowerSave: 5
173 *PowerSave False/Desligado: ""
174 *PowerSave 5/5 Minutos: ""
175 *PowerSave 10/10 Minutos: ""
176 *PowerSave 15/15 Minutos: ""
177 *PowerSave 30/30 Minutos: ""
178 *PowerSave 45/45 Minutos: ""
179 *PowerSave 60/1 Hora: ""
180 *CloseUI: *PowerSave
181 *OpenUI *Resolution: PickOne
182 *OrderDependency: 10.0 AnySetup *Resolution
183 *DefaultResolution: 600dpi
184 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
185 *Resolution 1200dpi/1200 PPP: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
186 *Resolution 1200x600dpi/1200x600 PPP: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
187 *CloseUI: *Resolution
188 *OpenUI *ColorModel/Modo Cor: PickOne
189 *OrderDependency: 10.0 AnySetup *ColorModel
190 *DefaultColorModel: CMYK
191 *ColorModel Gray/Tons de Cinza: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 19>>setpagedevice"
192 *ColorModel CMYK/Inativo: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 19>>setpagedevice"
193 *CloseUI: *ColorModel
194 *OpenUI *Duplex/Impressão em Frente e Verso: PickOne
195 *OrderDependency: 10.0 AnySetup *Duplex
196 *DefaultDuplex: None
197 *Duplex None/Frente (Simples): "<</Duplex false>>setpagedevice"
198 *Duplex DuplexNoTumble/Borda Longa (Retrato): "<</Duplex true/Tumble false>>setpagedevice"
199 *Duplex DuplexTumble/Borda Curta (Paisagem): "<</Duplex true/Tumble true>>setpagedevice"
200 *CloseUI: *Duplex
201 *DefaultFont: Courier
202 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
203 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
204 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
205 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
206 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
207 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
208 *Font Bookman-Light: Standard "(1.05)" Standard ROM
209 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
210 *Font Courier: Standard "(1.05)" Standard ROM
211 *Font Courier-Bold: Standard "(1.05)" Standard ROM
212 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
213 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
214 *Font Helvetica: Standard "(1.05)" Standard ROM
215 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
216 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
217 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
218 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
219 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
220 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
221 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
222 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
223 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
224 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
225 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
226 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
227 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
228 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
229 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
230 *Font Symbol: Special "(001.005)" Special ROM
231 *Font Times-Bold: Standard "(1.05)" Standard ROM
232 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
233 *Font Times-Italic: Standard "(1.05)" Standard ROM
234 *Font Times-Roman: Standard "(1.05)" Standard ROM
235 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
236 *Font ZapfDingbats: Special "(001.005)" Special ROM
237 *% End of ph6110.ppd, 13511 bytes.
276276 msgid "CLP-600"
277277 msgstr "CLP-600"
278278
279 msgid "Double-Sided Printing"
280 msgstr "TRANSLATE Double-Sided Printing"
281
282 msgid "Long-Edge Binding"
283 msgstr "TRANSLATE Long-Edge Binding"
284
285 msgid "Short-Edge Binding"
286 msgstr "TRANSLATE Short-Edge Binding"
287
279 msgid "Media Source"
280 msgstr "TRANSLATE Media Source"
281
282 msgid "2-Sided Printing"
283 msgstr "TRANSLATE 2-Sided Printing"
284
285 msgid "Off (1-Sided)"
286 msgstr "TRANSLATE Off (1-Sided)"
287
288 msgid "Long-Edge (Portrait)"
289 msgstr "TRANSLATE Long-Edge (Portrait)"
290
291 msgid "Short-Edge (Landscape)"
292 msgstr "TRANSLATE Short-Edge (Landscape)"
293
294 msgid "Phaser-3117"
295 msgstr "TRANSLATE Phaser-3117"
296
297 msgid "ML-3560"
298 msgstr "TRANSLATE ML-3560"
299
300 msgid "ML-1630"
301 msgstr "TRANSLATE ML-1630"
302
303 msgid "ML-2510"
304 msgstr "TRANSLATE ML-2510"
305
306 msgid "ML-3050"
307 msgstr "TRANSLATE ML-3050"
308
309 msgid "CLP-610"
310 msgstr "TRANSLATE CLP-610"
311
312 msgid "CLP-200"
313 msgstr "TRANSLATE CLP-200"
314
315 msgid "CLX-2170"
316 msgstr "TRANSLATE CLX-2170"
317
318 msgid "CLX-216X"
319 msgstr "TRANSLATE CLX-216X"
320
321 msgid "CLX-3160"
322 msgstr "TRANSLATE CLX-3160"
323
324 msgid "Dell"
325 msgstr "TRANSLATE Dell"
326
327 msgid "1100"
328 msgstr "TRANSLATE 1100"
329
330 msgid "1110"
331 msgstr "TRANSLATE 1110"
332
333 msgid "Phaser 3115"
334 msgstr "TRANSLATE Phaser 3115"
335
336 msgid "Phaser 3116"
337 msgstr "TRANSLATE Phaser 3116"
338
339 msgid "Phaser 3120"
340 msgstr "TRANSLATE Phaser 3120"
341
342 msgid "Phaser 3121"
343 msgstr "TRANSLATE Phaser 3121"
344
345 msgid "Phaser 3130"
346 msgstr "TRANSLATE Phaser 3130"
347
348 msgid "Phaser 3420"
349 msgstr "TRANSLATE Phaser 3420"
350
351 msgid "Phaser 3425"
352 msgstr "TRANSLATE Phaser 3425"
353
354 msgid "Phaser 5500"
355 msgstr "TRANSLATE Phaser 5500"
356
357 msgid "Phaser 3150"
358 msgstr "TRANSLATE Phaser 3150"
359
360 msgid "Phaser 3117"
361 msgstr "TRANSLATE Phaser 3117"
362
363 msgid "Phaser 3122"
364 msgstr "TRANSLATE Phaser 3122"
365
366 msgid "Phaser 6110"
367 msgstr "TRANSLATE Phaser 6110"
368
369 msgid "Postcard - 100x148mm"
370 msgstr "TRANSLATE Postcard - 100x148mm"
371
372 msgid "DoublePostcardRotated - 148x200mm"
373 msgstr "TRANSLATE DoublePostcardRotated - 148x200mm"
374
375 msgid "B6 - 128x182mm"
376 msgstr "TRANSLATE B6 - 128x182mm"
377
378 msgid "Personal Envelope - 3.625x6.5in"
379 msgstr "TRANSLATE Personal Envelope - 3.625x6.5in"
380
381 msgid "#9 Envelope - 3.875x8.875in"
382 msgstr "TRANSLATE #9 Envelope - 3.875x8.875in"
383
384 msgid "Oficio - 216x340mm"
385 msgstr "TRANSLATE Oficio - 216x340mm"
386
387 msgid "Cotton"
388 msgstr "TRANSLATE Cotton"
389
390 msgid "Recycled"
391 msgstr "TRANSLATE Recycled"
392
393 msgid "Archive"
394 msgstr "TRANSLATE Archive"
395
396 msgid "Reverse duplex"
397 msgstr "TRANSLATE Reverse duplex"
398
3434 msgstr "A3 - 297x420mm"
3535
3636 msgid "#10 Envelope - 4.13x9.5in"
37 msgstr "Enveloppe #10 - 4.13x9.5in"
37 msgstr "Enveloppe n°10 - 4.13x9.5in"
3838
3939 msgid "Monarch - 3.875x7.5in"
4040 msgstr "Monarch - 3.875x7.5in"
7070 msgstr "Folio - 210x330mm"
7171
7272 msgid "Resolution"
73 msgstr "Résolution"
73 msgstr "Résolution"
7474
7575 msgid "300 DPI"
7676 msgstr "300 PPP"
8888 msgstr "Source du papier"
8989
9090 msgid "Automatic Selection"
91 msgstr "Sélection automatique"
91 msgstr "Sélection automatique"
9292
9393 msgid "Manual Feed"
9494 msgstr "Chargement manuel"
9797 msgstr "Plusieurs choix de bacs"
9898
9999 msgid "Tray 1"
100 msgstr "Bac à feuilles 1"
100 msgstr "Bac à feuilles 1"
101101
102102 msgid "Tray 2"
103 msgstr "Bac à feuilles 2"
103 msgstr "Bac à feuilles 2"
104104
105105 msgid "Envelope Tray"
106 msgstr "Bac à enveloppes"
106 msgstr "Bac à enveloppes"
107107
108108 msgid "Tray 3"
109 msgstr "Bac à feuilles 3"
109 msgstr "Bac à feuilles 3"
110110
111111 msgid "Paper Type"
112112 msgstr "Type de papier"
118118 msgstr "Papier ordinaire"
119119
120120 msgid "Thick Paper"
121 msgstr "Papier épais"
121 msgstr "Papier épais"
122122
123123 msgid "Thin Paper"
124124 msgstr "Papier fin"
125125
126126 msgid "Bond"
127 msgstr "Papier cartonné"
127 msgstr "Papier Bond"
128128
129129 msgid "Transparency"
130130 msgstr "Transparent"
133133 msgstr "Carte de visite"
134134
135135 msgid "Label"
136 msgstr "Étiquette"
136 msgstr "Étiquette"
137137
138138 msgid "Preprinted"
139 msgstr "Papier Pré-imprimé"
139 msgstr "Papier pré-imprimé"
140140
141141 msgid "Colored Paper"
142 msgstr "Papier coloré"
142 msgstr "Papier coloré"
143143
144144 msgid "Envelope"
145145 msgstr "Enveloppe"
146146
147147 msgid "Power Save"
148 msgstr "Économie d'énergie"
148 msgstr "Économie d'énergie"
149149
150150 msgid "On"
151 msgstr "Activé"
151 msgstr "Activé"
152152
153153 msgid "Off"
154 msgstr "Désactivé"
154 msgstr "Désactivé"
155155
156156 msgid "Toner Density"
157 msgstr "Densité de toner"
157 msgstr "Densité de toner"
158158
159159 msgid "Light"
160160 msgstr "Clair"
166166 msgstr "Sombre"
167167
168168 msgid "Toner Save"
169 msgstr "Économie de toner"
169 msgstr "Économie de toner"
170170
171171 msgid "Save"
172 msgstr "Économiser"
172 msgstr "Économiser"
173173
174174 msgid "Standard"
175175 msgstr "Standard"
176176
177177 msgid "Reprint When Jam"
178 msgstr "Réimpression si bourrage"
178 msgstr "Réimpression si bourrage"
179179
180180 msgid "SRT Mode"
181181 msgstr "Optimisation texte / image"
193193 msgstr "Modules optionnels"
194194
195195 msgid "Tray 2 Installed"
196 msgstr "Bac à feuilles 2 installé"
196 msgstr "Bac à feuilles 2 installé"
197197
198198 msgid "Not Installed"
199 msgstr "Non installé"
199 msgstr "Non installé"
200200
201201 msgid "Installed"
202 msgstr "Installé"
202 msgstr "Installé"
203203
204204 msgid "Envelope Tray Installed"
205 msgstr "Bac à enveloppes installé"
205 msgstr "Bac à enveloppes installé"
206206
207207 msgid "Tray 3 Installed"
208 msgstr "Bac à feuilles 3 installé"
208 msgstr "Bac à feuilles 3 installé"
209209
210210 msgid "5 Minutes"
211211 msgstr "5 minutes"
280280 msgstr "Impression recto-verso"
281281
282282 msgid "Long-Edge Binding"
283 msgstr "Côté long"
283 msgstr "Côté long"
284284
285285 msgid "Short-Edge Binding"
286 msgstr "Côté court"
287
286 msgstr "Côté court"
287
288 msgid "Media Source"
289 msgstr "Source du papier"
290
291 msgid "2-Sided Printing"
292 msgstr "Recto-verso"
293
294 msgid "Off (1-Sided)"
295 msgstr "Simple (recto)"
296
297 msgid "Long-Edge (Portrait)"
298 msgstr "Côté long (Portrait)"
299
300 msgid "Short-Edge (Landscape)"
301 msgstr "Côté court (Paysage)"
302
303 msgid "Phaser-3117"
304 msgstr "Phaser-3117"
305
306 msgid "ML-3560"
307 msgstr "ML-3560"
308
309 msgid "ML-1630"
310 msgstr "ML-1630"
311
312 msgid "ML-2510"
313 msgstr "ML-2510"
314
315 msgid "ML-3050"
316 msgstr "ML-3050"
317
318 msgid "CLP-610"
319 msgstr "CLP-610"
320
321 msgid "CLP-200"
322 msgstr "CLP-200"
323
324 msgid "CLX-2170"
325 msgstr "CLX-2170"
326
327 msgid "CLX-216X"
328 msgstr "CLX-216X"
329
330 msgid "CLX-3160"
331 msgstr "CLX-3160"
332
333 msgid "Dell"
334 msgstr "Dell"
335
336 msgid "1100"
337 msgstr "1100"
338
339 msgid "1110"
340 msgstr "1110"
341
342 msgid "Phaser 3115"
343 msgstr "Phaser 3115"
344
345 msgid "Phaser 3116"
346 msgstr "Phaser 3116"
347
348 msgid "Phaser 3120"
349 msgstr "Phaser 3120"
350
351 msgid "Phaser 3121"
352 msgstr "Phaser 3121"
353
354 msgid "Phaser 3130"
355 msgstr "Phaser 3130"
356
357 msgid "Phaser 3420"
358 msgstr "Phaser 3420"
359
360 msgid "Phaser 3425"
361 msgstr "Phaser 3425"
362
363 msgid "Phaser 5500"
364 msgstr "Phaser 5500"
365
366 msgid "Phaser 3150"
367 msgstr "Phaser 3150"
368
369 msgid "Phaser 3117"
370 msgstr "Phaser 3117"
371
372 msgid "Phaser 3122"
373 msgstr "Phaser 3122"
374
375 msgid "Phaser 6110"
376 msgstr "Phaser 6110"
377
378 msgid "Postcard - 100x148mm"
379 msgstr "Carte postale - 100x148mm"
380
381 msgid "DoublePostcardRotated - 148x200mm"
382 msgstr "Double carte postale (tournée) - 148x200mm"
383
384 msgid "B6 - 128x182mm"
385 msgstr "B6 - 128x182mm"
386
387 msgid "Personal Envelope - 3.625x6.5in"
388 msgstr "Enveloppe personnelle - 3.625x6.5in"
389
390 msgid "#9 Envelope - 3.875x8.875in"
391 msgstr "Enveloppe n°9 - 3.875x8.875in"
392
393 msgid "Oficio - 216x340mm"
394 msgstr "Oficio - 216x340mm"
395
396 msgid "Cotton"
397 msgstr "Coton"
398
399 msgid "Recycled"
400 msgstr "Papier recyclé"
401
402 msgid "Archive"
403 msgstr "Archive"
404
405 msgid "Reverse duplex"
406 msgstr "Recto-verso inversé"
407
408 msgid "Air pressure"
409 msgstr "Pression de l'air"
410
411 msgid "Low"
412 msgstr "Faible"
413
414 msgid "High"
415 msgstr "Forte"
416
417 msgid "ML-2251"
418 msgstr "ML-2251"
419
420 msgid "CLP-550"
421 msgstr "CLP-550"
422
423 msgid "Phaser 3160"
424 msgstr "Phaser 3160"
425
426 msgid "ML-1640"
427 msgstr "ML-1640"
428
429 msgid "SCX-4200"
430 msgstr "SCX-4200"
431
432 msgid "WorkCentre 3119"
433 msgstr "WorkCentre 3119"
434
435 msgid "SCX-4500"
436 msgstr "SCX-4500"
437
276276 msgid "CLP-600"
277277 msgstr "CLP-600"
278278
279 msgid "Double-Sided Printing"
280 msgstr "TRANSLATE Double-Sided Printing"
281
282 msgid "Long-Edge Binding"
283 msgstr "TRANSLATE Long-Edge Binding"
284
285 msgid "Short-Edge Binding"
286 msgstr "TRANSLATE Short-Edge Binding"
287
279 msgid "Media Source"
280 msgstr "TRANSLATE Media Source"
281
282 msgid "2-Sided Printing"
283 msgstr "TRANSLATE 2-Sided Printing"
284
285 msgid "Off (1-Sided)"
286 msgstr "TRANSLATE Off (1-Sided)"
287
288 msgid "Long-Edge (Portrait)"
289 msgstr "TRANSLATE Long-Edge (Portrait)"
290
291 msgid "Short-Edge (Landscape)"
292 msgstr "TRANSLATE Short-Edge (Landscape)"
293
294 msgid "Phaser-3117"
295 msgstr "TRANSLATE Phaser-3117"
296
297 msgid "ML-3560"
298 msgstr "TRANSLATE ML-3560"
299
300 msgid "ML-1630"
301 msgstr "TRANSLATE ML-1630"
302
303 msgid "ML-2510"
304 msgstr "TRANSLATE ML-2510"
305
306 msgid "ML-3050"
307 msgstr "TRANSLATE ML-3050"
308
309 msgid "CLP-610"
310 msgstr "TRANSLATE CLP-610"
311
312 msgid "CLP-200"
313 msgstr "TRANSLATE CLP-200"
314
315 msgid "CLX-2170"
316 msgstr "TRANSLATE CLX-2170"
317
318 msgid "CLX-216X"
319 msgstr "TRANSLATE CLX-216X"
320
321 msgid "CLX-3160"
322 msgstr "TRANSLATE CLX-3160"
323
324 msgid "Dell"
325 msgstr "TRANSLATE Dell"
326
327 msgid "1100"
328 msgstr "TRANSLATE 1100"
329
330 msgid "1110"
331 msgstr "TRANSLATE 1110"
332
333 msgid "Phaser 3115"
334 msgstr "TRANSLATE Phaser 3115"
335
336 msgid "Phaser 3116"
337 msgstr "TRANSLATE Phaser 3116"
338
339 msgid "Phaser 3120"
340 msgstr "TRANSLATE Phaser 3120"
341
342 msgid "Phaser 3121"
343 msgstr "TRANSLATE Phaser 3121"
344
345 msgid "Phaser 3130"
346 msgstr "TRANSLATE Phaser 3130"
347
348 msgid "Phaser 3420"
349 msgstr "TRANSLATE Phaser 3420"
350
351 msgid "Phaser 3425"
352 msgstr "TRANSLATE Phaser 3425"
353
354 msgid "Phaser 5500"
355 msgstr "TRANSLATE Phaser 5500"
356
357 msgid "Phaser 3150"
358 msgstr "TRANSLATE Phaser 3150"
359
360 msgid "Phaser 3117"
361 msgstr "TRANSLATE Phaser 3117"
362
363 msgid "Phaser 3122"
364 msgstr "TRANSLATE Phaser 3122"
365
366 msgid "Phaser 6110"
367 msgstr "TRANSLATE Phaser 6110"
368
369 msgid "Postcard - 100x148mm"
370 msgstr "TRANSLATE Postcard - 100x148mm"
371
372 msgid "DoublePostcardRotated - 148x200mm"
373 msgstr "TRANSLATE DoublePostcardRotated - 148x200mm"
374
375 msgid "B6 - 128x182mm"
376 msgstr "TRANSLATE B6 - 128x182mm"
377
378 msgid "Personal Envelope - 3.625x6.5in"
379 msgstr "TRANSLATE Personal Envelope - 3.625x6.5in"
380
381 msgid "#9 Envelope - 3.875x8.875in"
382 msgstr "TRANSLATE #9 Envelope - 3.875x8.875in"
383
384 msgid "Oficio - 216x340mm"
385 msgstr "TRANSLATE Oficio - 216x340mm"
386
387 msgid "Cotton"
388 msgstr "TRANSLATE Cotton"
389
390 msgid "Recycled"
391 msgstr "TRANSLATE Recycled"
392
393 msgid "Archive"
394 msgstr "TRANSLATE Archive"
395
396 msgid "Reverse duplex"
397 msgstr "TRANSLATE Reverse duplex"
398
0 msgid "#10 Envelope - 4.13x9.5in"
1 msgstr "Envelope Número 10 - 4.13x9.5in"
2
3 msgid "#9 Envelope - 3.875x8.875in"
4 msgstr "Envelope Número 9 - 3.875x8.875in"
5
6 msgid "1 Hour"
7 msgstr "1 Hora"
8
9 msgid "10 Minutes"
10 msgstr "10 Minutos"
11
12 msgid "1100"
13 msgstr "1100"
14
15 msgid "1110"
16 msgstr "1110"
17
18 msgid "1200 DPI"
19 msgstr "1200 PPP"
20
21 msgid "1200x600 DPI"
22 msgstr "1200x600 PPP"
23
24 msgid "15 Minutes"
25 msgstr "15 Minutos"
26
27 msgid "2-Sided Printing"
28 msgstr "Frente e Verso"
29
30 msgid "30 Minutes"
31 msgstr "30 Minutos"
32
33 msgid "300 DPI"
34 msgstr "300 PPP"
35
36 msgid "45 Minutes"
37 msgstr "45 Minutos"
38
39 msgid "5 Minutes"
40 msgstr "5 Minutos"
41
42 msgid "600 DPI"
43 msgstr "600 PPP"
44
45 msgid "A3 - 297x420mm"
46 msgstr "A3 - 297x420mm"
47
48 msgid "A4 - 210x297mm"
49 msgstr "A4 - 210x297mm"
50
51 msgid "A5 - 148x210mm"
52 msgstr "A5 - 148x210mm"
53
54 msgid "A6 - 105x148mm"
55 msgstr "A6 - 105x148mm"
56
57 msgid "Air Pressure"
58 msgstr "Pressão Atmosférica"
59
60 msgid "Archive"
61 msgstr "Arquivamento"
62
63 msgid "Automatic Selection"
64 msgstr "Seleção Automática"
65
66 msgid "B4 - 257x364mm"
67 msgstr "B4 - 257x364mm"
68
69 msgid "B5 - 182x257mm"
70 msgstr "B5 - 182x257mm"
71
72 msgid "B6 - 128x182mm"
73 msgstr "B6 - 128x182mm"
74
75 msgid "Bond"
76 msgstr "Papel Bond"
77
78 msgid "C5 - 162x229mm"
79 msgstr "C5 - 162x229mm"
80
81 msgid "C6 - 114x162mm"
82 msgstr "C6 - 114x162mm"
83
84 msgid "CLP-200"
85 msgstr "CLP-200"
86
87 msgid "CLP-300"
88 msgstr "CLP-300"
89
90 msgid "CLP-500"
91 msgstr "CLP-500"
92
93 msgid "CLP-510"
94 msgstr "CLP-510"
95
96 msgid "CLP-550"
97 msgstr "CLP-550"
98
99 msgid "CLP-60"
100 msgstr "CLP-60"
101
102 msgid "CLP-600"
103 msgstr "CLP-600"
104
105 msgid "CLP-610"
106 msgstr "CLP-610"
107
108 msgid "CLX-216X"
109 msgstr "CLX-216X"
110
111 msgid "CLX-2170"
112 msgstr "CLX-2170"
113
114 msgid "CLX-3160"
115 msgstr "CLX-3160"
116
117 msgid "Card Stock"
118 msgstr "Cartão de Visita"
119
120 msgid "Color"
121 msgstr "Cor"
122
123 msgid "Color Mode"
124 msgstr "Modo de Cor"
125
126 msgid "Colored Paper"
127 msgstr "Papel Colorido"
128
129 msgid "Cotton"
130 msgstr "Algodão"
131
132 msgid "DL - 110x220mm"
133 msgstr "DL - 110x220mm"
134
135 msgid "Dark"
136 msgstr "Escuro"
137
138 msgid "Dell"
139 msgstr "Dell"
140
141 msgid "Double-Sided Printing"
142 msgstr "Impressão em Frente e Verso"
143
144 msgid "DoublePostcardRotated - 148x200mm"
145 msgstr "Cartão Postal Duplo (Rotacionado) - 148x200mm"
146
147 msgid "English"
148 msgstr "Portuguese_Brazil"
149
150 msgid "Envelope"
151 msgstr "Envelope"
152
153 msgid "Envelope Tray"
154 msgstr "Bandeja de Envelopes"
155
156 msgid "Envelope Tray Installed"
157 msgstr "Bandeja de Envelopes Instalado"
158
159 msgid "Executive - 7.25x10.5in"
160 msgstr "Executivo - 7.25x10.5in"
161
162 msgid "Folio - 210x330mm"
163 msgstr "Folio - 210x330mm"
164
165 msgid "Grayscale"
166 msgstr "Tons de Cinza"
167
168 msgid "High"
169 msgstr "Pressão Reduzida (Grande Altitude)"
170
171 msgid "ISOB5 Envelope - 176x250mm"
172 msgstr "Envelope ISOB5 - 176x250mm"
173
174 msgid "ISOB6 Envelope - 176x125mm"
175 msgstr "Envelope ISOB6 - 176x125mm"
176
177 msgid "ISOLatin1"
178 msgstr "ISOLatin1"
179
180 msgid "Image enhance"
181 msgstr "Aprimoramento de Imagem"
182
183 msgid "InputSlot"
184 msgstr "Alimentador de Papel"
185
186 msgid "Installable Options"
187 msgstr "Módulos Opcionais"
188
189 msgid "Installed"
190 msgstr "Instalado"
191
192 msgid "Label"
193 msgstr "Etiqueta"
194
195 msgid "Ledger - 17x11in"
196 msgstr "Ledger - 17x11in"
197
198 msgid "Legal - 8.5x14in"
199 msgstr "Legal - 8.5x14in"
200
201 msgid "Letter - 8.5x11in"
202 msgstr "Carta - 8.5x11in"
203
204 msgid "Light"
205 msgstr "Claro"
206
207 msgid "Long-Edge (Portrait)"
208 msgstr "Borda Longa (Retrato)"
209
210 msgid "Long-Edge Binding"
211 msgstr "Encadernação pela Borda Longa"
212
213 msgid "Low"
214 msgstr "Pressão Elevada (Baixa Altitude)"
215
216 msgid "ML-1510"
217 msgstr "ML-1510"
218
219 msgid "ML-1520"
220 msgstr "ML-1520"
221
222 msgid "ML-1610"
223 msgstr "ML-1610"
224
225 msgid "ML-1630"
226 msgstr "ML-1630"
227
228 msgid "ML-1710"
229 msgstr "ML-1710"
230
231 msgid "ML-1740"
232 msgstr "ML-1740"
233
234 msgid "ML-1750"
235 msgstr "ML-1750"
236
237 msgid "ML-2010"
238 msgstr "ML-2010"
239
240 msgid "ML-2150"
241 msgstr "ML-2150"
242
243 msgid "ML-2250"
244 msgstr "ML-2250"
245
246 msgid "ML-2251"
247 msgstr "ML-2251"
248
249 msgid "ML-2510"
250 msgstr "ML-2510"
251
252 msgid "ML-2550"
253 msgstr "ML-2550"
254
255 msgid "ML-3050"
256 msgstr "ML-3050"
257
258 msgid "ML-3560"
259 msgstr "ML-3560"
260
261 msgid "Manual Feed"
262 msgstr "Alimentador Manual"
263
264 msgid "Media Source"
265 msgstr "Fonte do Papel"
266
267 msgid "Medium"
268 msgstr "Normal"
269
270 msgid "Monarch - 3.875x7.5in"
271 msgstr "Monarca - 3.875x7.5in"
272
273 msgid "Multi-Purpose Tray"
274 msgstr "Bandeja Multipropósito"
275
276 msgid "Normal"
277 msgstr "Normal"
278
279 msgid "Not Installed"
280 msgstr "Não Disponível"
281
282 msgid "Off"
283 msgstr "Desligado"
284
285 msgid "Off (1-Sided)"
286 msgstr "Frente (Simples)"
287
288 msgid "Oficio - 216x340mm"
289 msgstr "Ofício - 216x340mm"
290
291 msgid "On"
292 msgstr "Ligado"
293
294 msgid "Paper Type"
295 msgstr "Tipo de Papel"
296
297 msgid "Personal Envelope - 3.625x6.5in"
298 msgstr "Envelope Pessoal - 3.625x6.5in"
299
300 msgid "Phaser 3115"
301 msgstr "Phaser 3115"
302
303 msgid "Phaser 3116"
304 msgstr "Phaser 3116"
305
306 msgid "Phaser 3117"
307 msgstr "Phaser 3117"
308
309 msgid "Phaser 3120"
310 msgstr "Phaser 3120"
311
312 msgid "Phaser 3121"
313 msgstr "Phaser 3121"
314
315 msgid "Phaser 3122"
316 msgstr "Phaser 3122"
317
318 msgid "Phaser 3130"
319 msgstr "Phaser 3130"
320
321 msgid "Phaser 3150"
322 msgstr "Phaser 3150"
323
324 msgid "Phaser 3160"
325 msgstr "Phaser 3160"
326
327 msgid "Phaser 3420"
328 msgstr "Phaser 3420"
329
330 msgid "Phaser 3425"
331 msgstr "Phaser 3425"
332
333 msgid "Phaser 5500"
334 msgstr "Phaser 5500"
335
336 msgid "Phaser 6100"
337 msgstr "Phaser 6100"
338
339 msgid "Phaser 6110"
340 msgstr "Phaser 6110"
341
342 msgid "Phaser-3117"
343 msgstr "Phaser-3117"
344
345 msgid "Plain Paper"
346 msgstr "Papel Comúm"
347
348 msgid "Postcard - 100x148mm"
349 msgstr "Cartão Postal - 100x148mm"
350
351 msgid "Power Save"
352 msgstr "Economia de Energia"
353
354 msgid "Preprinted"
355 msgstr "Papel Pré-Impresso"
356
357 msgid "Recycled"
358 msgstr "Papel Reciclado"
359
360 msgid "Reprint When Jam"
361 msgstr "Reimpressão Após Atolamento do Papel"
362
363 msgid "Resolution"
364 msgstr "Resolução"
365
366 msgid "Reverse duplex"
367 msgstr "Frente e Verso Reverso"
368
369 msgid "SRT Mode"
370 msgstr "Otimização de Texto e Imagem"
371
372 msgid "Samsung"
373 msgstr "Samsung"
374
375 msgid "Save"
376 msgstr "Economizar"
377
378 msgid "Short-Edge (Landscape)"
379 msgstr "Borda Curta (Paisagem)"
380
381 msgid "Short-Edge Binding"
382 msgstr "Encadernação Pela Borda Curta"
383
384 msgid "Standard"
385 msgstr "Não Economizar"
386
387 msgid "Text enhance"
388 msgstr "Aprimoramento do Texto"
389
390 msgid "Thick Paper"
391 msgstr "Papel Grosso"
392
393 msgid "Thin Paper"
394 msgstr "Papel Delgado (Fino)"
395
396 msgid "Toner Density"
397 msgstr "Densidade do Toner"
398
399 msgid "Toner Save"
400 msgstr "Economia do Toner"
401
402 msgid "Transparency"
403 msgstr "Transparência"
404
405 msgid "Tray 1"
406 msgstr "Bandeja 1"
407
408 msgid "Tray 2"
409 msgstr "Bandeja 2"
410
411 msgid "Tray 2 Installed"
412 msgstr "Bandeja 2 Disponível"
413
414 msgid "Tray 3"
415 msgstr "Bandeja 3"
416
417 msgid "Tray 3 Installed"
418 msgstr "Bandeja 3 Disponível"
419
420 msgid "Use Printer Default"
421 msgstr "Usar a Definição da Impressora"
422
423 msgid "WorkCentre 3119"
424 msgstr "WorkCentre 3119"
425
426 msgid "Xerox"
427 msgstr "Xerox"
428
429 msgid "SCX-4200"
430 msgstr "SCX-4200"
431
432 msgid "Air pressure"
433 msgstr "Pressão Atmosférica"
434
435 msgid "ML-1640"
436 msgstr "ML-1640"
437
438 msgid "SCX-4500"
439 msgstr "SCX-4500"
440
0 /*
1 * powersave.defs (C) 2007, Aurélien Croc (AP²C)
2 *
3 * Power save
4 *
5 * $Id: powersave.defs 105 2007-11-16 02:20:18Z ap2c $
6 */
7
8 Option "PowerSave/Power Save" PickOne AnySetup 10
9 Choice "False/Off" ""
10 *Choice "5/5 Minutes" ""
11 Choice "10/10 Minutes" ""
12 Choice "15/15 Minutes" ""
13 Choice "30/30 Minutes" ""
14 Choice "45/45 Minutes" ""
15 Choice "60/1 Hour" ""
16
17 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 enc=utf8: */
18
0 /*
1 * reverseduplex.defs (C) 2007, Aurélien Croc (AP²C)
2 *
3 * Reverse duplex
4 *
5 * $Id: reverseduplex.defs 180 2008-02-09 03:59:11Z ap2c $
6 */
7
8 Option "ReverseDuplex/Reverse duplex" Boolean AnySetup 10
9 *Choice "False/Off" ""
10 Choice "True/On" ""
11
12 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 enc=utf8: */
13
0 #include <font.defs>
1 #include <media.defs>
2
3 // Information about the printer family
0 /*
1 * samsung.drv (C) 2007, Aurélien Croc (AP²C)
2 *
3 * Contains the Samsung printers drivers
4 *
5 * $Id: samsung.drv 263 2009-02-06 12:17:31Z ap2c $
6 */
7
48 Manufacturer "Samsung"
5 Version "1.0"
6
7 // Filter to use
8 Filter application/vnd.cups-raster 0 rastertospl2
9
10 // Supported paper format
11 HWMargins 0.16in 0.55cm 0.16in 0.55cm
12 *MediaSize Letter
13 MediaSize Legal
14 MediaSize A4
15 MediaSize Executive
16 MediaSize Ledger
17 MediaSize A3
18 MediaSize Env10
19 MediaSize Monarch
20 MediaSize C5
21 MediaSize DL
22 MediaSize B4
23 MediaSize B5
24 MediaSize EnvISOB5
25 // Not listed
26 // JPost
27 // JDouble
28 MediaSize A5
29 MediaSize A6
30 MediaSize EnvISOB6
31 // Custom
32 MediaSize C6
33 MediaSize Folio
34 VariablePaperSize yes
35
36 // Supported input slots
37 *InputSlot 1 "Auto/Automatic Selection"
38 InputSlot 2 "Manual/Manual Feed"
39
40 // Font included in the printer ROM
41 Font *
42
43
44
45 //
46 // Defining PJL variables
47 //
48
49 // Supported paper type
50 Option "MediaType/Paper Type" PickOne AnySetup 10
51 *Choice "OFF/Use Printer Default" ""
52 Choice "NORMAL/Plain Paper" ""
53 Choice "THICK/Thick Paper" ""
54 Choice "THIN/Thin Paper" ""
55 Choice "BOND/Bond" ""
56 Choice "OHP/Transparency" ""
57 Choice "CARD/Card Stock" ""
58 Choice "LABEL/Label" ""
59 Choice "USED/Preprinted" ""
60 Choice "COLOR/Colored Paper" ""
61 Choice "ENV/Envelope" ""
62
63 Attribute PJL beginPJL "<1B>%-12345X"
64 Attribute PJL endPJL "<09><1B>%-12345X"
65
66
9
10 #import "version.defs"
11 #import "spl2.defs"
12 #import "altitude.defs"
13
14 //
6715 // Specific black & white printer definition
16 //
6817 {
69 Attribute QPDL ColorPrinter "0"
70
71 //
72 // Defining PJL variables
73 //
74
75 // Power save
76 Option "PowerSave/Power Save" PickOne AnySetup 10
77 Choice "False/Off" ""
78 *Choice "5/5 Minutes" ""
79 Choice "10/10 Minutes" ""
80 Choice "15/15 Minutes" ""
81 Choice "30/30 Minutes" ""
82 Choice "45/45 Minutes" ""
83 Choice "60/1 Hour" ""
84
85 // Toner density
86 Option "TonerDensity/Toner Density" PickOne AnySetup 10
87 Choice "1/Light" ""
88 *Choice "3/Medium" ""
89 Choice "5/Dark" ""
90
91 // Toner Save
92 Option "EconoMode/Toner Save" PickOne AnySetup 10
93 *Choice "0/Use Printer Default" ""
94 Choice "ON/Save" ""
95 Choice "OFF/Standard" ""
96
97 // Reprint when Jam
98 Option "JamRecovery/Reprint When Jam" Boolean AnySetup 10
99 *Choice "False/Off" ""
100 Choice "True/On" ""
101
102
103
104 // Black & White support
105 ColorDevice false
106 *ColorModel Gray/Grayscale k chunky 17
107
108 // Supported resolutions
109 *Resolution k 1 0 0 0 "600dpi/600 DPI"
110
111 {
112 Attribute General docHeaderValues "<0><0><0>"
113 Attribute QPDL QPDLVersion "1"
114 Resolution k 1 0 0 0 "300dpi/300 DPI"
18 #import "filter.defs"
19 #import "powersave.defs"
20 #import "tonerdensity.defs"
21 #import "tonersave.defs"
22 #import "jamrecovery.defs"
23
24
25 // Monochrome printers V. 1 (old algorithms)
26 {
27 #import "monochrome-v1.defs"
28 Attribute QPDL QPDLVersion "1"
29 Attribute General DocHeaderValues "<0><2><1>"
30
31 #import "manualduplex.defs"
32 {
33 Resolution k 1 0 0 0 "300dpi/300 DPI"
34
35 ModelName "SCX-4200"
36 PCFileName "scx4200.ppd"
37 } {
38 ModelName "SCX-4500"
39 PCFileName "scx4500.ppd"
40 }
41
42 // Monochrome printers V. 2 (new algorithms)
43 } {
44 #import "monochrome-v2.defs"
45
46 // QPDL Version 1
47 {
48 Attribute QPDL QPDLVersion "1"
49 Attribute General DocHeaderValues "<0><0><0>"
50
51 {
52 Resolution k 1 0 0 0 "300dpi/300 DPI"
53 #import "manualduplex.defs"
54 {
55 ModelName "ML-1510"
56 PCFileName "ml1510.ppd"
57 } {
58 ModelName "ML-1520"
59 PCFileName "ml1520.ppd"
60 } {
61 ModelName "ML-1610"
62 PCFileName "ml1610.ppd"
63 } {
64 ModelName "ML-1710"
65 PCFileName "ml1710.ppd"
66 } {
67 ModelName "ML-1740"
68 PCFileName "ml1740.ppd"
69 } {
70 #import "srtmode.defs"
71 ModelName "ML-1750"
72 PCFileName "ml1750.ppd"
73 }
74 } {
75 Resolution k 1 0 0 0 "1200dpi/1200 DPI"
76
77 // Multi-tray
78 InputSlot 3 "Multi/Multi-Purpose Tray"
79 InputSlot 4 "Upper/Tray 1"
80 InputSlot 5 "Lower/Tray 2"
81 InputSlot 6 "Envelope/Envelope Tray"
82 InputSlot 7 "Tray3/Tray 3"
83 // But tray 2, Envelope and Tray3 are options...
84 Installable "OptionTray2/Tray 2 Installed"
85 UIConstraints "*OptionTray2 False *InputSlot Lower"
86 Installable "OptionTrayEnv/Envelope Tray Installed"
87 UIConstraints "*OptionTrayEnv False *InputSlot Envelope"
88 Installable "OptionTray3/Tray 3 Installed"
89 UIConstraints "*OptionTray3 False *InputSlot Tray3"
90
91 #import "srtmode.defs"
92 {
93 #import "manualduplex.defs"
94 Throughput 22
95 {
96 ModelName "ML-2250"
97 PCFileName "ml2250.ppd"
98 } {
99 ModelName "ML-2251"
100 PCFileName "ml2251.ppd"
101 }
102 } {
103 Duplex normal
104
105 {
106 ModelName "ML-3560"
107 PCFileName "ml3560.ppd"
108 } {
109 Resolution k 1 0 0 0 "300dpi/300 DPI"
110 {
111 ModelName "ML-2150"
112 PCFileName "ml2150.ppd"
113 } {
114 ModelName "ML-2550"
115 PCFileName "ml2550.ppd"
116 }
117 }
118 }
119 }
120 }
121
122 // QPDL Version 2
123 {
124 Attribute QPDL QPDLVersion "2"
125 Attribute General DocHeaderValues "<0><0><1>"
126
127 {
128 Resolution k 1 0 0 0 "1200x600dpi/1200x600 DPI"
129 #import "manualduplex.defs"
130
131 {
132 ModelName "ML-1630"
133 PCFileName "ml1630.ppd"
134 } {
135 ModelName "ML-1640"
136 PCFileName "ml1640.ppd"
137 } {
138 ModelName "ML-2010"
139 PCFileName "ml2010.ppd"
140 } {
141 #import "srtmode.defs"
142
143 ModelName "ML-2510"
144 PCFileName "ml2510.ppd"
145 }
146 } {
147 Resolution k 1 0 0 0 "1200dpi/1200 DPI"
148
149 Duplex normal
150
151 ModelName "ML-3050"
152 PCFileName "ml3050.ppd"
153 }
154 }
155 }
156 }
157
158
159
160
161 //
162 // Specific color printer definition
163 //
164 {
165 #import "filterColor.defs"
166 #import "powersave.defs"
167
168 // Color printers V. 1 (old algorithms)
169 {
170 #import "color-v1.defs"
171 #import "jamrecovery.defs"
172
173 // Multi-tray
174 InputSlot 3 "Multi/Multi-Purpose Tray"
175 InputSlot 4 "Upper/Tray 1"
176 InputSlot 5 "Lower/Tray 2"
177 // But tray 2 is optional..
178 Installable "OptionTray2/Tray 2 Installed"
179 UIConstraints "*OptionTray2 False *InputSlot Lower"
180
181 Resolution - 1 0 0 0 "1200x600dpi/1200x600 DPI"
182 Resolution - 1 0 0 0 "1200dpi/1200 DPI"
183
184 Duplex normal
185
186 Attribute General DocHeaderValues "<0><0><1>"
187 {
188 Attribute QPDL QPDLVersion "1"
189
190 {
191 Attribute General CMSFile "CLP-500"
192 Throughput 20
193
115194 {
116 ModelName "ML-1510"
117 PCFileName "ml1510.ppd"
195 ModelName "CLP-500"
196 PCFileName "clp500.ppd"
197 } {
198 ModelName "CLP-550"
199 PCFileName "clp550.ppd"
118200 }
119 {
120 ModelName "ML-1520"
121 PCFileName "ml1520.ppd"
122 }
123 {
124 ModelName "ML-1610"
125 PCFileName "ml1610.ppd"
126 }
127 {
128 ModelName "ML-1710"
129 PCFileName "ml1710.ppd"
130 }
131 {
132 ModelName "ML-1740"
133 PCFileName "ml1740.ppd"
134 }
135 {
136 // SRT Mode
137 Option "SRTMode/SRT Mode" PickOne AnySetup 10
138 *Choice "NORMAL/Normal" ""
139 Choice "ENHANCE/Text enhance" ""
140 Choice "GRAY/Image enhance" ""
141 ModelName "ML-1750"
142 PCFileName "ml1750.ppd"
143 }
144 }
145 {
146 {
147 // 1200x1200 DPI
148 Resolution k 1 0 0 0 "1200x600dpi/1200x600 DPI"
149 Attribute QPDL QPDLVersion "2"
150
151 // Oficio
152 ModelName "ML-2010"
153 Attribute General docHeaderValues "<0><0><1>"
154 PCFileName "ml2010.ppd"
155 }
156 {
157 Attribute General docHeaderValues "<0><0><0>"
158 Attribute QPDL QPDLVersion "1"
159
160 // 1200x1200 DPI
161 Resolution k 1 0 0 0 "1200dpi/1200 DPI"
162
163 // Multi-tray
164 InputSlot 3 "Multi/Multi-Purpose Tray"
165 InputSlot 4 "Upper/Tray 1"
166 InputSlot 5 "Lower/Tray 2"
167 InputSlot 6 "Envelope/Envelope Tray"
168 InputSlot 7 "Tray3/Tray 3"
169 // But tray 2, Envelope and Tray3 are options...
170 Installable "OptionTray2/Tray 2 Installed"
171 UIConstraints "*OptionTray2 False *InputSlot Lower"
172 Installable "OptionTrayEnv/Envelope Tray Installed"
173 UIConstraints "*OptionTrayEnv False *InputSlot Envelope"
174 Installable "OptionTray3/Tray 3 Installed"
175 UIConstraints "*OptionTray3 False *InputSlot Tray3"
176
177 // SRT Mode
178 Option "SRTMode/SRT Mode" PickOne AnySetup 10
179 *Choice "NORMAL/Normal" ""
180 Choice "ENHANCE/Text enhance" ""
181 Choice "GRAY/Image enhance" ""
182 {
183 Throughput 22
184 ModelName "ML-2250"
185 PCFileName "ml2250.ppd"
186 }
187 {
188 // Duplex support
189 Duplex normal
190
191 Resolution k 1 0 0 0 "300dpi/300 DPI"
192 {
193 ModelName "ML-2150"
194 PCFileName "ml2150.ppd"
195 }
196 {
197 ModelName "ML-2550"
198 PCFileName "ml2550.ppd"
199 }
200 }
201 }
202 }
201 } {
202 Attribute General CMSFile "CLP-510"
203 Throughput 24
204
205 ModelName "CLP-510"
206 PCFileName "clp510.ppd"
207 }
208 }
209 {
210 Attribute QPDL QPDLVersion "5"
211 Attribute General CMSFile "CLP-610"
212 #import "reverseduplex.defs"
213
214 ModelName "CLP-610"
215 PCFileName "clp610.ppd"
216 }
217 }
218
219 // Color printers V. 2 (JBIG algorithm)
220 {
221 #import "color-v2.defs"
222 Attribute QPDL PacketSize "512"
223 #import "manualduplex.defs"
224
225
226 // QPDL Version 1
227 {
228 Attribute QPDL QPDLVersion "1"
229 Attribute General DocHeaderValues "<0><0><0>"
230 {
231 Attribute General CMSFile "CLP-200"
232
233 ModelName "CLP-200"
234 PCFileName "clp200.ppd"
235 } {
236 Resolution - 1 0 0 0 "1200x600dpi/1200x600 DPI"
237 Resolution - 1 0 0 0 "1200dpi/1200 DPI"
238 Attribute General CMSFile "CLP-600"
239 Throughput 20
240
241 ModelName "CLP-600"
242 PCFileName "clp600.ppd"
243 }
244 }
245
246 // QPDL Version 2
247 {
248 Attribute QPDL QPDLVersion "2"
249 Attribute General DocHeaderValues "<0><0><1>"
250
251 {
252 Attribute General CMSFile "CLX-2170"
253
254 ModelName "CLX-2170"
255 PCFileName "clx2170.ppd"
256 } {
257 Resolution - 1 0 0 0 "1200dpi/1200 DPI"
258
259 {
260 Resolution - 1 0 0 0 "300dpi/300 DPI"
261 Attribute General CMSFile "CLP-300"
262 Throughput 4
263
264 ModelName "CLP-300"
265 PCFileName "clp300.ppd"
266 } {
267 Resolution - 1 0 0 0 "1200x600dpi/1200x600 DPI"
268
269 {
270 Attribute General CMSFile "CLX-216x"
271
272 ModelName "CLX-216X"
273 PCFileName "clx216x.ppd"
274 } {
275 Attribute General CMSFile "CLX-3160"
276
277 ModelName "CLX-3160"
278 PCFileName "clx3160.ppd"
279 }
280 }
281 }
282 }
283 }
203284 }
204285
205 // Specific color printer definition
206 {
207 Attribute QPDL ColorPrinter "1"
208
209 // Color definition
210 ColorDevice true
211 ColorModel Gray/Grayscale k chunky 17
212 *ColorModel CMYK/Color cmyk banded 17
213
214 // Supported resolutions
215 *Resolution - 1 0 0 0 "600dpi/600 DPI"
216
217 // Power save
218 Option "PowerSave/Power Save" PickOne AnySetup 10
219 Choice "False/Off" ""
220 *Choice "5/5 Minutes" ""
221 Choice "10/10 Minutes" ""
222 Choice "15/15 Minutes" ""
223 Choice "30/30 Minutes" ""
224 Choice "45/45 Minutes" ""
225 Choice "60/1 Hour" ""
226
227 {
228 Attribute General docHeaderValues "<0><0><0>"
229 Attribute QPDL QPDLVersion "2"
230 Throughput 4
231 Resolution - 1 0 0 0 "300dpi/300 DPI"
232 Resolution - 1 0 0 0 "1200dpi/1200 DPI"
233
234 ModelName "CLP-300"
235 PCFileName "clp300.ppd"
236 }
237 {
238 //
239 // Defining PJL variables
240 //
241
242 // Reprint when Jam
243 Option "JamRecovery/Reprint When Jam" Boolean AnySetup 10
244 *Choice "False/Off" ""
245 Choice "True/On" ""
246
247 // Multi-tray
248 InputSlot 3 "Multi/Multi-Purpose Tray"
249 InputSlot 4 "Upper/Tray 1"
250 InputSlot 5 "Lower/Tray 2"
251 // But tray 2 is optional..
252 Installable "OptionTray2/Tray 2 Installed"
253 UIConstraints "*OptionTray2 False *InputSlot Lower"
254
255 Resolution - 1 0 0 0 "1200x600dpi/1200x600 DPI"
256 Resolution - 1 0 0 0 "1200dpi/1200 DPI"
257
258 Attribute General docHeaderValues "<0><0><0>"
259 Attribute QPDL QPDLVersion "1"
260
261 // Duplex support
262 Duplex normal
263
264 {
265 Throughput 20
266 ModelName "CLP-500"
267 PCFileName "clp500.ppd"
268 }
269 {
270 Throughput 24
271 ModelName "CLP-510"
272 PCFileName "clp510.ppd"
273 }
274 {
275 Throughput 20
276 Manufacturer "Xerox"
277 ModelName "Phaser 6100"
278 PCFileName "xerox-phaser6100.ppd"
279 }
280 }
281 {
282 Attribute General docHeaderValues "<0><0><0>"
283 Attribute QPDL QPDLVersion "1"
284 Throughput 20
285
286 Resolution - 1 0 0 0 "1200x600dpi/1200x600 DPI"
287 Resolution - 1 0 0 0 "1200dpi/1200 DPI"
288
289 ModelName "CLP-600"
290 PCFileName "clp600.ppd"
291 }
292 }
293
286 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 enc=utf8: */
287
0 *PPD-Adobe: "4.3"
1 *% PPD file for SCX-4200 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: English
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "scx4200.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung SCX-4200"
13 *ShortNickName: "Samsung SCX-4200"
14 *NickName: "Samsung SCX-4200, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><2><1>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
140 *OpenUI *InputSlot/Media Source: PickOne
141 *OrderDependency: 10.0 AnySetup *InputSlot
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Automatic Selection: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Manual Feed: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Paper Type: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Use Printer Default: ""
150 *MediaType NORMAL/Plain Paper: ""
151 *MediaType THICK/Thick Paper: ""
152 *MediaType THIN/Thin Paper: ""
153 *MediaType BOND/Bond: ""
154 *MediaType OHP/Transparency: ""
155 *MediaType CARD/Card Stock: ""
156 *MediaType LABEL/Label: ""
157 *MediaType USED/Preprinted: ""
158 *MediaType COLOR/Colored Paper: ""
159 *MediaType ENV/Envelope: ""
160 *MediaType COTTON/Cotton: ""
161 *MediaType RECYCLED/Recycled: ""
162 *MediaType ARCHIVE/Archive: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Air pressure: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Low: ""
168 *Altitude HIGH/High: ""
169 *CloseUI: *Altitude
170 *OpenUI *PowerSave/Power Save: PickOne
171 *OrderDependency: 10.0 AnySetup *PowerSave
172 *DefaultPowerSave: 5
173 *PowerSave False/Off: ""
174 *PowerSave 5/5 Minutes: ""
175 *PowerSave 10/10 Minutes: ""
176 *PowerSave 15/15 Minutes: ""
177 *PowerSave 30/30 Minutes: ""
178 *PowerSave 45/45 Minutes: ""
179 *PowerSave 60/1 Hour: ""
180 *CloseUI: *PowerSave
181 *OpenUI *TonerDensity/Toner Density: PickOne
182 *OrderDependency: 10.0 AnySetup *TonerDensity
183 *DefaultTonerDensity: 3
184 *TonerDensity 1/Light: ""
185 *TonerDensity 3/Medium: ""
186 *TonerDensity 5/Dark: ""
187 *CloseUI: *TonerDensity
188 *OpenUI *EconoMode/Toner Save: PickOne
189 *OrderDependency: 10.0 AnySetup *EconoMode
190 *DefaultEconoMode: 0
191 *EconoMode 0/Use Printer Default: ""
192 *EconoMode ON/Save: ""
193 *EconoMode OFF/Standard: ""
194 *CloseUI: *EconoMode
195 *OpenUI *JamRecovery/Reprint When Jam: Boolean
196 *OrderDependency: 10.0 AnySetup *JamRecovery
197 *DefaultJamRecovery: False
198 *JamRecovery False/Off: ""
199 *JamRecovery True/On: ""
200 *CloseUI: *JamRecovery
201 *OpenUI *ColorModel/Color Mode: PickOne
202 *OrderDependency: 10.0 AnySetup *ColorModel
203 *DefaultColorModel: Gray
204 *ColorModel Gray/Grayscale: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 13>>setpagedevice"
205 *CloseUI: *ColorModel
206 *OpenUI *Resolution: PickOne
207 *OrderDependency: 10.0 AnySetup *Resolution
208 *DefaultResolution: 600dpi
209 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
210 *Resolution 300dpi/300 DPI: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
211 *CloseUI: *Resolution
212 *OpenUI *Duplex/2-Sided Printing: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Off (1-Sided): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Long-Edge (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Short-Edge (Landscape): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
219 *DefaultFont: Courier
220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
224 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
225 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
226 *Font Bookman-Light: Standard "(1.05)" Standard ROM
227 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
228 *Font Courier: Standard "(1.05)" Standard ROM
229 *Font Courier-Bold: Standard "(1.05)" Standard ROM
230 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
231 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
232 *Font Helvetica: Standard "(1.05)" Standard ROM
233 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
234 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
244 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
245 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
247 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
248 *Font Symbol: Special "(001.005)" Special ROM
249 *Font Times-Bold: Standard "(1.05)" Standard ROM
250 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
251 *Font Times-Italic: Standard "(1.05)" Standard ROM
252 *Font Times-Roman: Standard "(1.05)" Standard ROM
253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
254 *Font ZapfDingbats: Special "(001.005)" Special ROM
255 *% End of scx4200.ppd, 13620 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for SCX-4200 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: French
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "scx4200.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung SCX-4200"
13 *ShortNickName: "Samsung SCX-4200"
14 *NickName: "Samsung SCX-4200, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><2><1>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Sélection automatique: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Manuel: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Type de support: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Utiliser la configuration imprimante: ""
150 *MediaType NORMAL/Papier ordinaire: ""
151 *MediaType THICK/Papier épais: ""
152 *MediaType THIN/Papier fin: ""
153 *MediaType BOND/Papier Bond: ""
154 *MediaType OHP/Transparent: ""
155 *MediaType CARD/Papier cartonné: ""
156 *MediaType LABEL/Étiquette: ""
157 *MediaType USED/Papier pré-imprimé: ""
158 *MediaType COLOR/Couleur: ""
159 *MediaType ENV/Enveloppe: ""
160 *MediaType COTTON/Coton: ""
161 *MediaType RECYCLED/Papier recyclé: ""
162 *MediaType ARCHIVE/Archive: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Pression de l'air: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Faible: ""
168 *Altitude HIGH/Forte: ""
169 *CloseUI: *Altitude
170 *OpenUI *PowerSave/Économie d'énergie: PickOne
171 *OrderDependency: 10.0 AnySetup *PowerSave
172 *DefaultPowerSave: 5
173 *PowerSave False/Désactivé: ""
174 *PowerSave 5/5 minutes: ""
175 *PowerSave 10/10 minutes: ""
176 *PowerSave 15/15 minutes: ""
177 *PowerSave 30/30 minutes: ""
178 *PowerSave 45/45 minutes: ""
179 *PowerSave 60/1 heure: ""
180 *CloseUI: *PowerSave
181 *OpenUI *TonerDensity/Densité de toner: PickOne
182 *OrderDependency: 10.0 AnySetup *TonerDensity
183 *DefaultTonerDensity: 3
184 *TonerDensity 1/Clair: ""
185 *TonerDensity 3/Normal: ""
186 *TonerDensity 5/Sombre: ""
187 *CloseUI: *TonerDensity
188 *OpenUI *EconoMode/Économie de toner: PickOne
189 *OrderDependency: 10.0 AnySetup *EconoMode
190 *DefaultEconoMode: 0
191 *EconoMode 0/Utiliser la configuration imprimante: ""
192 *EconoMode ON/Économiser: ""
193 *EconoMode OFF/Standard: ""
194 *CloseUI: *EconoMode
195 *OpenUI *JamRecovery/Réimpression si bourrage: Boolean
196 *OrderDependency: 10.0 AnySetup *JamRecovery
197 *DefaultJamRecovery: False
198 *JamRecovery False/Désactivé: ""
199 *JamRecovery True/Oui: ""
200 *CloseUI: *JamRecovery
201 *OpenUI *ColorModel/Mode couleur: PickOne
202 *OrderDependency: 10.0 AnySetup *ColorModel
203 *DefaultColorModel: Gray
204 *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 13>>setpagedevice"
205 *CloseUI: *ColorModel
206 *OpenUI *Resolution: PickOne
207 *OrderDependency: 10.0 AnySetup *Resolution
208 *DefaultResolution: 600dpi
209 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
210 *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
211 *CloseUI: *Resolution
212 *OpenUI *Duplex/Impression recto-verso: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Simple (recto): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Côté long (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Côté court (Paysage): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
219 *DefaultFont: Courier
220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
224 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
225 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
226 *Font Bookman-Light: Standard "(1.05)" Standard ROM
227 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
228 *Font Courier: Standard "(1.05)" Standard ROM
229 *Font Courier-Bold: Standard "(1.05)" Standard ROM
230 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
231 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
232 *Font Helvetica: Standard "(1.05)" Standard ROM
233 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
234 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
244 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
245 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
247 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
248 *Font Symbol: Special "(001.005)" Special ROM
249 *Font Times-Bold: Standard "(1.05)" Standard ROM
250 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
251 *Font Times-Italic: Standard "(1.05)" Standard ROM
252 *Font Times-Roman: Standard "(1.05)" Standard ROM
253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
254 *Font ZapfDingbats: Special "(001.005)" Special ROM
255 *% End of scx4200.ppd, 13878 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for SCX-4200 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: Portuguese_Brazil
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "scx4200.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung SCX-4200"
13 *ShortNickName: "Samsung SCX-4200"
14 *NickName: "Samsung SCX-4200, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><2><1>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Seleção Automática: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Alimentação Manual: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Tipo de Papel: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Usar a Definição da Impressora: ""
150 *MediaType NORMAL/Papel normal: ""
151 *MediaType THICK/Papel grosso: ""
152 *MediaType THIN/Papel Delgado (Fino): ""
153 *MediaType BOND/Papel Bond: ""
154 *MediaType OHP/Transparência: ""
155 *MediaType CARD/Cartolina: ""
156 *MediaType LABEL/Etiqueta: ""
157 *MediaType USED/Papel Pré-Impresso: ""
158 *MediaType COLOR/Cor: ""
159 *MediaType ENV/Envelope: ""
160 *MediaType COTTON/Algodão: ""
161 *MediaType RECYCLED/Papel Reciclado: ""
162 *MediaType ARCHIVE/Arquivamento: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Pressão Atmosférica: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Pressão Elevada (Baixa Altitude): ""
168 *Altitude HIGH/Pressão Reduzida (Grande Altitude): ""
169 *CloseUI: *Altitude
170 *OpenUI *PowerSave/Economia de Energia: PickOne
171 *OrderDependency: 10.0 AnySetup *PowerSave
172 *DefaultPowerSave: 5
173 *PowerSave False/Desligado: ""
174 *PowerSave 5/5 Minutos: ""
175 *PowerSave 10/10 Minutos: ""
176 *PowerSave 15/15 Minutos: ""
177 *PowerSave 30/30 Minutos: ""
178 *PowerSave 45/45 Minutos: ""
179 *PowerSave 60/1 Hora: ""
180 *CloseUI: *PowerSave
181 *OpenUI *TonerDensity/Densidade do Toner: PickOne
182 *OrderDependency: 10.0 AnySetup *TonerDensity
183 *DefaultTonerDensity: 3
184 *TonerDensity 1/Claro: ""
185 *TonerDensity 3/Normal: ""
186 *TonerDensity 5/Escuro: ""
187 *CloseUI: *TonerDensity
188 *OpenUI *EconoMode/Economia do Toner: PickOne
189 *OrderDependency: 10.0 AnySetup *EconoMode
190 *DefaultEconoMode: 0
191 *EconoMode 0/Usar a Definição da Impressora: ""
192 *EconoMode ON/Economizar: ""
193 *EconoMode OFF/Não Economizar: ""
194 *CloseUI: *EconoMode
195 *OpenUI *JamRecovery/Reimpressão Após Atolamento do Papel: Boolean
196 *OrderDependency: 10.0 AnySetup *JamRecovery
197 *DefaultJamRecovery: False
198 *JamRecovery False/Desligado: ""
199 *JamRecovery True/Ativado: ""
200 *CloseUI: *JamRecovery
201 *OpenUI *ColorModel/Modo Cor: PickOne
202 *OrderDependency: 10.0 AnySetup *ColorModel
203 *DefaultColorModel: Gray
204 *ColorModel Gray/Tons de Cinza: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 13>>setpagedevice"
205 *CloseUI: *ColorModel
206 *OpenUI *Resolution: PickOne
207 *OrderDependency: 10.0 AnySetup *Resolution
208 *DefaultResolution: 600dpi
209 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
210 *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
211 *CloseUI: *Resolution
212 *OpenUI *Duplex/Impressão em Frente e Verso: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Frente (Simples): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Borda Longa (Retrato): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Borda Curta (Paisagem): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
219 *DefaultFont: Courier
220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
224 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
225 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
226 *Font Bookman-Light: Standard "(1.05)" Standard ROM
227 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
228 *Font Courier: Standard "(1.05)" Standard ROM
229 *Font Courier-Bold: Standard "(1.05)" Standard ROM
230 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
231 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
232 *Font Helvetica: Standard "(1.05)" Standard ROM
233 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
234 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
244 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
245 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
247 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
248 *Font Symbol: Special "(001.005)" Special ROM
249 *Font Times-Bold: Standard "(1.05)" Standard ROM
250 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
251 *Font Times-Italic: Standard "(1.05)" Standard ROM
252 *Font Times-Roman: Standard "(1.05)" Standard ROM
253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
254 *Font ZapfDingbats: Special "(001.005)" Special ROM
255 *% End of scx4200.ppd, 13996 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for SCX-4500 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: English
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "scx4500.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung SCX-4500"
13 *ShortNickName: "Samsung SCX-4500"
14 *NickName: "Samsung SCX-4500, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><2><1>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
140 *OpenUI *InputSlot/Media Source: PickOne
141 *OrderDependency: 10.0 AnySetup *InputSlot
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Automatic Selection: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Manual Feed: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Paper Type: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Use Printer Default: ""
150 *MediaType NORMAL/Plain Paper: ""
151 *MediaType THICK/Thick Paper: ""
152 *MediaType THIN/Thin Paper: ""
153 *MediaType BOND/Bond: ""
154 *MediaType OHP/Transparency: ""
155 *MediaType CARD/Card Stock: ""
156 *MediaType LABEL/Label: ""
157 *MediaType USED/Preprinted: ""
158 *MediaType COLOR/Colored Paper: ""
159 *MediaType ENV/Envelope: ""
160 *MediaType COTTON/Cotton: ""
161 *MediaType RECYCLED/Recycled: ""
162 *MediaType ARCHIVE/Archive: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Air pressure: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Low: ""
168 *Altitude HIGH/High: ""
169 *CloseUI: *Altitude
170 *OpenUI *PowerSave/Power Save: PickOne
171 *OrderDependency: 10.0 AnySetup *PowerSave
172 *DefaultPowerSave: 5
173 *PowerSave False/Off: ""
174 *PowerSave 5/5 Minutes: ""
175 *PowerSave 10/10 Minutes: ""
176 *PowerSave 15/15 Minutes: ""
177 *PowerSave 30/30 Minutes: ""
178 *PowerSave 45/45 Minutes: ""
179 *PowerSave 60/1 Hour: ""
180 *CloseUI: *PowerSave
181 *OpenUI *TonerDensity/Toner Density: PickOne
182 *OrderDependency: 10.0 AnySetup *TonerDensity
183 *DefaultTonerDensity: 3
184 *TonerDensity 1/Light: ""
185 *TonerDensity 3/Medium: ""
186 *TonerDensity 5/Dark: ""
187 *CloseUI: *TonerDensity
188 *OpenUI *EconoMode/Toner Save: PickOne
189 *OrderDependency: 10.0 AnySetup *EconoMode
190 *DefaultEconoMode: 0
191 *EconoMode 0/Use Printer Default: ""
192 *EconoMode ON/Save: ""
193 *EconoMode OFF/Standard: ""
194 *CloseUI: *EconoMode
195 *OpenUI *JamRecovery/Reprint When Jam: Boolean
196 *OrderDependency: 10.0 AnySetup *JamRecovery
197 *DefaultJamRecovery: False
198 *JamRecovery False/Off: ""
199 *JamRecovery True/On: ""
200 *CloseUI: *JamRecovery
201 *OpenUI *ColorModel/Color Mode: PickOne
202 *OrderDependency: 10.0 AnySetup *ColorModel
203 *DefaultColorModel: Gray
204 *ColorModel Gray/Grayscale: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 13>>setpagedevice"
205 *CloseUI: *ColorModel
206 *OpenUI *Resolution: PickOne
207 *OrderDependency: 10.0 AnySetup *Resolution
208 *DefaultResolution: 600dpi
209 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
210 *CloseUI: *Resolution
211 *OpenUI *Duplex/2-Sided Printing: PickOne
212 *OrderDependency: 10.0 AnySetup *Duplex
213 *DefaultDuplex: None
214 *Duplex None/Off (1-Sided): "<</Duplex false>>setpagedevice"
215 *Duplex DuplexNoTumble/Long-Edge (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
216 *Duplex DuplexTumble/Short-Edge (Landscape): "<</Duplex true/Tumble true>>setpagedevice"
217 *CloseUI: *Duplex
218 *DefaultFont: Courier
219 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
220 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
223 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
224 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
225 *Font Bookman-Light: Standard "(1.05)" Standard ROM
226 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
227 *Font Courier: Standard "(1.05)" Standard ROM
228 *Font Courier-Bold: Standard "(1.05)" Standard ROM
229 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
230 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
231 *Font Helvetica: Standard "(1.05)" Standard ROM
232 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
233 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
234 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
239 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
243 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
244 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
245 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
247 *Font Symbol: Special "(001.005)" Special ROM
248 *Font Times-Bold: Standard "(1.05)" Standard ROM
249 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
250 *Font Times-Italic: Standard "(1.05)" Standard ROM
251 *Font Times-Roman: Standard "(1.05)" Standard ROM
252 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
253 *Font ZapfDingbats: Special "(001.005)" Special ROM
254 *% End of scx4500.ppd, 13471 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for SCX-4500 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: French
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "scx4500.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung SCX-4500"
13 *ShortNickName: "Samsung SCX-4500"
14 *NickName: "Samsung SCX-4500, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><2><1>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Sélection automatique: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Manuel: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Type de support: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Utiliser la configuration imprimante: ""
150 *MediaType NORMAL/Papier ordinaire: ""
151 *MediaType THICK/Papier épais: ""
152 *MediaType THIN/Papier fin: ""
153 *MediaType BOND/Papier Bond: ""
154 *MediaType OHP/Transparent: ""
155 *MediaType CARD/Papier cartonné: ""
156 *MediaType LABEL/Étiquette: ""
157 *MediaType USED/Papier pré-imprimé: ""
158 *MediaType COLOR/Couleur: ""
159 *MediaType ENV/Enveloppe: ""
160 *MediaType COTTON/Coton: ""
161 *MediaType RECYCLED/Papier recyclé: ""
162 *MediaType ARCHIVE/Archive: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Pression de l'air: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Faible: ""
168 *Altitude HIGH/Forte: ""
169 *CloseUI: *Altitude
170 *OpenUI *PowerSave/Économie d'énergie: PickOne
171 *OrderDependency: 10.0 AnySetup *PowerSave
172 *DefaultPowerSave: 5
173 *PowerSave False/Désactivé: ""
174 *PowerSave 5/5 minutes: ""
175 *PowerSave 10/10 minutes: ""
176 *PowerSave 15/15 minutes: ""
177 *PowerSave 30/30 minutes: ""
178 *PowerSave 45/45 minutes: ""
179 *PowerSave 60/1 heure: ""
180 *CloseUI: *PowerSave
181 *OpenUI *TonerDensity/Densité de toner: PickOne
182 *OrderDependency: 10.0 AnySetup *TonerDensity
183 *DefaultTonerDensity: 3
184 *TonerDensity 1/Clair: ""
185 *TonerDensity 3/Normal: ""
186 *TonerDensity 5/Sombre: ""
187 *CloseUI: *TonerDensity
188 *OpenUI *EconoMode/Économie de toner: PickOne
189 *OrderDependency: 10.0 AnySetup *EconoMode
190 *DefaultEconoMode: 0
191 *EconoMode 0/Utiliser la configuration imprimante: ""
192 *EconoMode ON/Économiser: ""
193 *EconoMode OFF/Standard: ""
194 *CloseUI: *EconoMode
195 *OpenUI *JamRecovery/Réimpression si bourrage: Boolean
196 *OrderDependency: 10.0 AnySetup *JamRecovery
197 *DefaultJamRecovery: False
198 *JamRecovery False/Désactivé: ""
199 *JamRecovery True/Oui: ""
200 *CloseUI: *JamRecovery
201 *OpenUI *ColorModel/Mode couleur: PickOne
202 *OrderDependency: 10.0 AnySetup *ColorModel
203 *DefaultColorModel: Gray
204 *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 13>>setpagedevice"
205 *CloseUI: *ColorModel
206 *OpenUI *Resolution: PickOne
207 *OrderDependency: 10.0 AnySetup *Resolution
208 *DefaultResolution: 600dpi
209 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
210 *CloseUI: *Resolution
211 *OpenUI *Duplex/Impression recto-verso: PickOne
212 *OrderDependency: 10.0 AnySetup *Duplex
213 *DefaultDuplex: None
214 *Duplex None/Simple (recto): "<</Duplex false>>setpagedevice"
215 *Duplex DuplexNoTumble/Côté long (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
216 *Duplex DuplexTumble/Côté court (Paysage): "<</Duplex true/Tumble true>>setpagedevice"
217 *CloseUI: *Duplex
218 *DefaultFont: Courier
219 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
220 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
223 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
224 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
225 *Font Bookman-Light: Standard "(1.05)" Standard ROM
226 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
227 *Font Courier: Standard "(1.05)" Standard ROM
228 *Font Courier-Bold: Standard "(1.05)" Standard ROM
229 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
230 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
231 *Font Helvetica: Standard "(1.05)" Standard ROM
232 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
233 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
234 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
239 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
243 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
244 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
245 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
247 *Font Symbol: Special "(001.005)" Special ROM
248 *Font Times-Bold: Standard "(1.05)" Standard ROM
249 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
250 *Font Times-Italic: Standard "(1.05)" Standard ROM
251 *Font Times-Roman: Standard "(1.05)" Standard ROM
252 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
253 *Font ZapfDingbats: Special "(001.005)" Special ROM
254 *% End of scx4500.ppd, 13729 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for SCX-4500 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: Portuguese_Brazil
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "scx4500.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Samsung"
12 *ModelName: "Samsung SCX-4500"
13 *ShortNickName: "Samsung SCX-4500"
14 *NickName: "Samsung SCX-4500, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><2><1>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Seleção Automática: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Alimentação Manual: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Tipo de Papel: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Usar a Definição da Impressora: ""
150 *MediaType NORMAL/Papel normal: ""
151 *MediaType THICK/Papel grosso: ""
152 *MediaType THIN/Papel Delgado (Fino): ""
153 *MediaType BOND/Papel Bond: ""
154 *MediaType OHP/Transparência: ""
155 *MediaType CARD/Cartolina: ""
156 *MediaType LABEL/Etiqueta: ""
157 *MediaType USED/Papel Pré-Impresso: ""
158 *MediaType COLOR/Cor: ""
159 *MediaType ENV/Envelope: ""
160 *MediaType COTTON/Algodão: ""
161 *MediaType RECYCLED/Papel Reciclado: ""
162 *MediaType ARCHIVE/Arquivamento: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Pressão Atmosférica: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Pressão Elevada (Baixa Altitude): ""
168 *Altitude HIGH/Pressão Reduzida (Grande Altitude): ""
169 *CloseUI: *Altitude
170 *OpenUI *PowerSave/Economia de Energia: PickOne
171 *OrderDependency: 10.0 AnySetup *PowerSave
172 *DefaultPowerSave: 5
173 *PowerSave False/Desligado: ""
174 *PowerSave 5/5 Minutos: ""
175 *PowerSave 10/10 Minutos: ""
176 *PowerSave 15/15 Minutos: ""
177 *PowerSave 30/30 Minutos: ""
178 *PowerSave 45/45 Minutos: ""
179 *PowerSave 60/1 Hora: ""
180 *CloseUI: *PowerSave
181 *OpenUI *TonerDensity/Densidade do Toner: PickOne
182 *OrderDependency: 10.0 AnySetup *TonerDensity
183 *DefaultTonerDensity: 3
184 *TonerDensity 1/Claro: ""
185 *TonerDensity 3/Normal: ""
186 *TonerDensity 5/Escuro: ""
187 *CloseUI: *TonerDensity
188 *OpenUI *EconoMode/Economia do Toner: PickOne
189 *OrderDependency: 10.0 AnySetup *EconoMode
190 *DefaultEconoMode: 0
191 *EconoMode 0/Usar a Definição da Impressora: ""
192 *EconoMode ON/Economizar: ""
193 *EconoMode OFF/Não Economizar: ""
194 *CloseUI: *EconoMode
195 *OpenUI *JamRecovery/Reimpressão Após Atolamento do Papel: Boolean
196 *OrderDependency: 10.0 AnySetup *JamRecovery
197 *DefaultJamRecovery: False
198 *JamRecovery False/Desligado: ""
199 *JamRecovery True/Ativado: ""
200 *CloseUI: *JamRecovery
201 *OpenUI *ColorModel/Modo Cor: PickOne
202 *OrderDependency: 10.0 AnySetup *ColorModel
203 *DefaultColorModel: Gray
204 *ColorModel Gray/Tons de Cinza: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 13>>setpagedevice"
205 *CloseUI: *ColorModel
206 *OpenUI *Resolution: PickOne
207 *OrderDependency: 10.0 AnySetup *Resolution
208 *DefaultResolution: 600dpi
209 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
210 *CloseUI: *Resolution
211 *OpenUI *Duplex/Impressão em Frente e Verso: PickOne
212 *OrderDependency: 10.0 AnySetup *Duplex
213 *DefaultDuplex: None
214 *Duplex None/Frente (Simples): "<</Duplex false>>setpagedevice"
215 *Duplex DuplexNoTumble/Borda Longa (Retrato): "<</Duplex true/Tumble false>>setpagedevice"
216 *Duplex DuplexTumble/Borda Curta (Paisagem): "<</Duplex true/Tumble true>>setpagedevice"
217 *CloseUI: *Duplex
218 *DefaultFont: Courier
219 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
220 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
223 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
224 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
225 *Font Bookman-Light: Standard "(1.05)" Standard ROM
226 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
227 *Font Courier: Standard "(1.05)" Standard ROM
228 *Font Courier-Bold: Standard "(1.05)" Standard ROM
229 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
230 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
231 *Font Helvetica: Standard "(1.05)" Standard ROM
232 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
233 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
234 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
239 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
243 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
244 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
245 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
247 *Font Symbol: Special "(001.005)" Special ROM
248 *Font Times-Bold: Standard "(1.05)" Standard ROM
249 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
250 *Font Times-Italic: Standard "(1.05)" Standard ROM
251 *Font Times-Roman: Standard "(1.05)" Standard ROM
252 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
253 *Font ZapfDingbats: Special "(001.005)" Special ROM
254 *% End of scx4500.ppd, 13847 bytes.
0 /*
1 * spl2.defs (C) 2007, Aurélien Croc (AP²C)
2 *
3 *
4 *
5 * $Id: spl2.defs 210 2008-05-30 23:38:15Z ap2c $
6 */
7 #include <font.defs>
8 #include <media.defs>
9
10 #media "Oficio/Oficio - 216x340mm" 612 972
11
12 // Supported paper format
13 HWMargins 10.75 15 10.75 15
14 *MediaSize Letter
15 MediaSize Legal
16 MediaSize A4
17 MediaSize Executive
18 MediaSize Ledger
19 MediaSize A3
20 MediaSize Env10
21 MediaSize Monarch
22 MediaSize C5
23 MediaSize DL
24 MediaSize B4
25 MediaSize B5
26 MediaSize EnvISOB5
27 // Not listed
28 MediaSize Postcard
29 MediaSize DoublePostcardRotated
30 MediaSize A5
31 MediaSize A6
32 MediaSize B6
33 // Custom
34 MediaSize C6
35 MediaSize Folio
36 MediaSize EnvPersonal
37 MediaSize Env9
38 MediaSize Oficio
39
40 // VariablePaperSize yes
41
42 // Supported input slots
43 *InputSlot 1 "Auto/Automatic Selection"
44 InputSlot 2 "Manual/Manual Feed"
45
46 // Font included in the printer ROM
47 Font *
48
49
50
51 //
52 // Defining PJL variables
53 //
54
55 // Supported paper type
56 Option "MediaType/Paper Type" PickOne AnySetup 10
57 *Choice "OFF/Use Printer Default" ""
58 Choice "NORMAL/Plain Paper" ""
59 Choice "THICK/Thick Paper" ""
60 Choice "THIN/Thin Paper" ""
61 Choice "BOND/Bond" ""
62 Choice "OHP/Transparency" ""
63 Choice "CARD/Card Stock" ""
64 Choice "LABEL/Label" ""
65 Choice "USED/Preprinted" ""
66 Choice "COLOR/Colored Paper" ""
67 Choice "ENV/Envelope" ""
68 Choice "COTTON/Cotton" ""
69 Choice "RECYCLED/Recycled" ""
70 Choice "ARCHIVE/Archive" ""
71
72 Attribute QPDL BandSize "128"
73 Attribute PJL BeginPJL "<1B>%-12345X"
74 Attribute PJL EndPJL "<09><1B>%-12345X"
75
76
77 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 enc=utf8: */
78
0 /*
1 * srtmode.defs (C) 2007, Aurélien Croc (AP²C)
2 *
3 * SRT mode
4 *
5 * $Id: srtmode.defs 105 2007-11-16 02:20:18Z ap2c $
6 */
7
8 Option "SRTMode/SRT Mode" PickOne AnySetup 10
9 *Choice "NORMAL/Normal" ""
10 Choice "ENHANCE/Text enhance" ""
11 Choice "GRAY/Image enhance" ""
12
13 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 enc=utf8: */
14
0 /*
1 * tonerdensity.defs (C) 2007, Aurélien Croc (AP²C)
2 *
3 * Toner density
4 *
5 * $Id: tonerdensity.defs 105 2007-11-16 02:20:18Z ap2c $
6 */
7
8 Option "TonerDensity/Toner Density" PickOne AnySetup 10
9 Choice "1/Light" ""
10 *Choice "3/Medium" ""
11 Choice "5/Dark" ""
12
13 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 enc=utf8: */
14
0 /*
1 * tonersave.defs (C) 2007, Aurélien Croc (AP²C)
2 *
3 * Toner save
4 *
5 * $Id: tonersave.defs 105 2007-11-16 02:20:18Z ap2c $
6 */
7
8 Option "EconoMode/Toner Save" PickOne AnySetup 10
9 *Choice "0/Use Printer Default" ""
10 Choice "ON/Save" ""
11 Choice "OFF/Standard" ""
12
13 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 enc=utf8: */
14
0 /*
1 * version.defs (C) 2007, Aurélien Croc (AP²C)
2 *
3 * Current PPDs version
4 *
5 * $Id: version.defs 258 2009-02-06 11:38:55Z ap2c $
6 */
7
8 Version "SpliX V. 2.0.0"
9
10 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 enc=utf8: */
11
0 *PPD-Adobe: "4.3"
1 *% PPD file for WorkCentre 3119 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: English
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "wc3119.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Xerox"
12 *ModelName: "Xerox WorkCentre 3119"
13 *ShortNickName: "Xerox WorkCentre 3119"
14 *NickName: "Xerox WorkCentre 3119, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><2><1>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
140 *OpenUI *InputSlot/Media Source: PickOne
141 *OrderDependency: 10.0 AnySetup *InputSlot
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Automatic Selection: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Manual Feed: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Paper Type: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Use Printer Default: ""
150 *MediaType NORMAL/Plain Paper: ""
151 *MediaType THICK/Thick Paper: ""
152 *MediaType THIN/Thin Paper: ""
153 *MediaType BOND/Bond: ""
154 *MediaType OHP/Transparency: ""
155 *MediaType CARD/Card Stock: ""
156 *MediaType LABEL/Label: ""
157 *MediaType USED/Preprinted: ""
158 *MediaType COLOR/Colored Paper: ""
159 *MediaType ENV/Envelope: ""
160 *MediaType COTTON/Cotton: ""
161 *MediaType RECYCLED/Recycled: ""
162 *MediaType ARCHIVE/Archive: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Air pressure: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Low: ""
168 *Altitude HIGH/High: ""
169 *CloseUI: *Altitude
170 *OpenUI *PowerSave/Power Save: PickOne
171 *OrderDependency: 10.0 AnySetup *PowerSave
172 *DefaultPowerSave: 5
173 *PowerSave False/Off: ""
174 *PowerSave 5/5 Minutes: ""
175 *PowerSave 10/10 Minutes: ""
176 *PowerSave 15/15 Minutes: ""
177 *PowerSave 30/30 Minutes: ""
178 *PowerSave 45/45 Minutes: ""
179 *PowerSave 60/1 Hour: ""
180 *CloseUI: *PowerSave
181 *OpenUI *TonerDensity/Toner Density: PickOne
182 *OrderDependency: 10.0 AnySetup *TonerDensity
183 *DefaultTonerDensity: 3
184 *TonerDensity 1/Light: ""
185 *TonerDensity 3/Medium: ""
186 *TonerDensity 5/Dark: ""
187 *CloseUI: *TonerDensity
188 *OpenUI *EconoMode/Toner Save: PickOne
189 *OrderDependency: 10.0 AnySetup *EconoMode
190 *DefaultEconoMode: 0
191 *EconoMode 0/Use Printer Default: ""
192 *EconoMode ON/Save: ""
193 *EconoMode OFF/Standard: ""
194 *CloseUI: *EconoMode
195 *OpenUI *JamRecovery/Reprint When Jam: Boolean
196 *OrderDependency: 10.0 AnySetup *JamRecovery
197 *DefaultJamRecovery: False
198 *JamRecovery False/Off: ""
199 *JamRecovery True/On: ""
200 *CloseUI: *JamRecovery
201 *OpenUI *ColorModel/Color Mode: PickOne
202 *OrderDependency: 10.0 AnySetup *ColorModel
203 *DefaultColorModel: Gray
204 *ColorModel Gray/Grayscale: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 13>>setpagedevice"
205 *CloseUI: *ColorModel
206 *OpenUI *Resolution: PickOne
207 *OrderDependency: 10.0 AnySetup *Resolution
208 *DefaultResolution: 600dpi
209 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
210 *Resolution 300dpi/300 DPI: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
211 *CloseUI: *Resolution
212 *OpenUI *Duplex/2-Sided Printing: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Off (1-Sided): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Long-Edge (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Short-Edge (Landscape): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
219 *DefaultFont: Courier
220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
224 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
225 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
226 *Font Bookman-Light: Standard "(1.05)" Standard ROM
227 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
228 *Font Courier: Standard "(1.05)" Standard ROM
229 *Font Courier-Bold: Standard "(1.05)" Standard ROM
230 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
231 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
232 *Font Helvetica: Standard "(1.05)" Standard ROM
233 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
234 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
244 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
245 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
247 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
248 *Font Symbol: Special "(001.005)" Special ROM
249 *Font Times-Bold: Standard "(1.05)" Standard ROM
250 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
251 *Font Times-Italic: Standard "(1.05)" Standard ROM
252 *Font Times-Roman: Standard "(1.05)" Standard ROM
253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
254 *Font ZapfDingbats: Special "(001.005)" Special ROM
255 *% End of wc3119.ppd, 13638 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for WorkCentre 3119 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: French
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "wc3119.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Xerox"
12 *ModelName: "Xerox WorkCentre 3119"
13 *ShortNickName: "Xerox WorkCentre 3119"
14 *NickName: "Xerox WorkCentre 3119, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><2><1>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Oficio - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Sélection automatique: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Manuel: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Type de support: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Utiliser la configuration imprimante: ""
150 *MediaType NORMAL/Papier ordinaire: ""
151 *MediaType THICK/Papier épais: ""
152 *MediaType THIN/Papier fin: ""
153 *MediaType BOND/Papier Bond: ""
154 *MediaType OHP/Transparent: ""
155 *MediaType CARD/Papier cartonné: ""
156 *MediaType LABEL/Étiquette: ""
157 *MediaType USED/Papier pré-imprimé: ""
158 *MediaType COLOR/Couleur: ""
159 *MediaType ENV/Enveloppe: ""
160 *MediaType COTTON/Coton: ""
161 *MediaType RECYCLED/Papier recyclé: ""
162 *MediaType ARCHIVE/Archive: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Pression de l'air: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Faible: ""
168 *Altitude HIGH/Forte: ""
169 *CloseUI: *Altitude
170 *OpenUI *PowerSave/Économie d'énergie: PickOne
171 *OrderDependency: 10.0 AnySetup *PowerSave
172 *DefaultPowerSave: 5
173 *PowerSave False/Désactivé: ""
174 *PowerSave 5/5 minutes: ""
175 *PowerSave 10/10 minutes: ""
176 *PowerSave 15/15 minutes: ""
177 *PowerSave 30/30 minutes: ""
178 *PowerSave 45/45 minutes: ""
179 *PowerSave 60/1 heure: ""
180 *CloseUI: *PowerSave
181 *OpenUI *TonerDensity/Densité de toner: PickOne
182 *OrderDependency: 10.0 AnySetup *TonerDensity
183 *DefaultTonerDensity: 3
184 *TonerDensity 1/Clair: ""
185 *TonerDensity 3/Normal: ""
186 *TonerDensity 5/Sombre: ""
187 *CloseUI: *TonerDensity
188 *OpenUI *EconoMode/Économie de toner: PickOne
189 *OrderDependency: 10.0 AnySetup *EconoMode
190 *DefaultEconoMode: 0
191 *EconoMode 0/Utiliser la configuration imprimante: ""
192 *EconoMode ON/Économiser: ""
193 *EconoMode OFF/Standard: ""
194 *CloseUI: *EconoMode
195 *OpenUI *JamRecovery/Réimpression si bourrage: Boolean
196 *OrderDependency: 10.0 AnySetup *JamRecovery
197 *DefaultJamRecovery: False
198 *JamRecovery False/Désactivé: ""
199 *JamRecovery True/Oui: ""
200 *CloseUI: *JamRecovery
201 *OpenUI *ColorModel/Mode couleur: PickOne
202 *OrderDependency: 10.0 AnySetup *ColorModel
203 *DefaultColorModel: Gray
204 *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 13>>setpagedevice"
205 *CloseUI: *ColorModel
206 *OpenUI *Resolution: PickOne
207 *OrderDependency: 10.0 AnySetup *Resolution
208 *DefaultResolution: 600dpi
209 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
210 *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
211 *CloseUI: *Resolution
212 *OpenUI *Duplex/Impression recto-verso: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Simple (recto): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Côté long (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Côté court (Paysage): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
219 *DefaultFont: Courier
220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
224 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
225 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
226 *Font Bookman-Light: Standard "(1.05)" Standard ROM
227 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
228 *Font Courier: Standard "(1.05)" Standard ROM
229 *Font Courier-Bold: Standard "(1.05)" Standard ROM
230 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
231 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
232 *Font Helvetica: Standard "(1.05)" Standard ROM
233 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
234 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
244 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
245 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
247 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
248 *Font Symbol: Special "(001.005)" Special ROM
249 *Font Times-Bold: Standard "(1.05)" Standard ROM
250 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
251 *Font Times-Italic: Standard "(1.05)" Standard ROM
252 *Font Times-Roman: Standard "(1.05)" Standard ROM
253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
254 *Font ZapfDingbats: Special "(001.005)" Special ROM
255 *% End of wc3119.ppd, 13896 bytes.
0 *PPD-Adobe: "4.3"
1 *% PPD file for WorkCentre 3119 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.2.3.
3 *FormatVersion: "4.3"
4 *FileVersion: "SpliX V. 2.0.0"
5 *LanguageVersion: Portuguese_Brazil
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "wc3119.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GPL Ghostscript)"
10 *Product: "(GNU Ghostscript)"
11 *Manufacturer: "Xerox"
12 *ModelName: "Xerox WorkCentre 3119"
13 *ShortNickName: "Xerox WorkCentre 3119"
14 *NickName: "Xerox WorkCentre 3119, 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"
19 *LanguageLevel: "3"
20 *ColorDevice: False
21 *DefaultColorSpace: Gray
22 *FileSystem: False
23 *Throughput: "1"
24 *LandscapeOrientation: Plus90
25 *TTRasterizer: Type42
26 *% Driver-defined attributes...
27 *QPDL BandSize: "128"
28 *PJL BeginPJL: "<1B>%-12345X"
29 *PJL EndPJL: "<09><1B>%-12345X"
30 *QPDL QPDLVersion: "1"
31 *General DocHeaderValues: "<0><2><1>"
32 *QPDL ManualDuplex: "On"
33 *cupsVersion: 1.3
34 *cupsModelNumber: 0
35 *cupsManualCopies: False
36 *cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"
37 *OpenUI *PageSize/Media Size: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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"
62 *PageSize Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
63 *CloseUI: *PageSize
64 *OpenUI *PageRegion/Media Size: PickOne
65 *OrderDependency: 10 AnySetup *PageRegion
66 *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"
89 *PageRegion Oficio/Ofício - 216x340mm: "<</PageSize[612 972]/ImagingBBox null>>setpagedevice"
90 *CloseUI: *PageRegion
91 *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"
115 *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
142 *DefaultInputSlot: Auto
143 *InputSlot Auto/Seleção Automática: "<</MediaPosition 1>>setpagedevice"
144 *InputSlot Manual/Alimentação Manual: "<</MediaPosition 2>>setpagedevice"
145 *CloseUI: *InputSlot
146 *OpenUI *MediaType/Tipo de Papel: PickOne
147 *OrderDependency: 10.0 AnySetup *MediaType
148 *DefaultMediaType: OFF
149 *MediaType OFF/Usar a Definição da Impressora: ""
150 *MediaType NORMAL/Papel normal: ""
151 *MediaType THICK/Papel grosso: ""
152 *MediaType THIN/Papel Delgado (Fino): ""
153 *MediaType BOND/Papel Bond: ""
154 *MediaType OHP/Transparência: ""
155 *MediaType CARD/Cartolina: ""
156 *MediaType LABEL/Etiqueta: ""
157 *MediaType USED/Papel Pré-Impresso: ""
158 *MediaType COLOR/Cor: ""
159 *MediaType ENV/Envelope: ""
160 *MediaType COTTON/Algodão: ""
161 *MediaType RECYCLED/Papel Reciclado: ""
162 *MediaType ARCHIVE/Arquivamento: ""
163 *CloseUI: *MediaType
164 *OpenUI *Altitude/Pressão Atmosférica: PickOne
165 *OrderDependency: 10.0 AnySetup *Altitude
166 *DefaultAltitude: LOW
167 *Altitude LOW/Pressão Elevada (Baixa Altitude): ""
168 *Altitude HIGH/Pressão Reduzida (Grande Altitude): ""
169 *CloseUI: *Altitude
170 *OpenUI *PowerSave/Economia de Energia: PickOne
171 *OrderDependency: 10.0 AnySetup *PowerSave
172 *DefaultPowerSave: 5
173 *PowerSave False/Desligado: ""
174 *PowerSave 5/5 Minutos: ""
175 *PowerSave 10/10 Minutos: ""
176 *PowerSave 15/15 Minutos: ""
177 *PowerSave 30/30 Minutos: ""
178 *PowerSave 45/45 Minutos: ""
179 *PowerSave 60/1 Hora: ""
180 *CloseUI: *PowerSave
181 *OpenUI *TonerDensity/Densidade do Toner: PickOne
182 *OrderDependency: 10.0 AnySetup *TonerDensity
183 *DefaultTonerDensity: 3
184 *TonerDensity 1/Claro: ""
185 *TonerDensity 3/Normal: ""
186 *TonerDensity 5/Escuro: ""
187 *CloseUI: *TonerDensity
188 *OpenUI *EconoMode/Economia do Toner: PickOne
189 *OrderDependency: 10.0 AnySetup *EconoMode
190 *DefaultEconoMode: 0
191 *EconoMode 0/Usar a Definição da Impressora: ""
192 *EconoMode ON/Economizar: ""
193 *EconoMode OFF/Não Economizar: ""
194 *CloseUI: *EconoMode
195 *OpenUI *JamRecovery/Reimpressão Após Atolamento do Papel: Boolean
196 *OrderDependency: 10.0 AnySetup *JamRecovery
197 *DefaultJamRecovery: False
198 *JamRecovery False/Desligado: ""
199 *JamRecovery True/Ativado: ""
200 *CloseUI: *JamRecovery
201 *OpenUI *ColorModel/Modo Cor: PickOne
202 *OrderDependency: 10.0 AnySetup *ColorModel
203 *DefaultColorModel: Gray
204 *ColorModel Gray/Tons de Cinza: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 13>>setpagedevice"
205 *CloseUI: *ColorModel
206 *OpenUI *Resolution: PickOne
207 *OrderDependency: 10.0 AnySetup *Resolution
208 *DefaultResolution: 600dpi
209 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
210 *Resolution 300dpi/300 PPP: "<</HWResolution[300 300]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3>>setpagedevice"
211 *CloseUI: *Resolution
212 *OpenUI *Duplex/Impressão em Frente e Verso: PickOne
213 *OrderDependency: 10.0 AnySetup *Duplex
214 *DefaultDuplex: None
215 *Duplex None/Frente (Simples): "<</Duplex false>>setpagedevice"
216 *Duplex DuplexNoTumble/Borda Longa (Retrato): "<</Duplex true/Tumble false>>setpagedevice"
217 *Duplex DuplexTumble/Borda Curta (Paisagem): "<</Duplex true/Tumble true>>setpagedevice"
218 *CloseUI: *Duplex
219 *DefaultFont: Courier
220 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
221 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
222 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
223 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
224 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
225 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
226 *Font Bookman-Light: Standard "(1.05)" Standard ROM
227 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
228 *Font Courier: Standard "(1.05)" Standard ROM
229 *Font Courier-Bold: Standard "(1.05)" Standard ROM
230 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
231 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
232 *Font Helvetica: Standard "(1.05)" Standard ROM
233 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
234 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
235 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
236 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
237 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
238 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
239 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
240 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
241 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
242 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
243 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
244 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
245 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
246 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
247 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
248 *Font Symbol: Special "(001.005)" Special ROM
249 *Font Times-Bold: Standard "(1.05)" Standard ROM
250 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
251 *Font Times-Italic: Standard "(1.05)" Standard ROM
252 *Font Times-Roman: Standard "(1.05)" Standard ROM
253 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
254 *Font ZapfDingbats: Special "(001.005)" Special ROM
255 *% End of wc3119.ppd, 14014 bytes.
+0
-235
ppd/xerox-phaser6100.ppd less more
0 *PPD-Adobe: "4.3"
1 *% PPD file for Phaser 6100 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
3 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
5 *LanguageVersion: English
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "xerox-phaser6100.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GNU Ghostscript)"
10 *Manufacturer: "Xerox"
11 *ModelName: "Xerox Phaser 6100"
12 *ShortNickName: "Xerox Phaser 6100"
13 *NickName: "Xerox Phaser 6100, 1.0"
14 *PSVersion: "(3010.000) 705"
15 *PSVersion: "(3010.000) 707"
16 *PSVersion: "(3010.000) 815"
17 *LanguageLevel: "3"
18 *ColorDevice: True
19 *DefaultColorSpace: RGB
20 *FileSystem: False
21 *Throughput: "20"
22 *LandscapeOrientation: Plus90
23 *TTRasterizer: Type42
24 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "1"
28 *General docHeaderValues: "<0><0><0>"
29 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
33 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *UIConstraints: *OptionTray2 False *InputSlot Lower
36 *UIConstraints: *InputSlot Lower *OptionTray2 False
37 *OpenUI *PageSize: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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 A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
54 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
55 *PageSize EnvISOB6/ISOB6 Envelope - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
56 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
57 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
58 *CloseUI: *PageSize
59 *OpenUI *PageRegion: PickOne
60 *OrderDependency: 10 AnySetup *PageRegion
61 *DefaultPageRegion: Letter
62 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
63 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
64 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
65 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
66 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
67 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
68 *PageRegion Env10/#10 Envelope - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
69 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
70 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
71 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
72 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
73 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
74 *PageRegion EnvISOB5/ISOB5 Envelope - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
75 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
76 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
77 *PageRegion EnvISOB6/ISOB6 Envelope - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
78 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
79 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
80 *CloseUI: *PageRegion
81 *DefaultImageableArea: Letter
82 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
83 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
84 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
85 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
86 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
87 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
88 *ImageableArea Env10/#10 Envelope - 4.13x9.5in: "11.52 15.59 285.48 668.41"
89 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
90 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
91 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
92 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
93 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
94 *ImageableArea EnvISOB5/ISOB5 Envelope - 176x250mm: "11.52 15.59 487.48 693.41"
95 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
96 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
97 *ImageableArea EnvISOB6/ISOB6 Envelope - 176x125mm: "11.52 15.59 487.48 338.41"
98 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
99 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
100 *DefaultPaperDimension: Letter
101 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
102 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
103 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
104 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
105 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
106 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
107 *PaperDimension Env10/#10 Envelope - 4.13x9.5in: "297.00 684.00"
108 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
109 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
110 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
111 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
112 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
113 *PaperDimension EnvISOB5/ISOB5 Envelope - 176x250mm: "499.00 709.00"
114 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
115 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
116 *PaperDimension EnvISOB6/ISOB6 Envelope - 176x125mm: "499.00 354.00"
117 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
118 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
119 *MaxMediaWidth: "0.00"
120 *MaxMediaHeight: "0.00"
121 *HWMargins: 11.52 15.59 11.52 15.59
122 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
123 *ParamCustomPageSize Width: 1 points 0.00 0.00
124 *ParamCustomPageSize Height: 2 points 0.00 0.00
125 *ParamCustomPageSize WidthOffset: 3 points 0 0
126 *ParamCustomPageSize HeightOffset: 4 points 0 0
127 *ParamCustomPageSize Orientation: 5 int 0 0
128 *RequiresPageRegion All: True
129 *OpenUI *InputSlot: PickOne
130 *OrderDependency: 10.0 AnySetup *InputSlot
131 *DefaultInputSlot: Auto
132 *InputSlot Auto/Automatic Selection: "<</MediaPosition 1>>setpagedevice"
133 *InputSlot Manual/Manual Feed: "<</MediaPosition 2>>setpagedevice"
134 *InputSlot Multi/Multi-Purpose Tray: "<</MediaPosition 3>>setpagedevice"
135 *InputSlot Upper/Tray 1: "<</MediaPosition 4>>setpagedevice"
136 *InputSlot Lower/Tray 2: "<</MediaPosition 5>>setpagedevice"
137 *CloseUI: *InputSlot
138 *OpenUI *MediaType/Paper Type: PickOne
139 *OrderDependency: 10.0 AnySetup *MediaType
140 *DefaultMediaType: OFF
141 *MediaType OFF/Use Printer Default: ""
142 *MediaType NORMAL/Plain Paper: ""
143 *MediaType THICK/Thick Paper: ""
144 *MediaType THIN/Thin Paper: ""
145 *MediaType BOND/Bond: ""
146 *MediaType OHP/Transparency: ""
147 *MediaType CARD/Card Stock: ""
148 *MediaType LABEL/Label: ""
149 *MediaType USED/Preprinted: ""
150 *MediaType COLOR/Colored Paper: ""
151 *MediaType ENV/Envelope: ""
152 *CloseUI: *MediaType
153 *OpenUI *ColorModel/Color Mode: PickOne
154 *OrderDependency: 10.0 AnySetup *ColorModel
155 *DefaultColorModel: CMYK
156 *ColorModel Gray/Grayscale: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
157 *ColorModel CMYK/Color: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 17>>setpagedevice"
158 *CloseUI: *ColorModel
159 *OpenUI *Resolution: PickOne
160 *OrderDependency: 10.0 AnySetup *Resolution
161 *DefaultResolution: 600dpi
162 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
163 *Resolution 1200x600dpi/1200x600 DPI: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
164 *Resolution 1200dpi/1200 DPI: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
165 *CloseUI: *Resolution
166 *OpenUI *PowerSave/Power Save: PickOne
167 *OrderDependency: 10.0 AnySetup *PowerSave
168 *DefaultPowerSave: 5
169 *PowerSave False/Off: ""
170 *PowerSave 5/5 Minutes: ""
171 *PowerSave 10/10 Minutes: ""
172 *PowerSave 15/15 Minutes: ""
173 *PowerSave 30/30 Minutes: ""
174 *PowerSave 45/45 Minutes: ""
175 *PowerSave 60/1 Hour: ""
176 *CloseUI: *PowerSave
177 *OpenUI *JamRecovery/Reprint When Jam: Boolean
178 *OrderDependency: 10.0 AnySetup *JamRecovery
179 *DefaultJamRecovery: False
180 *JamRecovery False/Off: ""
181 *JamRecovery True/On: ""
182 *CloseUI: *JamRecovery
183 *OpenUI *Duplex/Double-Sided Printing: PickOne
184 *OrderDependency: 10.0 AnySetup *Duplex
185 *DefaultDuplex: None
186 *Duplex None/Off: "<</Duplex false>>setpagedevice"
187 *Duplex DuplexNoTumble/Long-Edge Binding: "<</Duplex true/Tumble false>>setpagedevice"
188 *Duplex DuplexTumble/Short-Edge Binding: "<</Duplex true/Tumble true>>setpagedevice"
189 *CloseUI: *Duplex
190 *OpenGroup: InstallableOptions/Installable Options
191 *OpenUI *OptionTray2/Tray 2 Installed: Boolean
192 *OrderDependency: 10.0 AnySetup *OptionTray2
193 *DefaultOptionTray2: False
194 *OptionTray2 False/Not Installed: ""
195 *OptionTray2 True/Installed: ""
196 *CloseUI: *OptionTray2
197 *CloseGroup: InstallableOptions
198 *DefaultFont: Courier
199 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
200 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
201 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
202 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
203 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
204 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
205 *Font Bookman-Light: Standard "(1.05)" Standard ROM
206 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
207 *Font Courier: Standard "(1.05)" Standard ROM
208 *Font Courier-Bold: Standard "(1.05)" Standard ROM
209 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
210 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
211 *Font Helvetica: Standard "(1.05)" Standard ROM
212 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
213 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
214 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
215 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
216 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
217 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
218 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
219 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
220 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
221 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
222 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
223 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
224 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
225 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
226 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
227 *Font Symbol: Special "(001.005)" Special ROM
228 *Font Times-Bold: Standard "(1.05)" Standard ROM
229 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
230 *Font Times-Italic: Standard "(1.05)" Standard ROM
231 *Font Times-Roman: Standard "(1.05)" Standard ROM
232 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
233 *Font ZapfDingbats: Special "(001.005)" Special ROM
234 *% End of xerox-phaser6100.ppd, 12295 bytes.
+0
-235
ppd/xerox-phaser6100de.ppd less more
0 *PPD-Adobe: "4.3"
1 *% PPD file for Phaser 6100 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
3 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
5 *LanguageVersion: German
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "xerox-phaser6100.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GNU Ghostscript)"
10 *Manufacturer: "Xerox"
11 *ModelName: "Xerox Phaser 6100"
12 *ShortNickName: "Xerox Phaser 6100"
13 *NickName: "Xerox Phaser 6100, 1.0"
14 *PSVersion: "(3010.000) 705"
15 *PSVersion: "(3010.000) 707"
16 *PSVersion: "(3010.000) 815"
17 *LanguageLevel: "3"
18 *ColorDevice: True
19 *DefaultColorSpace: RGB
20 *FileSystem: False
21 *Throughput: "20"
22 *LandscapeOrientation: Plus90
23 *TTRasterizer: Type42
24 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "1"
28 *General docHeaderValues: "<0><0><0>"
29 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
33 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *UIConstraints: *OptionTray2 False *InputSlot Lower
36 *UIConstraints: *InputSlot Lower *OptionTray2 False
37 *OpenUI *PageSize: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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/Umschlag #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/Umschlag ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
53 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
54 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
55 *PageSize EnvISOB6/Umschlag ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
56 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
57 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
58 *CloseUI: *PageSize
59 *OpenUI *PageRegion: PickOne
60 *OrderDependency: 10 AnySetup *PageRegion
61 *DefaultPageRegion: Letter
62 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
63 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
64 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
65 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
66 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
67 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
68 *PageRegion Env10/Umschlag #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
69 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
70 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
71 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
72 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
73 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
74 *PageRegion EnvISOB5/Umschlag ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
75 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
76 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
77 *PageRegion EnvISOB6/Umschlag ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
78 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
79 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
80 *CloseUI: *PageRegion
81 *DefaultImageableArea: Letter
82 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
83 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
84 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
85 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
86 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
87 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
88 *ImageableArea Env10/Umschlag #10 - 4.13x9.5in: "11.52 15.59 285.48 668.41"
89 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
90 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
91 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
92 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
93 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
94 *ImageableArea EnvISOB5/Umschlag ISOB5 - 176x250mm: "11.52 15.59 487.48 693.41"
95 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
96 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
97 *ImageableArea EnvISOB6/Umschlag ISOB6 - 176x125mm: "11.52 15.59 487.48 338.41"
98 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
99 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
100 *DefaultPaperDimension: Letter
101 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
102 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
103 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
104 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
105 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
106 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
107 *PaperDimension Env10/Umschlag #10 - 4.13x9.5in: "297.00 684.00"
108 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
109 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
110 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
111 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
112 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
113 *PaperDimension EnvISOB5/Umschlag ISOB5 - 176x250mm: "499.00 709.00"
114 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
115 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
116 *PaperDimension EnvISOB6/Umschlag ISOB6 - 176x125mm: "499.00 354.00"
117 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
118 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
119 *MaxMediaWidth: "0.00"
120 *MaxMediaHeight: "0.00"
121 *HWMargins: 11.52 15.59 11.52 15.59
122 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
123 *ParamCustomPageSize Width: 1 points 0.00 0.00
124 *ParamCustomPageSize Height: 2 points 0.00 0.00
125 *ParamCustomPageSize WidthOffset: 3 points 0 0
126 *ParamCustomPageSize HeightOffset: 4 points 0 0
127 *ParamCustomPageSize Orientation: 5 int 0 0
128 *RequiresPageRegion All: True
129 *OpenUI *InputSlot: PickOne
130 *OrderDependency: 10.0 AnySetup *InputSlot
131 *DefaultInputSlot: Auto
132 *InputSlot Auto/Automatische Auswahl: "<</MediaPosition 1>>setpagedevice"
133 *InputSlot Manual/Manueller Einzug: "<</MediaPosition 2>>setpagedevice"
134 *InputSlot Multi/Multifunktionaler Schacht: "<</MediaPosition 3>>setpagedevice"
135 *InputSlot Upper/Fach 1: "<</MediaPosition 4>>setpagedevice"
136 *InputSlot Lower/Fach 2: "<</MediaPosition 5>>setpagedevice"
137 *CloseUI: *InputSlot
138 *OpenUI *MediaType/Papiertyp: PickOne
139 *OrderDependency: 10.0 AnySetup *MediaType
140 *DefaultMediaType: OFF
141 *MediaType OFF/Grundeinstellungen des Druckers: ""
142 *MediaType NORMAL/Normalpapier: ""
143 *MediaType THICK/Dickes Papier: ""
144 *MediaType THIN/Dünnes Papier: ""
145 *MediaType BOND/Kartoniertes Papier: ""
146 *MediaType OHP/Transparenz: ""
147 *MediaType CARD/Visitenkarten: ""
148 *MediaType LABEL/Etiketten: ""
149 *MediaType USED/Vorgedrucktes Papier: ""
150 *MediaType COLOR/Farbiges Papier: ""
151 *MediaType ENV/Umschlag/Couvert: ""
152 *CloseUI: *MediaType
153 *OpenUI *ColorModel/Farbe modus: PickOne
154 *OrderDependency: 10.0 AnySetup *ColorModel
155 *DefaultColorModel: CMYK
156 *ColorModel Gray/Abgestuftes von grauen: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
157 *ColorModel CMYK/Farbe: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 17>>setpagedevice"
158 *CloseUI: *ColorModel
159 *OpenUI *Resolution: PickOne
160 *OrderDependency: 10.0 AnySetup *Resolution
161 *DefaultResolution: 600dpi
162 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
163 *Resolution 1200x600dpi/1200x600 PPP: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
164 *Resolution 1200dpi/1200 PPP: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
165 *CloseUI: *Resolution
166 *OpenUI *PowerSave/Energiesparmodus: PickOne
167 *OrderDependency: 10.0 AnySetup *PowerSave
168 *DefaultPowerSave: 5
169 *PowerSave False/Aus: ""
170 *PowerSave 5/5 Minuten: ""
171 *PowerSave 10/10 Minuten: ""
172 *PowerSave 15/15 Minuten: ""
173 *PowerSave 30/30 Minuten: ""
174 *PowerSave 45/45 Minuten: ""
175 *PowerSave 60/1 Stunde: ""
176 *CloseUI: *PowerSave
177 *OpenUI *JamRecovery/Druck nach Papierstau fortsetzen: Boolean
178 *OrderDependency: 10.0 AnySetup *JamRecovery
179 *DefaultJamRecovery: False
180 *JamRecovery False/Aus: ""
181 *JamRecovery True/Ein: ""
182 *CloseUI: *JamRecovery
183 *OpenUI *Duplex/TRANSLATE Double-Sided Printing: PickOne
184 *OrderDependency: 10.0 AnySetup *Duplex
185 *DefaultDuplex: None
186 *Duplex None/Aus: "<</Duplex false>>setpagedevice"
187 *Duplex DuplexNoTumble/TRANSLATE Long-Edge Binding: "<</Duplex true/Tumble false>>setpagedevice"
188 *Duplex DuplexTumble/TRANSLATE Short-Edge Binding: "<</Duplex true/Tumble true>>setpagedevice"
189 *CloseUI: *Duplex
190 *OpenGroup: InstallableOptions/Optionale Module
191 *OpenUI *OptionTray2/Fach 2 vorhanden: Boolean
192 *OrderDependency: 10.0 AnySetup *OptionTray2
193 *DefaultOptionTray2: False
194 *OptionTray2 False/Nicht vorhanden: ""
195 *OptionTray2 True/Vorhanden: ""
196 *CloseUI: *OptionTray2
197 *CloseGroup: InstallableOptions
198 *DefaultFont: Courier
199 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
200 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
201 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
202 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
203 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
204 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
205 *Font Bookman-Light: Standard "(1.05)" Standard ROM
206 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
207 *Font Courier: Standard "(1.05)" Standard ROM
208 *Font Courier-Bold: Standard "(1.05)" Standard ROM
209 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
210 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
211 *Font Helvetica: Standard "(1.05)" Standard ROM
212 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
213 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
214 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
215 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
216 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
217 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
218 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
219 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
220 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
221 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
222 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
223 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
224 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
225 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
226 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
227 *Font Symbol: Special "(001.005)" Special ROM
228 *Font Times-Bold: Standard "(1.05)" Standard ROM
229 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
230 *Font Times-Italic: Standard "(1.05)" Standard ROM
231 *Font Times-Roman: Standard "(1.05)" Standard ROM
232 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
233 *Font ZapfDingbats: Special "(001.005)" Special ROM
234 *% End of xerox-phaser6100.ppd, 12434 bytes.
+0
-235
ppd/xerox-phaser6100fr.ppd less more
0 *PPD-Adobe: "4.3"
1 *% PPD file for Phaser 6100 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
3 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
5 *LanguageVersion: French
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "xerox-phaser6100.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GNU Ghostscript)"
10 *Manufacturer: "Xerox"
11 *ModelName: "Xerox Phaser 6100"
12 *ShortNickName: "Xerox Phaser 6100"
13 *NickName: "Xerox Phaser 6100, 1.0"
14 *PSVersion: "(3010.000) 705"
15 *PSVersion: "(3010.000) 707"
16 *PSVersion: "(3010.000) 815"
17 *LanguageLevel: "3"
18 *ColorDevice: True
19 *DefaultColorSpace: RGB
20 *FileSystem: False
21 *Throughput: "20"
22 *LandscapeOrientation: Plus90
23 *TTRasterizer: Type42
24 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "1"
28 *General docHeaderValues: "<0><0><0>"
29 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
33 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *UIConstraints: *OptionTray2 False *InputSlot Lower
36 *UIConstraints: *InputSlot Lower *OptionTray2 False
37 *OpenUI *PageSize: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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 #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 A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
54 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
55 *PageSize EnvISOB6/Enveloppe ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
56 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
57 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
58 *CloseUI: *PageSize
59 *OpenUI *PageRegion: PickOne
60 *OrderDependency: 10 AnySetup *PageRegion
61 *DefaultPageRegion: Letter
62 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
63 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
64 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
65 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
66 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
67 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
68 *PageRegion Env10/Enveloppe #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
69 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
70 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
71 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
72 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
73 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
74 *PageRegion EnvISOB5/Enveloppe ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
75 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
76 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
77 *PageRegion EnvISOB6/Enveloppe ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
78 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
79 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
80 *CloseUI: *PageRegion
81 *DefaultImageableArea: Letter
82 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
83 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
84 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
85 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
86 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
87 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
88 *ImageableArea Env10/Enveloppe #10 - 4.13x9.5in: "11.52 15.59 285.48 668.41"
89 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
90 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
91 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
92 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
93 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
94 *ImageableArea EnvISOB5/Enveloppe ISOB5 - 176x250mm: "11.52 15.59 487.48 693.41"
95 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
96 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
97 *ImageableArea EnvISOB6/Enveloppe ISOB6 - 176x125mm: "11.52 15.59 487.48 338.41"
98 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
99 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
100 *DefaultPaperDimension: Letter
101 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
102 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
103 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
104 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
105 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
106 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
107 *PaperDimension Env10/Enveloppe #10 - 4.13x9.5in: "297.00 684.00"
108 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
109 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
110 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
111 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
112 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
113 *PaperDimension EnvISOB5/Enveloppe ISOB5 - 176x250mm: "499.00 709.00"
114 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
115 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
116 *PaperDimension EnvISOB6/Enveloppe ISOB6 - 176x125mm: "499.00 354.00"
117 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
118 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
119 *MaxMediaWidth: "0.00"
120 *MaxMediaHeight: "0.00"
121 *HWMargins: 11.52 15.59 11.52 15.59
122 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
123 *ParamCustomPageSize Width: 1 points 0.00 0.00
124 *ParamCustomPageSize Height: 2 points 0.00 0.00
125 *ParamCustomPageSize WidthOffset: 3 points 0 0
126 *ParamCustomPageSize HeightOffset: 4 points 0 0
127 *ParamCustomPageSize Orientation: 5 int 0 0
128 *RequiresPageRegion All: True
129 *OpenUI *InputSlot: PickOne
130 *OrderDependency: 10.0 AnySetup *InputSlot
131 *DefaultInputSlot: Auto
132 *InputSlot Auto/Sélection automatique: "<</MediaPosition 1>>setpagedevice"
133 *InputSlot Manual/Chargement manuel: "<</MediaPosition 2>>setpagedevice"
134 *InputSlot Multi/Plusieurs choix de bacs: "<</MediaPosition 3>>setpagedevice"
135 *InputSlot Upper/Bac à feuilles 1: "<</MediaPosition 4>>setpagedevice"
136 *InputSlot Lower/Bac à feuilles 2: "<</MediaPosition 5>>setpagedevice"
137 *CloseUI: *InputSlot
138 *OpenUI *MediaType/Type de papier: PickOne
139 *OrderDependency: 10.0 AnySetup *MediaType
140 *DefaultMediaType: OFF
141 *MediaType OFF/Utiliser la configuration imprimante: ""
142 *MediaType NORMAL/Papier ordinaire: ""
143 *MediaType THICK/Papier épais: ""
144 *MediaType THIN/Papier fin: ""
145 *MediaType BOND/Papier cartonné: ""
146 *MediaType OHP/Transparent: ""
147 *MediaType CARD/Carte de visite: ""
148 *MediaType LABEL/Étiquette: ""
149 *MediaType USED/Papier Pré-imprimé: ""
150 *MediaType COLOR/Papier coloré: ""
151 *MediaType ENV/Enveloppe: ""
152 *CloseUI: *MediaType
153 *OpenUI *ColorModel/Mode de couleur: PickOne
154 *OrderDependency: 10.0 AnySetup *ColorModel
155 *DefaultColorModel: CMYK
156 *ColorModel Gray/Niveau de gris: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
157 *ColorModel CMYK/Couleur: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 17>>setpagedevice"
158 *CloseUI: *ColorModel
159 *OpenUI *Resolution: PickOne
160 *OrderDependency: 10.0 AnySetup *Resolution
161 *DefaultResolution: 600dpi
162 *Resolution 600dpi/600 PPP: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
163 *Resolution 1200x600dpi/1200x600 PPP: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
164 *Resolution 1200dpi/1200 PPP: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
165 *CloseUI: *Resolution
166 *OpenUI *PowerSave/Économie d'énergie: PickOne
167 *OrderDependency: 10.0 AnySetup *PowerSave
168 *DefaultPowerSave: 5
169 *PowerSave False/Désactivé: ""
170 *PowerSave 5/5 minutes: ""
171 *PowerSave 10/10 minutes: ""
172 *PowerSave 15/15 minutes: ""
173 *PowerSave 30/30 minutes: ""
174 *PowerSave 45/45 minutes: ""
175 *PowerSave 60/1 heure: ""
176 *CloseUI: *PowerSave
177 *OpenUI *JamRecovery/Réimpression si bourrage: Boolean
178 *OrderDependency: 10.0 AnySetup *JamRecovery
179 *DefaultJamRecovery: False
180 *JamRecovery False/Désactivé: ""
181 *JamRecovery True/Activé: ""
182 *CloseUI: *JamRecovery
183 *OpenUI *Duplex/Impression recto-verso: PickOne
184 *OrderDependency: 10.0 AnySetup *Duplex
185 *DefaultDuplex: None
186 *Duplex None/Désactivé: "<</Duplex false>>setpagedevice"
187 *Duplex DuplexNoTumble/Côté long: "<</Duplex true/Tumble false>>setpagedevice"
188 *Duplex DuplexTumble/Côté court: "<</Duplex true/Tumble true>>setpagedevice"
189 *CloseUI: *Duplex
190 *OpenGroup: InstallableOptions/Modules optionnels
191 *OpenUI *OptionTray2/Bac à feuilles 2 installé: Boolean
192 *OrderDependency: 10.0 AnySetup *OptionTray2
193 *DefaultOptionTray2: False
194 *OptionTray2 False/Non installé: ""
195 *OptionTray2 True/Installé: ""
196 *CloseUI: *OptionTray2
197 *CloseGroup: InstallableOptions
198 *DefaultFont: Courier
199 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
200 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
201 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
202 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
203 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
204 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
205 *Font Bookman-Light: Standard "(1.05)" Standard ROM
206 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
207 *Font Courier: Standard "(1.05)" Standard ROM
208 *Font Courier-Bold: Standard "(1.05)" Standard ROM
209 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
210 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
211 *Font Helvetica: Standard "(1.05)" Standard ROM
212 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
213 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
214 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
215 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
216 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
217 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
218 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
219 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
220 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
221 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
222 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
223 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
224 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
225 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
226 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
227 *Font Symbol: Special "(001.005)" Special ROM
228 *Font Times-Bold: Standard "(1.05)" Standard ROM
229 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
230 *Font Times-Italic: Standard "(1.05)" Standard ROM
231 *Font Times-Roman: Standard "(1.05)" Standard ROM
232 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
233 *Font ZapfDingbats: Special "(001.005)" Special ROM
234 *% End of xerox-phaser6100.ppd, 12436 bytes.
+0
-235
ppd/xerox-phaser6100it.ppd less more
0 *PPD-Adobe: "4.3"
1 *% PPD file for Phaser 6100 with CUPS.
2 *% Created by the CUPS PPD Compiler v1.1svn.
3 *FormatVersion: "4.3"
4 *FileVersion: "1.0"
5 *LanguageVersion: Italian
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "xerox-phaser6100.ppd"
8 *Product: "(ESP Ghostscript)"
9 *Product: "(GNU Ghostscript)"
10 *Manufacturer: "Xerox"
11 *ModelName: "Xerox Phaser 6100"
12 *ShortNickName: "Xerox Phaser 6100"
13 *NickName: "Xerox Phaser 6100, 1.0"
14 *PSVersion: "(3010.000) 705"
15 *PSVersion: "(3010.000) 707"
16 *PSVersion: "(3010.000) 815"
17 *LanguageLevel: "3"
18 *ColorDevice: True
19 *DefaultColorSpace: RGB
20 *FileSystem: False
21 *Throughput: "20"
22 *LandscapeOrientation: Plus90
23 *TTRasterizer: Type42
24 *% Driver-defined attributes...
25 *PJL beginPJL: "<1B>%-12345X"
26 *PJL endPJL: "<09><1B>%-12345X"
27 *QPDL ColorPrinter: "1"
28 *General docHeaderValues: "<0><0><0>"
29 *QPDL QPDLVersion: "1"
30 *% CUPS attributes...
31 *cupsVersion: 1.2
32 *cupsModelNumber: "0"
33 *cupsManualCopies: False
34 *cupsFilter: "application/vnd.cups-raster 0 rastertospl2"
35 *UIConstraints: *OptionTray2 False *InputSlot Lower
36 *UIConstraints: *InputSlot Lower *OptionTray2 False
37 *OpenUI *PageSize: PickOne
38 *OrderDependency: 10 AnySetup *PageSize
39 *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/Buste lettera #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/Buste Lettera ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
53 *PageSize A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
54 *PageSize A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
55 *PageSize EnvISOB6/Buste lettera ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
56 *PageSize C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
57 *PageSize Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
58 *CloseUI: *PageSize
59 *OpenUI *PageRegion: PickOne
60 *OrderDependency: 10 AnySetup *PageRegion
61 *DefaultPageRegion: Letter
62 *PageRegion Letter/Letter - 8.5x11in: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
63 *PageRegion Legal/Legal - 8.5x14in: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
64 *PageRegion A4/A4 - 210x297mm: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
65 *PageRegion Executive/Executive - 7.25x10.5in: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
66 *PageRegion Ledger/Ledger - 17x11in: "<</PageSize[1224 792]/ImagingBBox null>>setpagedevice"
67 *PageRegion A3/A3 - 297x420mm: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
68 *PageRegion Env10/Buste lettera #10 - 4.13x9.5in: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
69 *PageRegion Monarch/Monarch - 3.875x7.5in: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
70 *PageRegion C5/C5 - 162x229mm: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
71 *PageRegion DL/DL - 110x220mm: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
72 *PageRegion B4/B4 - 257x364mm: "<</PageSize[729 1032]/ImagingBBox null>>setpagedevice"
73 *PageRegion B5/B5 - 182x257mm: "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
74 *PageRegion EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
75 *PageRegion A5/A5 - 148x210mm: "<</PageSize[420 595]/ImagingBBox null>>setpagedevice"
76 *PageRegion A6/A6 - 105x148mm: "<</PageSize[297 420]/ImagingBBox null>>setpagedevice"
77 *PageRegion EnvISOB6/Buste lettera ISOB6 - 176x125mm: "<</PageSize[499 354]/ImagingBBox null>>setpagedevice"
78 *PageRegion C6/C6 - 114x162mm: "<</PageSize[323 459]/ImagingBBox null>>setpagedevice"
79 *PageRegion Folio/Folio - 210x330mm: "<</PageSize[595 935]/ImagingBBox null>>setpagedevice"
80 *CloseUI: *PageRegion
81 *DefaultImageableArea: Letter
82 *ImageableArea Letter/Letter - 8.5x11in: "11.52 15.59 600.48 776.41"
83 *ImageableArea Legal/Legal - 8.5x14in: "11.52 15.59 600.48 992.41"
84 *ImageableArea A4/A4 - 210x297mm: "11.52 15.59 583.48 826.41"
85 *ImageableArea Executive/Executive - 7.25x10.5in: "11.52 15.59 510.48 740.41"
86 *ImageableArea Ledger/Ledger - 17x11in: "11.52 15.59 1212.48 776.41"
87 *ImageableArea A3/A3 - 297x420mm: "11.52 15.59 830.48 1175.41"
88 *ImageableArea Env10/Buste lettera #10 - 4.13x9.5in: "11.52 15.59 285.48 668.41"
89 *ImageableArea Monarch/Monarch - 3.875x7.5in: "11.52 15.59 267.48 524.41"
90 *ImageableArea C5/C5 - 162x229mm: "11.52 15.59 447.48 633.41"
91 *ImageableArea DL/DL - 110x220mm: "11.52 15.59 300.48 608.41"
92 *ImageableArea B4/B4 - 257x364mm: "11.52 15.59 717.48 1016.41"
93 *ImageableArea B5/B5 - 182x257mm: "11.52 15.59 504.48 713.41"
94 *ImageableArea EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "11.52 15.59 487.48 693.41"
95 *ImageableArea A5/A5 - 148x210mm: "11.52 15.59 408.48 579.41"
96 *ImageableArea A6/A6 - 105x148mm: "11.52 15.59 285.48 404.41"
97 *ImageableArea EnvISOB6/Buste lettera ISOB6 - 176x125mm: "11.52 15.59 487.48 338.41"
98 *ImageableArea C6/C6 - 114x162mm: "11.52 15.59 311.48 443.41"
99 *ImageableArea Folio/Folio - 210x330mm: "11.52 15.59 583.48 919.41"
100 *DefaultPaperDimension: Letter
101 *PaperDimension Letter/Letter - 8.5x11in: "612.00 792.00"
102 *PaperDimension Legal/Legal - 8.5x14in: "612.00 1008.00"
103 *PaperDimension A4/A4 - 210x297mm: "595.00 842.00"
104 *PaperDimension Executive/Executive - 7.25x10.5in: "522.00 756.00"
105 *PaperDimension Ledger/Ledger - 17x11in: "1224.00 792.00"
106 *PaperDimension A3/A3 - 297x420mm: "842.00 1191.00"
107 *PaperDimension Env10/Buste lettera #10 - 4.13x9.5in: "297.00 684.00"
108 *PaperDimension Monarch/Monarch - 3.875x7.5in: "279.00 540.00"
109 *PaperDimension C5/C5 - 162x229mm: "459.00 649.00"
110 *PaperDimension DL/DL - 110x220mm: "312.00 624.00"
111 *PaperDimension B4/B4 - 257x364mm: "729.00 1032.00"
112 *PaperDimension B5/B5 - 182x257mm: "516.00 729.00"
113 *PaperDimension EnvISOB5/Buste Lettera ISOB5 - 176x250mm: "499.00 709.00"
114 *PaperDimension A5/A5 - 148x210mm: "420.00 595.00"
115 *PaperDimension A6/A6 - 105x148mm: "297.00 420.00"
116 *PaperDimension EnvISOB6/Buste lettera ISOB6 - 176x125mm: "499.00 354.00"
117 *PaperDimension C6/C6 - 114x162mm: "323.00 459.00"
118 *PaperDimension Folio/Folio - 210x330mm: "595.00 935.00"
119 *MaxMediaWidth: "0.00"
120 *MaxMediaHeight: "0.00"
121 *HWMargins: 11.52 15.59 11.52 15.59
122 *CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
123 *ParamCustomPageSize Width: 1 points 0.00 0.00
124 *ParamCustomPageSize Height: 2 points 0.00 0.00
125 *ParamCustomPageSize WidthOffset: 3 points 0 0
126 *ParamCustomPageSize HeightOffset: 4 points 0 0
127 *ParamCustomPageSize Orientation: 5 int 0 0
128 *RequiresPageRegion All: True
129 *OpenUI *InputSlot: PickOne
130 *OrderDependency: 10.0 AnySetup *InputSlot
131 *DefaultInputSlot: Auto
132 *InputSlot Auto/Selezione Automatica: "<</MediaPosition 1>>setpagedevice"
133 *InputSlot Manual/Alimentazione Manuale: "<</MediaPosition 2>>setpagedevice"
134 *InputSlot Multi/Caricatore Multifunzione: "<</MediaPosition 3>>setpagedevice"
135 *InputSlot Upper/Caricatore 1: "<</MediaPosition 4>>setpagedevice"
136 *InputSlot Lower/Caricatore 2: "<</MediaPosition 5>>setpagedevice"
137 *CloseUI: *InputSlot
138 *OpenUI *MediaType/Tipo Carta: PickOne
139 *OrderDependency: 10.0 AnySetup *MediaType
140 *DefaultMediaType: OFF
141 *MediaType OFF/Usa Default Stampante: ""
142 *MediaType NORMAL/Carta Semplice: ""
143 *MediaType THICK/Carta Spessa: ""
144 *MediaType THIN/Carta Sottile: ""
145 *MediaType BOND/Adesivo: ""
146 *MediaType OHP/Lucido: ""
147 *MediaType CARD/Biglietti Da Visita: ""
148 *MediaType LABEL/Etichette: ""
149 *MediaType USED/Prestampati: ""
150 *MediaType COLOR/Carta Colorata: ""
151 *MediaType ENV/Busta da Lettera: ""
152 *CloseUI: *MediaType
153 *OpenUI *ColorModel/Modo di colore: PickOne
154 *OrderDependency: 10.0 AnySetup *ColorModel
155 *DefaultColorModel: CMYK
156 *ColorModel Gray/Gradazione di grigio: "<</cupsColorSpace 3/cupsColorOrder 0/cupsCompression 17>>setpagedevice"
157 *ColorModel CMYK/Colore: "<</cupsColorSpace 6/cupsColorOrder 1/cupsCompression 17>>setpagedevice"
158 *CloseUI: *ColorModel
159 *OpenUI *Resolution: PickOne
160 *OrderDependency: 10.0 AnySetup *Resolution
161 *DefaultResolution: 600dpi
162 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
163 *Resolution 1200x600dpi/1200x600 DPI: "<</HWResolution[1200 600]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
164 *Resolution 1200dpi/1200 DPI: "<</HWResolution[1200 1200]/cupsBitsPerColor 1/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0>>setpagedevice"
165 *CloseUI: *Resolution
166 *OpenUI *PowerSave/Risparmio Energetico: PickOne
167 *OrderDependency: 10.0 AnySetup *PowerSave
168 *DefaultPowerSave: 5
169 *PowerSave False/Off: ""
170 *PowerSave 5/5 Minuti: ""
171 *PowerSave 10/10 Minuti: ""
172 *PowerSave 15/15 Minuti: ""
173 *PowerSave 30/30 Minuti: ""
174 *PowerSave 45/45 Minuti: ""
175 *PowerSave 60/1 Ora: ""
176 *CloseUI: *PowerSave
177 *OpenUI *JamRecovery/Ristampa se Inceppata: Boolean
178 *OrderDependency: 10.0 AnySetup *JamRecovery
179 *DefaultJamRecovery: False
180 *JamRecovery False/Off: ""
181 *JamRecovery True/On: ""
182 *CloseUI: *JamRecovery
183 *OpenUI *Duplex/TRANSLATE Double-Sided Printing: PickOne
184 *OrderDependency: 10.0 AnySetup *Duplex
185 *DefaultDuplex: None
186 *Duplex None/Off: "<</Duplex false>>setpagedevice"
187 *Duplex DuplexNoTumble/TRANSLATE Long-Edge Binding: "<</Duplex true/Tumble false>>setpagedevice"
188 *Duplex DuplexTumble/TRANSLATE Short-Edge Binding: "<</Duplex true/Tumble true>>setpagedevice"
189 *CloseUI: *Duplex
190 *OpenGroup: InstallableOptions/Opzioni Installabili
191 *OpenUI *OptionTray2/Caricatore 2 Installato: Boolean
192 *OrderDependency: 10.0 AnySetup *OptionTray2
193 *DefaultOptionTray2: False
194 *OptionTray2 False/Non Installato: ""
195 *OptionTray2 True/Installato: ""
196 *CloseUI: *OptionTray2
197 *CloseGroup: InstallableOptions
198 *DefaultFont: Courier
199 *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
200 *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
201 *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
202 *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
203 *Font Bookman-Demi: Standard "(1.05)" Standard ROM
204 *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
205 *Font Bookman-Light: Standard "(1.05)" Standard ROM
206 *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
207 *Font Courier: Standard "(1.05)" Standard ROM
208 *Font Courier-Bold: Standard "(1.05)" Standard ROM
209 *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
210 *Font Courier-Oblique: Standard "(1.05)" Standard ROM
211 *Font Helvetica: Standard "(1.05)" Standard ROM
212 *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
213 *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
214 *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
215 *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
216 *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
217 *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
218 *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
219 *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
220 *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
221 *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
222 *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
223 *Font Palatino-Bold: Standard "(1.05)" Standard ROM
224 *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
225 *Font Palatino-Italic: Standard "(1.05)" Standard ROM
226 *Font Palatino-Roman: Standard "(1.05)" Standard ROM
227 *Font Symbol: Special "(001.005)" Special ROM
228 *Font Times-Bold: Standard "(1.05)" Standard ROM
229 *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
230 *Font Times-Italic: Standard "(1.05)" Standard ROM
231 *Font Times-Roman: Standard "(1.05)" Standard ROM
232 *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
233 *Font ZapfDingbats: Special "(001.005)" Special ROM
234 *% End of xerox-phaser6100.ppd, 12478 bytes.
0 /*
1 * xerox.drv (C) 2007, Aurélien Croc (AP²C)
2 *
3 * Contains the Xerox printers drivers
4 *
5 * $Id: xerox.drv 240 2008-11-24 00:10:09Z ap2c $
6 */
7 Manufacturer "Xerox"
8
9 #import "version.defs"
10 #import "spl2.defs"
11 #import "filter.defs"
12 #import "altitude.defs"
13
14 //
15 // Specific black & white printer definition
16 //
17 {
18 #import "powersave.defs"
19 #import "tonerdensity.defs"
20 #import "tonersave.defs"
21 #import "jamrecovery.defs"
22
23 // Monochrome printers V. 1 (old algorithms)
24 {
25 #import "monochrome-v1.defs"
26 Attribute QPDL QPDLVersion "1"
27 Attribute General DocHeaderValues "<0><2><1>"
28
29 #import "manualduplex.defs"
30 Resolution k 1 0 0 0 "300dpi/300 DPI"
31
32 ModelName "WorkCentre 3119"
33 PCFileName "wc3119.ppd"
34
35 // Monochrome printers V. 2 (new algorithms)
36 } {
37 #import "monochrome-v2.defs"
38
39 // QPDL Version 1
40 {
41 Attribute QPDL QPDLVersion "1"
42 Attribute General DocHeaderValues "<0><0><0>"
43
44 {
45 Resolution k 1 0 0 0 "300dpi/300 DPI"
46 {
47 #import "manualduplex.defs"
48 ModelName "Phaser 3115"
49 PCFileName "ph3115.ppd"
50 } {
51 #import "manualduplex.defs"
52 ModelName "Phaser 3116"
53 PCFileName "ph3116.ppd"
54 } {
55 #import "manualduplex.defs"
56 ModelName "Phaser 3120"
57 PCFileName "ph3120.ppd"
58 } {
59 #import "manualduplex.defs"
60 ModelName "Phaser 3121"
61 PCFileName "ph3121.ppd"
62 } {
63 #import "manualduplex.defs"
64 ModelName "Phaser 3130"
65 PCFileName "ph3130.ppd"
66 } {
67 // Multi-tray
68 InputSlot 3 "Multi/Multi-Purpose Tray"
69 InputSlot 4 "Upper/Tray 1"
70 InputSlot 5 "Lower/Tray 2"
71
72 Duplex normal
73 {
74 ModelName "Phaser 3420"
75 PCFileName "ph3420.ppd"
76 } {
77 ModelName "Phaser 3425"
78 PCFileName "ph3425.ppd"
79 } {
80 ModelName "Phaser 5500"
81 PCFileName "ph5500.ppd"
82 }
83 }
84 } {
85 // Multi-tray
86 InputSlot 3 "Multi/Multi-Purpose Tray"
87 InputSlot 4 "Upper/Tray 1"
88 InputSlot 5 "Lower/Tray 2"
89 #import "manualduplex.defs"
90
91 {
92 ModelName "Phaser 3150"
93 PCFileName "ph3150.ppd"
94 } {
95 ModelName "Phaser 3160"
96 PCFileName "ph3160.ppd"
97 }
98 }
99 }
100
101 // QPDL Version 2
102 {
103 #import "manualduplex.defs"
104 Attribute QPDL QPDLVersion "2"
105 Attribute General DocHeaderValues "<0><0><1>"
106
107 {
108 ModelName "Phaser 3117"
109 PCFileName "ph3117.ppd"
110 } {
111 Resolution k 1 0 0 0 "1200x600dpi/1200x600 DPI"
112
113 {
114 ModelName "Phaser 3122"
115 PCFileName "ph3122.ppd"
116 }
117 }
118 }
119 }
120 }
121
122
123 //
124 // Specific color printer definition
125 //
126 {
127 #import "powersave.defs"
128
129 // Color printers V. 1 (old algorithms)
130 {
131 #import "color-v1.defs"
132 #import "jamrecovery.defs"
133
134 // Multi-tray
135 InputSlot 3 "Multi/Multi-Purpose Tray"
136 InputSlot 4 "Upper/Tray 1"
137 InputSlot 5 "Lower/Tray 2"
138 // But tray 2 is optional..
139 Installable "OptionTray2/Tray 2 Installed"
140 UIConstraints "*OptionTray2 False *InputSlot Lower"
141
142 Resolution - 1 0 0 0 "1200x600dpi/1200x600 DPI"
143 Resolution - 1 0 0 0 "1200dpi/1200 DPI"
144
145 Duplex normal
146
147 Attribute QPDL QPDLVersion "1"
148 Attribute General DocHeaderValues "<0><0><1>"
149
150 {
151 Throughput 20
152 ModelName "Phaser 6100"
153 PCFileName "ph6100.ppd"
154 }
155 }
156
157 // Color printers V. 2 (JBIG algorithm)
158 {
159 #import "color-v2.defs"
160 Attribute QPDL PacketSize "512"
161
162 // QPDL Version 2
163 {
164 Attribute QPDL QPDLVersion "2"
165 Attribute General DocHeaderValues "<0><0><1>"
166 Resolution - 1 0 0 0 "1200dpi/1200 DPI"
167 Resolution - 1 0 0 0 "1200x600dpi/1200x600 DPI"
168 Duplex normal
169
170 {
171 ModelName "Phaser 6110"
172 PCFilename "ph6110.ppd"
173 }
174 }
175 }
176 }
177
178
179 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 enc=utf8: */
180
0 #
1 # rules.mk (C) 2007-2008, Aurélien Croc (AP²C)
2 #
3 # Compilation rules file for SpliX
4 #
5
6 $(rastertoqpdl_TARGET): $(rastertoqpdl_OBJ)
7 $(call printCmd, $(cmd_link))
8 $(Q)g++ -o $@ $^ $(rastertoqpdl_CXXFLAGS) $(rastertoqpdl_LDFLAGS) \
9 $(rastertoqpdl_LIBS)
10
11 $(pstoqpdl_TARGET): $(pstoqpdl_OBJ)
12 $(call printCmd, $(cmd_link))
13 $(Q)g++ -o $@ $^ $(pstoqpdl_CXXFLAGS) $(pstoqpdl_LDFLAGS) \
14 $(pstoqpdl_LIBS)
15
16 .PHONY: install installcms
17 cmd_install_raster = INSTALL $(rastertoqpdl_TARGET)
18 cmd_install_ps = INSTALL $(pstoqpdl_TARGET)
19 cmd_install_cms = INSTALL color profile files
20 install: $(rastertoqpdl_TARGET) $(pstoqpdl_TARGET)
21 $(Q)mkdir -p $(DESTDIR)${CUPSFILTER}
22 $(call printCmd, $(cmd_install_raster))
23 $(Q)install -m 755 -s $(rastertoqpdl_TARGET) $(DESTDIR)${CUPSFILTER}
24 $(call printCmd, $(cmd_install_ps))
25 $(Q)install -m 755 -s $(pstoqpdl_TARGET) $(DESTDIR)${CUPSFILTER}
26 $(Q)$(MAKE) --no-print-directory -C ppd install Q=$(Q) \
27 DESTDIR=$(abspath $(DESTDIR)) DISABLE_JBIG=$(DISABLE_JBIG)
28 @echo ""
29 @echo "PLEASE INSTALL MANUALLY COLOR PROFILE FILES (CHECK INSTALL)"
30 @echo " --- Everything is done! Have fun ---"
31 @echo ""
32
33 installcms:
34 @if [ "$$CMSDIR" -a -d "$$CMSDIR" ]; then \
35 CMSBASE=$(CUPSPPD)/$$MANUFACTURER; \
36 if [ "$$MANUFACTURER" -a -d "$$CMSBASE" ]; then \
37 CMSBASE=$$CMSBASE/cms; \
38 mkdir -p $(DESTDIR)$$CMSBASE; \
39 install -m 644 "$(CMSDIR)"/* $(DESTDIR)$$CMSBASE; \
40 if [ $$? = 0 ]; then \
41 echo "Color profile files has been copied."; \
42 fi; \
43 else \
44 if [ "$$MANUFACTURER" ]; then \
45 echo "Invalid manufacturer"; \
46 fi; \
47 echo "Usage: make installcms CMSDIR=/path/to/cms " \
48 "MANUFACTURER={samsung,xerox,dell}";\
49 fi; \
50 else \
51 echo "Usage: make installcms CMSDIR=/path/to/cms" \
52 "MANUFACTURER={samsung,xerox,dell}"; \
53 fi
54
55
56
57
58 # Specific rules used for development and information
59
60 .PHONY: tags optionList ppd cleanppd
61 tags:
62 ctags --recurse --language-force=c++ --extra=+q --fields=+i \
63 --exclude=doc --exclude=.svn *
64
65 ppd:
66 @$(MAKE) --no-print-directory -C ppd/ ppd DISABLE_JBIG=$(DISABLE_JBIG)
67 cleanppd:
68 @$(MAKE) --no-print-directory -C ppd/ distclean DISABLE_JBIG=$(DISABLE_JBIG)
69
70
71 ifneq ($(DISABLE_JBIG),0)
72 JBIGSTATE := disabled
73 else
74 JBIGSTATE := enabled
75 endif
76 ifneq ($(DISABLE_THREADS),0)
77 THREADSSTATE := disabled
78 else
79 THREADSSTATE := enabled
80 endif
81 ifneq ($(DISABLE_BLACKOPTIM),0)
82 BLACKOPTIMSTATE := disabled
83 else
84 BLACKOPTIMSTATE := enabled
85 endif
86
87
88 MSG := +---------------------------------------------+\n
89 MSG += | COMPILATION PARAMETERS SUMMARY |\n
90 MSG += +---------------------------------------------+\n
91 MSG += | THREADS = %8s |\n
92 MSG += | THREADS Nr = %8i |\n
93 MSG += | CACHESIZE = %8i |\n
94 MSG += | JBIG = %8s |\n
95 MSG += | BLACK OPTIM = %8s |\n
96 MSG += +---------------------------------------------+\n
97 MSG += (Do a \"make clean\" before updating these values)\n\n
98 optionList:
99 @printf " $(MSG)" $(THREADSSTATE) $(THREADS) $(CACHESIZE) $(JBIGSTATE) \
100 $(BLACKOPTIMSTATE)
+0
-35
src/Makefile less more
0 #
1 # Makefile (C) 2006, Aurélien Croc (AP²C)
2 #
3 # This project has been placed under the GPL Licence.
4 #
5
6 CXXFLAGS += -I../include -Wall -g -O0
7 LDFLAGS += -lcups -lcupsimage
8
9 OBJECTS := spl2.o printer.o band.o compress.o bandanalyser.o
10 HEADERS := include/spl2.h include/document.h include/printer.h \
11 include/error.h include/band.h include/raster.h \
12 include/bandanalyser.h
13
14
15 all: rastertospl2
16 rastertospl2: $(OBJECTS) rastertospl2.o raster.o
17 $(CXX) $(LDFLAGS) -o $@ $^
18
19 pbmtospl2: $(OBJECTS) pbmtospl2.o pbmimage.o
20 $(CXX) $(LDFLAGS) -o $@ $^
21
22 %.o: %.cpp $(HEADERS)
23 $(CXX) $(CXXFLAGS) -c $<
24
25 install: rastertospl2
26 install -m 755 -s rastertospl2 ${CUPSFILTER}
27
28 .PHONY: clean distclean
29 clean:
30 $(RM) *.o
31
32 distclean: clean
33 $(RM) rastertospl2 pbmtospl2
34
0 /*
1 * algo0x0d.cpp SpliX is Copyright 2006-2008 by Aurélien Croc
2 * This file is a SpliX derivative work
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; version 2 of the License.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program; if not, write to the
15 * Free Software Foundation, Inc.,
16 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
17 *
18 * $Id: algo0x0d.cpp 245 2008-11-24 23:00:43Z ap2c $
19 *
20 * --
21 * This code is written by Leonardo Hamada
22 */
23 #include "algo0x0d.h"
24 #include <new>
25 #include <string.h>
26 #include "errlog.h"
27 #include "request.h"
28 #include "printer.h"
29 #include "bandplane.h"
30
31
32
33 /*
34 * Constructor.
35 */
36 Algo0x0D::Algo0x0D()
37 {
38 }
39
40 Algo0x0D::~Algo0x0D()
41 {
42 }
43
44
45
46 /*
47 * Method for two-byte packet encoding.
48 */
49 inline void Algo0x0D::writeTwoBytesPacket( unsigned char * output,
50 unsigned long & outputSize,
51 long int accumulatedHorizontalOffsetValue,
52 long int displacement,
53 unsigned long accumulatedRunCount )
54 {
55 /* Encodes the run count and vertical displacement in the first byte. */
56 output[ outputSize++ ] =
57 ( unsigned char )( ( displacement << 6 ) | accumulatedRunCount );
58
59 /* Encodes the offset value in the second byte. This is signed. */
60 output[ outputSize++ ] =
61 ( unsigned char )( 0xFF & accumulatedHorizontalOffsetValue );
62 }
63
64
65
66 /*
67 * Method for four-byte packet encoding.
68 * Encodes the pen offset value as a 14-bit signed value in the first two bytes.
69 */
70 inline void Algo0x0D::writeFourBytesPacket( unsigned char * output,
71 unsigned long & outputSize,
72 long int accumulatedHorizontalOffsetValue,
73 long int displacement,
74 unsigned long accumulatedRunCount )
75 {
76 /* Encodes the upper 6-bit value of the offset value. */
77 output[ outputSize++ ] = 0x80 |
78 ( unsigned char )( ( 0x00003F00 & accumulatedHorizontalOffsetValue ) >> 8 );
79
80 /* Encode the lower 8-bit value of the offset value. */
81 output[ outputSize++ ] =
82 ( unsigned char )( 0x000000FF & accumulatedHorizontalOffsetValue );
83
84 /* Encode the run count as a unsigned 12-bit value in the third byte. */
85 output[ outputSize++ ] = 0x80 |
86 ( unsigned char )( ( displacement << 4 ) |
87 ( accumulatedRunCount >> 8 ) );
88 /* Encode the last byte of run count. */
89 output[ outputSize++ ] =
90 ( unsigned char )( 0x000000FF & accumulatedRunCount );
91 }
92
93
94
95 /*
96 * Method for six-byte packet encoding.
97 * Encodes the offset value as a 24-bit unsigned value in the second,
98 * third and fourth bytes.
99 */
100 inline void Algo0x0D::writeSixBytesPacket( unsigned char * output,
101 unsigned long & outputSize,
102 long int displacement,
103 unsigned long accumulatedRunCount )
104 {
105 /* Write the packet header constant in the first byte. */
106 output[ outputSize++ ] = 0xC0;
107
108 /* Encodes the upper 8-bit value of the 24-bit offset value. */
109 output[ outputSize++ ] =
110 ( unsigned char )( ( 0x00FF0000 & displacement ) >> 16 );
111
112 /* Encodes the middle 8-bit value of the 24-bit offset value. */
113 output[ outputSize++ ] =
114 ( unsigned char )( ( 0x0000FF00 & displacement ) >> 8 );
115
116 /* Encodes the remaining 8-bit value of the 24-bit offset value. */
117 output[ outputSize++ ] =
118 ( unsigned char )( 0x000000FF & displacement );
119
120 /* Encodes the run counts as unsigned 14-bit value in the fifth and
121 sixth byte. */
122
123 /* Encodes the run counts in upper 6-bits. */
124 output[ outputSize++ ] = 0xC0 |
125 ( unsigned char )( accumulatedRunCount >> 8 );
126
127 /* Encodes the run count lower 8-bits value. */
128 output[ outputSize++ ] =
129 ( unsigned char )( 0x000000FF & accumulatedRunCount );
130 }
131
132
133
134 /*
135 * Modifications: 29/06/2008, 08/07/2008.
136 */
137 inline void Algo0x0D::selectPacketSize(
138 unsigned char * output,
139 unsigned long & outputSize,
140 unsigned long preAccumulatedHorizontalOffsetValue,
141 unsigned long accumulatedHorizontalOffsetValue,
142 unsigned long currentHorizontalPenPosition,
143 unsigned long pixelsLeftInScanline,
144 unsigned long accumulatedRunCount,
145 unsigned long consecutiveBlankScanLines,
146 unsigned long currentVerticalPenPosition,
147 const unsigned long wrapWidth )
148 {
149 /* Verify that this is the first offset value on the scanline, but not the
150 first scanline. */
151
152 /* On every new scanline start, the pre-accumulated offset value is zero. */
153 if ( ( 0 == preAccumulatedHorizontalOffsetValue ) &&
154 ( 0 < currentVerticalPenPosition ) ) {
155 /* Evaluate distance between previous and current pen position
156 to output correct packet format. */
157 long int delta =
158 currentHorizontalPenPosition - accumulatedHorizontalOffsetValue;
159
160 /* Calculate necessary displacement position in correct place. */
161 long int displacement = 0;
162
163 if ( 0 >= delta ) {
164
165 /* Turn the displacement value into a positive integer value. */
166 delta = - delta;
167
168 if ( ( 127 >= delta ) && ( 63 >= accumulatedRunCount )
169 && ( 0 == consecutiveBlankScanLines ) ) {
170 displacement = 1;
171 writeTwoBytesPacket( output, outputSize, delta,
172 displacement, accumulatedRunCount );
173 } else if ( ( 8191 >= delta )
174 && ( 4095 >= accumulatedRunCount )
175 && ( 2 >= consecutiveBlankScanLines ) ) {
176 displacement = 1 + consecutiveBlankScanLines;
177 writeFourBytesPacket( output, outputSize, delta,
178 displacement, accumulatedRunCount );
179 } else {
180 displacement = wrapWidth *
181 ( 1 + consecutiveBlankScanLines ) + delta;
182 writeSixBytesPacket( output, outputSize, displacement,
183 accumulatedRunCount );
184 }
185
186 } else {
187
188 if ( ( 128 >= delta ) && ( 63 >= accumulatedRunCount )
189 && ( 0 == consecutiveBlankScanLines ) ) {
190 displacement = 1;
191 writeTwoBytesPacket( output, outputSize,
192 -delta,
193 displacement, accumulatedRunCount );
194
195 } else if ( ( 8192 >= delta )
196 && ( 4095 >= accumulatedRunCount )
197 && ( 2 >= consecutiveBlankScanLines ) ) {
198 displacement = 1 + consecutiveBlankScanLines;
199 writeFourBytesPacket( output, outputSize, -delta,
200 displacement, accumulatedRunCount );
201
202 } else {
203 displacement = wrapWidth *
204 ( 1 + consecutiveBlankScanLines ) - delta;
205 writeSixBytesPacket( output, outputSize, displacement,
206 accumulatedRunCount );
207
208 }
209 }
210
211 } else {
212
213 /* Add the pre-accumulated offset value. */
214 unsigned long recalculatedOffset = accumulatedHorizontalOffsetValue +
215 preAccumulatedHorizontalOffsetValue;
216
217 /* Process the rest of packets in the scanline. */
218 if ( ( 127 >= recalculatedOffset ) && ( 63 >= accumulatedRunCount ) ) {
219 writeTwoBytesPacket( output, outputSize, recalculatedOffset, 0,
220 accumulatedRunCount );
221
222 } else if ( ( 8191 >= recalculatedOffset ) &&
223 ( 4095 >= accumulatedRunCount ) ) {
224 writeFourBytesPacket( output, outputSize, recalculatedOffset, 0,
225 accumulatedRunCount );
226
227 } else {
228 writeSixBytesPacket( output, outputSize, recalculatedOffset,
229 accumulatedRunCount );
230 }
231
232 }
233 /* Finished one packet encoding. */
234 }
235
236
237
238 /*
239 * Main algorithm 0xd encoder.
240 */
241 BandPlane * Algo0x0D::compress(const Request & request, unsigned char *data,
242 unsigned long width, unsigned long height)
243 {
244 /* Basic parameters validation. */
245 if ( !data || !height || !width ) {
246 ERRORMSG(_("Invalid given data for compression: 0xd"));
247 return NULL;
248 }
249
250 /* We will interpret the band heigth of 128 pixels as 600 DPI printing
251 request. Likewise, height of 64 pixels as 300 DPI printing. */
252 if ( ! ( 128 == height || 64 == height ) ) {
253 ERRORMSG(_("Invalid band height for compression: 0xd"));
254 return NULL;
255 }
256
257 /* Set the hardware wrapping width for six-byte type packet format. */
258 const unsigned long wrapWidth = ( 64 == height ) ? 0x09A0 : 0x1360;
259
260 /* These are the limits that an encoded scan-line is the allowed to produce
261 until encoding is given up. 250 bytes for 300 DPI, 122 bytes for 600 DPI.*/
262 const unsigned long maxEncodedBytesPerScanLine = ( 64 == height ) ?
263 250 : 122;
264
265 /* Estimate a output buffer size limit equal to 256 bytes times the bitmap
266 height for 300 DPI printing, and 128 bytes times the bitmap height for
267 600 DPI printing. */
268 const unsigned long maximumBufferSize = ( 64 == height ) ?
269 256 * height + 4: 128 * height + 4;
270
271 /* Keep track of the size of encoded data. */
272 unsigned long outputSize = 0;
273
274 /* Encoded data size of current scan-line. */
275 unsigned long encodedScanLineSize = 0;
276
277 /* Create the output buffer for work. */
278 unsigned char * output = NULL;
279
280 try {
281 output = new unsigned char[ maximumBufferSize ];
282 } catch( std::bad_alloc & ) {
283 ERRORMSG(_("Could not allocate work buffer for compression: 0xd"));
284 return NULL;
285 }
286
287 /* Mask to track the bits in raw data-byte that is being processed. */
288 unsigned char bitMask = 0x80;
289
290 /* Accumulation of the number of (black) pixel runs. */
291 unsigned long accumulatedRunCount = 0;
292
293 /* Accumulation of horizontal offset value in pixels. */
294 unsigned long accumulatedHorizontalOffsetValue = 0;
295
296 /* Index for the raw data byte in the current scanline. */
297 unsigned long rowByteIndex = 0;
298
299 /* Current absolute horizontal pen position. */
300 unsigned long currentHorizontalPenPosition = 0;
301
302 /* Run counts are accounted for as an offset after each packet encodings. */
303 unsigned long preAccumulatedHorizontalOffsetValue = 0;
304
305 /* Current absolute vertical pen position. */
306 unsigned long currentVerticalPenPosition = 0;
307
308 /* Number of row-bytes in the bitmap. */
309 const unsigned long rowBytes = ( width + 7 ) / 8;
310
311 /* This is the working and therefore the effective printing width.
312 Crop the working width if bitmap is longer than wrap width. */
313 const unsigned long workWidth = ( width > wrapWidth ) ? wrapWidth : width;
314
315 /* Working width row-bytes. How many bytes need to store a working width
316 number of pixels. */
317 const unsigned long workWidthRowBytes = ( workWidth + 7 ) / 8;
318
319 /* Number of pixels left to be processed in the scanline. */
320 unsigned long pixelsLeftInScanline = workWidth;
321
322 /* Number of acumulated consecutive blank scanline. */
323 unsigned long consecutiveBlankScanLines = 0;
324
325 /* Main encoding loop. */
326 while ( currentVerticalPenPosition < height ) {
327
328 /* Scan for offset value. */
329 while ( rowByteIndex < workWidthRowBytes ) {
330
331 /* Check current byte data against the mask for a unset bit. */
332 if ( ( 0 == ( bitMask & data[ rowByteIndex ] ) ) &&
333 ( pixelsLeftInScanline > 0 ) ) {
334 /* Account for a blank pixel. */
335 accumulatedHorizontalOffsetValue++;
336
337 /* Make a discount for previous processed pixel. */
338 pixelsLeftInScanline--;
339 } else {
340 /* Exit current loop for scanning of offset values. */
341 break;
342 }
343
344 /* Rotating the bit mask. */
345 bitMask >>= 1;
346
347 /* Reset the mask if needed. */
348 if ( 0 == bitMask ) {
349 bitMask = 0x80;
350
351 /* Advance the row byte index. */
352 rowByteIndex++;
353 }
354 }
355
356 /* Now, scan for run count. */
357 while ( rowByteIndex < workWidthRowBytes ) {
358
359 /* Check byte against the mask for an one-bit (set) value. */
360 if ( ( 0 != ( bitMask & data[ rowByteIndex ] ) ) &&
361 ( pixelsLeftInScanline > 0 ) ) {
362 /* Account for a black pixel. */
363 accumulatedRunCount++;
364
365 /* Make a discount for previous processed pixel. */
366 pixelsLeftInScanline--;
367 } else {
368 /* Exit current loop for scanning of run count. */
369 break;
370 }
371
372 /* Rotating the bit mask. */
373 bitMask >>= 1;
374
375 /* Reset the mask if needed. */
376 if ( 0 == bitMask ) {
377 bitMask = 0x80;
378
379 /* Advance the row byte index. */
380 rowByteIndex++;
381 }
382 }
383
384 /* We have an offset value and a run count pair. */
385 /* Verify if it's a blank scanline before proceeding. */
386 if ( ( accumulatedHorizontalOffsetValue == workWidth ) &&
387 ( 0 == accumulatedRunCount ) ) {
388 /* We encountered a blank scanline, so account for it. */
389 consecutiveBlankScanLines++;
390 } else if ( 0 < accumulatedRunCount ) {
391
392 /* We have pixels to encode, proceed. */
393 unsigned long previousOutputSize = outputSize;
394
395 if ( outputSize + 6 + 4 <= maximumBufferSize ) {
396 selectPacketSize( output, outputSize,
397 preAccumulatedHorizontalOffsetValue,
398 accumulatedHorizontalOffsetValue,
399 currentHorizontalPenPosition, pixelsLeftInScanline,
400 accumulatedRunCount, consecutiveBlankScanLines,
401 currentVerticalPenPosition, wrapWidth );
402 } else {
403 /* Here we failed. Unlikely. */
404 ERRORMSG(_("Out of buffer space: 0xd"));
405 delete [] output;
406 return NULL;
407 }
408
409 encodedScanLineSize += ( outputSize - previousOutputSize );
410
411 if ( maxEncodedBytesPerScanLine < encodedScanLineSize ) {
412 /* We did not fail, but gave up because data is unsuited for
413 encoding by this algorithm. */
414 delete [] output;
415 return NULL;
416 }
417
418 /* After encoding, reset the blank scan-line counter. */
419 consecutiveBlankScanLines = 0;
420
421 /* Update the pen position. This is one way of doing it. */
422 currentHorizontalPenPosition =
423 workWidth - pixelsLeftInScanline - accumulatedRunCount;
424
425 /* Must pre-accumulate the offset value. */
426 preAccumulatedHorizontalOffsetValue = accumulatedRunCount;
427 }
428
429 if ( 0 == pixelsLeftInScanline ) {
430 /* Advance the vertical pen position. */
431 if ( ++currentVerticalPenPosition < height ) {
432 /* No more pixels left in this scan-line, so go to the next one. */
433 data = & data[ rowBytes ];
434 }
435
436 /* Re-initialize the encoded scan-line data size tracker to zero. */
437 encodedScanLineSize = 0;
438
439 /* Reset control variables to initial values. */
440 rowByteIndex = 0;
441
442 /* Reset the bit mask. */
443 bitMask = 0x80;
444
445 /* Re-init the working width. */
446 pixelsLeftInScanline = workWidth;
447
448 /* Reset the pre-accumulated offset value at each scan-line done. */
449 preAccumulatedHorizontalOffsetValue = 0;
450 }
451
452 /* Always reset the run count and the offset value in every pass. */
453 accumulatedRunCount = 0;
454 accumulatedHorizontalOffsetValue = 0;
455 }
456
457 /* Zero value byte padding for data size alignment to 4-byte boundary. */
458 unsigned long zerosPad = 4 - ( outputSize % 4 );
459
460 /* Pad anyway even if aready aligned. */
461 if ( outputSize + zerosPad <= maximumBufferSize ) {
462 while ( zerosPad-- ) {
463 output[ outputSize++ ] = 0;
464 }
465 } else {
466 /* Here we failed. Unlikely. */
467 ERRORMSG(_("No buffer during padding: 0xd"));
468 delete [] output;
469 return NULL;
470 }
471
472 /* Prepare to return data encoded by algorithm 0xd. */
473 BandPlane * plane = new BandPlane();
474
475 plane->setData( output, outputSize );
476 plane->setEndian( BandPlane::Dependant );
477 plane->setCompression( 0xd );
478
479 /* Finished this band encoding. */
480 DEBUGMSG(_("Finished band encoding: type=0xd, size=%lu"), outputSize);
481
482 return plane;
483 }
0 /*
1 * algo0x0e.cpp SpliX is Copyright 2006-2008 by Aurélien Croc
2 * This file is a SpliX derivative work
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; version 2 of the License.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program; if not, write to the
15 * Free Software Foundation, Inc.,
16 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
17 *
18 * $Id: algo0x0e.cpp 245 2008-11-24 23:00:43Z ap2c $
19 *
20 * --
21 * This code is written by Leonardo Hamada
22 */
23 #include "algo0x0e.h"
24 #include <new>
25 #include <string.h>
26 #include "errlog.h"
27 #include "request.h"
28 #include "printer.h"
29 #include "bandplane.h"
30
31 #define getData(x) data[(x)]
32
33 #define setOutputData(y,z) output[(y)]=(z)
34
35 #define codecR(R, V, n) \
36 addReplicativeRun(output, outputSize, R, V)
37
38 #define codecL(X, L, B, n) \
39 addLiteralSequence(output, outputSize, data, X, L, B)
40
41
42
43 /*
44 * Constructor
45 */
46 Algo0x0E::Algo0x0E()
47 {
48 }
49
50 Algo0x0E::~Algo0x0E()
51 {
52 }
53
54 inline void Algo0x0E::addLiteralSequence(
55 unsigned char * output,
56 unsigned long & outputSize,
57 unsigned char * data,
58 unsigned long position,
59 unsigned long length,
60 unsigned long blanks )
61 {
62 /* Set control value for the literal chunk length. */
63 unsigned long tmp = length + blanks - 1;
64
65 unsigned long w;
66
67 output[ outputSize++ ] = 0x80 | (unsigned char)(tmp >> 8);
68
69 output[ outputSize++ ] = (unsigned char)tmp;
70
71 /* Copy literal data chunk. */
72 for(w=0;w<length;w++){
73 output[outputSize++] = data[position + w];
74 }
75
76 /* Pad with required blanks. */
77 for(w=0;w<blanks;w++){
78 data[outputSize++] = 0xff;
79 }
80 }
81
82 inline void Algo0x0E::addReplicativeRun(
83 unsigned char * output,
84 unsigned long & outputSize,
85 unsigned long runs,
86 unsigned char value )
87 {
88 /* Verify run numbers to choose appropriate control header. */
89 if ( 65 >= runs ) {
90 output[ outputSize++ ] = 0x7f & (unsigned char)(1L - runs);
91 } else {
92 unsigned long t = 0xffff - runs + 2;
93
94 output[ outputSize++ ] = (unsigned char)(t >> 8);
95
96 output[ outputSize++ ] = (unsigned char)t;
97 }
98
99 /* Set value to be replicated. */
100 output[ outputSize++ ] = value;
101 }
102
103
104
105 /* Check if segment at 'e' position and forward can be encoded as
106 consecutive runs. 'L' limits the width of the seek. */
107 unsigned long Algo0x0E::verifyGain(unsigned long e,
108 unsigned long L,
109 unsigned char * data)
110 {
111 unsigned long g=0, u=1;
112 while(e+u<L){
113 gain_seek:
114 if(getData(e+u-1)==getData(e+u)){
115 if(++u==4){
116 break;
117 }
118 }else{
119 break;
120 };
121 }
122 if(u>=2){
123 g+=(u<=65)?(u-2):(u-3);
124 if(g<2){
125 e+=u;
126 if(e+1<L){
127 u=1;
128 goto gain_seek;
129 }
130 }
131 }
132 return g;
133 }
134
135 unsigned long Algo0x0E::encodeReplications(unsigned long q,
136 unsigned long L,
137 unsigned char * data,
138 unsigned char * output,
139 unsigned long & outputSize)
140 {
141 unsigned long r;
142 runs_enc: r=1;
143 while(q+r<L){
144 if(getData(q+r-1)==getData(q+r)){
145 r++;
146 }else{
147 break;
148 }
149 }
150 if(r>=2){
151 codecR(r,getData(q),0);
152 q+=r;
153 goto runs_enc;
154 }
155 return q;
156 }
157
158 unsigned long Algo0x0E::locateBackwardReplications(unsigned long L,
159 unsigned char * data)
160 {
161 /* This must be signed.*/
162 long int i=L-1, r;
163 seek_literal2: r=1;
164 while(i-r>=0){
165 if(data[i-r+1]==data[i-r]){
166 r++;
167 }else{
168 break;
169 }
170 }
171 if(r>1){
172 i=i-r;
173 goto seek_literal2;
174 }
175 return i+1;
176 }
177
178 BandPlane * Algo0x0E::compress(const Request & request, unsigned char *data,
179 unsigned long width, unsigned long height)
180 {
181 /* Basic parameters validation. */
182 if ( !data || !height || !width ) {
183 ERRORMSG(_("Invalid given data for compression: 0xe"));
184 return NULL;
185 }
186
187 /* We will interpret the band heigth of 128 pixels as 600 DPI printing
188 request. Likewise, height of 64 pixels as 300 DPI printing. */
189 if ( ! ( 128 == height || 64 == height ) ) {
190 ERRORMSG(_("Invalid band height for compression: 0xe"));
191 return NULL;
192 }
193
194 /* The row-bytes of the bitmap. */
195 const unsigned long rowBytes = ( width + 7 ) / 8;
196
197 /* This is the allowed raw data size per scan-line. */
198 const unsigned long maxWorkRb = ( 0x40 == height ) ?
199 0x09A0 / 8 : 0x1360 / 8;
200
201 /* If rowBytes is larger than allowed size, print will be cropped. */
202 const unsigned long workRb = ( rowBytes > maxWorkRb ) ?
203 maxWorkRb : rowBytes;
204
205 unsigned char * output = NULL;
206
207 try {
208 /* Estimate a buffer size equal to 2-byte control header overhead +
209 maxWorkRb, times the bitmap height + up to 3-byte padding at end. */
210 output = new unsigned char[ ( 2 + maxWorkRb ) * height + 3 ];
211 } catch( std::bad_alloc & ){
212 /* Catch error if buffer creation fails. */
213 ERRORMSG(_("Could not allocate work buffer for encoding: 0xe"));
214 return NULL;
215 }
216
217 /* Keep track of encoded data size. */
218 unsigned long outputSize = 0;
219
220 /* Main encoding loop for each scan-line.
221 Top to bottom scan-line processing. */
222 while(true){
223 /*
224 i: index into data.
225 F: last replication encodable marker.
226 E: resized WorkRb per scan-line.
227 B: blank paddings.
228 */
229 unsigned long i, F, E, B;
230
231 /* Adjust this working scan-line size
232 up to where there is no blank bytes on the right end. */
233 for(E=workRb;(E>0)&&(getData(E-1)==0xff);E--)
234 /* Empty statement. */
235 ;
236
237 /* Determine the number of padding blank bytes to the right
238 end of the scan-line relative to constant max. width. */
239 B=maxWorkRb-E;
240
241 /* If scan-line is not blank and the number of blank padding is
242 not 1, seek the beginning position of the last scan-line segment,
243 when it can be encoded as contiguous replication runs. */
244 F=((E>0)&&(B!=1))?locateBackwardReplications(E,data):E;
245
246 /* Try to encode the first segment as replication runs. */
247 i=(F>0)?encodeReplications(0,F,data,output,outputSize):0;
248
249 /* Continue to encode the rest of data as replication or literal
250 segment chunks as appropriate. */
251 /* l: length of cumulative literal segment.*/
252 unsigned long l=0;
253 while(i+l+1<F){
254 if(getData(i+l+1)!=getData(i+l)){
255 l++;
256 }else{
257 if(verifyGain(i+l,F,data)>=2){
258 codecL(i,l,0,1);
259 i=encodeReplications(i+l,F,data,output,outputSize);
260 l=0;
261 }else{
262 l++;
263 }
264 }
265 }
266
267 /* Encode last remaining segments and white paddings. */
268 if(F<E){
269 /* Encode previous literal segment that remains unencoded. */
270 if(i<F){
271 codecL(i,F-i,0,2);
272 }
273 /* Encode the last non blank replication runs. */
274 i=encodeReplications(F,E,data,output,outputSize);
275 /* Ends a scan-line with required white paddings */
276 if(B>=2){
277 codecR(B,0xff,3);
278 }
279 }else{
280 /* When the end of non blank data of a scan-line does not
281 end with replication runs, encode with literal sequence. */
282 if(B>=2){
283 /* Encode previous literal segment that remains unencoded. */
284 if(i<E){
285 codecL(i,E-i,0,4);
286 }
287 /* Ends a scan-line with required white paddings. */
288 codecR(B,0xff,5);
289 }else if((B>0)||(i<E)){
290 /* Ends a scan-line encoding with a
291 literal sequence with blanks if any. */
292 codecL(i,E-i,B,6);
293 }
294 }
295
296 if( --height>0 ){
297 /* Proceed to the next scan-line. */
298 data = & data[ rowBytes ];
299 }else{
300 break;
301 }
302 }
303
304 /* Zero value byte padding for data size alignment to 4-bytes bounds. */
305 unsigned long zerosPad = 4 - ( outputSize % 4 );
306
307 /* Check if it is already aligned. */
308 if ( 4 > zerosPad ){
309 while ( zerosPad-- ){
310 output[ outputSize++ ] = 0;
311 }
312 }
313
314 /* Prepare to return data encoded by algorithm 0xe. */
315 BandPlane * plane = new BandPlane();
316
317 /* Regsiter data and its size. */
318 plane->setData( output, outputSize );
319 plane->setEndian( BandPlane::Dependant );
320
321 /* Set this band encoding type. */
322 plane->setCompression( 0xe );
323 DEBUGMSG(_("Finished band encoding: type=0xe, size=%lu"), outputSize);
324 /* Bye-bye. */
325 return plane;
326 }
0 /*
1 * algo0x11.cpp (C) 2006-2008, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: algo0x11.cpp 256 2008-11-30 14:20:22Z ap2c $
18 *
19 */
20 #include "algo0x11.h"
21 #include <string.h>
22 #include <stdlib.h>
23 #include "bandplane.h"
24 #include "errlog.h"
25
26
27
28 /*
29 * Fonctions locales
30 * Local functions
31 */
32 int Algo0x11::__compare(const void *n1, const void *n2)
33 {
34 // n2 and n1 has been exchanged since the first
35 // element of the array MUST be the biggest
36 return *(uint32_t *)n2 - *(uint32_t *)n1;
37 }
38
39 bool Algo0x11::_lookupBestOccurs(const unsigned char* data, unsigned long size)
40 {
41 uint32_t occurs[COMPRESS_SAMPLE_RATE * 2];
42 bool oneIsPresent = false;
43 unsigned char b;
44 unsigned long i;
45
46 // Initialize the table
47 for (i=0; i < COMPRESS_SAMPLE_RATE; i++) {
48 occurs[i*2] = 0;
49 occurs[i*2 + 1] = i;
50 }
51
52 // Calculate the byte occurrence
53 for (i=COMPRESS_SAMPLE_RATE; i < size; i += COMPRESS_SAMPLE_RATE) {
54 b = data[i];
55 for (unsigned long j=1; j < COMPRESS_SAMPLE_RATE; j++)
56 if (data[i - j] == b)
57 occurs[(j - 1) * 2]++;
58 }
59
60 // Order the array
61 qsort(occurs, COMPRESS_SAMPLE_RATE, sizeof(uint32_t)*2, __compare);
62
63 // Set the pointer table to use for compression
64 for (i=0; i < TABLE_PTR_SIZE; i++) {
65 _ptrArray[i] = occurs[i*2 + 1] + 1;
66 if (_ptrArray[i] == 1)
67 oneIsPresent = true;
68 }
69 // Append the value 1 which improves the compression of multiple same bytes
70 if (!oneIsPresent)
71 _ptrArray[TABLE_PTR_SIZE-1] = 1;
72
73 return true;
74 }
75
76 bool Algo0x11::_compress(const unsigned char *data, unsigned long size,
77 unsigned char* &output, unsigned long &outputSize)
78 {
79 unsigned long r, w=4, uncompSize=0, maxCompSize, bestCompCounter, bestPtr;
80 unsigned long rawDataCounter = 0, rawDataCounterPtr=0, maxOutputSize;
81 unsigned char *out;
82
83 // Create the output buffer
84 maxOutputSize = size;
85 out = new unsigned char[maxOutputSize];
86
87 // Print the table
88 for (unsigned long i=0; i < TABLE_PTR_SIZE; i++, w += 2) {
89 *(uint16_t *)(out + w) = (uint16_t)_ptrArray[i];
90 if (_ptrArray[i] > uncompSize)
91 uncompSize = _ptrArray[i];
92 }
93
94 // Print the first uncompressed bytes
95 if (uncompSize > MAX_UNCOMPRESSED_BYTES)
96 uncompSize = MAX_UNCOMPRESSED_BYTES;
97 *(uint32_t *)out = (uint32_t)uncompSize;
98 for (r=0; r < uncompSize; r++, w++)
99 out[w] = data[r];
100
101 //
102 // Compress the data
103 //
104 do {
105 maxCompSize = size - r > MAX_COMPRESSED_BYTES ? MAX_COMPRESSED_BYTES :
106 size - r;
107
108 // End of the compression
109 if (!maxCompSize) {
110 if (rawDataCounter)
111 out[rawDataCounterPtr] = rawDataCounter - 1;
112 break;
113
114 // Try to compress the next piece of data
115 } else if (maxCompSize >= 2) {
116 bestCompCounter = 0;
117 bestPtr = 0;
118
119 // Check if there is enough space
120 if (w + 2 >= maxOutputSize) {
121 w += 2;
122 break;
123 }
124
125 // Check the best similar piece of data
126 for (unsigned long i=0; i < TABLE_PTR_SIZE; i++) {
127 unsigned long rTmp, counter;
128
129 if (_ptrArray[i] > r)
130 continue;
131 rTmp = r - _ptrArray[i];
132 for (counter = 0; counter < maxCompSize; counter++)
133 if (data[r + counter] != data[rTmp + counter])
134 break;
135 if (counter > bestCompCounter) {
136 bestCompCounter = counter;
137 bestPtr = i;
138 }
139 }
140
141 // If the reproduced piece is large enough, use it!
142 if (bestCompCounter > MIN_COMPRESSED_BYTES) {
143 r += bestCompCounter;
144 bestCompCounter -= 3;
145 out[w] = COMPRESSION_FLAG | (bestCompCounter & 0x7F);
146 out[w+1] = ((bestCompCounter >> 1) & 0xC0) | (bestPtr & 0x3F);
147 w += 2;
148 if (rawDataCounter) {
149 out[rawDataCounterPtr] = rawDataCounter - 1;
150 rawDataCounter = 0;
151 }
152 continue;
153 }
154 }
155
156 // Else write the uncompressed data
157 rawDataCounter++;
158 if (rawDataCounter == 1) {
159 // Check if there is enough space
160 if (w + 2 >= maxOutputSize) {
161 w += 2;
162 break;
163 }
164 rawDataCounterPtr = w;
165 w++;
166 } else if (rawDataCounter == MAX_UNCOMPRESSED_BYTES) {
167 out[rawDataCounterPtr] = 0x7F;
168 rawDataCounter = 0;
169 }
170 out[w] = data[r];
171 w++;
172 r++;
173 } while (w < maxOutputSize);
174
175 // Does the compression finished without any error?
176 if (w >= maxOutputSize) {
177 ERRORMSG(_("No more space available in the output buffer for "
178 "compression"));
179 delete[] out;
180 return false;
181 }
182
183 // Copy the buffer in a best buffer
184 outputSize = w;
185 output = new unsigned char[outputSize];
186 memcpy(output, out, outputSize);
187 delete[] out;
188
189 return true;
190 }
191
192
193
194
195 /*
196 * Constructeur - Destructeur
197 * Init - Uninit
198 */
199 Algo0x11::Algo0x11()
200 {
201 }
202
203 Algo0x11::~Algo0x11()
204 {
205 }
206
207
208
209 /*
210 * Routine de compression
211 * Compression routine
212 */
213 BandPlane* Algo0x11::compress(const Request& request, unsigned char *data,
214 unsigned long width, unsigned long height)
215 {
216 unsigned long outputSize, size = width * height / 8;
217 unsigned char *output;
218 BandPlane *plane;
219
220 if (!data || !size) {
221 ERRORMSG(_("Invalid given data for compression (0x11)"));
222 return NULL;
223 }
224
225 // Lookup for the best occurs
226 if (!_lookupBestOccurs(data, size) ||
227 !_compress(data, size, output, outputSize)) {
228 return NULL;
229 }
230
231 // Register the result into a band plane
232 plane = new BandPlane();
233 plane->setData(output, outputSize);
234 plane->setEndian(BandPlane::Dependant);
235 plane->setCompression(0x11);
236
237 return plane;
238 }
239
240 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8: */
241
0 /*
1 * algo0x13.cpp (C) 2006-2008, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: algo0x13.cpp 247 2008-11-24 23:18:31Z ap2c $
18 *
19 */
20 #include "algo0x13.h"
21 #include <string.h>
22 #include "errlog.h"
23 #include "request.h"
24 #include "printer.h"
25 #include "bandplane.h"
26
27 #ifndef DISABLE_JBIG
28
29 /*
30 * Fonction de rappel
31 * Callback
32 */
33 void Algo0x13::_callback(unsigned char *data, size_t len, void *arg)
34 {
35 info_t* info = (info_t *)arg;
36
37 if (!len)
38 return;
39
40 // It's the first BIH
41 if (!info->last) {
42 bandList_t* bandList;
43 unsigned char *tmp;
44
45 tmp = new unsigned char[len];
46 bandList = new bandList_t;
47 memcpy(tmp, data, len);
48 bandList->band = new BandPlane();
49 bandList->band->setData(tmp, len);
50 bandList->band->setEndian(BandPlane::BigEndian);
51 bandList->band->setCompression(0x13);
52 bandList->next = NULL;
53 *(info->list) = bandList;
54 info->last = bandList;
55 if (len != 20)
56 ERRORMSG(_("the first BIG *MUST* be 20 bytes long (currently=%zu"),
57 len);
58 info->data = NULL;
59 info->size = 0;
60
61 // Register the BIH
62 } else {
63 while (len) {
64 unsigned long freeSpace, toCopy;
65
66 // Full band: register it
67 if (info->size == info->maxSize) {
68 bandList_t* bandList;
69
70 bandList = new bandList_t;
71 bandList->band = new BandPlane();
72 bandList->band->setData(info->data, info->size);
73 bandList->band->setEndian(BandPlane::BigEndian);
74 bandList->band->setCompression(0x13);
75 bandList->next = NULL;
76 info->last->next = bandList;
77 info->last = bandList;
78 info->data = NULL;
79 info->size = 0;
80 }
81
82 // Allocate a new data buffer if needed
83 if (!info->data)
84 info->data = new unsigned char[info->maxSize];
85
86 // Register data
87 freeSpace = info->maxSize - info->size;
88 toCopy = freeSpace < len ? freeSpace : len;
89 memcpy(info->data + info->size, data, toCopy);
90 info->size += toCopy;
91 data += toCopy;
92 len -= toCopy;
93 }
94 }
95 }
96
97
98
99 /*
100 * Constructeur - Destructeur
101 * Init - Uninit
102 */
103 Algo0x13::Algo0x13()
104 {
105 _compressed = false;
106 _list = NULL;
107 }
108
109 Algo0x13::~Algo0x13()
110 {
111 }
112
113
114
115 /*
116 * Routine de compression
117 * Compression routine
118 */
119 BandPlane* Algo0x13::compress(const Request& request, unsigned char *data,
120 unsigned long width, unsigned long height)
121 {
122 info_t info = {&_list, NULL, NULL, 0, 0};
123 BandPlane *plane;
124 bandList_t* tmp;
125
126 if (!data || !width || !height) {
127 ERRORMSG(_("Invalid given data for compression (0x13)"));
128 return NULL;
129 }
130
131 // Compress if it's the first time
132 if (!_compressed) {
133 info.maxSize = request.printer()->packetSize();
134 if (!info.maxSize) {
135 ERRORMSG(_("PacketSize is set to 0!"));
136 info.maxSize = 512*1024;
137 }
138 jbg_enc_init(&_state, width, height, 1, &data, _callback, &info);
139 jbg_enc_options(&_state, 0, JBG_DELAY_AT | JBG_LRLTWO | JBG_TPBON,
140 height, 0, 0);
141 jbg_enc_out(&_state);
142 jbg_enc_free(&_state);
143
144 // Register the last band
145 if (info.size) {
146 bandList_t* bandList;
147
148 bandList = new bandList_t;
149 bandList->band = new BandPlane();
150 bandList->band->setData(info.data, info.size);
151 bandList->band->setEndian(BandPlane::BigEndian);
152 bandList->band->setCompression(0x13);
153 bandList->next = NULL;
154 info.last->next = bandList;
155 }
156 _compressed = true;
157 }
158
159 if (!_list)
160 return NULL;
161 tmp = _list;
162 plane = tmp->band;
163 _list = _list->next;
164 delete tmp;
165 return plane;
166 }
167
168 #endif /* DISABLE_JBIG */
169
170 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8: */
171
0 /*
1 * algorithm.cpp (C) 2006-2008, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: algorithm.cpp 119 2008-01-22 23:06:29Z ap2c $
18 *
19 */
20 #include "algorithm.h"
21
22 /*
23 * Constructeur - Destructeur
24 * Init - Uninit
25 */
26 Algorithm::Algorithm()
27 {
28 }
29
30 Algorithm::~Algorithm()
31 {
32 }
33
34 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8: */
35
00 /*
1 * band.cpp (C) 2006, Aurélien Croc (AP²C)
1 * band.cpp (C) 2006-2008, Aurélien Croc (AP²C)
22 *
33 * This program is free software; you can redistribute it and/or modify
44 * it under the terms of the GNU General Public License as published by
1414 * Free Software Foundation, Inc.,
1515 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
1616 *
17 * $Id: band.cpp 49 2006-11-29 10:57:15Z ap2c $
17 * $Id: band.cpp 140 2008-01-31 18:33:18Z ap2c $
1818 *
1919 */
2020 #include "band.h"
21 #include "error.h"
22 #include "compress.h"
23 #include <stdlib.h>
24 #include <string.h>
25
26
27 /*
28 * Méthodes internes
29 * Internal methods
30 */
31 unsigned char *Band::_algorithm0(size_t *size)
32 {
33 unsigned char *tmp;
34
35 *size = _width * _height;
36 tmp = new unsigned char[*size];
37 memcpy(tmp, _band, _height * _width);
38 return tmp;
39 }
40
41 unsigned char *Band::_algorithm11(size_t *size)
42 {
43 struct BandArray band;
44 unsigned char *output;
45
46 output = new unsigned char[_width * _height + 8];
47 band.array = output;
48 band.next = output + 8;
49 band.prev = output;
50 *(uint32_t *)output = 0x09ABCDEF;
51
52 calcOccurs(_band, _height, _width, 0x11);
53 compressBand(&band, _band, _width, _height);
54 *size = band.next - band.array;
55 return band.array;
56 }
57
58 /*int Band::initCompression()
59 {
60 }*/
61
62
21 #include <unistd.h>
22 #include "errlog.h"
23 #include "bandplane.h"
6324
6425 /*
6526 * Constructeur - Destructeur
66 * Init - Uninit
27 * Init - Uninit
6728 */
68 Band::Band(unsigned long bandWidth, unsigned long bandHeight)
29 Band::Band()
6930 {
70 _line = 0;
71 _width = (bandWidth + 7) >> 3;
72 _height = bandHeight;
73 _band = NULL;
31 _bandNr = 0;
32 _colors = 0;
33 _parent = NULL;
34 _planes[0] = NULL;
35 _planes[1] = NULL;
36 _planes[2] = NULL;
37 _planes[3] = NULL;
38 _width = 0;
39 _height = 0;
40 _sibling = NULL;
41 }
42
43 Band::Band(unsigned long nr, unsigned long width, unsigned long height)
44 {
45 _colors = 0;
46 _parent = NULL;
47 _planes[0] = NULL;
48 _planes[1] = NULL;
49 _planes[2] = NULL;
50 _planes[3] = NULL;
51 _sibling = NULL;
52 _bandNr = nr;
53 _width = width;
54 _height = height;
7455 }
7556
7657 Band::~Band()
7758 {
78 if (_band)
79 delete[] _band;
59 for (unsigned int i=0; i < _colors; i++)
60 delete _planes[i];
61 if (_sibling)
62 delete _sibling;
8063 }
8164
8265
8366
8467 /*
85 * Ajout d'une ligne
86 * Add a line
68 * Mise sur disque / Rechargement
69 * Swapping / restoring
8770 */
88 int Band::addLine(unsigned char *line, unsigned long width)
71 bool Band::swapToDisk(int fd)
8972 {
90 int off = _line;
91
92 if (!_line)
93 _empty = false;
94 if (!_band) {
95 _band = new unsigned char[_width * _height];
96 memset(_band, 0xFF, _width * _height);
97 }
98
99 // Clip the text
100 line += _clipping;
101 width -= _clipping;
102
103 if (_line == _height) {
104 ERROR(_("Band::addLine: the end of the band has been "
105 "reached"));
106 return -1;
107 }
108
109 for (unsigned int i=0; i < width; i++) {
110 _band[off] = ~line[i];
111 off += _height;
112 }
113
114 _line++;
115 return 0;
73 write(fd, &_bandNr, sizeof(_bandNr));
74 write(fd, &_colors, sizeof(_colors));
75 write(fd, &_width, sizeof(_width));
76 write(fd, &_height, sizeof(_height));
77 for (unsigned int i=0; i < _colors; i++)
78 if (!_planes[i]->swapToDisk(fd))
79 return false;
80 return true;
11681 }
11782
83 Band* Band::restoreIntoMemory(int fd)
84 {
85 unsigned char colors;
86 Band* band;
11887
88 band = new Band();
89 read(fd, &band->_bandNr, sizeof(band->_bandNr));
90 read(fd, &colors, sizeof(colors));
91 read(fd, &band->_width, sizeof(band->_width));
92 read(fd, &band->_height, sizeof(band->_height));
93 for (unsigned int i=0; i < colors; i++) {
94 BandPlane *plane = BandPlane::restoreIntoMemory(fd);
95 if (!plane) {
96 delete band;
97 return NULL;
98 }
99 band->registerPlane(plane);
100 }
119101
120 /*
121 * Exportation d'une bande
122 * Export a band
123 */
124
125 unsigned char* Band::exportBand(int algorithm, size_t *size)
126 {
127 if (algorithm == 0)
128 return _algorithm0(size);
129 else if (algorithm == 0x11)
130 return _algorithm11(size);
131 else
132 return NULL;
102 return band;
133103 }
134104
105 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8: */
106
+0
-94
src/bandanalyser.cpp less more
0 /*
1 * bandanalyser.cpp (C) 2006, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: bandanalyser.cpp 60 2006-12-14 01:03:17Z ap2c $
18 *
19 */
20 #include "bandanalyser.h"
21 #include "band.h"
22 #include "error.h"
23
24
25 /*
26 * Vérification si les bandes sont vides
27 * Check if bands are empty
28 */
29 void checkEmptyBand(Band *band)
30 {
31 const unsigned char *data;
32 size_t i, size, last;
33 unsigned char c;
34
35 data = band->band();
36 size = (band->width() * band->height() + 7) >> 3;
37 last = size % sizeof(unsigned long);
38 size -= last;
39
40 for (i=0; i < size; i += sizeof(unsigned long))
41 if (~*((unsigned long *)&data[i]) != 0) {
42 return;
43 }
44 for (; i < last + size; i++) {
45 c = ~data[i];
46 if (c != 0)
47 return;
48 }
49 band->setEmpty();
50 }
51
52 void correctBlackColor(Band *bandC, Band *bandM, Band *bandY, Band *bandB)
53 {
54 unsigned char *cyan, *magenta, *yellow, *black;
55 unsigned long i;
56 size_t size, last;
57
58 cyan = bandC->band();
59 magenta = bandM->band();
60 yellow = bandY->band();
61 black = bandB->band();
62
63 size = (bandC->width() * bandC->height() + 7) >> 3;
64 last = size % sizeof(unsigned long);
65 size -= last;
66
67 for (i=0; i < size; i += sizeof(unsigned long)) {
68 unsigned long mask;
69
70 mask = *((unsigned long *)&cyan[i]) |
71 *((unsigned long *)&magenta[i]) |
72 *((unsigned long *)&yellow[i]);
73 if (~mask == 0)
74 continue;
75
76 *((unsigned long *)&cyan[i]) |= ~mask;
77 *((unsigned long *)&magenta[i]) |= ~mask;
78 *((unsigned long *)&yellow[i]) |= ~mask;
79 *((unsigned long *)&black[i]) &= mask;
80 }
81
82 for (; i < last + size; i++) {
83 unsigned char mask;
84
85 mask = cyan[i] | magenta[i] | yellow[i];
86 if (mask == 0xFF)
87 continue;
88 cyan[i] |= ~mask;
89 magenta[i] |= ~mask;
90 yellow[i] |= ~mask;
91 black[i] &= mask;
92 }
93 }
0 /*
1 * bandplane.cpp (C) 2006-2008, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: bandplane.cpp 257 2008-12-28 22:21:17Z ap2c $
18 *
19 */
20 #include "bandplane.h"
21 #include <unistd.h>
22
23 /*
24 * Constructeur - Destructeur
25 * Init - Uninit
26 */
27 BandPlane::BandPlane()
28 {
29 _endian = Dependant;
30 _size = 0;
31 _data = NULL;
32 }
33
34 BandPlane::~BandPlane()
35 {
36 if (_data)
37 delete[] _data;
38 }
39
40
41 /*
42 * Enregistrement des données
43 * Set data
44 */
45 void BandPlane::setData(unsigned char *data, unsigned long size)
46 {
47 if (!data)
48 size = 0;
49 if (_data)
50 delete[] _data;
51
52 _data = data;
53 _size = size;
54 _checksum = 0;
55 for (unsigned int i=0; i < _size; i++)
56 _checksum += (unsigned char)_data[i];
57 }
58
59
60
61 /*
62 * Mise sur disque / Rechargement
63 * Swapping / restoring
64 */
65 bool BandPlane::swapToDisk(int fd)
66 {
67 write(fd, &_colorNr, sizeof(_colorNr));
68 write(fd, &_size, sizeof(_size));
69 write(fd, _data, _size);
70 write(fd, &_checksum, sizeof(_checksum));
71 write(fd, &_endian, sizeof(_endian));
72 write(fd, &_compression, sizeof(_compression));
73 return true;
74 }
75
76 BandPlane* BandPlane::restoreIntoMemory(int fd)
77 {
78 unsigned char* data;
79 BandPlane* plane;
80
81 plane = new BandPlane();
82 read(fd, &plane->_colorNr, sizeof(plane->_colorNr));
83 read(fd, &plane->_size, sizeof(plane->_size));
84 data = new unsigned char[plane->_size];
85 read(fd, data, plane->_size);
86 plane->_data = data;
87 read(fd, &plane->_checksum, sizeof(plane->_checksum));
88 read(fd, &plane->_endian, sizeof(plane->_endian));
89 read(fd, &plane->_compression, sizeof(plane->_compression));
90
91 return plane;
92 }
93
94 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8: */
95
0 /*
1 * cache.cpp (C) 2008, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: cache.cpp 200 2008-02-21 21:58:17Z ap2c $
18 *
19 */
20 #ifndef DISABLE_THREADS
21 #include "cache.h"
22 #include <fcntl.h>
23 #include <stdlib.h>
24 #include <unistd.h>
25 #include <string.h>
26 #include <errno.h>
27 #include "page.h"
28 #include "errlog.h"
29 #include "semaphore.h"
30
31 /*
32 * Variables internes
33 * Internal variables
34 */
35 // Cache controller thread variables
36 static CachePolicy _policy = EveryPagesIncreasing;
37 static bool _stopCacheControllerThread = false;
38 static pthread_t _cacheThread;
39 static Semaphore _work(0);
40
41 // Page request variables
42 static unsigned long _lastPageRequested = 0, _pageRequested = 0;
43 static Semaphore _pageAvailable(0);
44
45 // Document information
46 static unsigned long _numberOfPages = 0;
47
48 // Cache variables
49 static CacheEntry *_waitingList=NULL, *_lastWaitingList=NULL;
50 static Semaphore _waitingListLock;
51 static unsigned long _maxPagesInTable = 0, _pagesInTable = 0;
52 static CacheEntry **_pages = NULL;
53 static Semaphore _pageTableLock;
54
55 // Cache in memory variables
56 static CacheEntry *_inMemory = NULL, *_inMemoryLast = NULL;
57 static unsigned long _pagesInMemory = 0;
58
59
60
61 /*
62 * Contrôleur de cache (thread)
63 * Cache controller (thread)
64 */
65 static void __registerIntoCacheList(CacheEntry *entry, bool swapLast)
66 {
67 unsigned long pageNr;
68 CacheEntry *tmp=NULL;
69
70 if (!_inMemory) {
71 entry->setNext(NULL);
72 entry->setPrevious(NULL);
73 _inMemory = entry;
74 _inMemoryLast = entry;
75 _pagesInMemory = 1;
76 return;
77 }
78
79 // Locate the previous cache entry
80 pageNr = entry->page()->pageNr();
81 switch (_policy) {
82 case OddIncreasing:
83 case EveryPagesIncreasing:
84 tmp = _inMemoryLast;
85 while (tmp && tmp->page()->pageNr() > pageNr)
86 tmp = tmp->previous();
87 break;
88 case EvenDecreasing:
89 if (pageNr % 2) {
90 // Odd page
91 tmp = _inMemoryLast;
92 while (tmp) {
93 if (!(tmp->page()->pageNr() % 2) || tmp->page()->pageNr() <
94 pageNr)
95 break;
96 tmp = tmp->previous();
97 }
98
99 } else {
100 // Even page
101 tmp = _inMemory;
102 while (tmp && !(tmp->page()->pageNr() % 2)) {
103 if (tmp->page()->pageNr() < pageNr)
104 break;
105 tmp = tmp->next();
106 }
107 tmp = tmp ? tmp->previous() : _inMemoryLast;
108 }
109 break;
110 }
111
112 // Register the new entry
113 if (swapLast && tmp == _inMemoryLast) {
114 entry->swapToDisk();
115 swapLast = false;
116 } else {
117 if (!tmp) {
118 entry->setPrevious(NULL);
119 entry->setNext(_inMemory);
120 _inMemory->setPrevious(entry);
121 _inMemory = entry;
122 } else {
123 entry->setPrevious(tmp);
124 entry->setNext(tmp->next());
125 if (tmp->next())
126 tmp->next()->setPrevious(entry);
127 else
128 _inMemoryLast = entry;
129 tmp->setNext(entry);
130 }
131 if (!swapLast)
132 _pagesInMemory++;
133 }
134
135 // Swap to disk the last entry if needed
136 if (swapLast) {
137 tmp = _inMemoryLast;
138 _inMemoryLast = tmp->previous();
139 tmp->previous()->setNext(NULL);
140 tmp->swapToDisk();
141 }
142 }
143
144 static void __manageMemoryCache(CacheEntry *entry)
145 {
146 _pageTableLock.lock();
147
148 // Append an entry
149 if (entry) {
150 __registerIntoCacheList(entry, _pagesInMemory >= CACHESIZE);
151
152 // Preload the best page
153 } else {
154 unsigned int nr;
155
156 if (_inMemoryLast)
157 nr = _inMemoryLast->page()->pageNr();
158 else
159 nr = _lastPageRequested;
160
161 switch (_policy) {
162 case EveryPagesIncreasing:
163 nr++;
164 break;
165 case OddIncreasing:
166 if (nr % 2)
167 nr += 2;
168 else if (nr > 2)
169 nr -= 2;
170 else
171 nr = 1;
172 break;
173 case EvenDecreasing:
174 if (nr == 2)
175 nr = 1;
176 else
177 nr -= 2;
178 break;
179 }
180 if (nr <= _maxPagesInTable && _pages[nr-1]) {
181 if (_pages[nr-1]->isSwapped())
182 _pages[nr-1]->restoreIntoMemory();
183 _pages[nr-1]->setNext(NULL);
184 _pages[nr-1]->setPrevious(_inMemoryLast);
185 if (_inMemoryLast) {
186 _inMemoryLast->setNext(_pages[nr-1]);
187 _inMemoryLast = _pages[nr-1];
188 } else {
189 _inMemory = _pages[nr-1];
190 _inMemoryLast = _pages[nr-1];
191 }
192 _pagesInMemory++;
193 if (nr == _pageRequested)
194 _pageAvailable++;
195 }
196 }
197 _pageTableLock.unlock();
198 }
199
200 static void* _cacheControllerThread(void *_exitVar)
201 {
202 bool *needToExit = (bool *)_exitVar;
203 bool whatToDo = true;
204
205 DEBUGMSG(_("Cache controller thread loaded and is waiting for a job"));
206 while (!(*needToExit)) {
207 bool preloadPage = false;
208
209 // Waiting for a job
210 _work--;
211
212 #ifdef DUMP_CACHE
213 if (_pagesInMemory) {
214 CacheEntry *tmp = _inMemory;
215
216 fprintf(stderr, _("DEBUG: Cache dump: "));
217 for (unsigned int i=0; i < _pagesInMemory && tmp; i++) {
218 fprintf(stderr, "%lu ", tmp->page()->pageNr());
219 tmp = tmp->next();
220 }
221 fprintf(stderr, "\n");
222 } else
223 fprintf(stderr, _("DEBUG: Cache empty\n"));
224 #endif /* DUMP_CACHE */
225
226 // Does the thread needs to exit?
227 if (*needToExit)
228 break;
229
230
231 /*
232 * Check what action to do
233 */
234 // Nothing?
235 if (!_waitingList && (_pagesInMemory == CACHESIZE ||
236 _pagesInMemory == _pagesInTable))
237 continue;
238 // new page to append and pages to preload?
239 // Choose one action of them to do (and inverse the action to do at
240 // each loop)
241 if (_waitingList && !(_pagesInMemory == CACHESIZE ||
242 _pagesInMemory == _pagesInTable)) {
243 preloadPage = whatToDo;
244 whatToDo = ~whatToDo;
245 // One of the two thing to do
246 } else
247 preloadPage = (_waitingList == NULL);
248
249 /*
250 * Preload a page
251 */
252 if (preloadPage) {
253 __manageMemoryCache(NULL);
254
255 /*
256 * Store a page
257 */
258 } else {
259 CacheEntry *entry;
260
261 // Get the cache entry to store
262 {
263 _waitingListLock.lock();
264 entry = _waitingList;
265 _waitingList = entry->next();
266 if (_lastWaitingList == entry)
267 _lastWaitingList = NULL;
268 _waitingListLock.unlock();
269 }
270
271 // Store the entry in the page table
272 {
273 _pageTableLock.lock();
274
275 // Resize the page table if needed
276 while (entry->page()->pageNr() > _maxPagesInTable) {
277 if (!_maxPagesInTable) {
278 _maxPagesInTable = CACHESIZE;
279 _pages = new CacheEntry*[_maxPagesInTable];
280 memset(_pages, 0, _maxPagesInTable *
281 sizeof(CacheEntry*));
282 } else {
283 CacheEntry** tmp = new CacheEntry*[_maxPagesInTable*10];
284 memcpy(tmp, _pages, _maxPagesInTable *
285 sizeof(CacheEntry*));
286 memset(tmp + _maxPagesInTable, 0, _maxPagesInTable * 9 *
287 sizeof(CacheEntry*));
288 delete[] _pages;
289 _pages = tmp;
290 _maxPagesInTable *= 10;
291 }
292 }
293
294 // Store the page in the table
295 _pages[entry->page()->pageNr() - 1] = entry;
296 _pageTableLock.unlock();
297 }
298 _pagesInTable++;
299
300 // Does the main thread needs this page?
301 if (_pageRequested == entry->page()->pageNr()) {
302 _pageTableLock.lock();
303 entry->setNext(NULL);
304 entry->setPrevious(NULL);
305 _pageAvailable++;
306 _pageTableLock.unlock();
307
308 // So check whether the page can be kept in memory or have to
309 // be swapped on the disk
310 } else
311 __manageMemoryCache(entry);
312 }
313 }
314
315 DEBUGMSG(_("Cache controller unloaded. See ya"));
316 return NULL;
317 }
318
319
320
321 /*
322 * Initialisation et clôture du cache
323 * Cache initialization and uninitialization
324 */
325 bool initializeCache()
326 {
327 // Load the cache controller thread
328 if (pthread_create(&_cacheThread, NULL, _cacheControllerThread,
329 (void *)&_stopCacheControllerThread)) {
330 ERRORMSG(_("Cannot load the cache controller thread. Operation "
331 "aborted."));
332 return false;
333 }
334
335 // Initialize the different cache variables
336 return true;
337 }
338
339 bool uninitializeCache()
340 {
341 void *threadResult;
342 bool res = true;
343
344 // Stop the cache controller thread
345 _stopCacheControllerThread = true;
346 _work++;
347 if (pthread_join(_cacheThread, &threadResult)) {
348 ERRORMSG(_("An error occurred while waiting the end of the cache "
349 "controller thread"));
350 res = false;
351 }
352
353 // Check if all pages has been read. Otherwise free them
354 for (unsigned long i=0; i < _maxPagesInTable; i++) {
355 if (_pages[i]) {
356 ERRORMSG(_("Cache: page %lu hasn't be used!"), i+1);
357 delete _pages[i]->page();
358 delete _pages[i];
359 }
360 }
361 delete[] _pages;
362
363 return res;
364 }
365
366
367
368 /*
369 * Enregistrement d'une page dans le cache
370 * Register a new page in the cache
371 */
372 void registerPage(Page* page)
373 {
374 CacheEntry *entry;
375
376 entry = new CacheEntry(page);
377 {
378 _waitingListLock.lock();
379 if (_lastWaitingList) {
380 _lastWaitingList->setNext(entry);
381 _lastWaitingList = entry;
382 } else {
383 _waitingList = entry;
384 _lastWaitingList = entry;
385 }
386 _waitingListLock.unlock();
387 }
388 _work++;
389 }
390
391
392
393 /*
394 * Extraction d'une page du cache
395 * Cache page extraction
396 */
397 Page* getNextPage()
398 {
399 CacheEntry *entry = NULL;
400 unsigned long nr=0;
401 bool notUnregister = false;
402 Page *page;
403
404 // Get the next page number
405 switch (_policy) {
406 case EveryPagesIncreasing:
407 nr = _lastPageRequested + 1;
408 break;
409 case EvenDecreasing:
410 if (_lastPageRequested > 2)
411 nr = _lastPageRequested - 2;
412 else {
413 nr = 1;
414 setCachePolicy(OddIncreasing);
415 }
416 break;
417 case OddIncreasing:
418 if (!_lastPageRequested)
419 nr = 1;
420 else
421 nr = _lastPageRequested + 2;
422 break;
423 }
424
425 DEBUGMSG(_("Next requested page : %lu (# pages into memory=%lu/%u)"), nr,
426 _pagesInMemory, CACHESIZE);
427
428 // Wait for the page
429 while (nr && (!_numberOfPages || _numberOfPages >= nr)) {
430 {
431 _pageTableLock.lock();
432 if (_maxPagesInTable >= nr && _pages[nr - 1] &&
433 !_pages[nr - 1]->isSwapped()) {
434 entry = _pages[nr - 1];
435 _pages[nr - 1] = NULL;
436 if (!entry->previous() && !entry->next() && entry != _inMemory)
437 notUnregister = true;
438 if (entry->previous())
439 entry->previous()->setNext(entry->next());
440 if (entry->next())
441 entry->next()->setPrevious(entry->previous());
442 if (entry == _inMemory)
443 _inMemory = entry->next();
444 if (entry == _inMemoryLast)
445 _inMemoryLast = NULL;
446 _pageTableLock.unlock();
447 break;
448 } else if (_maxPagesInTable >= nr && _pages[nr - 1] &&
449 _pages[nr - 1]->isSwapped())
450 _work++;
451 _pageRequested = nr;
452 _pageTableLock.unlock();
453 }
454 _pageAvailable--;
455 };
456
457 // Extract the page instance
458 if (!entry)
459 return NULL;
460 _pagesInTable--;
461 _lastPageRequested = nr;
462 page = entry->page();
463 delete entry;
464
465 // Preload a new page
466 if (!notUnregister)
467 _pagesInMemory--;
468 _work++;
469
470 return page;
471 }
472
473
474
475 /*
476 * Modification de la politique de gestion du cache
477 * Update the cache policy
478 */
479 void setCachePolicy(CachePolicy policy)
480 {
481 _policy = policy;
482
483 // Initialize the lastPageRequested to get the next page number
484 if (policy == EveryPagesIncreasing || policy == OddIncreasing)
485 _lastPageRequested = 0;
486 else {
487 while (!_numberOfPages)
488 _pageAvailable--;
489 _lastPageRequested = (_numberOfPages & ~0x1) + 2;
490 }
491 }
492
493
494
495 /*
496 * Enregistrer le nombre de pages maximum
497 * Set the maximum number of pages
498 */
499 void setNumberOfPages(unsigned long nr)
500 {
501 _numberOfPages = nr;
502 _pageAvailable++;
503 }
504
505
506
507 /*
508 * Gestion des entrées du cache
509 * Cache entry management
510 */
511 CacheEntry::CacheEntry(Page* page)
512 {
513 _tempFile = NULL;
514 _next = NULL;
515 _page = page;
516 }
517
518 CacheEntry::~CacheEntry()
519 {
520 if (_tempFile) {
521 ERRORMSG(_("Destroy a cache entry which is still swapped on disk."));
522 unlink(_tempFile);
523 delete[] _tempFile;
524 }
525 }
526
527 bool CacheEntry::swapToDisk()
528 {
529 const char *path = "/tmp/splixV2-pageXXXXXX";
530 int fd;
531
532 if (_tempFile) {
533 ERRORMSG(_("Trying to swap a page instance on the disk which is "
534 "already swapped."));
535 return false;
536 }
537
538 // Create the temporarily file
539 _tempFile = new char[strlen(path)+1];
540 strcpy(_tempFile, path);
541 if ((fd = mkstemp(_tempFile)) == -1) {
542 delete[] _tempFile;
543 _tempFile = NULL;
544 ERRORMSG(_("Cannot swap a page into disk (%i)"), errno);
545 return false;
546 }
547
548 // Swap the instance into the file
549 if (!_page->swapToDisk(fd)) {
550 unlink(_tempFile);
551 delete[] _tempFile;
552 _tempFile = NULL;
553 ERRORMSG(_("Cannot swap a page into disk"));
554 return false;
555 }
556
557 DEBUGMSG(_("Page %lu swapped to disk"), _page->pageNr());
558 close(fd);
559 delete _page;
560 _page = NULL;
561
562 return true;
563 }
564
565 bool CacheEntry::restoreIntoMemory()
566 {
567 int fd;
568
569 if (!_tempFile) {
570 ERRORMSG(_("Trying to restore a page instance into memory which is "
571 "aready into memory"));
572 return false;
573 }
574
575 // Open the swap file
576 if ((fd = open(_tempFile, O_RDONLY)) == -1) {
577 ERRORMSG(_("Cannot restore page into memory (%i)"), errno);
578 return false;
579 }
580
581 // Restore the instance
582 if (!(_page = Page::restoreIntoMemory(fd))) {
583 ERRORMSG(_("Cannot restore page into memory"));
584 return false;
585 }
586
587 // Destroy the swap file
588 close(fd);
589 unlink(_tempFile);
590 delete[] _tempFile;
591 _tempFile = NULL;
592
593 DEBUGMSG(_("Page %lu restored into memory"), _page->pageNr());
594 return true;
595 }
596
597 #endif /* DISABLE_THREADS */
598
599 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8: */
600
0 /*
1 * colors.cpp (C) 2006-2008, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: colors.cpp 198 2008-02-19 21:35:23Z ap2c $
18 *
19 */
20 #include "colors.h"
21 #include "page.h"
22
23 #ifndef DISABLE_BLACKOPTIM
24 void applyBlackOptimization(Page* page)
25 {
26 unsigned long size, sizeByUL, mod, mask;
27 unsigned char *planes[4], bmask;
28
29 // Only optimize colors if there are present
30 if (!page || page->colorsNr() != 4)
31 return;
32 for (unsigned int i=0; i < 4; i++) {
33 if (!(planes[i] = page->planeBuffer(i)))
34 return;
35 }
36
37 size = page->width() * page->height() / 8;
38 sizeByUL = size / sizeof(unsigned long);
39 mod = size % sizeof(unsigned long);
40
41
42 /*
43 * To optimize this algorithm, data are first evaluated by unsigned long
44 * (32-Bits on 32-Bits architecture and 64-Bits on 64-Bits architecture).
45 * The last bytes are evaluated individually if the size is not a multiple
46 * of the size of the unsigned long
47 */
48 for (unsigned long i=0; i < sizeByUL; i++) {
49 // Clear cyan, magenta and yellow dots if a black dot is present
50 mask = ((unsigned long *)planes[3])[i];
51 if (mask) {
52 ((unsigned long *)planes[0])[i] &= ~mask;
53 ((unsigned long *)planes[1])[i] &= ~mask;
54 ((unsigned long *)planes[2])[i] &= ~mask;
55 }
56
57 // Set a black dot if cyan, magenta and yellow dots are present and
58 // clear them
59 mask = ((unsigned long *)planes[0])[i];
60 mask &= ((unsigned long *)planes[1])[i];
61 mask &= ((unsigned long *)planes[2])[i];
62 if (mask) {
63 ((unsigned long *)planes[3])[i] |= mask;
64 ((unsigned long *)planes[0])[i] &= ~mask;
65 ((unsigned long *)planes[1])[i] &= ~mask;
66 ((unsigned long *)planes[2])[i] &= ~mask;
67 }
68 }
69
70 for (unsigned long i=1; i <= mod; i++) {
71 // Clear cyan, magenta and yellow dots if a black dot is present
72 bmask = planes[3][size - i];
73 if (bmask) {
74 planes[0][size - i] &= ~bmask;
75 planes[1][size - i] &= ~bmask;
76 planes[2][size - i] &= ~bmask;
77 }
78
79 // Set a black dot if cyan, magenta and yellow dots are present and
80 // clear them
81 bmask = planes[0][size - i];
82 bmask &= planes[1][size - i];
83 bmask &= planes[2][size - i];
84 if (bmask) {
85 planes[3][size - i] |= bmask;
86 planes[0][size - i] &= ~bmask;
87 planes[1][size - i] &= ~bmask;
88 planes[2][size - i] &= ~bmask;
89 }
90 }
91 }
92
93 #endif /* DISABLE_BLACKOPTIM */
94
95 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8: */
96
00 /*
1 * compress.cpp (C) 2006, Aurélien Croc (AP²C)
1 * compress.cpp (C) 2006-2008, Aurélien Croc (AP²C)
22 *
33 * This program is free software; you can redistribute it and/or modify
44 * it under the terms of the GNU General Public License as published by
1414 * Free Software Foundation, Inc.,
1515 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
1616 *
17 * $Id: compress.cpp 60 2006-12-14 01:03:17Z ap2c $
17 * $Id: compress.cpp 256 2008-11-30 14:20:22Z ap2c $
1818 *
1919 */
2020 #include "compress.h"
21 #include <stdint.h>
22 #include <stdlib.h>
23 #include <stdio.h>
21 #include <math.h>
2422 #include <string.h>
25
26
27 static int32_t ptrArray[0x40];
28 static uint32_t maxSizeArray[0x40];
29
30 #define COMPRESS_SAMPLE_RATE 0x800
31
32
33 static int _compare(const void *n1, const void *n2)
34 {
35 // n2 and n1 has been exchanged since the first
36 // element of the array MUST be the biggest
37 return *(uint32_t *)n2 - *(uint32_t *)n1;
38 }
39
40 int calcOccurs(unsigned char *band, unsigned long bandHeight,
41 unsigned long bandWidth, unsigned long number)
42 {
43 uint32_t occurs[COMPRESS_SAMPLE_RATE * 2];
44 size_t i, j, size;
45
46 size = bandWidth * bandHeight;
47
48 // Initialize buffers
49 for (i=0; i < COMPRESS_SAMPLE_RATE; i++) {
50 occurs[i*2] = 0;
51 occurs[i*2 + 1] = i;
23 #include "page.h"
24 #include "band.h"
25 #include "errlog.h"
26 #include "request.h"
27 #include "bandplane.h"
28
29 #include "algo0x0d.h"
30 #include "algo0x0e.h"
31 #include "algo0x11.h"
32 #include "algo0x13.h"
33
34 static bool _isEmptyBand(unsigned char* band, unsigned long size)
35 {
36 unsigned long max, mod;
37
38 max = size / sizeof(unsigned long);
39 mod = size % sizeof(unsigned long);
40
41 for (unsigned long i=0; i < max; i++) {
42 if (((unsigned long*)band)[i])
43 return false;
5244 }
53
54 // Calculate the byte occurrence
55 for (i=COMPRESS_SAMPLE_RATE; i < size; i += COMPRESS_SAMPLE_RATE) {
56 char b = band[i];
57
58 for (j=1; j < COMPRESS_SAMPLE_RATE; j++)
59 if (band[i - j] == b)
60 occurs[(j-1)*2]++;
45 for (unsigned long i=0; i < mod; i++)
46 if (band[size-i-1])
47 return false;
48 return true;
49 }
50
51 static bool _compressBandedPage(const Request& request, Page* page)
52 {
53 unsigned long index=0, pageHeight, pageWidth, lineWidthInB, bandHeight;
54 unsigned long bandSize, hardMarginX, hardMarginXInB, hardMarginY;
55 unsigned char *planes[4], *band;
56 unsigned long bandNumber=0;
57 unsigned char colors;
58
59 colors = page->colorsNr();
60 hardMarginX = ((unsigned long)ceil(page->convertToXResolution(request.
61 printer()->hardMarginX())) + 7) & ~7;
62 hardMarginY = ceil(page->convertToYResolution(request.printer()->
63 hardMarginY()));
64 hardMarginXInB = hardMarginX / 8;
65 pageWidth = page->width();
66 pageHeight = page->height() - hardMarginY;
67 page->setWidth(pageWidth);
68 page->setHeight(pageHeight);
69 lineWidthInB = (pageWidth + 7) / 8;
70 bandHeight = request.printer()->bandHeight();
71 if (page->xResolution() == 300 && page->yResolution() == 300)
72 bandHeight /= 2;
73 bandSize = lineWidthInB * bandHeight;
74 index = hardMarginY * lineWidthInB;
75 band = new unsigned char[bandSize];
76 for (unsigned int i=0; i < colors; i++)
77 planes[i] = page->planeBuffer(i);
78
79 /*
80 * 1. On vérifier si la bande n'est pas blanche
81 * |-> Si bande blanche, on passe
82 * '-> Sinon, on compresse
83 * 2. On rajoute les informations de bande (numéro de bande et de
84 * couleur).
85 * 3. On enregistre la bande dans la page.
86 * 4. On détruit les buffers de plans dans la page.
87 */
88 while (pageHeight) {
89 unsigned long localHeight = bandHeight;
90 Band *current = NULL;
91 bool theEnd = false;
92
93 // Special things to do for the last band
94 if (pageHeight < bandHeight) {
95 theEnd = true;
96 localHeight = pageHeight;
97 memset(band, 0, bandSize);
98 }
99
100 for (unsigned int i=0; i < colors; i++) {
101 Algorithm *algo = NULL;
102 BandPlane *plane;
103
104 switch (page->compression()) {
105 case 0x0D:
106 algo = new Algo0x0D;
107 break;
108 case 0x0E:
109 algo = new Algo0x0E;
110 break;
111 case 0x11:
112 algo = new Algo0x11;
113 break;
114 default:
115 ERRORMSG(_("Unknown compression algorithm. Aborted"));
116 return false;
117 }
118
119 // Copy the data into the band depending on the algorithm options
120 if (algo->reverseLineColumn()) {
121 for (unsigned int y=0; y < localHeight; y++) {
122 for (unsigned int x=0; x < lineWidthInB - hardMarginXInB; x++) {
123 band[x * bandHeight + y] = planes[i][index + x +
124 hardMarginXInB + y * lineWidthInB];
125 }
126 for (unsigned int x=lineWidthInB - hardMarginXInB; x < lineWidthInB; x++)
127 band[x * bandHeight + y] = 0;
128 }
129 } else {
130 for (unsigned int y=0; y < localHeight; y++) {
131 for (unsigned int x=0; x < lineWidthInB - hardMarginXInB; x++) {
132 band[x + y * lineWidthInB] = planes[i][index + x +
133 hardMarginXInB + y * lineWidthInB];
134 }
135 for (unsigned int x=lineWidthInB - hardMarginXInB; x < lineWidthInB; x++)
136 band[x + y * lineWidthInB] = 0;
137 }
138 }
139
140 // Does the band is empty?
141 if (_isEmptyBand(band, bandSize)) {
142 delete algo;
143 continue;
144 }
145
146 // Check if bytes have to be reversed
147 if (algo->inverseByte())
148 for (unsigned int j=0; j < bandSize; j++)
149 band[j] = ~band[j];
150
151 // Call the compression method
152 plane = algo->compress(request, band, pageWidth, bandHeight);
153 /*
154 * If algorithm 0xd did not create a plane, it means that the
155 * complementary algorithm 0xE need to be used
156 */
157 if (!plane && page->compression() == 0x0D) {
158 delete algo;
159 algo = new Algo0x0E;
160 /* Bytes has to be reversed first, as algo0xd didn't do that. */
161 for (unsigned int j = 0; j < bandSize; j++)
162 band[j] = ~band[j];
163 /* Do the encoding with algo0xe. */
164 plane = algo->compress(request, band, pageWidth, bandHeight);
165 }
166
167 if (plane) {
168 plane->setColorNr(i + 1);
169 if (!current)
170 current = new Band(bandNumber, pageWidth, bandHeight);
171 current->registerPlane(plane);
172 }
173
174 delete algo;
175 }
176 if (current)
177 page->registerBand(current);
178 bandNumber++;
179 index += bandSize;
180 pageHeight = theEnd ? 0 : pageHeight - bandHeight;
61181 }
62
63 // Order the array
64 qsort(occurs, COMPRESS_SAMPLE_RATE, sizeof(uint32_t)*2, _compare);
65
66 // Get the first 0x40 elements
67 for (i=0; i < 0x40; i++)
68 ptrArray[i] = ~occurs[i*2 + 1] - 1;
69
70 // Get the maximum length of a compressed data
71 if (number > 0x63 || !number) {
72 for (i=0; i < 0x40; i++)
73 maxSizeArray[i] = 0x202;
74 } else {
75 uint32_t l;
76
77 l = 0x6464 / (number << 6);
78 for (i=0; i < 0x40; i++) {
79 uint32_t v = 0x202 - l * i;
80
81 if (v < 3)
82 v = 3;
83 maxSizeArray[i] = v;
182 page->flushPlanes();
183 delete[] band;
184
185 return true;
186 }
187
188 #ifndef DISABLE_JBIG
189 static bool _compressWholePage(const Request& request, Page* page)
190 {
191 unsigned long hardMarginX, hardMarginXInB, hardMarginY, lineWidthInB;
192 unsigned long pageWidth, bandHeight, planeHeight, pageHeight, index;
193 unsigned long bandNumber=0;
194 unsigned char *buffer;
195 Band *current = NULL;
196 Algo0x13 algo[4];
197
198 hardMarginX = ((unsigned long)ceil(page->convertToXResolution(request.
199 printer()->hardMarginX())) + 7) & ~7;
200 hardMarginY = ceil(page->convertToYResolution(request.printer()->
201 hardMarginY()));
202 hardMarginXInB = hardMarginX / 8;
203 pageWidth = page->width() - hardMarginX * 2;
204 pageHeight = page->height() - hardMarginY * 2;
205 page->setWidth(pageWidth);
206 page->setHeight(pageHeight);
207 lineWidthInB = (pageWidth + 7) / 8;
208 bandHeight = request.printer()->bandHeight();
209 // Alignment of the page height on band height
210 planeHeight = ((pageHeight + bandHeight - 1) / bandHeight) * bandHeight;
211 buffer = new unsigned char[lineWidthInB * planeHeight];
212
213 do {
214 current = NULL;
215 for (unsigned int i=0; i < page->colorsNr(); i++) {
216 unsigned char *curPlane = page->planeBuffer(i);
217 BandPlane *plane;
218
219 index = hardMarginY * (lineWidthInB + 2 * hardMarginXInB) +
220 hardMarginXInB;
221 for (unsigned int y=0; y < pageHeight; y++,
222 index += 2 * hardMarginXInB) {
223 for (unsigned int x=0; x < lineWidthInB; x++, index++) {
224 buffer[x + y * lineWidthInB] = curPlane[index];
225 }
226 }
227
228 // Call the compression method
229 plane = algo[i].compress(request, buffer, page->width(),
230 planeHeight);
231 if (plane) {
232 plane->setColorNr(i + 1);
233 if (!current)
234 current = new Band(bandNumber, page->width(),
235 request.printer()->bandHeight());
236 current->registerPlane(plane);
237 }
84238 }
239 if (current)
240 page->registerBand(current);
241 bandNumber++;
242 } while (current);
243
244 page->flushPlanes();
245 delete[] buffer;
246
247 return true;
248 }
249 #endif /* DISABLE_JBIG */
250
251 bool compressPage(const Request& request, Page* page)
252 {
253 switch(page->compression()) {
254 case 0x0D:
255 case 0x0E:
256 case 0x11:
257 return _compressBandedPage(request, page);
258 case 0x13:
259 #ifndef DISABLE_JBIG
260 return _compressWholePage(request, page);
261 #else
262 ERRORMSG(_("J-BIG compression algorithm has been disabled during "
263 "the compilation. Please recompile SpliX and enable the "
264 "J-BIG compression algorithm."));
265 break;
266 #endif /* DISABLE_JBIG */
267 default:
268 ERRORMSG(_("Compression algorithm 0x%lX does not exist"),
269 page->compression());
85270 }
86
87 return 0;
88 }
89
90 int compressBand(struct BandArray *bandArray, unsigned char *beginIn,
91 unsigned long bandWidth, unsigned long bandHeight)
92 {
93 unsigned char *out, *endOut, *in, *endIn, *rawDataPtr = 0;
94 size_t max, repCnt, maxRepCnt, rawDataNr = 0;
95 int32_t lastPtr = 0, si;
96 size_t i, maxPtr;
97
98 // Initialize some variables
99 out = bandArray->next;
100 endOut = bandArray->next + bandWidth * bandHeight;
101 in = beginIn;
102 endIn = beginIn + bandWidth * bandHeight;
103
104 // Print the table
105 for (i=0; i < 0x40; i++) {
106 *(int16_t *)out = ~(int16_t)ptrArray[i];
107 out += 2;
108 if (ptrArray[i] < lastPtr)
109 lastPtr = ptrArray[i];
110 }
111
112 // Print the first uncompressed bytes
113 lastPtr = ~lastPtr;
114 if (lastPtr > 0x80)
115 lastPtr = 0x80;
116 *(uint32_t *)(bandArray->prev + 4) = lastPtr;
117 for (si=0; si < lastPtr; si++) {
118 *out = *in;
119 out++;
120 in++;
121 }
122
123 // Compress the data
124 do {
125 max = endIn - in > 0x202 ? 0x202 : endIn - in;
126
127 if (!max) {
128 if (rawDataNr)
129 *rawDataPtr = rawDataNr - 1;
130 bandArray->next = out;
131 return 0;
132 } else if (max >= 2) {
133 maxRepCnt = 0;
134 maxPtr = 0;
135
136 // Check the best similar piece of data
137 for (i=0; i < 0x40; i++) {
138 unsigned char *seq = in + ptrArray[i] + 1;
139
140 if (seq < beginIn)
141 continue;
142 if (in <= seq)
143 continue;
144 for (repCnt = 0; repCnt < max && repCnt < maxSizeArray[i];
145 repCnt++)
146 if (in[repCnt] != seq[repCnt])
147 break;
148 if (repCnt > maxRepCnt) {
149 maxRepCnt = repCnt;
150 maxPtr = i;
151 }
152 }
153
154 // If the piece is large enough, use it!
155 if (maxRepCnt > 2) {
156 maxRepCnt -= 3;
157 out[0] = 0x80 | maxRepCnt & 0x7F;
158 out[1] = ((maxRepCnt >> 1) & 0xC0) | maxPtr & 0x3F;
159 out += 2;
160 in += maxRepCnt + 3;
161 if (rawDataNr) {
162 *rawDataPtr = rawDataNr - 1;
163 rawDataNr = 0;
164 }
165 continue;
166 }
167 }
168
169 // Write the uncompressed data
170 rawDataNr++;
171 if (rawDataNr == 1) {
172 rawDataPtr = out;
173 out++;
174 } else if (rawDataNr == 0x80) {
175 *rawDataPtr = 0x7F;
176 rawDataNr = 0;
177 }
178 *out = *in;
179 out++;
180 in++;
181
182 } while (out <= endOut);
183
184 return -1;
185 }
186
187 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin: */
188
271 return false;
272 }
273
274 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8: */
275
0 /*
1 * core.cpp (C) 2006-2008, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: core.cpp 119 2008-01-22 23:06:29Z ap2c $
18 *
19 */
20 #include "core.h"
21
22 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8: */
23
0 /*
1 * document.cpp (C) 2006-2008, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: document.cpp 256 2008-11-30 14:20:22Z ap2c $
18 *
19 */
20 #include "document.h"
21 #include <fcntl.h>
22 #include <math.h>
23 #include "page.h"
24 #include "errlog.h"
25 #include "request.h"
26
27 /*
28 * Constructeur - Destructeur
29 * Init - Uninit
30 */
31 Document::Document()
32 {
33 _raster = NULL;
34 }
35
36 Document::~Document()
37 {
38 if (_raster)
39 cupsRasterClose(_raster);
40 }
41
42
43
44 /*
45 * Ouverture du fichier contenant la requête
46 * Open the file which contains the job
47 */
48 bool Document::load(const Request& request)
49 {
50 _currentPage = 1;
51 _lastPage = false;
52 _raster = cupsRasterOpen(STDIN_FILENO, CUPS_RASTER_READ);
53 if (!_raster) {
54 ERRORMSG(_("Cannot open job"));
55 return false;
56 }
57 return true;
58 }
59
60
61
62 /*
63 * Extraction d'une nouvelle page de la requête
64 * Exact a new job page
65 */
66 Page* Document::getNextRawPage(const Request& request)
67 {
68 cups_page_header_t header;
69 unsigned long pageWidth, pageWidthInB, pageHeight, clippingX=0, clippingY=0;
70 unsigned long documentWidth, documentHeight, lineSize, planeSize, index=0;
71 unsigned long bytesToCopy, marginWidthInB=0, marginHeight=0;
72 unsigned char *line, *planes[4];
73 unsigned char colors;
74 Page *page;
75
76 // Read the header
77 if (_lastPage)
78 return NULL;
79 if (!_raster) {
80 ERRORMSG(_("The raster hasn't been loaded"));
81 return NULL;
82 }
83 if (!cupsRasterReadHeader(_raster, &header) || !header.cupsBytesPerLine ||
84 !header.PageSize[1]) {
85 DEBUGMSG(_("No more pages"));
86 _lastPage = true;
87 return NULL;
88 }
89
90 // Make some calculations and store important data
91 page = new Page;
92 page->setXResolution(header.HWResolution[0]);
93 page->setYResolution(header.HWResolution[1]);
94 colors = header.cupsColorSpace == CUPS_CSPACE_K ? 1 : 4;
95 documentWidth = (header.cupsWidth + 7) & ~7;
96 documentHeight = header.cupsHeight;
97 lineSize = header.cupsBytesPerLine / colors;
98 pageWidth = ((unsigned long)ceil(page->convertToXResolution(request.
99 printer()->pageWidth())) + 7) & ~7;
100 pageHeight = ceil(page->convertToYResolution(request.printer()->
101 pageHeight()));
102 marginWidthInB =(ceil(page->convertToXResolution(header.Margins[0]))+7)/8;
103 marginHeight = ceil(page->convertToYResolution(header.Margins[1]));
104 pageWidthInB = (pageWidth + 7) / 8;
105 planeSize = pageWidthInB * pageHeight;
106 page->setWidth(pageWidth);
107 page->setHeight(pageHeight);
108 page->setColorsNr(colors);
109 page->setPageNr(_currentPage);
110 page->setCompression(header.cupsCompression);
111 page->setCopiesNr(header.NumCopies);
112
113 // Calculate clippings and margins
114 if (lineSize > pageWidthInB - 2 * marginWidthInB) {
115 clippingX = (lineSize - (pageWidthInB - 2 * marginWidthInB)) / 2;
116 bytesToCopy = pageWidthInB - 2 * marginWidthInB;
117 } else {
118 clippingX = 0;
119 marginWidthInB = (pageWidthInB - lineSize) / 2;
120 bytesToCopy = lineSize;
121 }
122
123 if (documentHeight > pageHeight - 2 * marginHeight) {
124 clippingY = (documentHeight - (pageHeight - 2 * marginHeight)) / 2;
125 index = pageWidthInB * marginHeight;
126 } else {
127 clippingY = 0;
128 index = pageWidthInB * ((pageHeight - documentHeight)/2);
129 }
130 documentHeight -= clippingY;
131 pageHeight -= 2*marginHeight;
132 clippingY *= colors;
133 line = new unsigned char[header.cupsBytesPerLine];
134 DEBUGMSG(_("Document width=%lu height=%lu"), documentWidth, documentHeight);
135 DEBUGMSG(_("Page width=%lu (%lu) height=%lu"), pageWidth, pageWidthInB, pageHeight);
136 DEBUGMSG(_("Margin width in bytes=%lu height=%lu"), marginWidthInB, marginHeight);
137 DEBUGMSG(_("Clipping X=%lu Y=%lu"), clippingX, clippingY);
138 DEBUGMSG(_("Line size=%lu, Plane size=%lu, bytes to copy=%lu"), lineSize, planeSize, bytesToCopy);
139
140 // Prepare planes and clip vertically the document if needed
141 for (unsigned char i=0; i < colors; i++) {
142 planes[i] = new unsigned char[planeSize];
143 memset(planes[i], 0, planeSize);
144 }
145 while (clippingY) {
146 if (cupsRasterReadPixels(_raster, line, lineSize) < 1) {
147 ERRORMSG(_("Cannot read pixel line"));
148 for (unsigned int i=0; i < colors; i++)
149 delete[] planes[i];
150 delete[] line;
151 delete page;
152 return NULL;
153 }
154 clippingY--;
155 }
156
157 // Load the bitmap
158 while (pageHeight && documentHeight) {
159 for (unsigned int i=0; i < colors; i++) {
160 if (cupsRasterReadPixels(_raster, line, lineSize) < 1) {
161 ERRORMSG(_("Cannot read pixel line"));
162 for (unsigned int j=0; j < colors; j++)
163 delete[] planes[j];
164 delete[] line;
165 delete page;
166 return NULL;
167 }
168 memcpy(planes[i] + index + marginWidthInB, line + clippingX,
169 bytesToCopy);
170 }
171 index += pageWidthInB;
172 pageHeight--;
173 documentHeight--;
174 }
175
176 // Finish to clip vertically the document
177 documentHeight *= colors;
178 while (documentHeight) {
179 if (cupsRasterReadPixels(_raster, line, lineSize) < 1) {
180 ERRORMSG(_("Cannot read pixel line"));
181 for (unsigned int j=0; j < colors; j++)
182 delete[] planes[j];
183 delete[] line;
184 delete page;
185 return NULL;
186 }
187 documentHeight--;
188 }
189 _currentPage++;
190
191 for (unsigned int i=0; i < colors; i++)
192 page->setPlaneBuffer(i, planes[i]);
193
194 DEBUGMSG(_("Page %lu (%u×%u on %lu×%lu) has been successfully loaded into "
195 "memory"), page->pageNr(), header.cupsWidth, header.cupsHeight,
196 page->width(), page->height());
197
198 delete[] line;
199 return page;
200 }
201
202
203
204 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8: */
205
0 #
1 # Part of the SpliX project (C) 2006-2008 by Aurélien Croc (AP²C)
2 #
3
4 rastertoqpdl_SRC += src/rastertoqpdl.cpp src/request.cpp \
5 src/printer.cpp src/qpdl.cpp src/document.cpp \
6 src/core.cpp src/compress.cpp src/algorithm.cpp \
7 src/ppdfile.cpp src/page.cpp src/colors.cpp \
8 src/band.cpp src/bandplane.cpp src/cache.cpp \
9 src/rendering.cpp src/semaphore.cpp \
10 src/algo0x0d.cpp src/algo0x0e.cpp src/algo0x11.cpp \
11 src/algo0x13.cpp
12
13 pstoqpdl_SRC += src/pstoqpdl.cpp src/ppdfile.cpp
0 /*
1 * page.cpp (C) 2006-2008, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: page.cpp 186 2008-02-09 16:18:52Z ap2c $
18 *
19 */
20 #include "page.h"
21 #include <unistd.h>
22 #include "band.h"
23 #include "errlog.h"
24
25 /*
26 * This magic formula reverse the bit of a byte. ie. the bit 1 becomes the
27 * bit 8, the bit 2 becomes the bit 7 etc.
28 */
29 #define REVERSE_BITS(N) ((N * 0x0202020202ULL & 0x010884422010ULL) % 1023)
30
31 /*
32 * Constructeur - Destructeur
33 * Init - Uninit
34 */
35 Page::Page()
36 {
37 _empty = true;
38 _xResolution = 0;
39 _yResolution = 0;
40 _planes[0] = NULL;
41 _planes[1] = NULL;
42 _planes[2] = NULL;
43 _planes[3] = NULL;
44 _firstBand = NULL;
45 _lastBand = NULL;
46 _bandsNr = 0;
47 }
48
49 Page::~Page()
50 {
51 flushPlanes();
52 if (_firstBand)
53 delete _firstBand;
54 }
55
56
57
58 /*
59 * Enregistrement d'une nouvelle bande
60 * Register a new band
61 */
62 void Page::registerBand(Band *band)
63 {
64 if (_lastBand)
65 _lastBand->registerSibling(band);
66 else
67 _firstBand = band;
68 _lastBand = band;
69 band->registerParent(this);
70 _bandsNr++;
71 }
72
73
74
75 /*
76 * Rotation des couches
77 * Rotate bitmaps planes
78 */
79 void Page::rotate()
80 {
81 unsigned long size, midSize;
82 unsigned char tmp;
83
84 size = _width * _height / 8;
85 midSize = size / 2;
86
87 for (unsigned int i=0; i < _colors; i++) {
88 for (unsigned long j=0; j < midSize; j++) {
89 tmp = _planes[i][j];
90 _planes[i][j] = REVERSE_BITS(_planes[i][size - j - 1]);
91 _planes[i][size - j - 1] = REVERSE_BITS(tmp);
92 }
93 }
94 }
95
96
97
98 /*
99 * Libération de la mémoire utilisée par les couches
100 * Flush the planes
101 */
102 void Page::flushPlanes()
103 {
104 for (unsigned int i=0; i < 4; i++) {
105 if (_planes[i]) {
106 delete[] _planes[i];
107 _planes[i] = NULL;
108 }
109 }
110 _empty = false;
111 }
112
113
114
115 /*
116 * Mise sur disque / Rechargement
117 * Swapping / restoring
118 */
119 bool Page::swapToDisk(int fd)
120 {
121 unsigned long i;
122 Band* band;
123
124 if (_planes[0] || _planes[1] || _planes[2] || _planes[3]) {
125 ERRORMSG(_("Cannot swap page instance which still contains bitmap "
126 "representation"));
127 return false;
128 }
129 write(fd, &_xResolution, sizeof(_xResolution));
130 write(fd, &_yResolution, sizeof(_yResolution));
131 write(fd, &_width, sizeof(_width));
132 write(fd, &_height, sizeof(_height));
133 write(fd, &_colors, sizeof(_colors));
134 write(fd, &_pageNr, sizeof(_pageNr));
135 write(fd, &_copiesNr, sizeof(_copiesNr));
136 write(fd, &_compression, sizeof(_compression));
137 write(fd, &_empty, sizeof(_empty));
138 write(fd, &_bandsNr, sizeof(_bandsNr));
139 for (i=0, band = _firstBand; i < _bandsNr; i++) {
140 if (!band->swapToDisk(fd))
141 return false;
142 band = band->sibling();
143 }
144
145 return true;
146 }
147
148 Page* Page::restoreIntoMemory(int fd)
149 {
150 unsigned long nr;
151 Page* page;
152
153 page = new Page();
154 read(fd, &page->_xResolution, sizeof(page->_xResolution));
155 read(fd, &page->_yResolution, sizeof(page->_yResolution));
156 read(fd, &page->_width, sizeof(page->_width));
157 read(fd, &page->_height, sizeof(page->_height));
158 read(fd, &page->_colors, sizeof(page->_colors));
159 read(fd, &page->_pageNr, sizeof(page->_pageNr));
160 read(fd, &page->_copiesNr, sizeof(page->_copiesNr));
161 read(fd, &page->_compression, sizeof(page->_compression));
162 read(fd, &page->_empty, sizeof(page->_empty));
163 read(fd, &nr, sizeof(nr));
164 for (unsigned int i=0; i < nr; i++) {
165 Band *band = Band::restoreIntoMemory(fd);
166 if (!band) {
167 delete page;
168 return NULL;
169 }
170 page->registerBand(band);
171 }
172
173 return page;
174 }
175
176
177 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8: */
178
+0
-253
src/pbmimage.cpp less more
0 /*
1 * pbmimage.cpp (C) 2006, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: pbmimage.cpp 56 2006-12-13 15:20:59Z ap2c $
18 *
19 */
20 #include "pbmimage.h"
21 #include <string.h>
22 #include <unistd.h>
23 #include <sys/types.h>
24 #include <sys/stat.h>
25 #include <fcntl.h>
26 #include <unistd.h>
27 #include "error.h"
28
29 /*
30 * Constructeur - Destructeur
31 * Init - Uninit
32 */
33 PbmImage::PbmImage(const char *black, const char *cyan, const char *magenta,
34 const char *yellow)
35 {
36 _color = !cyan && !magenta && !yellow ? false : true;
37 _blackFile = black;
38 _cyanFile = cyan;
39 _magentaFile = magenta;
40 _yellowFile = yellow;
41 _black = NULL;
42 _cyan = NULL;
43 _magenta = NULL;
44 _yellow = NULL;
45
46 _width = 0;
47 _height = 0;
48 _lineSize = 0;
49 _line = 0;
50 _lineBuffer = NULL;
51 _currentColor = 1;
52
53 }
54
55 PbmImage::~PbmImage()
56 {
57 unload();
58 }
59
60
61
62 /*
63 * Chargement de l'image
64 * Load the image
65 */
66 void PbmImage::unload()
67 {
68 if (_black) {
69 fclose(_black);
70 _blackFile = NULL;
71 _black = NULL;
72 }
73 if (_color) {
74 if (_cyan) {
75 fclose(_cyan);
76 _cyanFile = NULL;
77 _cyan = NULL;
78 }
79 if (_magenta) {
80 fclose(_magenta);
81 _magentaFile = NULL;
82 _magenta = NULL;
83 }
84 if (_yellow) {
85 fclose(_yellow);
86 _yellowFile = NULL;
87 _yellow = NULL;
88 }
89 }
90 if (_lineBuffer) {
91 delete[] _lineBuffer;
92 _lineBuffer= NULL;
93 }
94 }
95
96 int PbmImage::load()
97 {
98 uint32_t width, height;
99 char buffer[1024];
100
101 // Open the different files
102 if (!(_black = fopen(_blackFile, "r"))) {
103 fprintf(stderr, _("Cannot open black file %s\n"), _blackFile);
104 return -1;
105 }
106 if (_color) {
107 if (_cyanFile && !(_cyan = fopen(_cyanFile, "r"))) {
108 fprintf(stderr, _("Cannot open cyan file %s\n"),
109 _cyanFile);
110 return -1;
111 }
112 if (_magentaFile && !(_magenta = fopen(_magentaFile, "r"))) {
113 fprintf(stderr, _("Cannot open magenta file %s\n"),
114 _magentaFile);
115 return -1;
116 }
117 if (_yellowFile && !(_yellow = fopen(_yellowFile, "r"))) {
118 fprintf(stderr, _("Cannot open yellow file %s\n"),
119 _yellowFile);
120 return -1;
121 }
122 }
123
124 // Read the PBM header
125 fgets((char *)&buffer, sizeof(buffer), _black);
126 if (strcmp((char *)&buffer, "P4\n")) {
127 fprintf(stderr, _("Invalid PBM file for file %s\n"),
128 _blackFile);
129 return -1;
130 }
131 fgets((char *)&buffer, sizeof(buffer), _black);
132 fscanf(_black, "%u %u\n", &width, &height);
133 _width = width;
134 _height = height;
135 _lineSize = (width + 7) >> 3;
136
137 if (_color) {
138 unsigned int tmpW, tmpH;
139
140 if (_cyan) {
141 fgets((char *)&buffer, sizeof(buffer), _cyan);
142 if (strcmp((char *)&buffer, "P4\n")) {
143 fprintf(stderr, _("Invalid PBM file for file "
144 "%s\n"), _cyanFile);
145 return -1;
146 }
147 fgets((char *)&buffer, sizeof(buffer), _cyan);
148 fscanf(_cyan, "%u %u\n", &tmpW, &tmpH);
149 if ((tmpW != width) || (tmpH != height)) {
150 fprintf(stderr, _("The different PBM layers "
151 "must have the same size\n"));
152 return -1;
153 }
154 }
155 if (_magenta) {
156 fgets((char *)&buffer, sizeof(buffer), _magenta);
157 if (strcmp((char *)&buffer, "P4\n")) {
158 fprintf(stderr, _("Invalid PBM file for file "
159 "%s\n"), _magentaFile);
160 return -1;
161 }
162 fgets((char *)&buffer, sizeof(buffer), _magenta);
163 fscanf(_magenta, "%u %u\n", &tmpW, &tmpH);
164 if ((tmpW != width) || (tmpH != height)) {
165 fprintf(stderr, _("The different PBM layers "
166 "must have the same size\n"));
167 return -1;
168 }
169 }
170 if (_yellow) {
171 fgets((char *)&buffer, sizeof(buffer), _yellow);
172 if (strcmp((char *)&buffer, "P4\n")) {
173 fprintf(stderr, _("Invalid PBM file for file "
174 "%s\n"), _yellowFile);
175 return -1;
176 }
177 fgets((char *)&buffer, sizeof(buffer), _yellow);
178 fscanf(_yellow, "%u %u\n", &tmpW, &tmpH);
179 if ((tmpW != width) || (tmpH != height)) {
180 fprintf(stderr, _("The different PBM layers "
181 "must have the same size\n"));
182 return -1;
183 }
184 }
185 }
186
187 return 0;
188 }
189
190 int PbmImage::loadPage(Printer *printer)
191 {
192 printer->setCompVersion(0x11);
193 if (_line)
194 return 1;
195
196 return 0;
197 }
198
199
200
201 /*
202 * Lecture d'une ligne
203 * Read a line
204 */
205 int PbmImage::readLine()
206 {
207 if (!_lineBuffer)
208 _lineBuffer = new unsigned char[_lineSize];
209
210 if (_line >= _height) {
211 memset(_lineBuffer, 0x00, _lineSize);
212 return _lineSize;
213 }
214
215 if (_color) {
216 switch(_currentColor) {
217 case 1:
218 if (_cyan)
219 fread(_lineBuffer, 1, _lineSize, _cyan);
220 else
221 memset(_lineBuffer, 0x00, _lineSize);
222 _currentColor++;
223 break;
224 case 2:
225 if (_magenta)
226 fread(_lineBuffer, 1, _lineSize,
227 _magenta);
228 else
229 memset(_lineBuffer, 0x00, _lineSize);
230 _currentColor++;
231 break;
232 case 3:
233 if (_yellow)
234 fread(_lineBuffer, 1, _lineSize,
235 _yellow);
236 else
237 memset(_lineBuffer, 0x00, _lineSize);
238 _currentColor++;
239 break;
240 case 4:
241 fread(_lineBuffer, 1, _lineSize, _black);
242 _currentColor = 1;
243 _line++;
244 break;
245 }
246 } else {
247 fread(_lineBuffer, 1, _lineSize, _black);
248 _line++;
249 }
250 return _lineSize;
251 }
252
+0
-204
src/pbmtospl2.cpp less more
0 /*
1 * pbmtospl2.cpp (C) 2006, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: pbmtospl2.cpp 57 2006-12-13 15:40:54Z ap2c $
18 *
19 */
20
21 #include "pbmimage.h"
22 #include "printer.h"
23 #include "spl2.h"
24 #include "error.h"
25
26 #include <errno.h>
27 #include <stdio.h>
28 #include <stdlib.h>
29 #include <string.h>
30 #include <cups/ppd.h>
31 #include <cups/cups.h>
32
33 static void _printHelp()
34 {
35 printf(_("Usage: %s [options] <black PBM file> [<cyan PBM "
36 "file>] [<magenta PBM file>] [<yellow PBM file>]\n\n"),
37 "pbmtospl2");
38 printf(_("Available options:\n"));
39 printf(_(" -h --help Print this help message\n"));
40 printf(_(" -o --output <file> Change the output file "
41 "[default to stdout]\n"));
42 printf(_(" -P --ppd <file> Select the ppd file to use\n"));
43 printf(_(" -p --papersize <name> Select the paper to use\n"));
44 printf(_(" -r --resolution <res> Select the resolution\n"));
45 }
46
47 int main(int argc, const char **argv)
48 {
49 const char *black=NULL, *cyan=NULL, *magenta=NULL, *yellow=NULL;
50 const char *resolution=NULL, *paperSize=NULL;
51 const char *output=NULL, *ppdFile=NULL;
52 PbmImage *document;
53 Printer *printer;
54 FILE *ppdHandle;
55 ppd_file_t* ppd;
56 int i, j, k;
57 SPL2 spl2;
58
59
60 // Check options
61 for (i=1; i < argc; i++) {
62 if (argv[i][0] != '-')
63 break;
64 // Long options
65 if (argv[i][1] == '-') {
66 if (!strcmp(argv[i], "--help")) {
67 _printHelp();
68 return 0;
69 } else if (!strcmp(argv[i], "--output")) {
70 output = argv[i+1];
71 i++;
72 } else if (!strcmp(argv[i], "--ppd")) {
73 ppdFile = argv[i+1];
74 i++;
75 } else if (!strcmp(argv[i], "--resolution")) {
76 resolution = argv[i+1];
77 i++;
78 } else if (!strcmp(argv[i], "--papersize")) {
79 paperSize = argv[i+1];
80 i++;
81 } else {
82 fprintf(stderr, _("Invalid argument %s\n\n"),
83 argv[i]);
84 _printHelp();
85 return 1;
86 }
87
88 // Short options
89 } else {
90 k = i+1;
91 for (j=1; argv[i][j]; j++) {
92 switch (argv[i][j]) {
93 case 'h':
94 _printHelp();
95 return 0;
96 case 'o':
97 output = argv[k];
98 k++;
99 break;
100 case 'P':
101 ppdFile = argv[k];
102 k++;
103 break;
104 case 'r':
105 resolution = argv[k];
106 k++;
107 break;
108 case 'p':
109 paperSize = argv[k];
110 k++;
111 break;
112 default:
113 fprintf(stderr, _("Invalid "
114 "argument -%c\n\n"),
115 argv[i][j]);
116 _printHelp();
117 return 1;
118 };
119 }
120 i = k-1;
121 }
122 }
123
124 // Get the layer files
125 if (!argv[i]) {
126 fprintf(stderr, _("No black PBM file specified.\n\n"));
127 _printHelp();
128 return 1;
129 } else {
130 black = argv[i];
131 if (argv[i+1]) {
132 cyan = argv[i+1];
133 if (argv[i+2]) {
134 magenta = argv[i+2];
135 if (argv[i+3])
136 yellow = argv[i+3];
137 }
138 }
139 }
140
141 // Open the PPD file
142 if (ppdFile) {
143 if (!(ppdHandle = fopen(ppdFile, "r"))) {
144 fprintf(stderr, _("Cannot open PPD file %s\n"),
145 ppdFile);
146 return errno;
147 }
148 ppd = ppdOpen(ppdHandle);
149 } else {
150 fprintf(stderr, _("No PPD file specified.\n\n"));
151 _printHelp();
152 return 1;
153 }
154
155 // Mark the options
156 ppdMarkDefaults(ppd);
157 if (resolution)
158 ppdMarkOption(ppd, "Resolution", resolution);
159 if (paperSize)
160 ppdMarkOption(ppd, "PaperSize", paperSize);
161
162
163 // Prepare the output
164 if (output) {
165 if (!freopen(output, "w", stdout)) {
166 fprintf(stderr, _("Cannot open output file %s\n"),
167 output);
168 return errno;
169 }
170 }
171 setbuf(stdout, NULL);
172
173
174 // Create the document
175
176 // Create the document
177 document = new PbmImage(black, magenta, cyan, yellow);
178 if (document->load()) {
179 delete document;
180 return 1;
181 }
182
183 // Create the printer
184 printer = new Printer(ppd);
185
186 // Convert and print
187 DEBUG("Génération du code....");
188 spl2.setPrinter(printer);
189 spl2.setOutput(stdout);
190 spl2.beginDocument();
191
192 while (!spl2.printPage(document, 1));
193
194 spl2.closeDocument();
195
196 ppdClose(ppd);
197 fclose(ppdHandle);
198 delete document;
199 delete printer;
200
201 return 0;
202 }
203
0 /*
1 * ppdfile.cpp (C) 2006-2008, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: ppdfile.cpp 256 2008-11-30 14:20:22Z ap2c $
18 *
19 */
20 #include "ppdfile.h"
21 #include <cups/cups.h>
22 #include <string.h>
23 #include <ctype.h>
24 #include "errlog.h"
25
26
27
28 /*
29 * Constructeur - Destructeur
30 * Init - Uninit
31 */
32 PPDFile::PPDFile()
33 {
34 _ppd = NULL;
35 }
36
37 PPDFile::~PPDFile()
38 {
39 close();
40 }
41
42
43
44 /*
45 * Ouverture et fermeture du fichier PPD
46 * Opening or closing PPD file
47 */
48 bool PPDFile::open(const char *file, const char *version, const char *useropts)
49 {
50 const char *fileVersion;
51 cups_option_t *options;
52 int nr;
53
54 // Check if a PPD file was previously opened
55 if (_ppd) {
56 ERRORMSG(_("Internal warning: a PPD file was previously opened. Please "
57 "close it before opening a new one."));
58 close();
59 }
60
61 // Open the PPD file
62 _ppd = ppdOpenFile(file);
63 if (!_ppd) {
64 ERRORMSG(_("Cannot open PPD file %s"), file);
65 return false;
66 }
67
68 // Mark the default values and the user options
69 ppdMarkDefaults(_ppd);
70 nr = cupsParseOptions(useropts, 0, &options);
71 cupsMarkOptions(_ppd, nr, options);
72 cupsFreeOptions(nr, options);
73
74 // Check if the PPD version is compatible with this filter
75 fileVersion = get("FileVersion");
76 if (!fileVersion) {
77 ERRORMSG(_("No FileVersion found in the PPD file: invalid "
78 "PPD file"));
79 ppdClose(_ppd);
80 _ppd = NULL;
81 return false;
82 }
83 if (strcmp(fileVersion, version)) {
84 ERRORMSG(_("Invalid PPD file version: %s but the PPD file "
85 "is designed for SpliX V. %s"), version, fileVersion);
86 ppdClose(_ppd);
87 _ppd = NULL;
88 return false;
89 }
90
91 return true;
92 }
93
94 void PPDFile::close()
95 {
96 if (!_ppd)
97 return;
98 ppdClose(_ppd);
99 _ppd = NULL;
100 }
101
102
103
104
105 /*
106 * Obtention d'une donnée du fichier PPD
107 * Get a string from the PPD file
108 */
109 PPDValue PPDFile::get(const char *name, const char *opt)
110 {
111 ppd_attr_t *attr;
112 PPDValue val;
113
114 if (!_ppd) {
115 ERRORMSG(_("Trying to read a PPD file which wasn't opened"));
116 return val;
117 }
118
119 if (!opt)
120 attr = ppdFindAttr(_ppd, name, NULL);
121 else
122 attr = ppdFindAttr(_ppd, opt, name);
123 if (!attr) {
124 ppd_choice_t *choice;
125 choice = ppdFindMarkedChoice(_ppd, name);
126 if (!choice)
127 return val;
128 val.set(choice->choice);
129 } else
130 val.set(attr->value);
131 return val;
132 }
133
134 PPDValue PPDFile::getPageSize(const char *name)
135 {
136 ppd_size_t *s;
137 PPDValue val;
138
139 if (!(s = ppdPageSize(_ppd, name)))
140 return val;
141 val.set(s->width, s->length, s->left, s->bottom);
142 return val;
143 }
144
145
146
147 /*
148 * Gestion des valeurs du PPD
149 * PPD values management
150 */
151 PPDFile::Value::Value()
152 {
153 _value = NULL;
154 _out = NULL;
155 _preformatted = NULL;
156 _width = 0.;
157 _height = 0.;
158 _marginX = 0.;
159 _marginY = 0.;
160 }
161
162 PPDFile::Value::Value(const char *value)
163 {
164 _value = value;
165 _out = value;
166 _preformatted = NULL;
167 _width = 0.;
168 _height = 0.;
169 _marginX = 0.;
170 _marginY = 0.;
171 }
172
173 PPDFile::Value::~Value()
174 {
175 if (_preformatted)
176 delete[] _preformatted;
177 }
178
179 PPDFile::Value& PPDFile::Value::set(const char *value)
180 {
181 if (_preformatted) {
182 delete[] _preformatted;
183 _preformatted = NULL;
184 }
185 _value = value;
186 _out = _value;
187
188 return *this;
189 }
190
191 PPDFile::Value& PPDFile::Value::set(float width, float height, float marginX,
192 float marginY)
193 {
194 _width = width;
195 _height = height;
196 _marginX = marginX;
197 _marginY = marginY;
198
199 return *this;
200 }
201
202 PPDFile::Value& PPDFile::Value::setPreformatted()
203 {
204 const char *str = _value;
205 unsigned int i;
206
207 if (!str)
208 return *this;
209
210 _preformatted = new char[strlen(str)];
211 for (i=0; *str; str++) {
212 if (*str == '<' && strlen(str) >= 3 && isxdigit(*(str+1))) {
213 char temp[3] = {0, 0, 0};
214
215 str++;
216 temp[0] = *str;
217 str++;
218 if (*str != '>' && (!isxdigit(*str) || *(str + 1) != '>')) {
219 _preformatted[i] = '<';
220 _preformatted[i+1] = temp[0];
221 i += 2;
222 continue;
223 }
224 if (*str != '>') {
225 temp[1] = *str;
226 str++;
227 }
228 _preformatted[i] = (char)strtol((char *)&temp, (char **)NULL,16);
229 i++;
230 continue;
231 }
232 _preformatted[i] = *str;
233 i++;
234 }
235 _preformatted[i] = 0;
236 _out = _preformatted;
237
238 return *this;
239 }
240
241 char* PPDFile::Value::deepCopy() const
242 {
243 char *tmp;
244
245 if (!_out)
246 return NULL;
247 tmp = new char[strlen(_out)+1];
248 strcpy(tmp, _out);
249
250 return tmp;
251 }
252
253 bool PPDFile::Value::isTrue() const
254 {
255 if (!_out)
256 return false;
257 if (!strcmp(_out, "1") || !strcasecmp(_out, "true") ||
258 !strcasecmp(_out, "enable") || !strcasecmp(_out, "enabled") ||
259 !strcasecmp(_out, "yes") || !strcasecmp(_out, "on"))
260 return true;
261 return false;
262 }
263
264 bool PPDFile::Value::operator == (const char* val) const
265 {
266 if (!_out)
267 return false;
268 return !strcasecmp(_out, val);
269 }
270
271 bool PPDFile::Value::operator != (const char* val) const
272 {
273 if (!_out)
274 return true;
275 return strcasecmp(_out, val);
276 }
277
278
279
280 /*
281 * Opérateur d'assignation
282 * Assignment operator
283 */
284 void PPDFile::Value::operator = (const PPDFile::Value::Value &val)
285 {
286 if (_preformatted)
287 delete[] _preformatted;
288 _value = val._value;
289 _out = val._out;
290 _preformatted = val._preformatted;
291 _width = val._width;
292 _height = val._height;
293 _marginX = val._marginX;
294 _marginY = val._marginY;
295 }
296
297
298 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8: */
299
00 /*
1 * printer.cpp (C) 2006, Aurélien Croc (AP²C)
1 * printer.cpp (C) 2006-2008, Aurélien Croc (AP²C)
22 *
33 * This program is free software; you can redistribute it and/or modify
44 * it under the terms of the GNU General Public License as published by
1414 * Free Software Foundation, Inc.,
1515 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
1616 *
17 * $Id: printer.cpp 68 2006-12-15 07:37:13Z ap2c $
18 *
17 * $Id: printer.cpp 253 2008-11-29 16:51:20Z ap2c $
18 *
1919 */
2020 #include "printer.h"
21 #include <stdlib.h>
21 #include <time.h>
2222 #include <string.h>
23 #include <ctype.h>
24 #include <time.h>
25 #include "error.h"
26
27 /*
28 * Fonctions internes
29 * Internal functions
30 */
31 long double Printer::_convertX(long double d) const
32 {
33 return d * _xresolution / 72.;
34 }
35
36 long double Printer::_convertY(long double d) const
37 {
38 return d * _yresolution / 72.;
39 }
40
41 char *Printer::_convertStr(const char *str) const
42 {
43 unsigned int i;
44 char *out = new char[strlen(str)];
45
46 for (i=0; *str; str++) {
47 if (*str == '<' && strlen(str) >= 3 && isxdigit(*(str+1))) {
48 char temp[3] = {0, 0, 0};
49
50 str++;
51 temp[0] = *str;
52 str++;
53 if (*str != '>' && (!isxdigit(*str) ||
54 *(str + 1) != '>')) {
55 out[i] = '<';
56 out[i+1] = temp[0];
57 i += 2;
58 continue;
59 }
60 if (*str != '>') {
61 temp[1] = *str;
62 str++;
63 }
64 out[i] = (char)strtol((char *)&temp, (char **)NULL, 16);
65 i++;
66 continue;
67 }
68 out[i] = *str;
69 i++;
70 }
71 out[i] = 0;
72 return out;
73 }
23 #include "errlog.h"
24 #include "request.h"
25 #include "ppdfile.h"
7426
7527
7628
7830 * Constructeur - Destructeur
7931 * Init - Uninit
8032 */
81 Printer::Printer(ppd_file_t *ppd)
82 {
83 ppd_choice_t *choice;
84 ppd_attr_t *attr;
85
86
87 _username = "Unknown";
88 _jobname = "No name";
89 _ppd = ppd;
90 _pageSizeX = 595.;
91 _pageSizeY = 842.;
92 _marginX = 12.5;
93 _marginY = 12.5;
94 _areaX = 582.5;
95 _areaY = 829.5;
96 _bandHeight = 0x80;
97 _duplex = 0x0100;
98
99 // Get the QPDL version and color information
100 attr = ppdFindAttr(_ppd, "QPDL", "QPDLVersion");
101 if (attr)
102 _qpdlVersion = strtol(attr->value, (char **)NULL, 10);
103 attr = ppdFindAttr(_ppd, "QPDL", "ColorPrinter");
104 _color = attr->value[0] == '1' ? true : false;
105
106 // Get the resolution
107 if ((choice = ppdFindMarkedChoice(_ppd, "Resolution"))) {
108 if (!strcmp("300dpi", choice->choice)) {
109 _xresolution = 300;
110 _yresolution = 300;
111 _bandHeight = 0x40;
112 _qpdlVersion = 0;
113 } else if (!strcmp("600dpi", choice->choice)) {
114 _xresolution = 600;
115 _yresolution = 600;
116 } else if (!strcmp("1200dpi", choice->choice)) {
117 _xresolution = 1200;
118 _yresolution = 1200;
119 } else if (!strcmp("1200x600pi", choice->choice)) {
120 _xresolution = 1200;
121 _yresolution = 600;
122 } else {
123 _xresolution = 600;
124 _yresolution = 600;
125 }
126 } else {
127 _xresolution = 600;
128 _yresolution = 600;
129 }
130
131 // Get the paper type
132 if ((choice = ppdFindMarkedChoice(_ppd, "MediaSize")) || (choice =
133 ppdFindMarkedChoice(_ppd, "PageSize"))) {
134 if (!(strcmp(choice->choice, "Letter")))
135 _paperType = 0;
136 else if (!(strcmp(choice->choice, "Legal")))
137 _paperType = 1;
138 else if (!(strcmp(choice->choice, "A4")))
139 _paperType = 2;
140 else if (!(strcmp(choice->choice, "Executive")))
141 _paperType = 3;
142 else if (!(strcmp(choice->choice, "Ledger")))
143 _paperType = 4;
144 else if (!(strcmp(choice->choice, "A3")))
145 _paperType = 5;
146 else if (!(strcmp(choice->choice, "Env10")))
147 _paperType = 6;
148 else if (!(strcmp(choice->choice, "Monarch")))
149 _paperType = 7;
150 else if (!(strcmp(choice->choice, "C5")))
151 _paperType = 8;
152 else if (!(strcmp(choice->choice, "DL")))
153 _paperType = 9;
154 else if (!(strcmp(choice->choice, "B4")))
155 _paperType = 10;
156 else if (!(strcmp(choice->choice, "B5")))
157 _paperType = 11;
158 else if (!(strcmp(choice->choice, "EnvISOB5")))
159 _paperType = 12;
160 else if (!(strcmp(choice->choice, "A5")))
161 _paperType = 16;
162 else if (!(strcmp(choice->choice, "A6")))
163 _paperType = 17;
164 else if (!(strcmp(choice->choice, "EnvISOB6")))
165 _paperType = 18;
166 else if (!(strcmp(choice->choice, "C6")))
167 _paperType = 23;
168 else if (!(strcmp(choice->choice, "Folio")))
169 _paperType = 24;
170 else {
171 ERROR(_("Printer::Printer: Invalid MediaSize %s"),
172 choice->choice);
173 _paperType = 2;
174 }
175 } else
176 _paperType = 2;
177
178 // Get the paper source
179 if ((choice = ppdFindMarkedChoice(_ppd, "InputSlot"))) {
180 if (!(strcmp(choice->choice, "Auto")))
181 _paperSource = 1;
182 else if (!(strcmp(choice->choice, "Manual")))
183 _paperSource = 2;
184 else if (!(strcmp(choice->choice, "Multi")))
185 _paperSource = 3;
186 else if (!(strcmp(choice->choice, "Upper")))
187 _paperSource = 4;
188 else if (!(strcmp(choice->choice, "Lower")))
189 _paperSource = 5;
190 else if (!(strcmp(choice->choice, "Envelope")))
191 _paperSource = 6;
192 else if (!(strcmp(choice->choice, "Tray3")))
193 _paperSource = 7;
194 else {
195 ERROR(_("Printer::Printer: Invalid InputSlot %s"),
196 choice->choice);
197 _paperSource = 1;
198 }
199 } else
200 _paperSource = 1;
201
202 // Get the duplex
203 if ((choice = ppdFindMarkedChoice(_ppd, "Duplex"))) {
204 if (!(strcmp(choice->choice, "None")))
205 _duplex = 0;
206 else if (!(strcmp(choice->choice, "DuplexNoTumble")))
207 _duplex = 0x0101;
208 else if (!(strcmp(choice->choice, "DuplexTumble")))
209 _duplex = 0x0001;
210 else
211 _duplex = 0x0100;
212 }
213 if ((choice = ppdFindMarkedChoice(_ppd, "JCLDuplex"))) {
214 if (!(strcmp(choice->choice, "None")))
215 _duplex = 0;
216 else if (!(strcmp(choice->choice, "DuplexNoTumble")))
217 _duplex = 0x0101;
218 else if (!(strcmp(choice->choice, "DuplexTumble")))
219 _duplex = 0x0001;
220 else
221 _duplex = 0x0100;
222 }
223
224 // Compression algorithm version
225 _compVersion = 0x11;
226
227 // Get the doc header values
228 attr = ppdFindAttr(_ppd, "General", "docHeaderValues");
229 if (attr)
230 _docHeaderValues = _convertStr(attr->value);
231 else {
232 _docHeaderValues = new char[3];
233 _docHeaderValues[0] = 0;
234 _docHeaderValues[1] = 0;
235 _docHeaderValues[2] = 0;
236 }
237
33 Printer::Printer()
34 {
35 _manufacturer = NULL;
36 _model = NULL;
37 _beginPJL = NULL;
38 _endPJL = NULL;
23839 }
23940
24041 Printer::~Printer()
24142 {
242 delete[] _docHeaderValues;
243 }
43 if (_manufacturer)
44 delete[] _manufacturer;
45 if (_model)
46 delete [] _model;
47 if (_beginPJL)
48 delete [] _beginPJL;
49 if (_endPJL)
50 delete [] _endPJL;
51 }
52
24453
24554
24655 /*
247 * Émission PJL
248 * PJL header and footer
56 * Chargement des informations sur l'imprimante
57 * Load the printer information
24958 */
250 void Printer::newJob(FILE *output)
251 {
252 ppd_choice_t *choice;
253 struct tm *timeinfo;
254 ppd_attr_t *attr;
255 time_t timestamp;
256
257 // Send the PJL Begin
258 attr = ppdFindAttr(_ppd, "PJL", "BeginPJL");
259 if (attr) {
260 char *tmp;
261 tmp = _convertStr(attr->value);
262 fprintf(output, "%s", tmp);
263 delete[] tmp;
264 } else
265 fprintf(output, "%%-12345X");
266
267 // Job information
268 time(&timestamp);
269 timeinfo = localtime(&timestamp);
270 fprintf(output, "@PJL DEFAULT SERVICEDATE=%04u%02u%02u\n",
271 1900+timeinfo->tm_year, timeinfo->tm_mon+1, timeinfo->tm_mday);
272 fprintf(output, "@PJL SET USERNAME=\"%s\"\n", _username);
273 fprintf(output, "@PJL SET JOBNAME=\"%s\"\n", _jobname);
274
275 // Get the paper type
276 if ((choice = ppdFindMarkedChoice(_ppd, "MediaType"))) {
277 if (!strcmp(choice->choice, "OFF"))
278 fprintf(output, "@PJL SET PAPERTYPE = OFF\n");
279 else
280 fprintf(output, "@PJL SET PAPERTYPE = %s\n",
281 choice->choice);
282 }
283
284 // Get the toner density
285 if ((choice = ppdFindMarkedChoice(_ppd, "TonerDensity")))
286 fprintf(output, "@PJL SET DENSITY = %s\n", choice->choice);
287 else
288 fprintf(output, "@PJL SET DENSITY = 3\n");
289
290 // Get the economode state
291 if ((choice = ppdFindMarkedChoice(_ppd, "EconoMode")) &&
292 strcmp(choice->choice, "0")) {
293 if (!strcmp(choice->choice, "ON")) {
294 fprintf(output, "@PJL SET ECONOMODE = ON\n");
295 } else
296 fprintf(output, "@PJL SET ECONOMODE = OFF\n");
297 }
298
299 // Get the powersave state
300 if ((choice = ppdFindMarkedChoice(_ppd, "PowerSave")) &&
301 strcmp(choice->choice, "False")) {
302 fprintf(output, "@PJL SET POWERSAVE = ON\n");
303 fprintf(output, "@PJL SET POWERSAVETIME = %s\n",
304 choice->choice);
305 }
306
307 // Get the jam recovery state
308 if ((choice = ppdFindMarkedChoice(_ppd, "JamRecovery")) &&
309 !strcmp(choice->choice, "True"))
310 fprintf(output, "@PJL SET JAMERECOVERY = ON\n");
311 else
312 fprintf(output, "@PJL SET JAMERECOVERY = OFF\n");
313
314 // Get the SRT mode
315 if ((choice = ppdFindMarkedChoice(_ppd, "SRTMode"))) {
316 fprintf(output, "@PJL SET RET = %s\n", choice->choice);
317 } else
318 fprintf(output, "@PJL SET RET = NORMAL\n");
319
320 // Enable the Duplex mode
321 if (_duplex == 0)
322 fprintf(output, "@PJL SET DUPLEX = OFF\n");
323 else if (_duplex == 0x0101)
324 fprintf(output, "@PJL SET DUPLEX = ON\n@PJL SET BINDING = "
325 "LONGEDGE\n");
326 else if (_duplex == 0x0001)
327 fprintf(output, "@PJL SET DUPLEX = ON\n@PJL SET BINDING = "
328 "SHORTEDGE\n");
329 }
330
331 void Printer::endJob(FILE *output)
332 {
333 ppd_attr_t *attr;
334
335 attr = ppdFindAttr(_ppd, "PJL", "EndPJL");
336 if (attr) {
337 char *tmp;
338
339 tmp = _convertStr(attr->value);
340 fprintf(output, "%s", tmp);
341 delete[] tmp;
342 } else
343 fprintf(output, "\t%%-12345X");
344 }
345
346
347 /*
348 * Calcul des dimensions à la résolution demandée
349 * Calculate dimensions for the approprioate resolution
350 */
59 bool Printer::loadInformation(const Request& request)
60 {
61 const char *paperType, *paperSource;
62 PPDValue value;
63
64 // Get some printer information
65 if (request.ppd()->get("BandSize", "QPDL").isNull()) {
66 ERRORMSG(_("Unknown band size. Operation aborted."));
67 return false;
68 }
69 _bandHeight = request.ppd()->get("BandSize", "QPDL");
70 _packetSize = request.ppd()->get("PacketSize", "QPDL");
71 _packetSize *= 1024;
72 _manufacturer = request.ppd()->get("Manufacturer").deepCopy();
73 _model = request.ppd()->get("ModelName").deepCopy();
74 _color = request.ppd()->get("ColorDevice");
75 _qpdlVersion = request.ppd()->get("QPDLVersion", "QPDL");
76 if (!_qpdlVersion || (_qpdlVersion > 2 && _qpdlVersion != 5)) {
77 ERRORMSG(_("Invalid QPDL version. Operation aborted."));
78 return false;
79 }
80 value = request.ppd()->get("DocHeaderValues", "General");
81 value.setPreformatted();
82 if (value.isNull()) {
83 ERRORMSG(_("Unknown header values. Operation aborted."));
84 return false;
85 }
86 _unknownByte1 = ((const char *)value)[0];
87 _unknownByte2 = ((const char *)value)[1];
88 _unknownByte3 = ((const char *)value)[2];
89
90 // Get PJL information
91 value = request.ppd()->get("BeginPJL", "PJL");
92 value.setPreformatted();
93 if (value.isNull()) {
94 ERRORMSG(_("No PJL header found. Operation aborted."));
95 return false;
96 }
97 _beginPJL = value.deepCopy();
98 value = request.ppd()->get("EndPJL", "PJL");
99 value.setPreformatted();
100 if (value.isNull()) {
101 ERRORMSG(_("No PJL footer found. Operation aborted."));
102 return false;
103 }
104 _endPJL = value.deepCopy();
105
106 // Get the paper information
107 paperType = request.ppd()->get("MediaSize");
108 if (!paperType)
109 paperType = request.ppd()->get("PageSize");
110 if (!paperType) {
111 ERRORMSG(_("Cannot get paper size information. Operation aborted."));
112 return false;
113 }
114 if (!(strcasecmp(paperType, "Letter"))) _paperType = 0;
115 else if (!(strcasecmp(paperType, "Legal"))) _paperType = 1;
116 else if (!(strcasecmp(paperType, "A4"))) _paperType = 2;
117 else if (!(strcasecmp(paperType, "Executive"))) _paperType = 3;
118 else if (!(strcasecmp(paperType, "Ledger"))) _paperType = 4;
119 else if (!(strcasecmp(paperType, "A3"))) _paperType = 5;
120 else if (!(strcasecmp(paperType, "Env10"))) _paperType = 6;
121 else if (!(strcasecmp(paperType, "Monarch"))) _paperType = 7;
122 else if (!(strcasecmp(paperType, "C5"))) _paperType = 8;
123 else if (!(strcasecmp(paperType, "DL"))) _paperType = 9;
124 else if (!(strcasecmp(paperType, "B4"))) _paperType = 10;
125 else if (!(strcasecmp(paperType, "B5"))) _paperType = 11;
126 else if (!(strcasecmp(paperType, "EnvISOB5"))) _paperType = 12;
127 else if (!(strcasecmp(paperType, "Postcard"))) _paperType = 14;
128 else if (!(strcasecmp(paperType, "DoublePostcardRotated"))) _paperType = 15;
129 else if (!(strcasecmp(paperType, "A5"))) _paperType = 16;
130 else if (!(strcasecmp(paperType, "A6"))) _paperType = 17;
131 else if (!(strcasecmp(paperType, "B6"))) _paperType = 18;
132 else if (!(strcasecmp(paperType, "C6"))) _paperType = 23;
133 else if (!(strcasecmp(paperType, "Folio"))) _paperType = 24;
134 else if (!(strcasecmp(paperType, "EnvPersonal"))) _paperType = 25;
135 else if (!(strcasecmp(paperType, "Env9"))) _paperType = 26;
136 else if (!(strcasecmp(paperType, "Oficio"))) _paperType = 28;
137 else {
138 ERRORMSG(_("Invalid paper size \"%s\". Operation aborted."), paperType);
139 return false;
140 }
141
142 value = request.ppd()->getPageSize(paperType);
143 if (value.width() == 0. || value.height() == 0.) {
144 ERRORMSG(_("Null paper size \"%s\" found. Operation aborted."),
145 paperType);
146 return false;
147 }
148 _pageWidth = value.width();
149 _pageHeight = value.height();
150 _hardMarginX = value.marginX();
151 _hardMarginY = value.marginY();
152
153 paperSource = request.ppd()->get("InputSlot");
154 if (!paperSource) {
155 paperSource = "Auto";
156 ERRORMSG(_("Cannot get input slot information."));
157 }
158 if (!(strcasecmp(paperSource, "Auto"))) _paperSource = 1;
159 else if (!(strcasecmp(paperSource, "Manual"))) _paperSource = 2;
160 else if (!(strcasecmp(paperSource, "Multi"))) _paperSource = 3;
161 else if (!(strcasecmp(paperSource, "Upper"))) _paperSource = 4;
162 else if (!(strcasecmp(paperSource, "Lower"))) _paperSource = 5;
163 else if (!(strcasecmp(paperSource, "Envelope"))) _paperSource = 6;
164 else if (!(strcasecmp(paperSource, "Tray3"))) _paperSource = 7;
165 else {
166 ERRORMSG(_("Invalid paper source \"%s\". Operation aborted."),
167 paperSource);
168 return false;
169 }
170
171 DEBUGMSG(_("%s printer %s with QPDL v. %lu"), _color ? "Color" :
172 "Monochrome", _model, _qpdlVersion);
173
174 return true;
175 }
176
177 bool Printer::sendPJLHeader(const Request& request) const
178 {
179 const char *reverse;
180 struct tm *timeinfo;
181 time_t timestamp;
182
183 time(&timestamp);
184 timeinfo = localtime(&timestamp);
185
186 printf("%s", _beginPJL);
187
188 // Information about the job
189 printf("@PJL DEFAULT SERVICEDATE=%04u%02u%02u\n", 1900+timeinfo->tm_year,
190 timeinfo->tm_mon+1, timeinfo->tm_mday);
191 printf("@PJL SET USERNAME=\"%s\"\n", request.userName());
192 printf("@PJL SET JOBNAME=\"%s\"\n", request.jobTitle());
193
194 // Set some printer options
195 if (!request.ppd()->get("EconoMode").isNull() &&
196 request.ppd()->get("EconoMode") != "0")
197 printf("@PJL SET ECONOMODE=%s\n", (const char *)request.ppd()->
198 get("EconoMode"));
199 if (!request.ppd()->get("PowerSave").isNull()) {
200 if (request.ppd()->get("PowerSave") != "False") {
201 printf("@PJL DEFAULT POWERSAVE=ON\n");
202 printf("@PJL DEFAULT POWERSAVETIME=%s\n",
203 (const char *)request.ppd()->get("PowerSave"));
204 } else
205 printf("@PJL DEFAULT POWERSAVE=OFF\n");
206 }
207
208 if (request.ppd()->get("JamRecovery").isTrue())
209 printf("@PJL SET JAMRECOVERY=ON\n");
210 else
211 printf("@PJL SET JAMRECOVERY=OFF\n");
212 if (request.printer()->color()) {
213 if (!strcasecmp(request.ppd()->get("ColorModel"), "CMYK"))
214 printf("@PJL SET COLORMODE=COLOR\n");
215 else
216 printf("@PJL SET COLORMODE=MONO\n");
217 }
218
219 // Information about the duplex
220 reverse = request.reverseDuplex() ? "REVERSE_" : "";
221 switch (request.duplex()) {
222 case Request::Simplex:
223 printf("@PJL SET DUPLEX=OFF\n");
224 break;
225 case Request::LongEdge:
226 printf("@PJL SET DUPLEX=ON\n");
227 printf("@PJL SET BINDING=%sLONGEDGE\n", reverse);
228 break;
229 case Request::ShortEdge:
230 printf("@PJL SET DUPLEX=ON\n");
231 printf("@PJL SET BINDING=%sSHORTEDGE\n", reverse);
232 break;
233 case Request::ManualLongEdge:
234 printf("@PJL SET DUPLEX=MANUAL\n");
235 printf("@PJL SET BINDING=LONGEDGE\n");
236 break;
237 case Request::ManualShortEdge:
238 printf("@PJL SET DUPLEX=MANUAL\n");
239 printf("@PJL SET BINDING=SHORTEDGE\n");
240 break;
241 }
242
243 // Set some job options
244 if (request.ppd()->get("MediaType").isNull())
245 printf("@PJL SET PAPERTYPE=OFF\n");
246 else
247 printf("@PJL SET PAPERTYPE=%s\n", (const char *)request.ppd()->
248 get("MediaType"));
249 if (request.ppd()->get("Altitude").isNull())
250 printf("@PJL SET ALTITUDE=LOW\n");
251 else
252 printf("@PJL SET ALTITUDE=%s\n", (const char *)request.ppd()->
253 get("Altitude"));
254 if (request.ppd()->get("TonerDensity").isNull())
255 printf("@PJL SET DENSITY=3\n");
256 else
257 printf("@PJL SET DENSITY=%s\n", (const char *)request.ppd()->
258 get("TonerDensity"));
259 if (request.ppd()->get("SRTMode").isNull())
260 printf("@PJL SET RET=NORMAL\n");
261 else
262 printf("@PJL SET RET=%s\n", (const char *)request.ppd()->
263 get("SRTMode"));
264
265 printf("@PJL ENTER LANGUAGE = QPDL\n");
266 fflush(stdout);
267
268 return true;
269 }
270
271 bool Printer::sendPJLFooter(const Request& request) const
272 {
273 printf("%s", _endPJL);
274 fflush(stdout);
275
276 return true;
277 }
278
279 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8: */
280
0 /*
1 * pstoqpdl.cpp (C) 2007-2008, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: pstoqpdl.cpp 223 2008-06-15 09:20:51Z ap2c $
18 *
19 */
20 #include "ppdfile.h"
21 #include "errlog.h"
22 #include "version.h"
23 #include <ctype.h>
24 #include <errno.h>
25 #include <stdio.h>
26 #include <string.h>
27 #include <unistd.h>
28 #include <sys/stat.h>
29 #include <sys/wait.h>
30 #include <sys/types.h>
31
32
33 /*
34 * Appel des filtres
35 * Filter call
36 */
37 static char *_toLower(const char *data)
38 {
39 char *tmp = new char[strlen(data) + 1];
40 unsigned int i;
41
42 for (i=0; data[i]; i++)
43 tmp[i] = (char) tolower(data[i]);
44 tmp[i] = 0;
45 return tmp;
46 }
47
48 static int _linkFilters(const char *arg1, const char *arg2, const char *arg3,
49 const char *arg4, const char *arg5)
50 {
51 int rasterInput[2], rasterOutput[2];
52 int raster, splix;
53
54 // Call pstoraster
55 if (pipe(rasterInput) || pipe(rasterOutput)) {
56 ERRORMSG(_("Cannot create pipe (%i)"), errno);
57 return 0;
58 }
59
60 // Launch SpliX
61 if (!(splix = fork())) {
62 // SpliX code
63 close(rasterInput[1]);
64 close(rasterInput[0]);
65 close(rasterOutput[1]);
66 dup2(rasterOutput[0], STDIN_FILENO);
67 close(rasterOutput[0]);
68 execl(RASTERDIR "/" RASTERTOQPDL, RASTERDIR "/" RASTERTOQPDL, arg1,
69 arg2, arg3, arg4, arg5, (char *)NULL);
70 ERRORMSG(_("Cannot execute rastertoqpdl (%i)"), errno);
71 exit(0);
72 }
73 DEBUGMSG(_("SpliX launched with PID=%u"), splix);
74
75 // Launch the raster
76 dup2(rasterInput[1], STDOUT_FILENO);
77 close(rasterOutput[0]);
78 close(rasterInput[1]);
79 if (!(raster = fork())) {
80 // Raster code
81 dup2(rasterInput[0], STDIN_FILENO);
82 dup2(rasterOutput[1], STDOUT_FILENO);
83 close(rasterInput[0]);
84 close(rasterOutput[1]);
85 execl(RASTERDIR "/" PSTORASTER, RASTERDIR "/" PSTORASTER, arg1, arg2,
86 arg3, arg4, arg5,(char *)NULL);
87 ERRORMSG(_("Cannot execute pstoraster (%i)"), errno);
88 exit(0);
89 }
90 DEBUGMSG(_("raster launched with PID=%u"), raster);
91 close(rasterInput[0]);
92 close(rasterOutput[1]);
93
94 return splix;
95 }
96
97
98
99 /*
100 * Lecture des fichiers CRD / CSA
101 * CSA / CRD read
102 */
103 static char *_readCMSFile(PPDFile& ppd, const char *manufacturer, bool csa)
104 {
105 unsigned long xResolution=0, yResolution=0, size;
106 PPDValue resolution;
107 const char *file;
108 char *tmp, *res;
109 struct stat fi;
110 FILE *handle;
111
112 // Get the base filename
113 file = ppd.get("CMSFile", "General");
114 if (!file || !(*file))
115 return NULL;
116
117 // Get the resolution
118 resolution = ppd.get("Resolution");
119 if (resolution == "1200dpi")
120 xResolution = yResolution = 1200;
121 else if (resolution == "600dpi")
122 xResolution = yResolution = 600;
123 else if (resolution == "1200x600dpi") {
124 xResolution = 1200;
125 yResolution = 600;
126 } else if (resolution == "300dpi")
127 xResolution = yResolution = 300;
128
129 // Get the real filename
130 size = strlen(CUPSPPD) + strlen(manufacturer) + strlen(file) + 64;
131 tmp = new char[size];
132 if (xResolution)
133 snprintf(tmp, size, CUPSPPD "/%s/cms/%s-%lux%lucms%s", manufacturer,
134 file, xResolution, yResolution, csa ? "2" : "");
135 if (!xResolution || access(tmp, R_OK))
136 snprintf(tmp, size, CUPSPPD "/%s/cms/%scms%s", manufacturer,
137 file, csa ? "2" : "");
138
139 // Check if it exists, open it and read it
140 if (stat(tmp, &fi) || !(handle = fopen(tmp, "r"))) {
141 ERRORMSG(_("Cannot open CMS file %s (%i)"), tmp, errno);
142 delete[] tmp;
143 return NULL;
144 }
145 if (!fi.st_size) {
146 ERRORMSG(_("CMS file %s is empty"), tmp);
147 delete[] tmp;
148 fclose(handle);
149 return NULL;
150 }
151 res = new char[fi.st_size + 1];
152 if (!fread(res, 1, fi.st_size, handle)) {
153 ERRORMSG(_("Cannot read CMS file %s (%i)"), tmp, errno);
154 delete[] tmp;
155 fclose(handle);
156 return NULL;
157 }
158 res[fi.st_size] = 0;
159 fclose(handle);
160 delete[] tmp;
161
162 return res;
163 }
164
165
166
167 /*
168 * PROGRAMME PRINCIPAL
169 * MAIN ROUTINE
170 */
171 int main(int argc, char **argv)
172 {
173 const char *jobid, *user, *title, *options, *ppdFile, *file;
174 const char *paperType, *manufacturer;
175 unsigned long copies;
176 bool pageSetup=false;
177 char buffer[1024];
178 char *crd, *csa;
179 int pid, err;
180 PPDFile ppd;
181
182 // Check the given arguments
183 if (argc != 6 && argc != 7) {
184 fprintf(stderr, _("Usage: %s job-id user title copies options "
185 "[file]\n"), argv[0]);
186 return 1;
187 }
188 jobid = argv[1];
189 user = argv[2];
190 title = argv[3];
191 options = argv[5];
192 file = argc == 7 ? argv[6] : NULL;
193 copies = strtol(argv[4], (char **)NULL, 10);
194 ppdFile = getenv("PPD");
195
196 // Get more information on the SpliX environment (for debugging)
197 DEBUGMSG(_("PS => SpliX filter V. %s by Aurélien Croc (AP²C)"), VERSION);
198 DEBUGMSG(_("More information at: http://splix.ap2c.org"));
199
200 // Open the given file
201 if (file && !freopen(file, "r", stdin)) {
202 ERRORMSG(_("Cannot open file %s"), file);
203 return errno;
204 }
205
206 // Open the PPD file and get paper information
207 if (!ppd.open(ppdFile, PPDVERSION, options))
208 return 1;
209 manufacturer = _toLower(ppd.get("Manufacturer"));
210 paperType = ppd.get("MediaType");
211 if (!(strcasecmp(paperType, "OFF")))
212 paperType = "NORMAL";
213
214 // Call the other filters
215 if (!(pid = _linkFilters(argv[1], argv[2], argv[3], argv[4], argv[5]))) {
216 ERRORMSG(_("Filter error.. Cannot continue"));
217 return 1;
218 }
219
220 // Get the CRD and CSA information and send the PostScript data
221 crd = _readCMSFile(ppd, manufacturer, false);
222 csa = _readCMSFile(ppd, manufacturer, true);
223 if (!crd || !csa) {
224 WARNMSG(_("CMS data are missing. Color correction aborted"));
225 if (crd)
226 delete[] crd;
227 if (csa)
228 delete[] csa;
229 while (!(feof(stdin))) {
230 fgets((char *)&buffer, sizeof(buffer), stdin);
231 fprintf(stdout, "%s", (char *)&buffer);
232 }
233 } else {
234 // Check for the header
235 while (!(feof(stdin))) {
236 if (!fgets((char *)&buffer, sizeof(buffer), stdin))
237 break;
238
239 // End of the PS header ?
240 if (!(memcmp("%%Creator", (char *)&buffer, 9))) {
241 if (paperType)
242 fprintf(stdout, "/MediaChoice (%s) def\n", paperType);
243 fprintf(stdout, "%s", crd);
244 fprintf(stdout, "%s", csa);
245 fprintf(stdout, "%s", (char *)&buffer);
246 break;
247
248 // End of the header not found?
249 } else if (!(memcmp("%%%%BeginPro", (char *)&buffer, 10)) ||
250 !(memcmp("%%BeginRes", (char *)&buffer, 10)) ||
251 !(memcmp("%%EndComments", (char *)&buffer, 13))) {
252 ERRORMSG(_("End of PostScript header not found"));
253 fprintf(stdout, "%s", (char *)&buffer);
254 break;
255 }
256 fprintf(stdout, "%s", (char *)&buffer);
257 }
258
259 // Check for each page
260 while (!(feof(stdin))) {
261 if (!fgets((char *)&buffer, sizeof(buffer), stdin))
262 break;
263 if (!(memcmp("%%Page:", (char *)&buffer, 7))) {
264 char tmp[sizeof(buffer)];
265
266 if (!fgets((char *)&tmp, sizeof(tmp), stdin)) {
267 fprintf(stdout, "%s", (char *)&buffer);
268 break;
269 }
270 if (!(memcmp("%%BeginPageSetup", (char *)&tmp, 16)))
271 pageSetup = true;
272 else
273 fprintf(stdout, "%s", csa);
274 fprintf(stdout, "%s", (char *)&buffer);
275 fprintf(stdout, "%s", (char *)&tmp);
276 } else if (pageSetup && !(memcmp("%%EndPageSetup",
277 (char *)&buffer, 14))) {
278 fprintf(stdout, "%s", (char *)&buffer);
279 fprintf(stdout, "%s", csa);
280 pageSetup = false;
281 } else
282 fprintf(stdout, "%s", (char *)&buffer);
283 }
284 }
285
286
287 // Close the output and wait for Splix to be finished
288 fclose(stdout);
289 waitpid(pid, &err, 0);
290
291 if (crd)
292 delete[] crd;
293 if (csa)
294 delete[] csa;
295 return WEXITSTATUS(err);
296 }
297
298 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8: */
299
0 /*
1 * qpdl.cpp (C) 2006-2008, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: qpdl.cpp 247 2008-11-24 23:18:31Z ap2c $
18 *
19 */
20 #include "qpdl.h"
21 #include <errno.h>
22 #include <unistd.h>
23 #include <inttypes.h>
24 #include <string.h>
25 #include "page.h"
26 #include "band.h"
27 #include "errlog.h"
28 #include "request.h"
29 #include "bandplane.h"
30
31 static bool _renderBand(const Request& request, const Band* band, bool mono)
32 {
33 unsigned long version, subVersion, size, dataSize, checkSum;
34 bool color, headerSent=false;
35 unsigned char header[0x20];
36 const BandPlane *plane;
37
38 version = request.printer()->qpdlVersion();
39 color = request.printer()->color();
40 subVersion = band->parent()->compression() == 0x13 ? 3 : 0;
41
42 for (unsigned int i=0; i < band->planesNr(); i++) {
43 unsigned long compression;
44 bool nextBand = false;
45
46 // Get the plane
47 plane = band->plane(i);
48 if (!plane) {
49 ERRORMSG(_("Inconsistent data. Operation aborted"));
50 return false;
51 }
52 compression = plane->compression();
53 checkSum = plane->checksum();
54
55 // Check if there is a next band for that color
56 if (subVersion) {
57 const BandPlane *nextPlane;
58 const Band *next;
59
60 next = band->sibling();
61 if (next) {
62 for (unsigned int j=0; j < next->planesNr(); j++) {
63 nextPlane = next->plane(j);
64 if (nextPlane && nextPlane->colorNr() == plane->colorNr()){
65 nextBand = true;
66 break;
67 }
68 }
69 }
70 }
71
72 // Calculate the data size
73 dataSize = plane->dataSize();
74 if (compression != 0x0D && compression != 0x0E)
75 dataSize += 4; // Data signature
76 if (version > 0) {
77 dataSize += 4; // Checksum
78 if (subVersion == 3)
79 dataSize += 7*4; // Sub-header
80 }
81
82 // Send the header
83 if (!headerSent || version == 2) {
84 header[0x0] = 0xC; // Signature
85 header[0x1] = band->bandNr(); // Band number
86 header[0x2] = band->width() >> 8; // Band width 8-15
87 header[0x3] = band->width(); // Band width 0-7
88 header[0x4] = band->height() >> 8; // Band height 8-15
89 header[0x5] = band->height(); // Band height 0-7
90 headerSent = true;
91 size = 0x6;
92 } else
93 size = 0x0;
94 // Add color information if it's a color printer
95 if (color) {
96 header[size] = mono ? 4 : plane->colorNr(); // Color number
97 size++;
98 }
99 // Append the last information and send the header
100 header[size+0] = compression; // Compression algorithm
101 header[size+1] = dataSize >> 24; // Data size 24 - 31
102 header[size+2] = dataSize >> 16; // Data size 16 - 23
103 header[size+3] = dataSize >> 8; // Data size 8 - 15
104 header[size+4] = dataSize; // Data size 0 - 7
105 if (write(STDOUT_FILENO, (unsigned char*)&header, size+5) == -1) {
106 ERRORMSG(_("Error while sending data to the printer (%u)"), errno);
107 return false;
108 }
109
110 // Send the sub-header
111 if (compression != 0x0D && compression != 0x0E) {
112 switch (plane->endian()) {
113 case BandPlane::Dependant:
114 *(uint32_t *)&header = (uint32_t)(0x09ABCDEF +
115 (subVersion << 28)); // Sub-header signature
116 break;
117 case BandPlane::BigEndian:
118 header[0x0] = 0x9 + (subVersion << 0x4);
119 // Sub-header signature1
120 header[0x1] = 0xAB; // Sub-header signature2
121 header[0x2] = 0xCD; // Sub-header signature3
122 header[0x3] = 0xEF; // Sub-header signature4
123 break;
124 case BandPlane::LittleEndian:
125 header[0x0] = 0xEF; // Sub-header signature4
126 header[0x1] = 0xCD; // Sub-header signature3
127 header[0x2] = 0xAB; // Sub-header signature2
128 header[0x3] = 0x9 + (subVersion << 0x4);
129 // Sub-header signature1
130 break;
131 };
132 size = 4;
133 if (subVersion == 3) {
134 uint32_t state;
135
136 checkSum += 0x39 + 0xAB + 0xCD + 0xEF;
137 if (!band->bandNr())
138 state = 0x0; // First band
139 else if (nextBand) {
140 state = 0x01000000; // Next band available
141 checkSum += 0x01;
142 } else {
143 state = 0x02000000; // Last band
144 checkSum += 0x02;
145 }
146 memset(header + size + 4, 0, 6*4);
147
148 switch (plane->endian()) {
149 case BandPlane::Dependant:
150 *(uint32_t*)(&header + size) = (uint32_t)plane->
151 dataSize();
152 *(uint32_t*)(&header + size + 4) = (uint32_t)state;
153 break;
154 case BandPlane::BigEndian:
155 // Data size 24 - 31
156 header[size+0] = plane->dataSize() >> 24;
157 // Data size 16 - 23
158 header[size+1] = plane->dataSize() >> 16;
159 // Data size 8 - 15
160 header[size+2] = plane->dataSize() >> 8;
161 // Data size 0 - 7
162 header[size+3] = plane->dataSize();
163 // State 24 - 31
164 header[size+4] = state >> 24;
165 // State 16 - 23
166 header[size+5] = state >> 16;
167 // State 8 - 15
168 header[size+6] = state >> 8;
169 // State 0 - 7
170 header[size+7] = state;
171 break;
172 case BandPlane::LittleEndian:
173 // Data size 0 - 7
174 header[size+0] = plane->dataSize();
175 // Data size 8 - 15
176 header[size+1] = plane->dataSize() >> 8;
177 // Data size 16 - 23
178 header[size+2] = plane->dataSize() >> 16;
179 // Data size 24 - 31
180 header[size+3] = plane->dataSize() >> 24;
181 // State 0 - 7
182 header[size+4] = state;
183 // State 8 - 15
184 header[size+5] = state >> 8;
185 // State 16 - 23
186 header[size+6] = state >> 16;
187 // State 24 - 31
188 header[size+7] = state >> 24;
189 break;
190 }
191 for (unsigned int j=0; j < 4; j++)
192 checkSum += header[size + j];
193 size += 4 + 4 + 5*4;
194 } else
195 for (unsigned int j=0; j < 4; j++)
196 checkSum += header[size - j - 1];
197 if (write(STDOUT_FILENO, (unsigned char*)&header, size) == -1) {
198 ERRORMSG(_("Error while sending data to the printer (%u)"),
199 errno);
200 return false;
201 }
202 }
203
204 // Send the data
205 if (write(STDOUT_FILENO, plane->data(), plane->dataSize()) == -1) {
206 ERRORMSG(_("Error while sending data to the printer (%u)"), errno);
207 return false;
208 }
209
210 // Send the checksum
211 header[0] = checkSum >> 24; // Checksum 24 - 31
212 header[1] = checkSum >> 16; // Checksum 16 - 23
213 header[2] = checkSum >> 8; // Checksum 8 - 15
214 header[3] = checkSum; // Checksum 0 - 7
215 size = 4;
216 // Close the plane if needed
217 if (color && (version == 1 || version == 5) &&
218 (i+1) == band->planesNr()) {
219 header[4] = 0;
220 size++;
221 }
222 if (write(STDOUT_FILENO, (unsigned char*)&header, size) == -1) {
223 ERRORMSG(_("Error while sending data to the printer (%u)"), errno);
224 return false;
225 }
226 }
227
228 return true;
229 }
230
231 bool renderPage(const Request& request, Page* page, bool lastPage)
232 {
233 unsigned char duplex=0, tumble=0, paperSource;
234 unsigned long width, height;
235 unsigned char header[0x11];
236 const Band* band;
237
238 if (!page) {
239 ERRORMSG(_("Try to render a NULL page"));
240 return false;
241 }
242
243 // Get the duplex values
244 paperSource = request.printer()->paperSource();
245 switch (request.duplex()) {
246 case Request::Simplex:
247 duplex = 1;
248 tumble = 0;
249 break;
250 case Request::LongEdge:
251 duplex = 1;
252 tumble = page->pageNr() % 2;
253 break;
254 case Request::ShortEdge:
255 duplex = 0;
256 tumble = page->pageNr() % 2;
257 break;
258 case Request::ManualLongEdge:
259 duplex = 0;
260 tumble = page->pageNr() % 2;
261 if (tumble && !lastPage)
262 paperSource = 3; // Multi source
263 break;
264 case Request::ManualShortEdge:
265 duplex = 0;
266 tumble = page->pageNr() % 2;
267 if (tumble && !lastPage)
268 paperSource = 3; // Multi source
269 /** @todo what about the Short edge? The page isn't rotated? */
270 break;
271 }
272
273 width = page->width();
274 height = page->height();
275
276 // Send the page header
277 header[0x0] = 0; // Signature
278 header[0x1] = page->yResolution() / 100; // Y Resolution
279 header[0x2] = page->copiesNr() >> 8; // Number of copies 8-15
280 header[0x3] = page->copiesNr(); // Number of copies 0-7
281 header[0x4] = request.printer()->paperType(); // Paper type
282 header[0x5] = width >> 8; // Printable area width
283 header[0x6] = width; // Printable area width
284 header[0x7] = height >> 8; // Printable area height
285 header[0x8] = height; // Printable area height
286 header[0x9] = paperSource; // Paper source
287 header[0xa] = request.printer()->unknownByte1();// ??? XXX
288 header[0xb] = duplex; // Duplex
289 header[0xc] = tumble; // Tumble
290 header[0xd] = request.printer()->unknownByte2();// ??? XXX
291 header[0xe] = request.printer()->qpdlVersion(); // QPDL Version
292 header[0xf] = request.printer()->unknownByte3();// ??? XXX
293 header[0x10] = page->xResolution() / 100; // X Resolution
294 if (write(STDOUT_FILENO, (unsigned char*)&header, 0x11) == -1) {
295 ERRORMSG(_("Error while sending data to the printer (%u)"), errno);
296 return false;
297 }
298
299 // Send the page bands
300 band = page->firstBand();
301 while (band) {
302 if (!_renderBand(request, band, page->colorsNr() == 1))
303 return false;
304 band = band->sibling();
305 }
306
307 // Send the page footer
308 header[0x0] = 1; // Signature
309 header[0x1] = page->copiesNr() >> 8; // Number of copies 8-15
310 header[0x2] = page->copiesNr(); // Number of copies 0-7
311 if (write(STDOUT_FILENO, (unsigned char*)&header, 0x3) == -1) {
312 ERRORMSG(_("Error while sending data to the printer (%u)"), errno);
313 return false;
314 }
315
316 return true;
317 }
318
319 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8: */
320
+0
-153
src/raster.cpp less more
0 /*
1 * raster.cpp (C) 2006, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: raster.cpp 43 2006-11-26 03:12:21Z ap2c $
18 *
19 */
20 #include "raster.h"
21 #include <string.h>
22 #include <unistd.h>
23 #include <sys/types.h>
24 #include <sys/stat.h>
25 #include <fcntl.h>
26 #include <unistd.h>
27 //#include <cups/ppd.h>
28 #include "error.h"
29
30 /*
31 * Constructeur - Destructeur
32 * Init - Uninit
33 */
34 Raster::Raster(const char *job, const char *user, const char *title,
35 const char *copies, const char *options, const char *file)
36 {
37 _jobId = job;
38 _user = user;
39 _title = title;
40 _copies = copies;
41 _options = options;
42 _file = file;
43
44 _width = 0;
45 _height = 0;
46 _lineSize = 0;
47 _line = 0;
48 _page = 0;
49 _lineBuffer = NULL;
50 }
51
52 Raster::~Raster()
53 {
54 unload();
55 }
56
57
58
59 /*
60 * Chargement de l'image
61 * Load the image
62 */
63 void Raster::unload()
64 {
65 if (_lineBuffer)
66 delete[] _lineBuffer;
67 cupsRasterClose(_ras);
68 }
69
70 int Raster::load()
71 {
72 // Open the raster file if needed
73 if (_file && (_fd = open(_file, O_RDONLY)) == -1) {
74 fprintf(stderr, _("ERROR: Unable to open the raster file %s\n"),
75 _file);
76 sleep(1);
77 return -1;
78 }
79
80 _ras = cupsRasterOpen(_fd, CUPS_RASTER_READ);
81 return 0;
82 }
83
84 int Raster::loadPage(Printer *printer)
85 {
86 if (!cupsRasterReadHeader(_ras, &_header)) {
87 DEBUG("Plus de page");
88 return 1;
89 }
90 _width = _header.cupsWidth;
91 _height = _header.cupsHeight;
92 _totalLines = _height;
93 _lineSize = _header.cupsBytesPerLine;
94 _line = 0;
95 _page++;
96
97 // Configure the printer
98 printer->setResolution(_header.HWResolution[0],_header.HWResolution[1]);
99 printer->setPageSizeX(_header.PageSize[0]);
100 printer->setPageSizeY(_header.PageSize[1]);
101 printer->setMarginX(_header.ImagingBoundingBox[0]);
102 printer->setMarginY(_header.ImagingBoundingBox[1]);
103 printer->setAreaX(_header.PageSize[0] - _header.ImagingBoundingBox[0]);
104 printer->setAreaY(_header.PageSize[1] - _header.ImagingBoundingBox[1]);
105 printer->setPrintableX(_header.ImagingBoundingBox[2] -
106 _header.ImagingBoundingBox[0]);
107 printer->setPrintableY(_header.ImagingBoundingBox[3] -
108 _header.ImagingBoundingBox[1]);
109
110 // Get some document informations
111 _color = _header.cupsColorSpace == CUPS_CSPACE_K ? false : true;
112 printer->setCompVersion(_header.cupsCompression);
113
114 if (_color) {
115 _totalLines = _totalLines * 4;
116 _lineSize = _lineSize >> 2;
117 }
118
119 return 0;
120 }
121
122
123
124 /*
125 * Lecture d'une ligne
126 * Read a line
127 */
128 int Raster::readLine()
129 {
130 if (!_ras)
131 return -1;
132 if (!_lineBuffer)
133 _lineBuffer = new unsigned char[_lineSize];
134
135 /*
136 * so that we can round up to bandHeight, we return an empty line
137 * after reading more than _height lines.
138 * -- Keith White
139 */
140 if (_line >= _totalLines) {
141 memset(_lineBuffer, 0x00, _lineSize);
142 return _lineSize;
143 }
144
145 if (cupsRasterReadPixels(_ras, _lineBuffer, _lineSize) < 1) {
146 ERROR(_("Raster::readLine: Cannot read image data"));
147 return -1;
148 }
149 _line++;
150 return _lineSize;
151 }
152
0 /*
1 * rastertoqpdl.cpp (C) 2006-2008, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: rastertoqpdl.cpp 221 2008-06-14 23:03:24Z ap2c $
18 *
19 */
20 #include <errno.h>
21 #include <stdlib.h>
22 #include <cups/ppd.h>
23 #include <cups/cups.h>
24 #include "cache.h"
25 #include "errlog.h"
26 #include "version.h"
27 #include "request.h"
28 #include "ppdfile.h"
29 #include "rendering.h"
30 #include "options.h"
31
32 int main(int argc, char **argv)
33 {
34 const char *jobid, *user, *title, *options, *ppdFile, *file;
35 unsigned long copies;
36 Request request;
37 PPDFile ppd;
38
39
40 // Check the given arguments
41 if (argc != 6 && argc != 7) {
42 fprintf(stderr, _("Usage: %s job-id user title copies options "
43 "[file]\n"), argv[0]);
44 return 1;
45 }
46 jobid = argv[1];
47 user = argv[2];
48 title = argv[3];
49 options = argv[5];
50 file = argc == 7 ? argv[6] : NULL;
51 copies = strtol(argv[4], (char **)NULL, 10);
52 ppdFile = getenv("PPD");
53
54
55 // Get more information on the SpliX environment (for debugging)
56 DEBUGMSG(_("SpliX filter V. %s by Aurélien Croc (AP²C)"), VERSION);
57 DEBUGMSG(_("More information at: http://splix.ap2c.org"));
58 DEBUGMSG(_("Compiled with: Threads=%s (#=%u, Cache=%u), JBIG=%s, "
59 "BlackOptim=%s"), opt_threads ? _("enabled") : _("disabled"),
60 THREADS, CACHESIZE, opt_jbig ? _("enabled") : _("disabled"),
61 opt_blackoptim ? _("enabled") : _("disabled"));
62
63 // Open the given file
64 if (file && !freopen(file, "r", stdin)) {
65 ERRORMSG(_("Cannot open file %s"), file);
66 return errno;
67 }
68
69 // Open the PPD file
70 if (!ppd.open(ppdFile, PPDVERSION, options))
71 return 1;
72
73 // Load the request
74 if (!request.loadRequest(&ppd, jobid, user, title, copies))
75 return 2;
76
77 #ifndef DISABLE_THREADS
78 if (!initializeCache())
79 return 3;
80 #endif /* DISABLE_THREADS */
81
82 // Render the request
83 if (!render(request)) {
84 uninitializeCache();
85 return 4;
86 }
87
88 #ifndef DISABLE_THREADS
89 if (!uninitializeCache())
90 return 5;
91 #endif /* DISABLE_THREADS */
92
93 return 0;
94 }
95
96 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8: */
97
src/rastertospl2 less more
Binary diff not shown
+0
-90
src/rastertospl2.cpp less more
0 /*
1 * rastertospl2.cpp (C) 2006, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: rastertospl2.cpp 60 2006-12-14 01:03:17Z ap2c $
18 *
19 */
20
21 #include "raster.h"
22 #include "printer.h"
23 #include "spl2.h"
24 #include "error.h"
25
26 #include <stdio.h>
27 #include <stdlib.h>
28 #include <cups/ppd.h>
29 #include <cups/cups.h>
30
31 int main(int argc, char **argv)
32 {
33 cups_option_t *options;
34 Raster *document;
35 Printer *printer;
36 ppd_file_t* ppd;
37 SPL2 spl2;
38 int nr;
39
40 setbuf(stderr, NULL);
41 setbuf(stdout, NULL);
42
43 // Check if enough arguments are available
44 if (argc < 6 || argc > 7) {
45 fprintf(stderr, _("ERROR: %s job-id user title copies options "
46 "[file]\n"), argv[0]);
47 return 1;
48 }
49
50 // Create the document
51 document = new Raster(argv[1], argv[2], argv[3], argv[4],
52 argv[5], argv[6]);
53 if (document->load()) {
54 delete document;
55 return 1;
56 }
57
58 // Open the PPD file
59 ppd = ppdOpenFile(getenv("PPD"));
60 ppdMarkDefaults(ppd);
61
62 // Take modifications in the PPD with options
63 nr = cupsParseOptions(argv[5], 0, &options);
64 cupsMarkOptions(ppd, nr, options);
65 cupsFreeOptions(nr, options);
66
67
68 // Create the printer
69 printer = new Printer(ppd);
70 printer->setJobName(argv[1]);
71 printer->setUsername(argv[2]);
72
73 // Convert and print
74 DEBUG("Génération du code....");
75 spl2.setPrinter(printer);
76 spl2.setOutput(stdout);
77 spl2.beginDocument();
78
79 while (!spl2.printPage(document, strtol(argv[4], (char **)NULL, 10)));
80
81 spl2.closeDocument();
82
83 ppdClose(ppd);
84 delete document;
85 delete printer;
86
87 return 0;
88 }
89
0 /*
1 * rendering.cpp (C) 2006-2008, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: rendering.cpp 235 2008-10-19 20:45:34Z ap2c $
18 *
19 */
20 #include "rendering.h"
21 #include "qpdl.h"
22 #include "page.h"
23 #include "cache.h"
24 #include "errlog.h"
25 #include "colors.h"
26 #include "request.h"
27 #include "printer.h"
28 #include "compress.h"
29 #include "document.h"
30
31 #ifndef DISABLE_THREADS
32 #include <pthread.h>
33 #include "semaphore.h"
34
35 static Document document;
36 static Semaphore _lock;
37 static bool _returnState=true;
38
39 /*
40 * This function is executed by each compression thread
41 * It compress each page, page by page and store them
42 * into the cache
43 */
44 static void *_compressPage(void* data)
45 {
46 const Request *request = (const Request *)data;
47 bool rotateEvenPages;
48 Page* page;
49
50 rotateEvenPages = request->duplex() == Request::ManualLongEdge;
51 do {
52 // Load the page
53 {
54 _lock.lock();
55 page = document.getNextRawPage(*request);
56 _lock.unlock();
57 }
58 if (!page) {
59 setNumberOfPages(document.numberOfPages());
60 break;
61 }
62
63 // Make rotation on even pages for ManualLongEdge duplex mode
64 if (rotateEvenPages && !(page->pageNr() % 2)) {
65 page->rotate();
66 }
67
68 // Apply some colors optimizations
69 #ifndef DISABLE_BLACKOPTIM
70 applyBlackOptimization(page);
71 #endif /* DISABLE_BLACKOPTIM */
72
73 // Compress the page
74 if (compressPage(*request, page)) {
75 DEBUGMSG(_("Page %lu has been compressed and is ready for "
76 "rendering"), page->pageNr());
77 } else {
78 ERRORMSG(_("Error while compressing the page. Check the previous "
79 "message. Trying to print the other pages."));
80 page->setEmpty();
81 _returnState = false;
82 }
83 registerPage(page);
84 } while (page);
85
86 DEBUGMSG(_("Compression thread: work done. See ya"));
87
88 return NULL;
89 }
90
91 bool render(Request& request)
92 {
93 bool manualDuplex=false, checkLastPage=false, lastPage=false;
94 pthread_t threads[THREADS];
95 Page *page;
96
97 // Load the document
98 if (!document.load(request)) {
99 ERRORMSG(_("Error while rendering the request. Check the previous "
100 "message"));
101 return false;
102 }
103
104 // Load the compression threads
105 for (unsigned int i=0; i < THREADS; i++) {
106 if (pthread_create(&threads[i], NULL, _compressPage, (void*)&request)) {
107 ERRORMSG(_("Cannot load compression threads. Operation aborted."));
108 return false;
109 }
110 }
111
112 // Prepare the manual duplex
113 if (request.duplex() == Request::ManualLongEdge ||
114 request.duplex() == Request::ManualShortEdge) {
115 manualDuplex = true;
116 setCachePolicy(EvenDecreasing);
117 }
118
119 //Load the first page
120 /*
121 * NOTE: To prevent printer timeout, PJL header must be sent when the first
122 * page to render is available (which is very quickly for normal request but
123 * can take very long time if a big document in manual duplex is printed).
124 */
125 page = getNextPage();
126
127 // Prevent troubles if the last page is an odd page (in manual duplex mode)
128 if (manualDuplex && document.numberOfPages() % 2)
129 checkLastPage = true;
130
131 // Send the PJL Header
132 request.printer()->sendPJLHeader(request);
133
134 // Render the whole document
135 while (page) {
136 if (checkLastPage && document.numberOfPages() == page->pageNr())
137 lastPage = true;
138 if (!page->isEmpty()) {
139 if (!renderPage(request, page, lastPage)) {
140 ERRORMSG(_("Error while rendering the page. Check the previous "
141 "message. Trying to print the other pages."));
142 _returnState = false;
143 }
144 fprintf(stderr, "PAGE: %lu %lu\n", page->pageNr(), page->copiesNr());
145 }
146 delete page;
147 page = getNextPage();
148 }
149
150 // Send the PJL footer
151 request.printer()->sendPJLFooter(request);
152
153 // Wait for threads to be finished
154 for (unsigned int i=0; i < THREADS; i++) {
155 void *result;
156
157 if (pthread_join(threads[i], &result))
158 ERRORMSG(_("An error occurred while waiting the end of a thread"));
159 }
160
161 return _returnState;
162 }
163
164
165 #else /* DISABLE_THREADS */
166
167 bool render(Request& request)
168 {
169 Document document;
170 Page* page;
171
172 // Load the document
173 if (!document.load(request)) {
174 ERRORMSG(_("Error while rendering the request. Check the previous "
175 "message"));
176 return false;
177 }
178
179 // Send the PJL Header
180 request.printer()->sendPJLHeader(request);
181
182 // Send each page
183 page = document.getNextRawPage(request);
184 while (page) {
185 #ifndef DISABLE_BLACKOPTIM
186 applyBlackOptimization(page);
187 #endif /* DISABLE_BLACKOPTIM */
188 if (compressPage(request, page)) {
189 if (!renderPage(request, page))
190 ERRORMSG(_("Error while rendering the page. Check the previous "
191 "message. Trying to print the other pages."));
192 } else
193 ERRORMSG(_("Error while compressing the page. Check the previous "
194 "message. Trying to print the other pages."));
195 fprintf(stderr, "PAGE: %lu %lu\n", page->pageNr(), page->copiesNr());
196 delete page;
197 page = document.getNextRawPage(request);
198 }
199
200 // Send the PJL footer
201 request.printer()->sendPJLFooter(request);
202
203 return true;
204 }
205
206 #endif /* DISABLE_THREADS */
207
208 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8: */
209
0 /*
1 * request.cpp (C) 2006-2008, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: request.cpp 183 2008-02-09 15:24:43Z ap2c $
18 *
19 */
20 #include "request.h"
21 #include "errlog.h"
22 #include "ppdfile.h"
23
24 /*
25 * Constructeur - Destructeur
26 * Init - Uninit
27 */
28 Request::Request()
29 {
30 }
31
32 Request::~Request()
33 {
34 }
35
36
37
38 /*
39 * Chargement d'une requête
40 * Load a request
41 */
42 bool Request::loadRequest(PPDFile* ppd, const char *jobname,
43 const char *username, const char *jobtitle, unsigned long copiesNr)
44 {
45 bool manualDuplex;
46 PPDValue value;
47
48 if (!ppd) {
49 ERRORMSG(_("Request: NULL PPD handle given"));
50 return false;
51 }
52
53 _ppd = ppd;
54 _jobname = jobname ? jobname : _("Unknown");
55 _username = username ? username : getenv("USER");
56 _jobtitle = jobtitle ? jobtitle : _("Unknown job title");
57 _copiesNr = copiesNr;
58
59 // Get the duplex information
60 _reverseDuplex = ppd->get("ReverseDuplex").isTrue();
61 manualDuplex = ppd->get("ManualDuplex", "QPDL").isTrue();
62 value = ppd->get("Duplex");
63 if (value.isNull())
64 value = ppd->get("JCLDuplex");
65 if (value == "DuplexNoTumble")
66 _duplex = manualDuplex ? ManualLongEdge : LongEdge;
67 else if (value == "DuplexTumble")
68 _duplex = manualDuplex ? ManualShortEdge : ShortEdge;
69 else
70 _duplex = Simplex;
71
72 if (!_printer.loadInformation(*this)) {
73 ERRORMSG(_("Request: cannot load printer information"));
74 return false;
75 }
76
77 return true;
78 }
79
80 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8: */
81
0 /*
1 * semaphore.cpp (C) 2007-2008, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: semaphore.cpp 139 2008-01-31 16:48:23Z ap2c $
18 *
19 */
20 #include "semaphore.h"
21
22 #ifndef DISABLE_THREADS
23
24 /*
25 * Constructeur - Destructeur
26 * Init - Uninit
27 */
28 Semaphore::Semaphore()
29 {
30 _counter = 1;
31 pthread_mutex_init(&_lock, NULL);
32 pthread_cond_init(&_cond, NULL);
33 }
34
35 Semaphore::Semaphore(unsigned long counter)
36 {
37 _counter = counter;
38 pthread_mutex_init(&_lock, NULL);
39 pthread_cond_init(&_cond, NULL);
40 }
41
42 Semaphore::~Semaphore()
43 {
44 }
45
46
47
48 /*
49 * Utilisation de la sémaphore en mutex
50 * Semaphore used in mutex mode
51 */
52 void Semaphore::lock()
53 {
54 pthread_mutex_lock(&_lock);
55 }
56
57 void Semaphore::unlock()
58 {
59 pthread_mutex_unlock(&_lock);
60 }
61
62
63
64 /*
65 * Gestion du compteur de la semaphore
66 * Semaphore counter management
67 */
68 Semaphore& Semaphore::operator --(int)
69 {
70 pthread_mutex_lock(&_lock);
71 while (!_counter)
72 pthread_cond_wait(&_cond, &_lock);
73 _counter--;
74 pthread_mutex_unlock(&_lock);
75
76 return *this;
77 }
78
79 Semaphore& Semaphore::operator ++(int)
80 {
81 pthread_mutex_lock(&_lock);
82 if (!_counter)
83 pthread_cond_signal(&_cond);
84 _counter++;
85 pthread_mutex_unlock(&_lock);
86
87 return *this;
88 }
89
90
91 #endif /* DISABLE_THREADS */
92
93 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8: */
94
+0
-464
src/spl2.cpp less more
0 /*
1 * spl2.cpp (C) 2006, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: spl2.cpp 64 2006-12-14 01:37:22Z ap2c $
18 *
19 * ---
20 * Thanks to Keith White for his modifications, corrections and adds.
21 *
22 */
23 #include "spl2.h"
24 #include "printer.h"
25 #include "document.h"
26 #include "error.h"
27 #include "band.h"
28 #include "bandanalyser.h"
29 #include <stdint.h>
30
31
32 /*
33 * Constructeur - Destructeur
34 * Init - Uninit
35 */
36 SPL2::SPL2()
37 {
38 _printer = NULL;
39 _output = NULL;
40 }
41
42 SPL2::~SPL2()
43 {
44 }
45
46
47
48 /*
49 * Génération de l'en-tête et du pied de page PJL
50 * Write PJL header and footer
51 */
52 int SPL2::beginDocument()
53 {
54 if (!_output || !_printer) {
55 ERROR(_("SPL2::beginDocument: called with NULL parameters"));
56 return -1;
57 }
58
59 _printer->newJob(_output);
60 fprintf(_output, "@PJL ENTER LANGUAGE = QPDL\n");
61 DEBUG("Envoie de l'en-tête du document JPL");
62 return 0;
63 }
64
65 int SPL2::closeDocument()
66 {
67 if (!_output || !_printer) {
68 ERROR(_("SPL2::closeDocument: called with NULL parameters"));
69 return -1;
70 }
71 _printer->endJob(_output);
72 DEBUG("Envoie du pied de page du document JPL");
73 return 0;
74 }
75
76
77
78 /*
79 * Impression d'une page
80 * Impress a page
81 */
82 int SPL2::_writeColorBand(Band *band, int color)
83 {
84 unsigned char *data, header[5];
85 uint32_t checksum = 0;
86 size_t size;
87
88 // Compress
89 if (!(data = band->exportBand(_printer->compVersion(), &size)))
90 return 1;
91
92 // Calculate the checksum
93 if (_printer->qpdlVersion() != 0) {
94 for (unsigned int j = 0; j < size; j++)
95 checksum += data[j];
96 }
97
98 // Write the color header
99 if (color) {
100 header[0x0] = color;
101 fwrite((char *)&header, 1, 1, _output);
102 }
103 header[0x0] = _printer->compVersion(); // Compression
104 if (_printer->qpdlVersion() == 0) {
105 header[0x1] = size >> 24; // data length
106 header[0x2] = size >> 16; // data length
107 header[0x3] = size >> 8; // data length
108 header[0x4] = size; // data length
109 } else {
110 header[0x1] = (size + 4) >> 24; // data length
111 header[0x2] = (size + 4) >> 16; // data length
112 header[0x3] = (size + 4) >> 8; // data length
113 header[0x4] = (size + 4); // data length
114 }
115 fwrite((char *)&header, 1, 0x5, _output);
116
117 // Write the data
118 fwrite(data, 1, size, _output);
119 delete[]data;
120
121 // Write the checksum
122 if (_printer->qpdlVersion() != 0) {
123 header[0x0] = checksum >> 24;
124 header[0x1] = checksum >> 16;
125 header[0x2] = checksum >> 8;
126 header[0x3] = checksum;
127 fwrite((char *)&header, 1, 0x4, _output);
128 }
129
130 return 0;
131 }
132
133 int SPL2::printPage(Document *document, unsigned long nrCopies)
134 {
135 unsigned long width, height, clippingX, clippingY;
136 unsigned long bandNumber;
137 unsigned long i;
138 char header[0x11];
139 char errors = 0;
140 Band *bandC, *bandM, *bandY, *bandB;
141
142 if (!document) {
143 ERROR(_("SPL2::printPage: called with NULL parameter"));
144 return -2;
145 }
146 // Load a new page
147 if (document->loadPage(_printer))
148 return -1;
149 if (!document->height())
150 return -1;
151
152 fprintf(stderr, "PAGE: %d %d\n", document->page(), nrCopies);
153
154 // Send page header FIXME
155 header[0x0] = 0; // Signature
156 header[0x1] = _printer->resolutionY() / 100; // Y Resolution
157 header[0x2] = nrCopies >> 8; // Number of copies 8-15
158 header[0x3] = nrCopies; // Number of copies 0-7
159 header[0x4] = _printer->paperType(); // Paper type
160 header[0x5] = document->width() >> 8; // Printable area width
161 header[0x6] = document->width(); // Printable area width
162 header[0x7] = document->height() >> 8; // Printable area height
163 header[0x8] = document->height(); // Printable area height
164 header[0x9] = _printer->paperSource(); // Paper source
165 header[0xa] = _printer->docHeaderValues(0); // ??? XXX
166 header[0xb] = _printer->duplex() >> 8; // Duplex
167 header[0xc] = _printer->duplex(); // Duplex
168 header[0xd] = _printer->docHeaderValues(1); // ??? XXX
169 header[0xe] = _printer->qpdlVersion(); // QPDL Version
170 header[0xf] = _printer->docHeaderValues(2); // ??? XXX
171 if (_printer->resolutionY() != _printer->resolutionX() ||
172 _printer->docHeaderValues(2) == 1)
173 header[0x10] = _printer->resolutionX() / 100; // X Resolution
174 else
175 header[0x10] = 0; // X Resolution = Y Res.
176 fwrite((char *)&header, 1, sizeof(header), _output);
177
178
179
180 // Get the width, height, clipping X and clipping Y values
181 if (document->width() <= _printer->areaX()) {
182 clippingX = 0;
183 width = document->width();
184 } else if (document->width() < _printer->pageSizeX()) {
185 clippingX = (unsigned long)(document->width() - _printer->areaX());
186 width = document->width();
187 } else {
188 clippingX = (unsigned long)_printer->marginX();
189 width = (unsigned long)_printer->pageSizeX();
190 }
191 if (document->height() <= _printer->areaY()) {
192 clippingY = 0;
193 height = document->height();
194 } else if (document->height() < _printer->pageSizeY()) {
195 clippingY = (unsigned long)(document->height() - _printer->areaY());
196 height = document->height();
197 } else {
198 clippingY = (unsigned long)_printer->marginY();
199 height = (unsigned long)_printer->pageSizeY();
200 }
201
202
203 // Create the band instance
204 bandB = new Band((unsigned long)_printer->pageSizeX(),
205 (unsigned long)_printer->bandHeight());
206 if (document->isColor()) {
207 bandC = new Band((unsigned long)_printer->pageSizeX(),
208 (unsigned long)_printer->bandHeight());
209 bandM = new Band((unsigned long)_printer->pageSizeX(),
210 (unsigned long)_printer->bandHeight());
211 bandY = new Band((unsigned long)_printer->pageSizeX(),
212 (unsigned long)_printer->bandHeight());
213 }
214 bandNumber = 0;
215 bandB->setClipping(clippingX);
216 if (document->isColor()) {
217 bandC->setClipping(clippingX);
218 bandM->setClipping(clippingX);
219 bandY->setClipping(clippingX);
220 }
221
222 // Clip vertically the document
223 if (!document->isColor())
224 clippingY = clippingY * 4;
225 for (; clippingY; clippingY--)
226 document->readLine();
227
228 // Round up height to a multiple of bandHeight
229 height += _printer->bandHeight() - (height % _printer->bandHeight());
230
231
232
233
234 /*
235 * Read and create each band
236 */
237 for (i = 0; i < height; i++) {
238 unsigned long res;
239
240 if (document->isColor()) {
241 res = document->readLine();
242 if (res < 0) {
243 errors = 1;
244 break;
245 } else if (!res)
246 break;
247 if (bandC->addLine(document->lineBuffer(), (res > width ? width :
248 res))) {
249 errors = 1;
250 break;
251 }
252 res = document->readLine();
253 if (res < 0) {
254 errors = 1;
255 break;
256 } else if (!res)
257 break;
258 if (bandM->addLine(document->lineBuffer(), (res > width ? width :
259 res))) {
260 errors = 1;
261 break;
262 }
263 res = document->readLine();
264 if (res < 0) {
265 errors = 1;
266 break;
267 } else if (!res)
268 break;
269 if (bandY->addLine(document->lineBuffer(), (res > width ? width :
270 res))) {
271 errors = 1;
272 break;
273 }
274 }
275 res = document->readLine();
276 if (res < 0) {
277 errors = 1;
278 break;
279 } else if (!res)
280 break;
281 if (bandB->addLine(document->lineBuffer(), (res > width ? width :
282 res))) {
283 errors = 1;
284 break;
285 }
286 // Compress and send the band if it's complete
287 if (bandB->isFull()) {
288 if (document->isColor())
289 correctBlackColor(bandC, bandM, bandY, bandB);
290 checkEmptyBand(bandB);
291 if (document->isColor()) {
292 checkEmptyBand(bandC);
293 checkEmptyBand(bandM);
294 checkEmptyBand(bandY);
295 }
296 if ((!document->isColor() && bandB->isEmpty()) ||
297 (document->isColor() && bandB->isEmpty() &&
298 bandC->isEmpty() && bandM->isEmpty() && bandY->isEmpty())) {
299 bandNumber++;
300 bandB->clean();
301 if (document->isColor()) {
302 bandC->clean();
303 bandM->clean();
304 bandY->clean();
305 }
306 continue;
307 }
308 // QPDL Version 0 or 1
309 if (_printer->qpdlVersion() < 2) {
310 // Write the band header
311 header[0x0] = 0xC; // Signature
312 header[0x1] = bandNumber; // Band number
313 header[0x2] = bandB->width() >> 8; // Band width
314 header[0x3] = bandB->width(); // Band width
315 header[0x4] = bandB->height() >> 8; // Band height
316 header[0x5] = bandB->height(); // Band height
317 fwrite((char *)&header, 1, 0x6, _output);
318
319 if (_printer->isColorPrinter()) {
320 if (document->isColor()) {
321 if (!bandC->isEmpty()) {
322 if (_writeColorBand(bandC, 1)) {
323 errors = 1;
324 break;
325 }
326 }
327 if (!bandM->isEmpty()) {
328 if (_writeColorBand(bandM, 2)) {
329 errors = 1;
330 break;
331 }
332 }
333 if (!bandY->isEmpty()) {
334 if (_writeColorBand(bandY, 3)) {
335 errors = 1;
336 break;
337 }
338 }
339 }
340 if (!bandB->isEmpty()) {
341 if (_writeColorBand(bandB, 4)) {
342 errors = 1;
343 break;
344 }
345 }
346 header[0x0] = 0; // End color
347 fwrite((char *)&header, 1, 1, _output);
348 } else {
349 if (_writeColorBand(bandB, 0)) {
350 errors = 1;
351 break;
352 }
353 }
354
355 // QPDL Version 2
356 } else if (_printer->qpdlVersion() == 2) {
357 if (_printer->isColorPrinter()) {
358 if (!bandB->isEmpty()) {
359 // Write the band header
360 header[0x0] = 0xC; // Signature
361 header[0x1] = bandNumber; // Band number
362 header[0x2] = bandB->width() >> 8; // Band width
363 header[0x3] = bandB->width(); // Band width
364 header[0x4] = bandB->height() >> 8; // Band height
365 header[0x5] = bandB->height(); // Band height
366 fwrite((char *)&header, 1, 0x6, _output);
367 if (_writeColorBand(bandB, 4)) {
368 errors = 1;
369 break;
370 }
371 }
372 if (document->isColor()) {
373 if (!bandC->isEmpty()) {
374 // Write the band header
375 header[0x0] = 0xC; // Signature
376 header[0x1] = bandNumber; // Band number
377 header[0x2] = bandC->width() >> 8; // Band width
378 header[0x3] = bandC->width(); // Band width
379 header[0x4] = bandC->height() >> 8; // Band height
380 header[0x5] = bandC->height(); // Band height
381 fwrite((char *)&header, 1, 0x6, _output);
382 if (_writeColorBand(bandC, 1)) {
383 errors = 1;
384 break;
385 }
386 }
387 if (!bandM->isEmpty()) {
388 // Write the band header
389 header[0x0] = 0xC; // Signature
390 header[0x1] = bandNumber; // Band number
391 header[0x2] = bandM->width() >> 8; // Band width
392 header[0x3] = bandM->width(); // Band width
393 header[0x4] = bandM->height() >> 8; // Band height
394 header[0x5] = bandM->height(); // Band height
395 fwrite((char *)&header, 1, 0x6, _output);
396 if (_writeColorBand(bandM, 2)) {
397 errors = 1;
398 break;
399 }
400 }
401 if (!bandY->isEmpty()) {
402 // Write the band header
403 header[0x0] = 0xC; // Signature
404 header[0x1] = bandNumber; // Band number
405 header[0x2] = bandY->width() >> 8; // Band width
406 header[0x3] = bandY->width(); // Band width
407 header[0x4] = bandY->height() >> 8; // Band height
408 header[0x5] = bandY->height(); // Band height
409 fwrite((char *)&header, 1, 0x6, _output);
410 if (_writeColorBand(bandY, 3)) {
411 errors = 1;
412 break;
413 }
414 }
415 }
416 } else {
417 // Write the band header
418 header[0x0] = 0xC; // Signature
419 header[0x1] = bandNumber; // Band number
420 header[0x2] = bandB->width() >> 8; // Band width
421 header[0x3] = bandB->width(); // Band width
422 header[0x4] = bandB->height() >> 8; // Band height
423 header[0x5] = bandB->height(); // Band height
424 fwrite((char *)&header, 1, 0x6, _output);
425 if (_writeColorBand(bandB, 0)) {
426 errors = 1;
427 break;
428 }
429 }
430 }
431 bandNumber++;
432 bandB->clean();
433 if (document->isColor()) {
434 bandC->clean();
435 bandM->clean();
436 bandY->clean();
437 }
438 }
439 }
440
441
442
443 // Clean everything
444 delete bandB;
445
446 if (document->isColor()) {
447 bandC->clean();
448 bandM->clean();
449 bandY->clean();
450 }
451 if (errors)
452 return -11;
453
454 // Write the end of the page
455 header[0x0] = 1; // Signature
456 header[0x1] = nrCopies >> 8; // Number of copies 8-15
457 header[0x2] = nrCopies; // Number of copies 0-7
458 fwrite((char *)&header, 1, 3, _output);
459
460 return 0;
461 }
462
463 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin: */
00 #
1 # Makefile (C) 2006, Aurélien Croc (AP²C)
1 # Makefile (C) 2006-2007, Aurélien Croc (AP²C)
22 #
33
4 CXXFLAGS = -O0 -g
4 SRCS_decompress := decompress.cpp appliargs.cpp pjl.cpp qpdl.cpp page.cpp \
5 algo0x11.cpp
6 HEADERS_decompress:= appliargs.h i18n.h pjl.h qpdl.h page.h algo0x11.h
57
6 decompress: decompress.cpp
8 SRCS_jbgtopbm := jbgtopbm.cpp appliargs.cpp
9 HEADERS_jbgtopbm:= appliargs.h
710
11 PROJECTS := decompress jbgtopbm
12
13 CXXFLAGS := -O0 -g `pkg-config QtCore --cflags`
14 LIBS := `pkg-config QtCore --libs`
15
16 OBJS_decompress := $(SRCS_decompress:.cpp=.o)
17 OBJS_jbgtopbm := $(SRCS_jbgtopbm:.cpp=.o)
18
19 all: $(PROJECTS)
20
21 $(OBJS_decompress): $(HEADERS_decompress)
22 $(OBJS_jbgtopbm): $(HEADERS_jbgtopbm)
23
24 decompress: $(OBJS_decompress)
25 $(CXX) -o $@ $(LDFLAGS) $^ $(LIBS)
26
27 jbgtopbm: $(OBJS_jbgtopbm)
28 $(CXX) -o $@ $(LDFLAGS) $^ $(LIBS) -ljbig
29
30 .PHONY: clean cleanall
831 clean:
9 $(RM) decompress
32 $(RM) $(OBJS_decompress) $(OBJS_jbgtopbm)
33
34 cleanall: clean
35 $(RM) $(PROJECTS)
0 /*
1 * algo0x11.cpp (C) 2006-2007, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: algo0x11.cpp 98 2007-10-19 00:41:07Z ap2c $
18 */
19 #include "algo0x11.h"
20 #include <QtCore/QByteArray>
21 #include <QtCore/QTextStream>
22 #include "page.h"
23 #include "i18n.h"
24
25
26 bool decompress0x11(const QByteArray& input, QByteArray& output,
27 quint16 width, quint16 height, Page* page, QTextStream& err)
28 {
29 quint32 lastOccur, bandSize, idx=4, w=0;
30 short occurTable[0x40];
31 QByteArray data;
32
33 // Check the size
34 if (input.size() < 0x40*2 + 4) {
35 err << _("Algo0x11: bad band size") << endl;
36 return false;
37 }
38
39 // Prepare the band buffer
40 bandSize = (width * height + 7) >> 3;
41 data.fill(0xff, bandSize);
42
43 // Extract the header data and the occurrence table
44 lastOccur = page->read32(input, 0);
45 for (unsigned int i=0; i < 0x40; i++)
46 occurTable[i] = ~page->read16(input, idx + i*2);
47 idx += 0x40 * 2;
48
49 // Extract the first uncompressed data
50 if (input.size() <= idx + lastOccur) {
51 err << _("Algo0x11: invalid band size") << endl;
52 return false;
53 }
54 for (w=0; w < lastOccur; w++)
55 data[w] = page->read8(input, idx + w);
56 idx += lastOccur;
57
58 // Decompress the other data
59 while (input.size() > idx) {
60 quint8 counter = page->read8(input, idx++);
61
62 // Compressed
63 if (counter & 0x80) {
64 quint8 number = page->read8(input, idx++);
65 quint32 toRead, ref;
66
67 toRead = ((number & 0xC0) << 1) + (counter & 0x7F) + 3;
68 number = number & ~0xC0;
69 ref = w + 1;
70 for (unsigned int i=0; i < toRead; i++, w++)
71 data[w] = data.at(ref + occurTable[number] + i);
72
73 // Uncompressed
74 } else {
75 for (unsigned int i = 0; i <= counter; i++, w++)
76 data[w] = page->read8(input, idx++);
77 }
78 }
79
80 // Rotate the data
81 output.fill(0, bandSize);
82 for (unsigned int i = 0; i < bandSize; i++) {
83 uint32_t x, y;
84
85 x = i / height;
86 y = i % height;
87 output[x + y * (width / 8)] = ~data[i];
88 }
89
90 return true;
91 }
92
93 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8 : */
94
0 /*
1 * algo0x11.h (C) 2006-2007, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: algo0x11.h 95 2007-10-18 23:35:36Z ap2c $
18 */
19 #ifndef _ALGO0X11_H_
20 #define _ALGO0X11_H_
21
22 #include <QtCore/qglobal.h>
23
24 class Page;
25 class QByteArray;
26 class QTextStream;
27
28 extern bool decompress0x11(const QByteArray& input, QByteArray& output,
29 quint16 width, quint16 height, Page* page, QTextStream& err);
30
31 #endif /* _ALGO0X11_H_ */
32
33 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8 : */
34
0 /*
1 * appliargs.cpp (C) 2007, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: appliargs.cpp 94 2007-10-17 23:46:38Z ap2c $
18 */
19 #include "appliargs.h"
20 #include <QtCore/QTextStream>
21 #include "i18n.h"
22
23 enum Errors{
24 Internal,
25 UnknownOption,
26 NotEnoughParameters,
27 NotEnoughAloneParameters,
28 TooMuchParameters,
29 };
30
31 /*
32 * Constructeur - Destructeur
33 * Init - Uninit
34 */
35 AppliArgs::AppliArgs()
36 {
37 }
38
39 AppliArgs::AppliArgs(const QStringList& args)
40 {
41 addSupportedArgs(args);
42 }
43
44
45 /*
46 * Enregistrement des arguments
47 * Registers arguments
48 */
49 void AppliArgs::addSupportedArgs(const QString& longArg,
50 const QChar& shortArg, quint8 nrVal)
51 {
52 QString arg = longArg;
53
54 if (arg.at(0) == '~') {
55 arg.remove(0, 1);
56 _optCanAlterParamsNr << arg;
57 }
58 _args[longArg] = nrVal;
59 if (!shortArg.isNull())
60 _shortArgs[shortArg] = arg;
61 }
62
63 void AppliArgs::addSupportedArgs(const QStringList& args)
64 {
65 for (unsigned int i = 0; i < args.size(); i++) {
66 const QString arg = args.at(i);
67 QString longArg = arg.section(',', 0, 0).section('=', 0, 0);
68 quint8 nrVal = arg.section(',', 0, 0).section('=', 1, 1).toUInt();
69 const QChar shortArg = arg.section(',', 1, 1).at(0);
70
71 addSupportedArgs(longArg, shortArg, nrVal);
72 }
73 }
74
75 bool AppliArgs::parse(int argc, char** argv, quint32 maxParams)
76 {
77 bool canAlterParamsNr = false;
78 bool errNotified = false;
79
80 _appliName.clear();
81 _values.clear();
82 _aloneArgs.clear();
83 _errors.clear();
84
85 if (argc <= 0) {
86 _errors << QString("%1").arg(Internal);
87 return false;
88 }
89
90 _appliName = argv[0];
91
92 for (unsigned int i=1; i < argc; i++) {
93 unsigned int j = i + 1;
94 QString arg = argv[i];
95
96 if (arg.size() > 1 && arg.at(0) == '-') {
97 // Long argument
98 if (arg.at(1) == '-') {
99 QStringList param;
100 quint8 nrVal;
101
102 if (!_args.contains(arg.remove(0, 2))) {
103 _errors << QString("%1:--%2").arg(UnknownOption).
104 arg(arg);
105 continue;
106 }
107 if (_optCanAlterParamsNr.contains(arg))
108 canAlterParamsNr = true;
109 nrVal = _args.value(arg);
110 for (; j < argc && nrVal; j++, nrVal--) {
111 QString arg = argv[j];
112
113 if (arg.at(0) == '-')
114 break;
115 param << arg;
116 }
117 if (nrVal)
118 _errors << QString("%1:--%2").arg(NotEnoughParameters).
119 arg(arg);
120 else
121 _values[arg] = param;
122
123 // Short argument
124 } else {
125 for (unsigned int k=1; k < arg.size(); k++) {
126 QStringList param;
127 QString longArg;
128 quint8 nrVal;
129
130 if (!_shortArgs.contains(arg.at(k))) {
131 _errors << QString("%1:-%2").arg(UnknownOption).
132 arg(arg.at(k));
133 continue;
134 }
135 longArg = _shortArgs.value(arg.at(k));
136 if (_optCanAlterParamsNr.contains(longArg))
137 canAlterParamsNr = true;
138 nrVal = _args.value(longArg);
139 for (; j < argc && nrVal; j++, nrVal--) {
140 QString arg = argv[j];
141
142 if (arg.at(0) == '-')
143 break;
144 param << arg;
145 }
146 if (nrVal)
147 _errors << QString("%1:-%2").arg(NotEnoughParameters).
148 arg(arg.at(k));
149 else
150 _values[longArg] = param;
151 }
152 }
153
154 // Alone argument
155 } else {
156 if (!maxParams && !errNotified && !canAlterParamsNr) {
157 _errors << QString("%1").arg(TooMuchParameters);
158 errNotified = true;
159 } else if (maxParams) {
160 _aloneArgs << arg;
161 maxParams--;
162 }
163 }
164
165 i = j - 1;
166 }
167
168 if (maxParams && !canAlterParamsNr)
169 _errors << QString("%1").arg(NotEnoughAloneParameters);
170
171 return _errors.isEmpty() ? true : false;
172 }
173
174 void AppliArgs::printErrors(QTextStream& out) const
175 {
176 for (unsigned int i = 0; i < _errors.size(); i++) {
177 QString err = _errors.at(i);
178 Errors errNr = (Errors)err.section(':', 0, 0).toUInt();
179
180 switch (errNr) {
181 case Internal:
182 out << _("Invalid argument number") << endl;
183 break;
184 case UnknownOption:
185 out << QString(_("Unknown option %1")).
186 arg(err.section(':', 1)) << endl;
187 break;
188 case NotEnoughParameters:
189 out << QString(_("Not enough parameter(s) for option %1")).
190 arg(err.section(':', 1)) << endl;
191 break;
192 case NotEnoughAloneParameters:
193 out << QString(_("Not enough parameter(s)")) << endl;
194 break;
195 case TooMuchParameters:
196 out << QString(_("Too much parameter(s)")) << endl;
197 break;
198 default:
199 out << _("Unknown error") << endl;
200 };
201 }
202 }
203
204 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8 : */
205
0 /*
1 * appliargs.h (C) 2006-2007, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: appliargs.h 98 2007-10-19 00:41:07Z ap2c $
18 */
19 #ifndef _APPLIARGS_H_
20 #define _APPLIARGS_H_
21
22 #include <QtCore/QHash>
23 #include <QtCore/QChar>
24 #include <QtCore/QString>
25 #include <QtCore/QStringList>
26
27
28 class QTextStream;
29
30 class AppliArgs
31 {
32 protected:
33 QHash<QString, quint8> _args;
34 QHash<QChar, QString> _shortArgs;
35 QList<QString> _optCanAlterParamsNr;
36
37 QString _appliName;
38 QHash<QString, QStringList> _values;
39 QStringList _aloneArgs;
40 QStringList _errors;
41
42 public:
43 AppliArgs();
44 AppliArgs(const QStringList& args);
45
46 public:
47 QString applicationName() const {return _appliName;}
48 bool isOptionSet(const QString& name) const {return
49 _values.contains(name) ? true : false; }
50 QString optionArg(const QString& name, quint8 nr) const
51 {return _values.value(name).at(nr);}
52 QString parameter(quint8 nr) const {return _aloneArgs.
53 at(nr); }
54 public:
55 void addSupportedArgs(const QString& longArg,
56 const QChar& shortArg=0, quint8 nrVal=0);
57 void addSupportedArgs(const QStringList& args);
58 bool parse(int argc, char** argv, quint32 maxParams);
59 void printErrors(QTextStream& out) const;
60 };
61
62
63 #endif /* _APPLIARGS_H_ */
64
65 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8 : */
66
00 /*
1 * decompress.cpp (C) 2006, Aurélien Croc (AP¹C)
1 * decompress.cpp (C) 2006-2007, Aurélien Croc (AP²C)
22 *
3 * Decompress a SPL2 or SPLc document into several pictures
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
46 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: decompress.cpp 95 2007-10-18 23:35:36Z ap2c $
518 */
6 #include <stdint.h>
7 #include <stdio.h>
8 #include <errno.h>
9 #include <string.h>
19 #include "appliargs.h"
20 #include <QtCore/QTextStream>
21 #include <QtCore/QTextCodec>
22 #include <QtCore/QByteArray>
23 #include <QtCore/QFile>
24 #include "qpdl.h"
25 #include "i18n.h"
26 #include "pjl.h"
1027
11 /*
12 * Définitions et déclarations
13 * Definitions and declarations
14 */
15 #define HEADER_SIGNATURE 0x00
16 #define HEADER_YRESOLUTION 0x01
17 #define HEADER_NRCOPIES_H 0x02
18 #define HEADER_NRCOPIES_L 0x03
19 #define HEADER_PAPERTYPE 0x04
20 #define HEADER_WIDTH_H 0x05
21 #define HEADER_WIDTH_L 0x06
22 #define HEADER_HEIGHT_H 0x07
23 #define HEADER_HEIGHT_L 0x08
24 #define HEADER_PAPERSOURCE 0x09
25 #define HEADER_DUPLEX 0x0B
26 #define HEADER_TUMBLE 0x0C
27 #define HEADER_XRESOLUTION 0x10
28
29 #define BAND_NUMBER 0x1
30 #define BAND_WIDTH_H 0x2
31 #define BAND_WIDTH_L 0x3
32 #define BAND_HEIGHT_H 0x4
33 #define BAND_HEIGHT_L 0x5
34
35 #define _(X) X
36 typedef unsigned long ptr_t;
37 typedef uint32_t flags_t;
38
39 typedef struct {
40 bool notFirstPage;
41 uint8_t page;
42 FILE *black;
43 FILE *cyan;
44 FILE *magenta;
45 FILE *yellow;
46 int32_t band;
47 uint32_t width;
48 uint32_t height;
49 uint8_t color;
50 } document;
51
52 enum Flags {
53 Color = 0x00000001,
54 };
55
56 enum Colors {
57 Cyan = 1,
58 Magenta = 2,
59 Yellow = 3,
60 Black = 4,
61 };
62
63 static char _empty[1024];
28 int main(int argc, char** argv)
29 {
30 QTextCodec::setCodecForLocale(QTextCodec::codecForName("latin1"));
31 AppliArgs args(QStringList() << "spl2,2" << "splc,c" << "~help,h" <<
32 "~version,v" << "quiet,q" << "decompress,d" << "dump,D");
33 QTextStream out(stdout), err(stderr);
34 bool argsErr, quiet;
35 QFile qpdlDocument;
6436
6537
38 // Parse arguments
39 argsErr = !args.parse(argc, argv, 1);
40 if (argsErr || args.isOptionSet("help")) {
41 args.printErrors(err);
6642
43 out << QString(_("Usage: %1 [options] <QPDL file>")).arg(args.
44 applicationName()) << endl;
45 out << _("Available options:") << endl;
46 out << _(" --decompress, -d Decompress bands") << endl;
47 out << _(" --dump, -D Dump bands in files") << endl;
48 out << _(" --help, -h Print this help message") << endl;
49 out << _(" --quiet, -q Be quiet") << endl;
50 out << _(" --spl2, -2 This is a SPL2 document "
51 "[default]") << endl;
52 out << _(" --splc, -c This is a SPLc document") << endl;
53 out << _(" --version, -v Print the version information") <<
54 endl;
55 return argsErr ? 1 : 0;
56 } else if (args.isOptionSet("version")) {
57 out << _("(C) decompress, 2006-2007 by Aurélien Croc") << endl;
58 out << _("This project is under the GNU General Public Licence "
59 "version 2") << endl;
60 out << _("More information => http://splix.ap2c.org") << endl << endl;
61 return 0;
62 }
63 quiet = args.isOptionSet("quiet");
6764
68 /*
69 * Fonctions locales
70 * Local functions
71 */
72 bool __writePicture(FILE *input, int page, const char *color, uint16_t width,
73 uint16_t height)
74 {
75 char filename[32], buffer[8192];
76 FILE *output;
65
66 // Open the QPDL document and parse the PJL header
67 qpdlDocument.setFileName(args.parameter(0));
68 if (!qpdlDocument.open(QIODevice::ReadOnly)) {
69 err << QString(_("Error: cannot open file %1 (%2)")).
70 arg(qpdlDocument.fileName()).arg(qpdlDocument.error()) << endl;
71 return -qpdlDocument.error();
72 }
73 if (qpdlDocument.read(9) != QByteArray("%-12345X")) {
74 err << QString(_("Error: this file is not a QPDL document")) << endl;
75 return 1;
76 }
77 if (!parsePJLHeader(qpdlDocument, quiet, out, err)) {
78 err << QString(_("Error: Invalid PJL header")) << endl;
79 return 1;
80 }
7781
78 snprintf((char *)&filename, sizeof(filename), "page%04i-%s.pbm",
79 page, color);
80 if (!(output = fopen((const char *)&filename, "w"))) {
81 fprintf(stderr, _("Cannot create file %s\n"), filename);
82 return false;
83 }
84 fprintf(output, "P4\n");
85 fprintf(output, "# Page %i ~ %s layer --- (C) decompress, 2006, Aurélien "
86 "Croc (AP²C)\n", page, color);
87 fprintf(output, "%i %i\n", width, height);
88 fseek(input, 0, SEEK_SET);
89 while (!feof(input)) {
90 size_t toWrite;
82 QPDLDocument document;
83 document.setQuiet(quiet);
84 document.setDecompressionState(args.isOptionSet("decompress"));
85 document.setDump(args.isOptionSet("dump"));
86 document.setType(args.isOptionSet("splc") ? QPDLDocument::SPLc :
87 QPDLDocument::SPL2);
88 document.parse(qpdlDocument, out, err);
9189
92 toWrite = fread((char *)&buffer, 1, sizeof(buffer), input);
93 fwrite((char *)&buffer, 1, toWrite, output);
94 }
95 fclose(output);
96 printf("Saving page to %s\n", filename);
97 return true;
90 return 0;
9891 }
9992
100 bool __addMissingBands(flags_t flags, document *doc, int32_t band,
101 uint16_t height, uint16_t width)
102 {
103 uint32_t size;
93 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8 : */
10494
105 doc->band++;
106 if (doc->band == band)
107 return true;
108 size = (band - doc->band) * ((height * width + 7) >> 3);
109
110 while (size >= sizeof(_empty)) {
111 if (flags & Color) {
112 fwrite((char *)&_empty, 1, sizeof(_empty), doc->cyan);
113 fwrite((char *)&_empty, 1, sizeof(_empty), doc->magenta);
114 fwrite((char *)&_empty, 1, sizeof(_empty), doc->yellow);
115 }
116 fwrite((char *)&_empty, sizeof(_empty), 1, doc->black);
117 size -= sizeof(_empty);
118 }
119 if (size) {
120 if (flags & Color) {
121 fwrite((char *)&_empty, 1, size, doc->cyan);
122 fwrite((char *)&_empty, 1, size, doc->magenta);
123 fwrite((char *)&_empty, 1, size, doc->yellow);
124 }
125 fwrite((char *)&_empty, 1, size, doc->black);
126 }
127 doc->height += (band - doc->band) * height;
128 doc->band = band;
129
130 return true;
131 }
132
133 bool __sanitizeColorBand(FILE *output, uint16_t width, uint16_t height)
134 {
135 uint32_t size;
136
137 size = (width * height + 7) >> 3;
138 while (size >= sizeof(_empty)) {
139 fwrite((char *)&_empty, 1, sizeof(_empty), output);
140 size -= sizeof(_empty);
141 }
142 if (size)
143 fwrite((char *)&_empty, 1, size, output);
144 return true;
145 }
146
147 bool __decompressBand(FILE *input, FILE *output, uint16_t width,
148 uint16_t height)
149 {
150 unsigned char buffer[0x80];
151 unsigned char *out, *out2;
152 unsigned long checksum=0, givenCS;
153 uint32_t size, bandSize;
154 short occurTable[0x40];
155 uint32_t lastOccur;
156 ptr_t i, j;
157
158 // Prepare the output buffer
159 bandSize = (width * height + 7) >> 3;
160 out = new unsigned char[bandSize];
161 memset(out, 0, bandSize);
162
163 // Extract the band size
164 fread((char *)&buffer, 4, 1, input);
165 size = (buffer[0] << 24) + (buffer[1] << 16) + (buffer[2] << 8) + buffer[3];
166 if (size < 0x88) {
167 fprintf(stderr, _("Strange band size... (%i)\n"), size);
168 return false;
169 }
170
171 // Endian definition
172 fread((unsigned char *)&buffer, 4, 1, input);
173 if (buffer[0] == 0x09 && buffer[1] == 0xAB && buffer[2] == 0xCD &&
174 buffer[3] == 0xEF) {
175 fprintf(stderr, _("Big endian data not supported\n"));
176 return false;
177 }
178 if (buffer[0] != 0xEF || buffer[1] != 0xCD || buffer[2] != 0xAB ||
179 buffer[3] != 0x09) {
180 fprintf(stderr, _("Bad signature\n"));
181 return false;
182 }
183 size -= 4;
184 checksum = 0x09 + 0xAB + 0xCD + 0xEF;
185
186 // Extract the header data and the occurrence table
187 fread((unsigned char *)&buffer, 4, 1, input);
188 lastOccur = buffer[0] + (buffer[1] << 8) + (buffer[2] << 16) +
189 (buffer[3] << 24);
190 size -= 4;
191 checksum += buffer[0] + buffer[1] + buffer[2] + buffer[3];
192
193 fread((unsigned char *)&buffer, 2, 0x40, input);
194 for (i=0; i < 0x40; i++) {
195 occurTable[i] = ~(buffer[i*2] + (buffer[i*2 + 1] << 8));
196 checksum += buffer[i*2] + buffer[i*2 + 1];
197 }
198 size -= 0x80;
199
200 // Extract the first uncompressed data
201 if (size < lastOccur) {
202 fprintf(stderr, _("Invalid band size (%i)\n"), size);
203 return false;
204 }
205 for (i=0; i < lastOccur; i++) {
206 unsigned char c = fgetc(input);
207
208 out[i] = c;
209 checksum += c;
210 size--;
211 }
212
213 // Decompress the other data
214 size -= 4;
215 while (size) {
216 unsigned char counter = fgetc(input);
217
218 checksum += counter;
219
220 // Compressed
221 if (counter & 0x80) {
222 unsigned char number = fgetc(input);
223 unsigned char *ref;
224 size_t toRead;
225
226 checksum += number;
227 size -= 2;
228 toRead = ((number & 0xC0) << 1) + (counter & 0x7F) + 3;
229 number = number & ~0xC0;
230 ref = out + i + 1;
231 for (j=0; j < toRead; j++, i++)
232 out[i] = ref[occurTable[number] + j];
233 // Uncompressed
234 } else {
235 for (j = 0; j <= counter; j++, i++) {
236 unsigned char c = fgetc(input);
237
238 out[i] = c;
239 checksum += c;
240 }
241 size -= counter + 2;
242 }
243 }
244
245 // Check the checksum
246 fread((char *)&buffer, 4, 1, input);
247 givenCS = (buffer[0] << 24) + (buffer[1] << 16) + (buffer[2] << 8) +
248 buffer[3];
249 /* if (checksum != givenCS) {
250 fprintf(stderr, _("Invalid checksum... data corrupted?\n"));
251 delete[] out;
252 return false;
253 }*/
254
255 // Rotate the data
256 out2 = new unsigned char[bandSize];
257 memset(out2, 0, bandSize);
258 for (i = 0; i < bandSize; i++) {
259 uint32_t x, y;
260
261 x = i / height;
262 y = i % height;
263 out2[x + y * (width / 8)] = ~out[i];
264 }
265
266 // Write it in the file
267 fwrite(out2, 1, bandSize, output);
268 delete[] out;
269 delete[] out2;
270
271 return true;
272 }
273
274 bool _extractPage(FILE *input, flags_t flags, document *doc)
275 {
276 unsigned char header[6];
277 char signature;
278 uint8_t band;
279
280 // Create the temporary files
281 doc->black = tmpfile();
282 if (flags & Color) {
283 doc->cyan = tmpfile();
284 doc->magenta = tmpfile();
285 doc->yellow = tmpfile();
286 }
287
288 doc->band = -1;
289 printf(_("Decompressing"));
290 while (1) {
291 uint16_t width, height;
292
293 if (feof(input)) {
294 fprintf(stderr, _("End of file..F\n"));
295 return false;
296 }
297 signature = fgetc(input);
298
299 // End of page?
300 if (signature == 0x1)
301 break;
302 // Not a new band?
303 else if (signature != 0xC) {
304 fprintf(stderr, _("Bad header signature (%i)\n"), signature);
305 return false;
306 }
307
308 // Extract and decompress the band
309 fread((char *)&header[1], 1, 5, input);
310 band = header[BAND_NUMBER];
311 width = (header[BAND_WIDTH_H] << 8) + header[BAND_WIDTH_L];
312 height = (header[BAND_HEIGHT_H] << 8) + header[BAND_HEIGHT_L];
313 __addMissingBands(flags, doc, band, height, width);
314 if (!doc->width)
315 doc->width = width;
316 doc->height += height;
317 printf(".", header[BAND_HEIGHT_H], header[BAND_HEIGHT_L]);
318
319 if (flags & Color) {
320 char color = fgetc(input);
321 uint8_t colorMask = 0;
322 char compVersion;
323
324 while (color > 0 && color < 5) {
325 FILE *output;
326
327 if ((1 << color) & colorMask) {
328 fprintf(stderr, _("Color still specified for this band "
329 "(%i, band %i)!\n"), color, doc->band);
330 return false;
331 }
332 colorMask |= (1 << color);
333
334 compVersion = fgetc(input);
335 if (compVersion != 0x11) {
336 fprintf(stderr, _("Invalid compression version (%i)\n"),
337 compVersion);
338 return false;
339 }
340 if (color == Cyan)
341 output = doc->cyan;
342 else if (color == Magenta)
343 output = doc->magenta;
344 else if (color == Yellow)
345 output = doc->yellow;
346 else
347 output = doc->black;
348 if (__decompressBand(input, output, width, height) == false)
349 return false;
350 color = fgetc(input);
351 };
352 if (color > 4) {
353 fprintf(stderr, _("Invalid color layer (%i)\n"), color);
354 return false;
355 }
356
357 // Sanitize the color band
358 if (!((1 << Cyan) & colorMask))
359 __sanitizeColorBand(doc->cyan, width, height);
360 if (!((1 << Magenta) & colorMask))
361 __sanitizeColorBand(doc->magenta, width, height);
362 if (!((1 << Yellow) & colorMask))
363 __sanitizeColorBand(doc->yellow, width, height);
364 if (!((1 << Black) & colorMask))
365 __sanitizeColorBand(doc->black, width, height);
366 } else {
367 char compVersion = fgetc(input);
368
369 if (compVersion != 0x11) {
370 fprintf(stderr, _("Invalid compression version (%i)\n"),
371 compVersion);
372 return false;
373 }
374 if (__decompressBand(input, doc->black, width, height) == false)
375 return false;
376 }
377 };
378 printf("\n");
379
380 // Create the different files
381 if (flags & Color) {
382 __writePicture(doc->cyan, doc->page, _("cyan"), doc->width,
383 doc->height);
384 fclose(doc->cyan);
385 __writePicture(doc->magenta, doc->page, _("magenta"), doc->width,
386 doc->height);
387 fclose(doc->magenta);
388 __writePicture(doc->yellow, doc->page, _("yellow"), doc->width,
389 doc->height);
390 fclose(doc->yellow);
391 }
392 __writePicture(doc->black, doc->page, _("black"), doc->width, doc->height);
393 fclose(doc->black);
394
395 return true;
396 }
397
398 bool _extractHeader(FILE *input, flags_t flags, document *doc)
399 {
400 uint16_t xres, yres, width, height, nrcopies;
401 const char *papersource;
402 const char *papertype;
403 bool next = false;
404 unsigned char header[0x11];
405
406 // Extract the PJL header
407 if (!doc->notFirstPage) {
408 while (!feof(input)) {
409 char c = fgetc(input);
410
411 if (c == '\n' || c == '\r')
412 next = true;
413 else if (c == 0 && next == true)
414 break;
415 }
416 }
417 if (feof(input)) {
418 fprintf(stderr, _("End of file..F\n"));
419 return false;
420 }
421
422 // Read the header
423 if (!doc->notFirstPage) {
424 fread((char *)&header[1], 1, 0x10, input);
425 doc->notFirstPage = true;
426 } else
427 fread((char *)&header[0], 1, 0x11, input);
428
429 // Analyse the header
430 // Resolution
431 if (!header[HEADER_XRESOLUTION])
432 xres = header[HEADER_YRESOLUTION]*100;
433 else
434 xres = header[HEADER_XRESOLUTION]*100;
435 yres = header[HEADER_YRESOLUTION]*100;
436 // Paper type
437 switch (header[HEADER_PAPERTYPE]) {
438 case 0:
439 papertype = _("Letter"); break;
440 case 1:
441 papertype = _("Legal"); break;
442 case 2:
443 papertype = _("A4"); break;
444 case 3:
445 papertype = _("Executive"); break;
446 case 4:
447 papertype = _("Ledger"); break;
448 case 5:
449 papertype = _("A3"); break;
450 case 6:
451 papertype = _("Com10"); break;
452 case 7:
453 papertype = _("Monarch"); break;
454 case 8:
455 papertype = _("C5"); break;
456 case 9:
457 papertype = _("DL"); break;
458 case 10:
459 papertype = _("JB4"); break;
460 case 11:
461 papertype = _("JB5"); break;
462 case 12:
463 papertype = _("B5"); break;
464 case 13:
465 papertype = _("Not listed"); break;
466 case 14:
467 papertype = _("JPost"); break;
468 case 15:
469 papertype = _("JDouble"); break;
470 case 16:
471 papertype = _("A5"); break;
472 case 17:
473 papertype = _("A6"); break;
474 case 18:
475 papertype = _("JB6"); break;
476 case 21:
477 papertype = _("Custom"); break;
478 case 23:
479 papertype = _("C6"); break;
480 case 24:
481 papertype = _("Folio"); break;
482 default:
483 papertype = _("unknown");
484 };
485 // Paper source
486 switch (header[HEADER_PAPERSOURCE]) {
487 case 1:
488 papersource = _("Auto"); break;
489 case 2:
490 papersource = _("Manual"); break;
491 case 3:
492 papersource = _("Multi"); break;
493 case 4:
494 papersource = _("Top"); break;
495 case 5:
496 papersource = _("Lower"); break;
497 case 6:
498 papersource = _("Envelopes"); break;
499 case 7:
500 papersource = _("Third"); break;
501 default:
502 papersource = _("unknown");
503 };
504 // Printable area size
505 width = (header[HEADER_WIDTH_H] << 8) + header[HEADER_WIDTH_L];
506 height = (header[HEADER_HEIGHT_H] << 8) + header[HEADER_HEIGHT_L];
507 // Copies number
508 nrcopies = (header[HEADER_NRCOPIES_H] << 8) + header[HEADER_NRCOPIES_L];
509
510
511 printf(_("New page: \n"));
512 printf(_(" Number of copies: %i\n"), nrcopies);
513 printf(_(" Resolution: %i×%i\n"), xres, yres);
514 printf(_(" Paper type: %s\n"), papertype);
515 printf(_(" Paper source: %s\n"), papersource);
516 if (width || height)
517 printf(_(" Printable area: %i×%i\n"), width, height);
518 printf(_(" Duplex: %i\n"), header[HEADER_DUPLEX]);
519 printf(_(" Duplex tumble: %i\n"), header[HEADER_TUMBLE]);
520
521 return true;
522 }
523
524
525
526
527
528
529 /*
530 * Programme principal
531 * Main program
532 */
533 int main(int argc, char **argv)
534 {
535 const char *filename;
536 flags_t flags=0;
537 document *doc;
538 FILE *handle;
539 ptr_t i=1, j;
540
541 // Get the command line options
542 if (argc < 2) {
543 fprintf(stderr, _("Usage: %s [<options>] <SPL file>\n"), argv[0]);
544 fprintf(stderr, _("More information: %s -h\n"), argv[0]);
545 return -1;
546 }
547 while (argv[i] && argv[i][0] == '-') {
548 j=1;
549 while (argv[i][j]) {
550 switch (argv[i][j]) {
551 case 'h':
552 printf(_("Usage: %s [<options>] <SPL file>\n"), argv[0]);
553 printf(_("Available options:\n"));
554 printf(_(" -2 This is a SPL2 document "
555 "[default]\n"));
556 printf(_(" -c This is a SPLc document\n"));
557 printf(_(" -h Print this help message\n"));
558 return 0;
559 case '2':
560 flags &= ~Color;
561 break;
562 case 'c':
563 flags |= Color;
564 break;
565 default:
566 fprintf(stderr, _("Unknown option '%c'\n"), argv[i][j]);
567 break;
568 };
569 j++;
570 }
571 i++;
572 }
573
574 // Get the command line file name
575 if (!argv[i]) {
576 fprintf(stderr, _("Usage: %s [<options>] <SPL file>\n"), argv[0]);
577 fprintf(stderr, _("More information: %s -h\n"), argv[0]);
578 return 0;
579 }
580 filename = argv[i];
581
582 // Open the file
583 if (!(handle = fopen(filename, "r"))) {
584 fprintf(stderr, _("Cannot open file %s (errno=%i)\n"), filename, errno);
585 return errno;
586 }
587
588 // Extract the header
589 doc = new document;
590 memset(doc, 0, sizeof(document));
591 if (_extractHeader(handle, flags, doc) == false)
592 goto error;
593 _extractPage(handle, flags, doc);
594
595 delete doc;
596 fclose(handle);
597 return 0;
598
599 error:
600 delete doc;
601 fclose(handle);
602 return -1;
603 }
0 /*
1 * i18n.h (C) 2007, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: i18n.h 94 2007-10-17 23:46:38Z ap2c $
18 */
19 #ifndef _I18N_H_
20 #define _I18N_H_
21
22 #define _(X) X
23
24 #endif /* _I18N_H_ */
25
26 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8 : */
27
0 /*
1 * jbgtopbm.cpp (C) 2007, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: jbgtopbm.cpp 106 2007-11-16 02:23:20Z ap2c $
18 */
19 #include "appliargs.h"
20 #include <QtCore/QTextStream>
21 #include <QtCore/QTextCodec>
22 #include <QtCore/QFile>
23 #include <QtCore/QByteArray>
24 #include "i18n.h"
25 extern "C" {
26 # include <jbig.h>
27 };
28
29 static QFile output;
30
31 int main(int argc, char** argv)
32 {
33 QTextCodec::setCodecForLocale(QTextCodec::codecForName("latin1"));
34 AppliArgs args(QStringList() << "~help,h" << "~version,v" << "output=1,o");
35 QTextStream out(stdout), err(stderr);
36 unsigned long int length;
37 struct jbg_dec_state sd;
38 unsigned char *buffer;
39 QString hw("%1 %2\n");
40 QByteArray data;
41 bool argsErr;
42 QFile input;
43
44 // Parse arguments
45 argsErr = !args.parse(argc, argv, 1);
46 if (argsErr || args.isOptionSet("help")) {
47 args.printErrors(err);
48
49 out << QString(_("Usage: %1 [options] <JBIG file>")).arg(args.
50 applicationName()) << endl;
51 out << _("Available options:") << endl;
52 out << _(" --help, -h Print this help message") << endl;
53 out << _(" --output, -o Select the output file") << endl;
54 out << _(" --version, -v Print the version information") <<
55 endl;
56 return argsErr ? 1 : 0;
57 } else if (args.isOptionSet("version")) {
58 out << _("(C) jbgtopbm, 2007 by Aurélien Croc") << endl;
59 out << _("This project is under the GNU General Public Licence "
60 "version 2") << endl;
61 out << _("More information => http://splix.ap2c.org") << endl << endl;
62 return 0;
63 }
64
65
66 // Open the input and the output file
67 input.setFileName(args.parameter(0));
68 if (!input.open(QIODevice::ReadOnly)) {
69 err << _("Error: cannot open file ") << args.parameter(0) << endl;
70 return -1;
71 }
72 data = input.readAll();
73 buffer = (unsigned char *)data.data();
74 length = data.length();
75 if (args.isOptionSet("output"))
76 output.setFileName(args.optionArg("output", 0));
77 else
78 output.setFileName("/dev/stdout");
79 if (!output.open(QIODevice::WriteOnly)) {
80 err << _("Error: cannot open file ") << output.fileName() << endl;
81 return -1;
82 }
83
84
85 // Decompress the image
86 jbg_dec_init(&sd);
87 while (length) {
88 unsigned long size;
89 int res;
90
91 size = *(unsigned long*)buffer;
92 printf("Taille=%lu\n", size);
93 buffer += sizeof(size);
94 length -= sizeof(size);
95 res = jbg_dec_in(&sd, buffer, size, NULL);
96 if (res == JBG_EOK) {
97 out << _("Processed.") << endl;
98 break;
99 } else if (res != JBG_EAGAIN) {
100 err << _("JBG not ok ") << res << endl;
101 break;
102 }
103 length -= size;
104 buffer += size;
105 }
106
107 // Store the image
108 output.write("P4\n");
109 output.write("# Image created by jbgtopbm, (C) 2007 by Aurélien Croc "
110 "(AP²C)\n");
111 hw = hw.arg(jbg_dec_getwidth(&sd)).arg(jbg_dec_getheight(&sd));
112 output.write(hw.toAscii());
113 output.write((const char *)jbg_dec_getimage(&sd, 0), jbg_dec_getsize(&sd));
114 output.close();
115
116 return 0;
117 }
118
119 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8 : */
120
0 /*
1 * algos.cpp (C) 2006-2007, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: page.cpp 160 2008-02-09 02:08:33Z ap2c $
18 */
19 #include "page.h"
20 #include <QtCore/QByteArray>
21 #include <QtCore/QTextStream>
22 #include "algo0x11.h"
23 #include "qpdl.h"
24 #include "i18n.h"
25
26 static const char* _colorsName[] = {"cyan","magenta","yellow","black"};
27
28
29 /*
30 * Constructeur - Destructeur
31 * Init - Uninit
32 */
33 Page::Page()
34 {
35 _version = 0;
36 _maxColors = 0;
37 for (unsigned int i=0; i < 4; i++) {
38 _layers[i].clear();
39 _lastBand[i] = 0;
40 }
41 _qpdl = NULL;
42 }
43
44
45
46 /*
47 * Gestion des fichiers
48 * Files management
49 */
50 void Page::_closeFiles()
51 {
52 for (unsigned int i=0; i < _maxColors; i++)
53 _files[i].close();
54 }
55
56 bool Page::_openFiles(quint8 compression, const QString& extension,
57 QTextStream& err)
58 {
59 // Check if files are still opened
60 if (_files[0].isOpen())
61 return true;
62
63 // Open it
64 _maxColors = _qpdl->type() == QPDLDocument::SPLc ? 4 : 1;
65 for (unsigned int i=0; i < _maxColors; i++) {
66 _files[i].setFileName(QString("page%1-%2.%3").arg(_qpdl->page(), 3,
67 10, QChar('0')).arg(_colorsName[i]).arg(extension));
68 if (!_files[i].open(QIODevice::WriteOnly)) {
69 err << QString(_("Page: cannot open file %1 in write mode")).
70 arg(_files[i].fileName()) << endl;
71 _closeFiles();
72 return false;
73 }
74 }
75 return true;
76 }
77
78
79
80 /*
81 * Nettoyage
82 * Clear all
83 */
84 void Page::clear()
85 {
86 _closeFiles();
87 _maxColors = 0;
88 for (unsigned int i=0; i < 4; i++) {
89 _layers[i].clear();
90 _lastBand[i] = 0;
91 _width[i] = 0;
92 _height[i] = 0;
93 }
94 }
95
96
97
98 /*
99 * Extraction des informations
100 * Extract information
101 */
102 quint32 Page::read32(const QByteArray& data, quint32 i)
103 {
104 quint32 tmp;
105
106 if (_be)
107 tmp = ((quint8)data.at(i+0) << 24) + ((quint8)data.at(i+1) << 16) +
108 ((quint8)data.at(i+2) << 8) + (quint8)data.at(i+3);
109 else
110 tmp = ((quint8)data.at(i+3) << 24) + ((quint8)data.at(i+2) << 16) +
111 ((quint8)data.at(i+1) << 8) + (quint8)data.at(i+0);
112 return tmp;
113 }
114
115 quint16 Page::read16(const QByteArray& data, quint32 i)
116 {
117 quint16 tmp;
118
119 if (_be)
120 tmp = ((quint8)data.at(i+0) << 8) + (quint8)data.at(i+1);
121 else
122 tmp = ((quint8)data.at(i+1) << 8) + (quint8)data.at(i+0);
123 return tmp;
124 }
125
126 quint8 Page::read8(const QByteArray& data, quint32 i)
127 {
128 return (quint8)data.at(i+0);
129 }
130
131
132
133 /*
134 * Réception d'une bande pour traitement
135 * Manage band data
136 */
137 bool Page::process(quint8 color, quint16 width, quint16 height,
138 quint8 compression, QByteArray& content, QTextStream& out,
139 QTextStream& err)
140 {
141 QString extension;
142 quint32 size, state;
143
144 // Check if the compression is supported
145 if (compression == 0)
146 extension = "dump";
147 else if (compression == 0x11)
148 extension = "pbm";
149 else if (compression == 0x13)
150 extension = "jbg";
151 else {
152 err << QString(_("Page: Unsupported compression algorithm (0x%1)")).
153 arg(compression, 0, 16) << endl;
154 return false;
155 }
156
157 // Check the sub-header version
158 if (_version > 3) {
159 err << QString(_("Page: unsupported band sub-header version (%1)")).
160 arg(_version) << endl;
161 return false;
162 }
163
164 // Open files if it has not be done
165 if (!_openFiles(compression, extension, err))
166 return false;
167
168 // Extract the sub-header (if version >= 2)
169 if (_version >= 2) {
170 size = read32(content, 0);
171 content.remove(0, 4);
172 if (_version == 3) {
173 state = read32(content, 0);
174 for (unsigned int i=0; i < 5; i++) {
175 quint32 tmp = read32(content, (i + 1) * 4);
176
177 if (tmp != 0)
178 err << QString(_("Page: invalid header value in sub-header "
179 "band (%1)")).arg(tmp) << endl;
180 }
181 content.remove(0, 6*4);
182 }
183 if (content.size() != size) {
184 err << QString(_("Page: content data is %1 bytes long whereas it "
185 "should be %2 bytes long")).arg(content.size()).arg(size) <<
186 endl;
187 return false;
188 }
189 }
190
191 if (compression == 0)
192 _dump(color-1, width, height, content, err);
193 else if (compression == 0x11)
194 _compression0x11(color-1, width, height, content, err);
195 else if (compression == 0x13)
196 _compression0x13(color-1, width, height, content, err);
197
198 return true;
199 }
200
201 void Page::flush()
202 {
203 // Save the PBM file
204 if (_lastBand[0] || _lastBand[1] || _lastBand[2] || _lastBand[3]) {
205 for (unsigned int c=0; c < _maxColors; c++) {
206 QString header = QString("P4\n# Page %1 - layer %2 --- (C) "
207 "decompress, 2006-2007 by Aurélien Croc (AP²C)\n%3 %4\n").
208 arg(_qpdl->page()).arg(c+1).arg(_width[c]).arg(_height[c]);
209
210 _files[c].write(header.toLatin1());
211 _files[c].write(_layers[c]);
212 }
213 }
214 _closeFiles();
215 }
216
217
218
219 /*
220 * Algorithmes de décompression
221 * Decompress algorithms
222 */
223 bool Page::_dump(quint8 color, quint16 width, quint16 height, QByteArray& data,
224 QTextStream& err)
225 {
226 _files[color].write(data);
227 }
228
229 bool Page::_compression0x11(quint8 color, quint16 width, quint16 height,
230 QByteArray& data, QTextStream& err)
231 {
232 QByteArray band;
233
234 _width[color] = width;
235 _height[color] += height;
236
237 if (_lastBand[color] < _qpdl->currentBandNr()) {
238 QByteArray blank((width * height + 7) >> 3, 0);
239
240 while (_lastBand[color] < _qpdl->currentBandNr()) {
241 _layers[color].append(blank);
242 _lastBand[color]++;
243 }
244 }
245
246 if (!decompress0x11(data, band, width, height, this, err))
247 return false;
248 _layers[color].append(band);
249 _lastBand[color]++;
250 return true;
251 }
252
253 bool Page::_compression0x13(quint8 color, quint16 width, quint16 height,
254 QByteArray& data, QTextStream& err)
255 {
256 unsigned long size = data.length();
257
258 _files[color].write((const char *)&size, sizeof(size));
259 _files[color].write(data);
260 }
261
262 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8 : */
263
0 /*
1 * page.h (C) 2006-2007, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: page.h 106 2007-11-16 02:23:20Z ap2c $
18 */
19 #ifndef _PAGE_H_
20 #define _PAGE_H_
21
22 #include <QtCore/QFile>
23
24 class QPDLDocument;
25 class QByteArray;
26 class QTextStream;
27
28 class Page
29 {
30 protected:
31 bool _be;
32 quint8 _version;
33
34 QPDLDocument* _qpdl;
35 QFile _files[4];
36 QByteArray _layers[4];
37 quint8 _lastBand[4];
38 quint16 _width[4];
39 quint16 _height[4];
40 quint8 _maxColors;
41
42 protected:
43 void _closeFiles();
44 bool _openFiles(quint8 compression,
45 const QString& extension, QTextStream& err);
46
47 bool _dump(quint8 color, quint16 width,
48 quint16 height, QByteArray& data,
49 QTextStream& err);
50 bool _compression0x11(quint8 color, quint16 width,
51 quint16 height, QByteArray& data,
52 QTextStream& err);
53 bool _compression0x13(quint8 color, quint16 width,
54 quint16 height, QByteArray& data,
55 QTextStream& err);
56
57 public:
58 Page();
59
60 public:
61 void setQPDLDocument(QPDLDocument* qpdl)
62 {_qpdl = qpdl;}
63 void setSubHeaderVersion(quint8 version)
64 {_version = version;}
65 void setBE(bool be) {_be = be;}
66 void clear();
67
68 public:
69 bool process(quint8 color, quint16 width,
70 quint16 height, quint8 compression,
71 QByteArray& content, QTextStream& out,
72 QTextStream& err);
73 void flush();
74
75 quint32 read32(const QByteArray& data, quint32 i);
76 quint16 read16(const QByteArray& data, quint32 i);
77 quint8 read8(const QByteArray& data, quint32 i);
78 };
79
80 #endif /* _PAGE_H_ */
81
82 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8 : */
83
0 /*
1 * pjl.cpp (C) 2007, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: pjl.cpp 94 2007-10-17 23:46:38Z ap2c $
18 */
19 #include "pjl.h"
20 #include <QtCore/QFile>
21 #include <QtCore/QString>
22 #include <QtCore/QTextStream>
23 #include "i18n.h"
24
25 bool parsePJLHeader(QFile& qpdlDocument, bool quiet, QTextStream& out,
26 QTextStream& err)
27 {
28 QString line, command, arg;
29
30 if (!quiet)
31 out << _("PJL header: ") << endl;
32
33 while (!qpdlDocument.atEnd()) {
34 line = qpdlDocument.readLine();
35 if (!line.startsWith("@PJL ")) {
36 err << QString(_("Unknown PJL argument: %1")).arg(line) << endl;
37 return false;
38 }
39 line.remove(0, 5);
40 command = line.section('=', 0, 0).simplified();
41 arg = line.section('=', 1).simplified();
42 if (command == "ENTER LANGUAGE") {
43 if (arg != "QPDL") {
44 err << QString(_("Unsupported printer language: %1")).
45 arg(arg) << endl;
46 return false;
47 }
48 if (!quiet)
49 out << endl;
50 return true;
51 }
52 if (!quiet)
53 out << " " << command << QString().fill('.', 30 -
54 command.size()) << " = " << arg << endl;
55 }
56 return false;
57 }
58
59 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8 : */
60
0 /*
1 * pjl.h (C) 2007, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: pjl.h 94 2007-10-17 23:46:38Z ap2c $
18 */
19 #ifndef _PJL_H_
20 #define _PJL_H_
21
22 class QFile;
23 class QTextStream;
24
25 extern bool parsePJLHeader(QFile& qpdlDocument, bool quiet, QTextStream& out,
26 QTextStream& err);
27
28 #endif /* _PJL_H_ */
29
30 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8 : */
31
0 /*
1 * qpdl.cpp (C) 2006-2007, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: qpdl.cpp 231 2008-10-19 13:16:24Z ap2c $
18 */
19 #include "qpdl.h"
20 #include <QtCore/QFile>
21 #include <QtCore/QByteArray>
22 #include <QtCore/QTextStream>
23 #include "i18n.h"
24
25 /*
26 * Définitions et déclarations
27 * Definitions and declarations
28 */
29 #define HEADER_SIGNATURE 0x00
30 #define HEADER_YRESOLUTION 0x01
31 #define HEADER_NRCOPIES_H 0x02
32 #define HEADER_NRCOPIES_L 0x03
33 #define HEADER_PAPERTYPE 0x04
34 #define HEADER_WIDTH_H 0x05
35 #define HEADER_WIDTH_L 0x06
36 #define HEADER_HEIGHT_H 0x07
37 #define HEADER_HEIGHT_L 0x08
38 #define HEADER_PAPERSOURCE 0x09
39 #define HEADER_UNKNOWN1 0x0A
40 #define HEADER_DUPLEX 0x0B
41 #define HEADER_TUMBLE 0x0C
42 #define HEADER_UNKNOWN2 0x0D
43 #define HEADER_QPDLVERSION 0x0E
44 #define HEADER_UNKNOWN3 0x0F
45 #define HEADER_XRESOLUTION 0x10
46
47 #define BAND_NUMBER 0x0
48 #define BAND_WIDTH_H 0x1
49 #define BAND_WIDTH_L 0x2
50 #define BAND_HEIGHT_H 0x3
51 #define BAND_HEIGHT_L 0x4
52
53 #define MAX_PAPER_TYPE 24
54 static const char *_paperTypeName[] = {
55 "Letter", // 0
56 "Legal",
57 "A4",
58 "Executive",
59 "Ledger",
60 "A3", // 5
61 "Com10",
62 "Monarch",
63 "C5",
64 "DL",
65 "JB4", // 10
66 "JB5",
67 "B5",
68 "Not listed",
69 "JPost",
70 "JDouble", // 15
71 "A5",
72 "A6",
73 "JB6",
74 "*Unknown*",
75 "*Unknown*", // 20
76 "Custom",
77 "*Unknown",
78 "C6",
79 "Folio"}; // 24
80
81 #define MAX_PAPER_SOURCE 7
82 static const char *_paperSourceName[] = {
83 "*Unknown*", // 0
84 "Auto",
85 "Manual",
86 "Multi",
87 "Top",
88 "Lower", // 5
89 "Envelopes",
90 "Third"}; // 7
91
92
93
94 /*
95 * Constructeur - Destructeur
96 * Init - Uninit
97 */
98 QPDLDocument::QPDLDocument()
99 {
100 _pageNr = 0;
101 }
102
103
104
105 /*
106 * Lecture de l'en-tête d'une page
107 * Read page header
108 */
109 QPDLDocument::Result QPDLDocument::_readPageHeader(QFile& data,
110 QTextStream& out, QTextStream& err)
111 {
112 QByteArray header = data.read(0x11);
113
114 // Check header signature
115 if (header.at(HEADER_SIGNATURE) == '\t')
116 return End;
117 if (header.at(HEADER_SIGNATURE) != 0) {
118 err << QString(_("QPDL: bad page header signature (%1)")).
119 arg((quint8)header.at(HEADER_SIGNATURE)) << endl;
120 return Error;
121 }
122
123 // Resolution
124 _resolutionX = header.at(HEADER_XRESOLUTION) ?
125 (quint8)header.at(HEADER_XRESOLUTION) * 100 :
126 (quint8)header.at(HEADER_YRESOLUTION) * 100;
127 _resolutionY = (quint8)header.at(HEADER_YRESOLUTION) * 100;
128
129 // Paper type
130 _paperType = header.at(HEADER_PAPERTYPE);
131
132 // Paper source
133 _paperSource = header.at(HEADER_PAPERSOURCE);
134
135 // Printable area size
136 _width = ((quint8)header.at(HEADER_WIDTH_H) << 8) +
137 (quint8)header.at(HEADER_WIDTH_L);
138 _height = ((quint8)header.at(HEADER_HEIGHT_H) << 8) +
139 (quint8)header.at(HEADER_HEIGHT_L);
140
141 // Copies number
142 _nrCopies = ((quint8)header.at(HEADER_NRCOPIES_H) << 8) +
143 (quint8)header.at(HEADER_NRCOPIES_L);
144
145 // Duplex and Tumble
146 _duplex = header.at(HEADER_DUPLEX);
147 _tumble = header.at(HEADER_TUMBLE);
148
149 // QPDL VERSION
150 _qpdl = header.at(HEADER_QPDLVERSION);
151
152 // Unknown bytes
153 _unknown[0] = header.at(HEADER_UNKNOWN1);
154 _unknown[1] = header.at(HEADER_UNKNOWN2);
155 _unknown[2] = header.at(HEADER_UNKNOWN3);
156
157 // Print a summary
158 if (!_quiet) {
159 out << QString(_("Page %1 header:")).arg(_pageNr) << endl;
160 out << " " << QString(_("QPDL version..... = %1")).
161 arg(_qpdl) << endl;
162 out << " " << QString(_("Number of copies. = %1")).
163 arg(_nrCopies) << endl;
164 out << " " << QString(_("Resolution....... = %1×%2")).
165 arg(_resolutionX).arg(_resolutionY) << endl;
166 out << " " << QString(_("Paper type....... = %1")).
167 arg(_paperType <= MAX_PAPER_TYPE ? _paperTypeName[_paperType] :
168 QString("*Unknown* (%1)").arg(_paperType)) << endl;
169 out << " " << QString(_("Paper source..... = %1")).
170 arg(_paperSource<=MAX_PAPER_SOURCE ? _paperSourceName[_paperSource]:
171 QString("*Unknown* (%1)").arg(_paperSource)) << endl;
172 out << " " << QString(_("Printable area... = %1×%2")).
173 arg(_width).arg(_height) << endl;
174 out << " " << QString(_("Duplex - Tumble.. = %1 %2")).
175 arg(_duplex, 1).arg(_tumble, 1) << endl;
176 out << " " << QString(_("Unknown bytes.... = %1 %2 %3")).
177 arg((quint8)_unknown[0], 1).arg((quint8)_unknown[1], 1).
178 arg((quint8)_unknown[2], 1) << endl;
179 }
180
181 return Ok;
182 }
183
184
185
186 /*
187 * Extraction de chaques bandes
188 * Band extraction
189 */
190 QPDLDocument::Result QPDLDocument::_readPageContent(QFile& data,
191 QTextStream& out, QTextStream& err)
192 {
193 if (!_quiet) {
194 if (_decompression)
195 out << _(" Analysing and decompression");
196 else
197 out << _(" Analysing");
198 }
199
200 while (!data.atEnd()) {
201 QByteArray header, content;
202 quint16 width, height;
203 char signature, color=1;
204 quint8 compression;
205 quint32 size;
206
207 // Check the band signature
208 data.getChar(&signature);
209 if (signature == 0x1) { // End of the page
210 if (!_quiet)
211 out << QString("(0x%1)").arg(compression, 0, 16) << endl;
212 return Ok;
213 } else if (signature != 0xC) {
214 err << QString(_("QPDL: bad band header signature (%1)")).
215 arg((quint8)signature) << endl;
216 return Error;
217 }
218
219 // Extract the band information
220 header = data.read(5);
221 _currentBandNr = header.at(BAND_NUMBER);
222 width = ((quint8)header.at(BAND_WIDTH_H) << 8) +
223 (quint8)header.at(BAND_WIDTH_L);
224 height = ((quint8)header.at(BAND_HEIGHT_H) << 8) +
225 (quint8)header.at(BAND_HEIGHT_L);
226 if (!_quiet) {
227 out << '.';
228 out.flush();
229 }
230
231 // Read the band data -- SPLc in QPDL V. 0, 1 or 5
232 if (_type == SPLc && (_qpdl <= 1 || _qpdl == 5)) {
233 while (!data.atEnd()) {
234 // Read the color
235 data.getChar(&color);
236 if (!color)
237 break;
238 if (color < 0 || color > 4) {
239 err << QString(_("QPDL: bad color value (%1) in band %2")).
240 arg((quint8)color).arg(_currentBandNr) << endl;
241 return Error;
242 }
243
244 // Read the compression and the size
245 header = data.read(5);
246 compression = header.at(0);
247 size = ((quint8)header.at(1) << 24) +
248 ((quint8)header.at(2) << 16) +
249 ((quint8)header.at(3) << 8) + (quint8)header.at(4);
250 content = data.read(size);
251
252 // Process the band
253 if (!_processBandAnalysis(color, width, height, compression,
254 content, out, err))
255 return Error;
256 }
257
258
259 // Read the band data -- SPLc in QPDL V. 2
260 } else if (_type == SPLc && _qpdl == 2) {
261 // Read the color
262 data.getChar(&color);
263 if (color <= 0 || color > 4) {
264 err << QString(_("QPDL: bad color value (%1) in band %2")).
265 arg((quint8)color).arg(_currentBandNr) << endl;
266 return Error;
267 }
268
269 // Read the compression and the size
270 header = data.read(5);
271 compression = header.at(0);
272 size = ((quint8)header.at(1) << 24) + ((quint8)header.at(2) << 16) +
273 ((quint8)header.at(3) << 8) + (quint8)header.at(4);
274 content = data.read(size);
275
276 // Process the band
277 if (!_processBandAnalysis(color, width, height, compression,
278 content, out, err))
279 return Error;
280
281
282 // Read the band data -- SPL-2 in any QPDL
283 } else {
284 // Read the compression and the size
285 header = data.read(5);
286 compression = header.at(0);
287 size = ((quint8)header.at(1) << 24) + ((quint8)header.at(2) << 16) +
288 ((quint8)header.at(3) << 8) + (quint8)header.at(4);
289 content = data.read(size);
290
291 // Process the band
292 if (!_processBandAnalysis(1, width, height, compression,
293 content, out, err))
294 return Error;
295 }
296 }
297 return Error;
298 }
299
300
301
302 /*
303 * Traitement d'une bande
304 * Band management
305 */
306 bool QPDLDocument::_processBandAnalysis(quint8 color, quint16 width,
307 quint16 height, quint8 compression, QByteArray& content,
308 QTextStream& out, QTextStream& err)
309 {
310 quint32 checkSum = 0, givenCheckSum;
311 quint8 version;
312 bool be;
313
314 // Check the signature and the BE/LE
315 if (((quint8)content.at(0) & 0xF) != 0x9 || (quint8)content.at(1) != 0xAB ||
316 (quint8)content.at(2) != 0xCD || (quint8)content.at(3) != 0xEF) {
317 if (((quint8)content.at(3) & 0xF) != 0x09 ||
318 (quint8)content.at(2) != 0xAB || (quint8)content.at(1) != 0xCD ||
319 (quint8)content.at(0) != 0xEF) {
320 err << QString(_("QPDL: Invalid signature (0x%1%2%3%4)")).
321 arg((quint8)content.at(0),0,16).arg((quint8)content.at(1),0,16).
322 arg((quint8)content.at(2),0,16).arg((quint8)content.at(3),0,16)
323 << endl;
324 return false;
325 } else {
326 be = false;
327 version = (quint8)content.at(3) >> 4;
328 }
329 } else {
330 be = true;
331 version = (quint8)content.at(0) >> 4;
332 }
333 _page.setSubHeaderVersion(version);
334 _page.setBE(be);
335
336 // Check the checksum
337 if (_qpdl > 0) {
338 givenCheckSum = ((quint8)content.at(content.size() - 4) << 24) +
339 ((quint8)content.at(content.size() - 3) << 16) +
340 ((quint8)content.at(content.size() - 2) << 8) +
341 (quint8)content.at(content.size() - 1);
342 for (unsigned int i=0; i < content.size() - 4; i++)
343 checkSum += (quint8)content.at(i);
344 if (givenCheckSum != checkSum) {
345 err << QString(_("QPDL: band checksum invalid! (0x%1-0x%2)")).
346 arg(givenCheckSum, 8, 16, QChar('0')).arg(checkSum, 8, 16,
347 QChar('0')) << endl;
348 return false;
349 }
350 content.remove(content.size() - 4, 4);
351 }
352 content.remove(0, 4);
353
354 // Decompress the band
355 if (_decompression || _dump)
356 return _page.process(color, width, height, _dump ? 0 : compression,
357 content, out, err);
358 return true;
359 }
360
361
362
363 /*
364 * Boucle générale de traitement des données
365 * Data management main loop
366 */
367 bool QPDLDocument::parse(QFile& data, QTextStream& out, QTextStream& err)
368 {
369 _page.setQPDLDocument(this);
370
371 while (!data.atEnd()) {
372 QByteArray footer;
373 quint16 nrCopies;
374 Result res;
375
376 _pageNr++;
377 _page.clear();
378
379 // Read the page header
380 res = _readPageHeader(data, out, err);
381 if (res == Error)
382 return false;
383 if (res == End)
384 break;
385
386 // Read the page bands
387 res = _readPageContent(data, out, err);
388 if (res == Error)
389 return false;
390 if (res == End)
391 break;
392
393 // Read the page footer
394 footer = data.read(2);
395 nrCopies = ((quint8)footer.at(0) << 8) + (quint8)footer.at(1);
396 if (!_quiet)
397 out << QString(_("Page %1 done (%2 copie(s)).")).arg(_pageNr).
398 arg(nrCopies) << endl << endl;
399 _page.flush();
400 }
401 return true;
402 }
403
404 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8 : */
405
0 /*
1 * qpdl.h (C) 2006-2007, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: qpdl.h 95 2007-10-18 23:35:36Z ap2c $
18 */
19 #ifndef _QPDL_H_
20 #define _QPDL_H_
21
22 #include <QtCore/qglobal.h>
23 #include "page.h"
24
25 class QFile;
26 class QTextStream;
27
28 class QPDLDocument
29 {
30 public:
31 enum Type {
32 SPL2,
33 SPLc,
34 };
35
36 enum Color {
37 Cyan = 1,
38 Magenta = 2,
39 Yellow = 3,
40 Black = 4,
41 };
42
43 protected:
44 quint8 _qpdl;
45 quint16 _width;
46 quint32 _pageNr;
47 quint8 _duplex;
48 quint8 _tumble;
49 quint16 _height;
50 quint16 _nrCopies;
51 quint8 _paperType;
52 quint16 _resolutionX;
53 quint16 _resolutionY;
54 quint8 _paperSource;
55 quint8 _currentBandNr;
56 char _unknown[3];
57
58 bool _quiet;
59 bool _decompression;
60 bool _dump;
61 Type _type;
62 Page _page;
63
64 protected:
65 enum Result {
66 Error = -1,
67 Ok = 0,
68 End = 1,
69 };
70
71 protected:
72 bool _processBandAnalysis(quint8 color,
73 quint16 width, quint16 height,
74 quint8 compression, QByteArray& content,
75 QTextStream& out, QTextStream& err);
76 Result _readPageHeader(QFile& data, QTextStream& out,
77 QTextStream& err);
78 Result _readPageContent(QFile& data, QTextStream& out,
79 QTextStream& err);
80
81 public:
82 QPDLDocument();
83
84 public:
85 void setQuiet(bool quiet) {_quiet = quiet;}
86 void setDecompressionState(bool state)
87 {_decompression = state;}
88 void setDump(bool state) {_dump = state;}
89 void setType(Type type) {_type = type;}
90
91 bool decompressionState() const
92 {return _decompression;}
93 Type type() const {return _type;}
94 quint32 page() const {return _pageNr;}
95 quint32 currentBandNr() const {return _currentBandNr;}
96
97 public:
98 bool parse(QFile& data, QTextStream& out,
99 QTextStream& err);
100 };
101
102 #endif /* _QPDL_H_ */
103
104 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8 : */
105
0 /*
1 * decompress.cpp (C) 2006-2007, Aurélien Croc (AP²C)
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the
14 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: template.cpp 94 2007-10-17 23:46:38Z ap2c $
18 */
19
20 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8 : */
21