1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML
><HEAD
><TITLE
>pcl3opts</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet version 1.13"></HEAD
><BODY
BGCOLOR="#FFFFFF"
TEXT="#000000"
><H1
>PCL3OPTS</H1
><DIV
CLASS="REFNAMEDIV"
><H2
>NAME</H2
>pcl3opts — determine options for the ghostscript driver <B
CLASS="COMMAND"
>pcl3</B
> from a PCL-3+ file</DIV
><H2>SYNOPSIS</H2
><DIV
CLASS="REFSYNOPSISDIV"
><P
><B
CLASS="COMMAND"
>pcl3opts</B
> [<SPAN
CLASS="OPTION"
>-o <TT
CLASS="REPLACEABLE"
><I
>output_file</I
></TT
></SPAN
>] [<TT
CLASS="REPLACEABLE"
><I
>input_file</I
></TT
>...] </P
></DIV
><DIV
CLASS="REFSECT1"
><H2
>DESCRIPTION</H2
><P
>The command <B
CLASS="COMMAND"
>pcl3opts</B
>
is intended to help in determining which options one should use when
calling ghostscript using <B
CLASS="COMMAND"
>pcl3</B
> for driving a PCL-3+ printer.
It analyzes one or more PCL <TT
CLASS="REPLACEABLE"
><I
>input_files</I
></TT
>
and issues on the <TT
CLASS="REPLACEABLE"
><I
>output_file</I
></TT
>
its best guess as to which options one should specify in order to produce
files using a similar configuration.
The default <TT
CLASS="REPLACEABLE"
><I
>output_file</I
></TT
> is standard output.
If no <TT
CLASS="REPLACEABLE"
><I
>input_files</I
></TT
> are specified,
the command reads from standard input.</P
><P
>This command is mostly of interest if you have access to PCL files generated by
software provided by the printer's manufacturer,
for example if you have a manufacturer-supplied
Microsoft Windows driver for your printer.
In that case you can generate a few files under Windows using different
settings and let <B
CLASS="COMMAND"
>pcl3opts</B
> examine them.</P
></DIV
><DIV
CLASS="REFSECT1"
><H2
>LIMITATIONS</H2
><P
>Note that <B
CLASS="COMMAND"
>pcl3opts</B
>
cannot guarantee that the collection of options it proposes leads to a file
which is understood by the printer.
It can merely provide a best guess.</P
><P
>In addition, some settings require interpretation of the page contents
in order to properly translate them into options for <B
CLASS="COMMAND"
>pcl3</B
>
and some cannot reliably be derived from a PCL file at all.
Finding good values for these parameters is beyond
<B
CLASS="COMMAND"
>pcl3opts</B
>'s capabilities.
This includes <SPAN
CLASS="OPTION"
>LeadingEdge</SPAN
>, <SPAN
CLASS="OPTION"
>SendBlackLast</SPAN
>,
<SPAN
CLASS="OPTION"
>Tumble</SPAN
> and the distinction between the colour models
<TT
CLASS="USERINPUT"
><B
>CMY+K</B
></TT
> and <TT
CLASS="USERINPUT"
><B
>CMYK</B
></TT
>.</P
></DIV
><DIV
CLASS="REFSECT1"
><H2
>SEE ALSO</H2
><P
><A HREF="gs-pcl3.html"
><SPAN
CLASS="CITEREFENTRY"
><SPAN
CLASS="REFENTRYTITLE"
>gs-pcl3</SPAN
>(1)</SPAN
></A></P
></DIV
><DIV
CLASS="REFSECT1"
><H2
>AUTHOR</H2
><P
>Copyright 2000, 2001 by Martin Lottermoser,
Greifswaldstrae 28, 38124 Braunschweig, Germany.
E-mail: <TT
CLASS="EMAIL"
><A HREF="mailto:Martin.Lottermoser@t-online.de"
>Martin.Lottermoser@t-online.de</A></TT
>.</P
><P
>Version of this reference page: $Revision: 1.10 $
($Date: 2001/02/10 17:01:06 $).</P
></DIV
></BODY
></HTML
>
|