old-www/HOWTO/Printing-HOWTO/printers.html

3738 lines
52 KiB
HTML
Raw Permalink Blame History

<HTML
><HEAD
><TITLE
>Supported Printers</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="The Printing HOWTO"
HREF="index.html"><LINK
REL="PREVIOUS"
TITLE="Kernel printer devices"
HREF="kernel.html"><LINK
REL="NEXT"
TITLE="Spooling software"
HREF="spoolers.html"></HEAD
><BODY
CLASS="sect1"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>The Printing HOWTO</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="kernel.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="spoolers.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="printers"
></A
>5. Supported Printers</H1
><P
>The Linux kernel will let you speak with any printer that you can
plug into a serial, parallel, or usb port, plus any printer on the
network. Unfortunately, this alone is insufficient; you must also
be able to generate data that the printer will understand. Primary
among the incompatible printers are those referred to as "Windows"
or "GDI" printers. They are called this because all or part of the
printer control language and the design details of the printing
mechanism are not documented. Typically the vendor will provide a
Windows driver and happily sell only to Windows users; this is why
they are called Winprinters. In some cases the vendor also
provides drivers for NT, OS/2, or other operating systems.</P
><P
>Many of these printers <EM
>do not work</EM
> with free
software. A few of them do, and some of them only work a little
bit (usually because someone has reverse engineered the details
needed to write a driver). See the printer support list below for
details on specific printers.</P
><P
>A few printers are in-between. Some of NEC's models, for example,
implement a simple form of the standard printer language PCL that
allows PCL-speaking software to print at up to 300dpi, but only NEC
knows how to get the full 600dpi out of these printers.</P
><P
>Note that if you already have one of these Winprinters, there are
roundabout ways to print to one, but they're rather awkward. See<A
HREF="winprinters.html"
>Section 12</A
> in this document for more discussion
of Windows-only printers.</P
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="supported-printers-postscript"
></A
>5.1. Postscript</H2
><P
>As for what printers <EM
>do</EM
> work with free
software, the best choice is to buy a printer with native
PostScript support <EM
>in firmware</EM
>. Nearly all
Un*x software that produces printable output produces it in
PostScript, so obviously it'd be nice to get a printer that
supports PostScript directly. Unfortunately, PostScript support
is scarce outside the laser printer domain, and is sometimes a
costly add-on.</P
><P
>Un*x software, and the publishing industry in general, have
standardized upon Postscript as the printer control language of
choice. This happened for several reasons:<P
></P
><DIV
CLASS="variablelist"
><DL
><DT
>Timing</DT
><DD
><P
>Postscript arrived as part of the Apple Laserwriter, a
perfect companion to the Macintosh, the system largely
responsible for the desktop publishing revolution of the 80s.</P
></DD
><DT
><A
NAME="pdf-description"
></A
>It's device-independent</DT
><DD
><P
>Postscript programs can be run to generate output on a
pixel screen, a vector screen, a fax machine, or almost any
sort of printer mechanism, without the original program
needing to be changed. Postscript output will look the same
on any Postscript device, at least within the limits of the
device's capabilities. Before the creation of PDF, people
exchanged complex documents online as Postscript files. The
only reason this standard didn't "stick" was because Windows
machines didn't usually include a Postscript previewer, so
Adobe specified hyperlinks and compression for Postscript,
called the result PDF, distributed previewers for it, and
invented a market for their "distiller" tools (the
functionality of which is also provided by ghostscript's
ps2pdf and pdf2ps programs).</P
></DD
><DT
>It's a real programming language</DT
><DD
><P
>Postscript is a complete programming language; you can
write software to do most anything in it. This is mostly
useful for defining subroutines at the start of your program
to reproduce complex things over and over throughout your
document, like a logo or a big "DRAFT" in the background. But
there's no reason you couldn't compute &#960; in a Postscript
program.</P
></DD
><DT
>It's open</DT
><DD
><P
>Postscript is fully specified in a publically available
series of books (which you can find at any good bookstore) and also online at <A
HREF="http://partners.adobe.com/asn/developer/technotes/postscript.html"
TARGET="_top"
>http://partners.adobe.com/asn/developer/technotes/postscript.html</A
>.
Although Adobe invented it and provides the dominant
commercial implementation, other vendors like Aladdin produce
independently coded implementations as well.</P
></DD
></DL
></DIV
></P
></DIV
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="non-ps-printers"
></A
>5.2. Non-Postscript</H2
><P
>Failing the (larger) budget necessary to buy a Postscript printer,
you can use any printer supported by <EM
>Ghostscript</EM
>, the free
Postscript interpreter used in lieu of actual printer Postscript
support. Note that most GNU/Linux distributions can only ship a
somewhat outdated version of Ghostscript due to the license.
Fortunately, there is usually a prepackaged up to date Ghostscript
made available in each distribution's contrib area.</P
><P
>Adobe now has a new printer language called "PrintGear". I think
it's a greatly simplified binary format language with some
Postscript heritage but no Postscript compatibility. And I
haven't heard of Ghostscript supporting it. But some PrintGear
printers seem to support another language like PCL, and these
printers will work with GNU/Linux (if the PCL is implemented in the
printer and not in a Windows driver).</P
><P
>Similarly, Adobe offers a host-based Postscript implementation
called <SPAN
CLASS="productname"
>PressReady</SPAN
>. This works much
like Ghostscript does to provide Postscript support for a
non-Postscript printer, but has the disadvantage that it runs only
on Windows.</P
></DIV
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="what-printers-work"
></A
>5.3. What printers work?</H2
><P
>You can look in several places to see if a particular printer will
work. The cooperatively maintained Printing HOWTO printer <A
HREF="http://www.linuxprinting.org/database.html"
TARGET="_top"
>database</A
> aims to be a comprehensive listing of the state of GNU/Linux printer
support. A summary of it is below; be sure to check online for
more details and information on what driver(s) to use.</P
><P
>The best bet for new printer shoppers is to consult the list of <A
HREF="http://www.linuxprinting.org/suggested.html"
TARGET="_top"
>suggested printers</A
>. These center around color inkjets
and mono laser devices. You can even help support this document
and the website by buying from one of <A
HREF="http://www.linuxprinting.org/affiliate.html"
TARGET="_top"
>affiliated vendors</A
>.</P
><P
>Ghostscript's <A
HREF="http://www.cs.wisc.edu/~ghost/doc/printer.htm"
TARGET="_top"
>printer
compatibility page</A
> has a list of some working printers,
as well as links to other pages.</P
><P
>&#13;<A
HREF="http://groups.google.com/"
TARGET="_top"
>Google groups</A
> contains hundreds of "it works" and "it doesn't work"
testimonials. Try all three, and when you're done, check that
your printer is present and correct in the <A
HREF="http://www.linuxprinting.org/database.html"
TARGET="_top"
>database</A
>, so that it will be listed properly in this document in the
future.</P
><DIV
CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="printer-compat-list"
></A
>5.3.1. Printer compatibility list</H3
><P
>This section is a summary of the <A
HREF="http://www.linuxprinting.org/database.html"
TARGET="_top"
>online
database</A
>. The online version includes device
specifications, notes, driver information, user-maintained
documentation, manufacturer web pages, and interface scripts for
using drivers with several print spooling systems (including LPR,
LPRng, PDQ, and CUPS). The online version of this list is also
interactive; people can and do add printers all the time, so be
sure to check it as well. Finally, if your printer isn't listed,
add it!</P
><P
>Note that this listing is not gospel; people sometimes add
incorrect information, which are eventually weeded out. Entries which
have not been sanity-checked are marked with an asterisk (*). Verify
from Google Groups that a printer works for someone before buying it
based on this list.</P
><P
>Printers here are categorized into four types:<P
></P
><DIV
CLASS="variablelist"
><DL
><DT
>Perfectly</DT
><DD
><P
>Perfect printers work perfectly - you can print to the full
ability of the printer, including color, full resolution, etc.
In a few cases printers with undocumented "resolution
enhancement" modes that don't work are listed as perfect;
generally the difference in print quality is small enough that
it isn't worth worrying about.</P
></DD
><DT
>Mostly</DT
><DD
><P
>You can print fine, but there may be minor limitations of one
sort or another in either printing or other features.</P
></DD
><DT
>Partially</DT
><DD
><P
>You can print, but maybe not in color, or only at a poor
resolution. See the online listing for information on the
limitation.</P
></DD
><DT
>Paperweight</DT
><DD
><P
>You can't print a darned thing; typically this will be due to
lack of a driver and/or documentation on how to write one.
Paperweights occasionally get "promoted", either when someone
discovers that an existing driver works, or when someone
creates a new driver, but you shouldn't count on this
happening.</P
></DD
></DL
></DIV
>
In all cases, since this information is provided by dozens of
people, none of it is guaranteed to be correct; entries with an
asterisk (*) are particularly suspect. The facts, however, should
be easy to corroborate from the driver web pages and manufacturer
web sites.</P
><P
>And without further ado, here is the printer compatibility list:
<DIV
CLASS="table"
><A
NAME="AEN426"
></A
><P
><B
>Table 1. Linux Printer Support</B
></P
><TABLE
BORDER="1"
CLASS="CALSTABLE"
><THEAD
><TR
><TH
ALIGN="LEFT"
VALIGN="MIDDLE"
><P
>Manufacturer</P
>
</TH
><TH
ALIGN="LEFT"
VALIGN="MIDDLE"
><P
>Perfectly</P
>
</TH
><TH
ALIGN="LEFT"
VALIGN="MIDDLE"
><P
>Mostly</P
>
</TH
><TH
ALIGN="LEFT"
VALIGN="MIDDLE"
><P
>Partially</P
>
</TH
><TH
ALIGN="LEFT"
VALIGN="MIDDLE"
><P
>Paperweight</P
>
</TH
></TR
></THEAD
><TBODY
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>Alps</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>MD-1000<br>
MD-1300<br>
MD-1500*<br>
MD-2000<br>
MD-2010<br>
MD-2300<br>
MD-4000<br>
MD-5000<br>
MD-5500<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>Anitech</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>M24<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>Apollo</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>P-1200<br>
P-1220<32>Barbie<br>
P-1250<br>
P-2100<br>
P-2150<br>
P-2200<br>
P-2250<br>
P-2500<br>
P-2550<br>
P-2600<br>
P-2650<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>Apple</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>12/640ps<br>
Dot<EFBFBD>Matrix<br>
ImageWriter<br>
ImageWriter<EFBFBD>LQ<br>
LaserWriter<EFBFBD>4/600*<br>
LaserWriter<EFBFBD>16/600*<br>
LaserWriter<EFBFBD>IINTX*<br>
LaserWriter<EFBFBD>IIg<br>
LaserWriter<EFBFBD>Pro<EFBFBD>630*<br>
LaserWriter<EFBFBD>Select<EFBFBD>360*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>Color<EFBFBD>StyleWriter<EFBFBD>1500<br>
Color<EFBFBD>StyleWriter<EFBFBD>2200<br>
Color<EFBFBD>StyleWriter<EFBFBD>2400<br>
Color<EFBFBD>StyleWriter<EFBFBD>2500*<br>
ImageWriter<EFBFBD>II*<br>
LaserWriter<EFBFBD>NT<br>
StyleWriter<EFBFBD>1200<br>
StyleWriter<EFBFBD>I<br>
StyleWriter<EFBFBD>II<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>Avery</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>Personal<EFBFBD>Label<EFBFBD>Printer+*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>Personal<EFBFBD>Label<EFBFBD>Printer<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>Brother</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>HL-4Ve<br>
HL-8<br>
HL-10V<br>
HL-10h<br>
HL-630<br>
HL-660<br>
HL-720<br>
HL-730<br>
HL-760<br>
HL-820<br>
HL-960*<br>
HL-1020<br>
HL-1040<br>
HL-1070*<br>
HL-1250<br>
HL-1260<br>
HL-1270N<br>
HL-1440<br>
HL-1450<br>
HL-1470N<br>
HL-1650<br>
HL-1660e<br>
HL-1670N<br>
HL-2060<br>
HL-2400CeN<br>
HL-2460<br>
HL-2460N<br>
HL-3400CN<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>HJ-400<br>
HL-1030<br>
HL-1050<br>
HL-1060<br>
HL-1240<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>DCP-1200<br>
HJ-100i*<br>
HL-4V*<br>
HL-6*<br>
HL-6V*<br>
HL-630/631*<br>
HL-641/645/655M*<br>
HL-665*<br>
HL-730/730DX*<br>
HL-1270*<br>
HL-P2000*<br>
M-1309*<br>
M-1324*<br>
M-1809*<br>
M-1809<30>Color*<br>
M-1824L*<br>
M-1824L<34>Color*<br>
M-1909*<br>
M-1909<30>Color*<br>
M-1924L*<br>
M-1924L<34>Color*<br>
M-4309*<br>
MC-3000<br>
MFC<EFBFBD>7150C<br>
MFC-4000/4500/5500*<br>
MFC-4350<br>
MFC-6550MC<br>
MFC-6550MC/7550MC*<br>
MFC-8300<br>
MFC-9050<br>
MFC-9100c*<br>
MFC-9500<br>
MFC-9600<br>
MFC-P2000*<br>
MFC-P2500<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>4550*<br>
MP-21C<br>
</P
>
</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>CItoh</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>M8510<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>CalComp</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>Artisan<EFBFBD>1023<EFBFBD>penplotter*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>Canon</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>BJ-5<br>
BJ-10e<br>
BJ-10v*<br>
BJ-15v*<br>
BJ-20<br>
BJ-30*<br>
BJ-35v*<br>
BJ-100<br>
BJ-200<br>
BJ-330<br>
BJC-70<br>
BJC-210<br>
BJC-250*<br>
BJC-250ex<br>
BJC-255SP<br>
BJC-265SP<br>
BJC-600*<br>
BJC-610<br>
BJC-620<br>
BJC-680J*<br>
BJC-800<br>
BJC-880J*<br>
BJC-4000<br>
BJC-4100<br>
BJC-4200<br>
BJC-4300*<br>
BJC-4400*<br>
BJC-4550*<br>
GP<EFBFBD>335*<br>
GP<EFBFBD>405<br>
LBP-4+<br>
LBP-4U<br>
LBP-8A1<br>
LBP-310*<br>
LBP-320<32>Pro*<br>
LBP-350*<br>
LBP-430<br>
LBP-1000*<br>
LBP-1260<br>
LBP-1760*<br>
LIPS-II+*<br>
LIPS-III*<br>
LIPS-IV*<br>
LIPS-IVv*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>BJC-50*<br>
BJC-55*<br>
BJC-80*<br>
BJC-85*<br>
BJC-240*<br>
BJC-1000*<br>
BJC-2000*<br>
BJC-2010*<br>
BJC-2100<br>
BJC-2110<br>
BJC-3000<br>
BJC-4310SP<br>
BJC-6000<br>
BJC-7004*<br>
BJC-8200*<br>
LBP-4sx<br>
S100<br>
S400*<br>
imageRunner<EFBFBD>330s<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>BJ<EFBFBD>F100*<br>
BJ<EFBFBD>F200*<br>
BJ<EFBFBD>F600*<br>
BJ<EFBFBD>F800*<br>
BJ<EFBFBD>F6000*<br>
BJ-30v*<br>
BJ-200e*<br>
BJ-220JCII*<br>
BJ-220JSII*<br>
BJ-230*<br>
BJ-300<br>
BJC-35v*<br>
BJC-35vII*<br>
BJC-50v*<br>
BJC-80v*<br>
BJC-210J*<br>
BJC-210SP<br>
BJC-240J*<br>
BJC-250J*<br>
BJC-400J*<br>
BJC-410J*<br>
BJC-420J*<br>
BJC-430J*<br>
BJC-430J<30>Lite*<br>
BJC-430JD<4A>Lite*<br>
BJC-440J*<br>
BJC-455J*<br>
BJC-465J*<br>
BJC-600J*<br>
BJC-600e*<br>
BJC-610JW*<br>
BJC-620JW*<br>
BJC-700J*<br>
BJC-820*<br>
BJC-820J*<br>
BJC-4200<30>Photo*<br>
BJC-4304<30>Photo*<br>
BJC-4650*<br>
BJC-5500*<br>
BJC-5500J*<br>
BJC-6100*<br>
BJC-6200*<br>
BJC-6500*<br>
BJC-7000*<br>
BJC-7004<30>Photo*<br>
BJC-7100*<br>
BJC-8000*<br>
MultiPASS<EFBFBD>C2500*<br>
MultiPASS<EFBFBD>C3000*<br>
MultiPASS<EFBFBD>C3500*<br>
MultiPASS<EFBFBD>C5000*<br>
MultiPASS<EFBFBD>C5500<br>
S300<br>
S450*<br>
S500<br>
S600<br>
S630<br>
S800<br>
S4500*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>BJC-5000*<br>
BJC-5100<br>
BJC-8500*<br>
LBP-460*<br>
LBP-600<br>
LBP-660*<br>
LBP-800*<br>
Multipass<EFBFBD>L6000*<br>
S200<br>
</P
>
</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>Citizen</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>ProJet<EFBFBD>II*<br>
ProJet<EFBFBD>IIc<br>
printiva600C<br>
printiva600U<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>printiva700<br>
printiva1700<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>Compaq</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>IJ750*<br>
IJ1200<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>IJ900<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>IJ300*<br>
</P
>
</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>DEC</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>DECWriter<EFBFBD>500i*<br>
DECwriter<EFBFBD>110i*<br>
DECwriter<EFBFBD>520ic*<br>
LA50*<br>
LA70*<br>
LA75*<br>
LA75<EFBFBD>Plus*<br>
LJ250<br>
LN03*<br>
LN07*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>1800*<br>
LN17*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>Daewoo</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>DP-3630H*<br>
DP-7200H*<br>
DP-7400C*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>Dymo-CoStar</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>ASCII<EFBFBD>250*<br>
ASCII+*<br>
EL40*<br>
EL60*<br>
LabelWriter<EFBFBD>II*<br>
LabelWriter<EFBFBD>XL*<br>
LabelWriter<EFBFBD>XL+*<br>
SE250*<br>
SE250+*<br>
Turbo*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>Epson</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>ActionLaser<EFBFBD>1100*<br>
ActionLaser<EFBFBD>II*<br>
ActionPrinter<EFBFBD>3250*<br>
AcuLaser<EFBFBD>C2000<br>
AcuLaser<EFBFBD>C2000PS<br>
AcuLaser<EFBFBD>C4000<br>
AcuLaser<EFBFBD>C4000PS<br>
AcuLaser<EFBFBD>C8500<br>
AcuLaser<EFBFBD>C8500PS<br>
CL<EFBFBD>700<br>
CL<EFBFBD>750<br>
Dot<EFBFBD>Matrix<br>
EM<EFBFBD>900C<br>
EM<EFBFBD>900CN<br>
EM<EFBFBD>930C<br>
EM<EFBFBD>930CN<br>
EPL-5200*<br>
EPL-5200+*<br>
EPL-5800<br>
EPL-5800PS<br>
EPL-5900<br>
EPL-5900PS<br>
EPL-7100<br>
EPL-N1600<br>
EPL-N1600PS<br>
EPL-N2050<br>
EPL-N2050+<br>
EPL-N2050PS<br>
EPL-N2050PS+<br>
EPL-N2120<br>
EPL-N2750<br>
EPL-N2750PS<br>
L-1000*<br>
LP<EFBFBD>8000<br>
LP-2000*<br>
LP-3000*<br>
LP-7000*<br>
LP-7000G*<br>
LP-xx00*<br>
LQ-24<br>
LQ-500<br>
LQ-570+*<br>
LQ-850<br>
LQ-2550<br>
LX-1050*<br>
MC<EFBFBD>7000<br>
MJ<EFBFBD>6000C<br>
MJ<EFBFBD>8000C<br>
MachJet*<br>
PM<EFBFBD>700C<br>
PM<EFBFBD>730C*<br>
PM<EFBFBD>750C<br>
PM<EFBFBD>760C*<br>
PM<EFBFBD>770C<br>
PM<EFBFBD>780C*<br>
PM<EFBFBD>800C<br>
PM<EFBFBD>820C<br>
PM<EFBFBD>880C*<br>
PM<EFBFBD>2000C<br>
PM<EFBFBD>2200C*<br>
PM<EFBFBD>3000C<br>
PM<EFBFBD>3300C<br>
PM<EFBFBD>3500C<br>
PM<EFBFBD>7000C<br>
SQ<EFBFBD>1170<br>
Stylus*<br>
Stylus<EFBFBD>800*<br>
Stylus<EFBFBD>C20SX<br>
Stylus<EFBFBD>C20UX<br>
Stylus<EFBFBD>C40SX<br>
Stylus<EFBFBD>C40UX<br>
Stylus<EFBFBD>C41SX<br>
Stylus<EFBFBD>C41UX<br>
Stylus<EFBFBD>C42SX<br>
Stylus<EFBFBD>C42UX<br>
Stylus<EFBFBD>C60<br>
Stylus<EFBFBD>C61<br>
Stylus<EFBFBD>C62<br>
Stylus<EFBFBD>C70<br>
Stylus<EFBFBD>C80<br>
Stylus<EFBFBD>C82<br>
Stylus<EFBFBD>Color*<br>
Stylus<EFBFBD>Color<EFBFBD>8<EFBFBD>3<br>
Stylus<EFBFBD>Color<EFBFBD>400<br>
Stylus<EFBFBD>Color<EFBFBD>440*<br>
Stylus<EFBFBD>Color<EFBFBD>460*<br>
Stylus<EFBFBD>Color<EFBFBD>480<br>
Stylus<EFBFBD>Color<EFBFBD>500<br>
Stylus<EFBFBD>Color<EFBFBD>580<br>
Stylus<EFBFBD>Color<EFBFBD>600<br>
Stylus<EFBFBD>Color<EFBFBD>640<br>
Stylus<EFBFBD>Color<EFBFBD>660<br>
Stylus<EFBFBD>Color<EFBFBD>670*<br>
Stylus<EFBFBD>Color<EFBFBD>680<br>
Stylus<EFBFBD>Color<EFBFBD>740<br>
Stylus<EFBFBD>Color<EFBFBD>760<br>
Stylus<EFBFBD>Color<EFBFBD>777<br>
Stylus<EFBFBD>Color<EFBFBD>800<br>
Stylus<EFBFBD>Color<EFBFBD>850<br>
Stylus<EFBFBD>Color<EFBFBD>860<br>
Stylus<EFBFBD>Color<EFBFBD>880<br>
Stylus<EFBFBD>Color<EFBFBD>900<br>
Stylus<EFBFBD>Color<EFBFBD>980<br>
Stylus<EFBFBD>Color<EFBFBD>1160<br>
Stylus<EFBFBD>Color<EFBFBD>1500<br>
Stylus<EFBFBD>Color<EFBFBD>1520<br>
Stylus<EFBFBD>Color<EFBFBD>3000<br>
Stylus<EFBFBD>Color<EFBFBD>I<br>
Stylus<EFBFBD>Color<EFBFBD>PRO<br>
Stylus<EFBFBD>Photo<br>
Stylus<EFBFBD>Photo<EFBFBD>700<br>
Stylus<EFBFBD>Photo<EFBFBD>720*<br>
Stylus<EFBFBD>Photo<EFBFBD>750<br>
Stylus<EFBFBD>Photo<EFBFBD>780*<br>
Stylus<EFBFBD>Photo<EFBFBD>790*<br>
Stylus<EFBFBD>Photo<EFBFBD>810<br>
Stylus<EFBFBD>Photo<EFBFBD>820<br>
Stylus<EFBFBD>Photo<EFBFBD>830<br>
Stylus<EFBFBD>Photo<EFBFBD>870*<br>
Stylus<EFBFBD>Photo<EFBFBD>890*<br>
Stylus<EFBFBD>Photo<EFBFBD>1200<br>
Stylus<EFBFBD>Photo<EFBFBD>1270<br>
Stylus<EFBFBD>Photo<EFBFBD>1280<br>
Stylus<EFBFBD>Photo<EFBFBD>1290<br>
Stylus<EFBFBD>Photo<EFBFBD>1290S<br>
Stylus<EFBFBD>Photo<EFBFBD>EX<br>
Stylus<EFBFBD>Photo<EFBFBD>EX3*<br>
Stylus<EFBFBD>Pro<EFBFBD>7000<br>
Stylus<EFBFBD>Pro<EFBFBD>7500<br>
Stylus<EFBFBD>Scan<EFBFBD>2000<br>
Stylus<EFBFBD>Scan<EFBFBD>2500<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>EPL-5700<br>
MC<EFBFBD>5000<br>
MJ<EFBFBD>520C<br>
MJ<EFBFBD>5100C<br>
PM<EFBFBD>790PT*<br>
PM<EFBFBD>850PT<br>
PM<EFBFBD>4000PX<br>
PM<EFBFBD>5000C<br>
Stylus<EFBFBD>Color<EFBFBD>200*<br>
Stylus<EFBFBD>Color<EFBFBD>300*<br>
Stylus<EFBFBD>Color<EFBFBD>II<br>
Stylus<EFBFBD>Color<EFBFBD>IIs<br>
Stylus<EFBFBD>Photo<EFBFBD>785*<br>
Stylus<EFBFBD>Photo<EFBFBD>825*<br>
Stylus<EFBFBD>Photo<EFBFBD>875*<br>
Stylus<EFBFBD>Photo<EFBFBD>895*<br>
Stylus<EFBFBD>Photo<EFBFBD>915<br>
Stylus<EFBFBD>Photo<EFBFBD>925<br>
Stylus<EFBFBD>Photo<EFBFBD>950<br>
Stylus<EFBFBD>Photo<EFBFBD>960<br>
Stylus<EFBFBD>Photo<EFBFBD>2100<br>
Stylus<EFBFBD>Photo<EFBFBD>2200<br>
Stylus<EFBFBD>Pro<EFBFBD>5000<br>
Stylus<EFBFBD>Pro<EFBFBD>5500<br>
Stylus<EFBFBD>Pro<EFBFBD>XL<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>9-pin<69>136<33>Col*<br>
9-pin<69>80<38>Col*<br>
24-pin<69>136<33>Col*<br>
24-pin<69>80<38>Col*<br>
AP-800*<br>
AP-2250*<br>
AP-3250*<br>
AP-3260*<br>
AP-5000*<br>
AP-5500*<br>
ActionLaser<EFBFBD>1000/EPL-5000*<br>
ActionLaser<EFBFBD>1400*<br>
ActionLaser<EFBFBD>1500/EPL-5200*<br>
ActionLaser<EFBFBD>1600/EPL-5600*<br>
ActionLaser<EFBFBD>II/EPL-4000*<br>
DFX-5000*<br>
DFX-5000+*<br>
DFX-8000*<br>
DFX-8500*<br>
DLQ-2000<30>(360<36>dpi)*<br>
DLQ-3000+*<br>
EPL-7000/7100*<br>
EPL-8000/8100*<br>
EPL-N1200*<br>
EPL-N2000*<br>
EX-800*<br>
EX-1000*<br>
FX-286e*<br>
FX-850*<br>
FX-870*<br>
FX-880*<br>
FX-980*<br>
FX-1000*<br>
FX-1050*<br>
FX-1170*<br>
FX-1180*<br>
FX-2170*<br>
FX-2180*<br>
Generic<EFBFBD>48<EFBFBD>pin*<br>
Generic<EFBFBD>ESC2P*<br>
Generic<EFBFBD>ESC_P<EFBFBD>24-J84*<br>
Generic<EFBFBD>ESC_P<EFBFBD>24-J84C*<br>
JX-80*<br>
LQ-100*<br>
LQ-150*<br>
LQ-300*<br>
LQ-300<30>Color*<br>
LQ-400*<br>
LQ-510*<br>
LQ-550*<br>
LQ-570*<br>
LQ-670*<br>
LQ-850<35>(N9)*<br>
LQ-850+<2B>(360<36>dpi)*<br>
LQ-860*<br>
LQ-870*<br>
LQ-950<35>(N9)*<br>
LQ-1010*<br>
LQ-1050*<br>
LQ-1050<35>(N9)*<br>
LQ-1050+<2B>(360<36>dpi)*<br>
LQ-1060*<br>
LQ-1070*<br>
LQ-1070+*<br>
LQ-1170*<br>
LQ-2070*<br>
LQ-2080*<br>
LQ-2170*<br>
LQ-2180*<br>
LQ-2500*<br>
LX-100*<br>
LX-300*<br>
LX-300<30>Color*<br>
LX-400*<br>
LX-800*<br>
LX-810*<br>
LX-850*<br>
MC<EFBFBD>2000<br>
MC<EFBFBD>9000<br>
MC<EFBFBD>10000<br>
MJ-500C*<br>
MJ-510C*<br>
MJ-700V2C*<br>
MJ-800C*<br>
MJ-900C*<br>
MJ-910C*<br>
MJ-3000C*<br>
MJ-3000CU*<br>
MJ-5000C*<br>
MJ-5100C*<br>
MX-80<38>(w_GRAFTRAX<41>80)*<br>
PM<EFBFBD>950C<br>
PM<EFBFBD>9000C<br>
PM<EFBFBD>10000<br>
PX<EFBFBD>7000<br>
PX<EFBFBD>9000<br>
SQ-850*<br>
SQ-2500*<br>
SQ-2550*<br>
Stylus<EFBFBD>200*<br>
Stylus<EFBFBD>300*<br>
Stylus<EFBFBD>400*<br>
Stylus<EFBFBD>500*<br>
Stylus<EFBFBD>800+*<br>
Stylus<EFBFBD>820*<br>
Stylus<EFBFBD>1000*<br>
Stylus<EFBFBD>1500*<br>
Stylus<EFBFBD>Color<EFBFBD>600Q*<br>
Stylus<EFBFBD>Photo<EFBFBD>2000P<br>
Stylus<EFBFBD>Pro*<br>
Stylus<EFBFBD>Pro<EFBFBD>7600<br>
Stylus<EFBFBD>Pro<EFBFBD>9000<br>
Stylus<EFBFBD>Pro<EFBFBD>9500<br>
Stylus<EFBFBD>Pro<EFBFBD>9600<br>
Stylus<EFBFBD>Pro<EFBFBD>10000<br>
Stylus<EFBFBD>Pro<EFBFBD>XL+*<br>
TLQ-4800*<br>
TSQ-4800*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>AcuLaser<EFBFBD>C1000<br>
EPL-5500W*<br>
EPL-5700L<br>
EPL-5800L<br>
EPL-5900L<br>
Stylus<EFBFBD>CX3200<br>
</P
>
</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>Fujitsu</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>1200*<br>
2400*<br>
3400*<br>
FMLBP2xx<EFBFBD>Page<EFBFBD>Printer*<br>
FMPR*<br>
PrintPartner<EFBFBD>10V*<br>
PrintPartner<EFBFBD>16DV*<br>
PrintPartner<EFBFBD>20W*<br>
PrintPartner<EFBFBD>8000*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>Generic</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>PostScript<EFBFBD>Printer<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>9-pin<69>136<33>Col*<br>
9-pin<69>80<38>Col*<br>
24-pin<69>136<33>Col*<br>
24-pin<69>80<38>Col*<br>
48<EFBFBD>pin*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>GoldStar</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>GLP-1450*<br>
GLP-2050*<br>
GLP-5750*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>HP</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>2000C<br>
2500C<br>
2500CM<br>
2563<br>
Business<EFBFBD>Inkjet<EFBFBD>2200<br>
Business<EFBFBD>Inkjet<EFBFBD>2230<br>
Business<EFBFBD>Inkjet<EFBFBD>2250<br>
Business<EFBFBD>Inkjet<EFBFBD>2250TN<br>
Business<EFBFBD>Inkjet<EFBFBD>2280<br>
Business<EFBFBD>Inkjet<EFBFBD>2600<br>
Business<EFBFBD>Inkjet<EFBFBD>3000<br>
Color<EFBFBD>Inkjet<EFBFBD>Printer<EFBFBD>CP1160<br>
Color<EFBFBD>Inkjet<EFBFBD>Printer<EFBFBD>CP1700<br>
Color<EFBFBD>LaserJet<EFBFBD>2500<br>
Color<EFBFBD>LaserJet<EFBFBD>4500<br>
Color<EFBFBD>LaserJet<EFBFBD>4550<br>
Color<EFBFBD>LaserJet<EFBFBD>4600<br>
Color<EFBFBD>LaserJet<EFBFBD>5500<br>
Color<EFBFBD>LaserJet<EFBFBD>8550GN<br>
DesignJet<EFBFBD>3500CP<br>
DesignJet<EFBFBD>5500ps<br>
DesignJet<EFBFBD>ColorPro<EFBFBD>CAD<br>
DeskJet<br>
DeskJet<EFBFBD>200<br>
DeskJet<EFBFBD>310<br>
DeskJet<EFBFBD>320<br>
DeskJet<EFBFBD>340C<br>
DeskJet<EFBFBD>400<br>
DeskJet<EFBFBD>450<br>
DeskJet<EFBFBD>500<br>
DeskJet<EFBFBD>500C<br>
DeskJet<EFBFBD>505J<EFBFBD>Plus<br>
DeskJet<EFBFBD>510<br>
DeskJet<EFBFBD>540C<br>
DeskJet<EFBFBD>550C<br>
DeskJet<EFBFBD>600<br>
DeskJet<EFBFBD>610C<br>
DeskJet<EFBFBD>610CL<br>
DeskJet<EFBFBD>612C<br>
DeskJet<EFBFBD>630C<br>
DeskJet<EFBFBD>632C<br>
DeskJet<EFBFBD>640C<br>
DeskJet<EFBFBD>648C<br>
DeskJet<EFBFBD>656C<br>
DeskJet<EFBFBD>660C<br>
DeskJet<EFBFBD>670C<br>
DeskJet<EFBFBD>670TV<br>
DeskJet<EFBFBD>672C<br>
DeskJet<EFBFBD>680C<br>
DeskJet<EFBFBD>682C<br>
DeskJet<EFBFBD>690C<br>
DeskJet<EFBFBD>692C<br>
DeskJet<EFBFBD>693C<br>
DeskJet<EFBFBD>694C<br>
DeskJet<EFBFBD>695C<br>
DeskJet<EFBFBD>697C<br>
DeskJet<EFBFBD>710C<br>
DeskJet<EFBFBD>712C<br>
DeskJet<EFBFBD>720C<br>
DeskJet<EFBFBD>722C<br>
DeskJet<EFBFBD>810C<br>
DeskJet<EFBFBD>812C<br>
DeskJet<EFBFBD>815C<br>
DeskJet<EFBFBD>816C<br>
DeskJet<EFBFBD>820C<br>
DeskJet<EFBFBD>825C<br>
DeskJet<EFBFBD>830C<br>
DeskJet<EFBFBD>832C<br>
DeskJet<EFBFBD>840C<br>
DeskJet<EFBFBD>841C<br>
DeskJet<EFBFBD>842C<br>
DeskJet<EFBFBD>843C<br>
DeskJet<EFBFBD>845C<br>
DeskJet<EFBFBD>850C<br>
DeskJet<EFBFBD>855C<br>
DeskJet<EFBFBD>870C<br>
DeskJet<EFBFBD>880C<br>
DeskJet<EFBFBD>882C<br>
DeskJet<EFBFBD>890C<br>
DeskJet<EFBFBD>895C<br>
DeskJet<EFBFBD>916C<br>
DeskJet<EFBFBD>920C<br>
DeskJet<EFBFBD>930C<br>
DeskJet<EFBFBD>932C<br>
DeskJet<EFBFBD>933C<br>
DeskJet<EFBFBD>934C<br>
DeskJet<EFBFBD>935C<br>
DeskJet<EFBFBD>940C<br>
DeskJet<EFBFBD>948C<br>
DeskJet<EFBFBD>950C<br>
DeskJet<EFBFBD>952C<br>
DeskJet<EFBFBD>955C<br>
DeskJet<EFBFBD>957C<br>
DeskJet<EFBFBD>959C<br>
DeskJet<EFBFBD>960C<br>
DeskJet<EFBFBD>970C<br>
DeskJet<EFBFBD>975C<br>
DeskJet<EFBFBD>980C<br>
DeskJet<EFBFBD>990C<br>
DeskJet<EFBFBD>995C<br>
DeskJet<EFBFBD>1000C<br>
DeskJet<EFBFBD>1100C<br>
DeskJet<EFBFBD>1120C<br>
DeskJet<EFBFBD>1125C<br>
DeskJet<EFBFBD>1200C<br>
DeskJet<EFBFBD>1220C<br>
DeskJet<EFBFBD>1600C<br>
DeskJet<EFBFBD>1600CM<br>
DeskJet<EFBFBD>3820<br>
DeskJet<EFBFBD>5550<br>
DeskJet<EFBFBD>5551<br>
DeskJet<EFBFBD>6122<br>
DeskJet<EFBFBD>6127<br>
DeskJet<EFBFBD>Plus<br>
DeskJet<EFBFBD>Portable<br>
LaserJet<br>
LaserJet<EFBFBD>2<br>
LaserJet<EFBFBD>2<EFBFBD>w/PS<br>
LaserJet<EFBFBD>2P<br>
LaserJet<EFBFBD>2P<EFBFBD>Plus<br>
LaserJet<EFBFBD>3<br>
LaserJet<EFBFBD>3D<br>
LaserJet<EFBFBD>3P<EFBFBD>w/<2F>PCL5<br>
LaserJet<EFBFBD>3P<EFBFBD>w/PS<br>
LaserJet<EFBFBD>4<br>
LaserJet<EFBFBD>4<EFBFBD>Plus<br>
LaserJet<EFBFBD>4L<br>
LaserJet<EFBFBD>4M<br>
LaserJet<EFBFBD>4ML<br>
LaserJet<EFBFBD>4P<br>
LaserJet<EFBFBD>4Si<br>
LaserJet<EFBFBD>4V<br>
LaserJet<EFBFBD>4V/4LJ<4C>Pro*<br>
LaserJet<EFBFBD>5<br>
LaserJet<EFBFBD>5L<br>
LaserJet<EFBFBD>5M<br>
LaserJet<EFBFBD>5MP<br>
LaserJet<EFBFBD>5P<br>
LaserJet<EFBFBD>5Si<br>
LaserJet<EFBFBD>6<br>
LaserJet<EFBFBD>6L<br>
LaserJet<EFBFBD>6MP<br>
LaserJet<EFBFBD>6P<br>
LaserJet<EFBFBD>1100<br>
LaserJet<EFBFBD>1100A<br>
LaserJet<EFBFBD>1200<br>
LaserJet<EFBFBD>1220<br>
LaserJet<EFBFBD>2100<br>
LaserJet<EFBFBD>2100M<br>
LaserJet<EFBFBD>2200<br>
LaserJet<EFBFBD>3300<EFBFBD>MFP<br>
LaserJet<EFBFBD>3310<EFBFBD>MFP<br>
LaserJet<EFBFBD>3320<EFBFBD>MFP<br>
LaserJet<EFBFBD>3320N<EFBFBD>MFP<br>
LaserJet<EFBFBD>4000<br>
LaserJet<EFBFBD>4050<br>
LaserJet<EFBFBD>4100<br>
LaserJet<EFBFBD>5000<br>
LaserJet<EFBFBD>5100<br>
LaserJet<EFBFBD>8000<br>
LaserJet<EFBFBD>8100<br>
LaserJet<EFBFBD>8150<br>
LaserJet<EFBFBD>9000<br>
LaserJet<EFBFBD>Plus<br>
Mopier<EFBFBD>240<br>
Mopier<EFBFBD>320<br>
OfficeJet<EFBFBD>D125<br>
OfficeJet<EFBFBD>G55<br>
OfficeJet<EFBFBD>Pro<EFBFBD>1150C<br>
OfficeJet<EFBFBD>Pro<EFBFBD>1170C<br>
OfficeJet<EFBFBD>Pro<EFBFBD>1175C<br>
OfficeJet<EFBFBD>R45<br>
OfficeJet<EFBFBD>R60<br>
OfficeJet<EFBFBD>R65<br>
OfficeJet<EFBFBD>R80<br>
PSC<EFBFBD>370<br>
PSC<EFBFBD>380<br>
PSC<EFBFBD>500<br>
PSC<EFBFBD>750<br>
PSC<EFBFBD>2110<br>
PSC<EFBFBD>2150<br>
PaintJet<br>
PaintJet<EFBFBD>XL<br>
PaintJet<EFBFBD>XL300<br>
PhotoSmart<EFBFBD>7150<br>
PhotoSmart<EFBFBD>7350<br>
PhotoSmart<EFBFBD>7550<br>
PhotoSmart<EFBFBD>P100<br>
PhotoSmart<EFBFBD>P130<br>
PhotoSmart<EFBFBD>P230<br>
PhotoSmart<EFBFBD>P1000<br>
PhotoSmart<EFBFBD>P1100<br>
PhotoSmart<EFBFBD>P1115<br>
PhotoSmart<EFBFBD>P1215<br>
PhotoSmart<EFBFBD>P1218<br>
PhotoSmart<EFBFBD>P1315<br>
e-printer<65>e20<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>Color<EFBFBD>LaserJet<EFBFBD>5<br>
DesignJet<EFBFBD>230<br>
DesignJet<EFBFBD>350C<br>
DesignJet<EFBFBD>650C<br>
DesignJet<EFBFBD>750C<br>
DesignJet<EFBFBD>750C<EFBFBD>Plus<br>
DeskJet<EFBFBD>350C<br>
DeskJet<EFBFBD>420C<br>
DeskJet<EFBFBD>520<br>
DeskJet<EFBFBD>560C<br>
LaserJet<EFBFBD>2D<br>
LaserJet<EFBFBD>3200<br>
LaserJet<EFBFBD>3200m<br>
LaserJet<EFBFBD>3200se<br>
LaserJet<EFBFBD>3330<EFBFBD>MFP<br>
OfficeJet<br>
OfficeJet<EFBFBD>300<br>
OfficeJet<EFBFBD>330<br>
OfficeJet<EFBFBD>350<br>
OfficeJet<EFBFBD>500<br>
OfficeJet<EFBFBD>600<br>
OfficeJet<EFBFBD>625<br>
OfficeJet<EFBFBD>635<br>
OfficeJet<EFBFBD>710<br>
OfficeJet<EFBFBD>D135<br>
OfficeJet<EFBFBD>D145<br>
OfficeJet<EFBFBD>D155<br>
OfficeJet<EFBFBD>G85<br>
OfficeJet<EFBFBD>G95<br>
OfficeJet<EFBFBD>K60<br>
OfficeJet<EFBFBD>K80<br>
OfficeJet<EFBFBD>LX<br>
OfficeJet<EFBFBD>T45<br>
OfficeJet<EFBFBD>T65<br>
OfficeJet<EFBFBD>V40<br>
PSC<EFBFBD>950<br>
PSC<EFBFBD>2210<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>C<EFBFBD>LaserJet<EFBFBD>4500*<br>
C<EFBFBD>LaserJet<EFBFBD>4550*<br>
C<EFBFBD>LaserJet<EFBFBD>8500*<br>
C<EFBFBD>LaserJet<EFBFBD>8550*<br>
Color<EFBFBD>LaserJet*<br>
Color<EFBFBD>LaserJet<EFBFBD>5/5M*<br>
Color<EFBFBD>LaserJet<EFBFBD>5000<br>
DesignJet<EFBFBD>5500<br>
LaserJet<EFBFBD>2P<EFBFBD>Plus*<br>
LaserJet<EFBFBD>3P*<br>
LaserJet<EFBFBD>3Si*<br>
LaserJet<EFBFBD>4<EFBFBD>Plus/4M<34>Plus*<br>
LaserJet<EFBFBD>4/4M*<br>
LaserJet<EFBFBD>4LJ<EFBFBD>Pro*<br>
LaserJet<EFBFBD>4P/4MP*<br>
LaserJet<EFBFBD>4PJ*<br>
LaserJet<EFBFBD>4Si/4Si<53>Mx*<br>
LaserJet<EFBFBD>4V/4MV*<br>
LaserJet<EFBFBD>5/5M*<br>
LaserJet<EFBFBD>5P/5MP*<br>
LaserJet<EFBFBD>5Si/5Si<53>Mx/5Si<53>Mopier*<br>
LaserJet<EFBFBD>6L/6L<36>Gold*<br>
LaserJet<EFBFBD>6P/6MP*<br>
LaserJet<EFBFBD>500<EFBFBD>Plus*<br>
LaserJet<EFBFBD>1000<br>
LaserJet<EFBFBD>2000*<br>
LaserJet<EFBFBD>4000/4000N*<br>
LaserJet<EFBFBD>4000T/TN*<br>
LaserJet<EFBFBD>Classic*<br>
LaserJet<EFBFBD>Plus*<br>
LaserJet<EFBFBD>Series<EFBFBD>2*<br>
ThinkJet<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>DeskJet<EFBFBD>3320<br>
DeskJet<EFBFBD>3420<br>
LaserJet<EFBFBD>3100<br>
LaserJet<EFBFBD>3150<br>
PhotoSmart<br>
</P
>
</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>Hansum</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>BJ-330H*<br>
HS-650C*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>Heidelberg</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>Digimaster<EFBFBD>9110*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>Hitachi</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>DDP<EFBFBD>70<EFBFBD>(with<74>MicroPress)*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>IBM</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>3853<EFBFBD>JetPrinter*<br>
4019*<br>
4029<EFBFBD>10P*<br>
4303<EFBFBD>Network<EFBFBD>Color<EFBFBD>Printer*<br>
Execjet<EFBFBD>4072*<br>
Infoprint<EFBFBD>12*<br>
Page<EFBFBD>Printer<EFBFBD>3112*<br>
ProPrinterII*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>4029<EFBFBD>030<EFBFBD>LaserPrinter<EFBFBD>10*<br>
5183<EFBFBD>Portable<EFBFBD>Printer*<br>
Infoprint<EFBFBD>20*<br>
Infoprint<EFBFBD>21*<br>
Infoprint<EFBFBD>32*<br>
Infoprint<EFBFBD>40*<br>
Infoprint<EFBFBD>70*<br>
Infoprint<EFBFBD>2085*<br>
Infoprint<EFBFBD>2105*<br>
Network<EFBFBD>Printer<EFBFBD>12*<br>
Network<EFBFBD>Printer<EFBFBD>17*<br>
Network<EFBFBD>Printer<EFBFBD>24*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>Imagen</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>ImPress*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>Infotec</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>4651<EFBFBD>MF*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>Jepcom</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>JP-B330*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>Kodak</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>DigiSource<EFBFBD>9110*<br>
IS<EFBFBD>70<EFBFBD>CPII*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>Kyocera</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>F-800T*<br>
F-1010*<br>
F-3300<br>
FS-600*<br>
FS-600<30>(KPDL-2)*<br>
FS-680*<br>
FS-800*<br>
FS-1000*<br>
FS-1000+<br>
FS-1010<br>
FS-1200<br>
FS-1700+*<br>
FS-1750*<br>
FS-1800<br>
FS-1900<br>
FS-3750*<br>
FS-3800<br>
FS-5900C*<br>
FS-9100DN<br>
FS-9500DN<br>
P-2000*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>FS-3500*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>F-800A/F-800*<br>
F-820*<br>
F-1000A/F-1000*<br>
F-1200S*<br>
F-1800A/F-1800*<br>
F-2000A/F-2200S*<br>
F-3000A/F-3300*<br>
F-5000A/F-5000*<br>
FS-400A/FS-400*<br>
FS-850A/FS-850*<br>
FS-1500A/FS-1500*<br>
FS-1550+*<br>
FS-1550A/FS-1550*<br>
FS-1600+*<br>
FS-1600A/FS-1600*<br>
FS-1700*<br>
FS-1800/FS-1800N*<br>
FS-3400+*<br>
FS-3400A/FS-3400*<br>
FS-3500A/FS-3500*<br>
FS-3600+*<br>
FS-3600A/FS-3600*<br>
FS-3700*<br>
FS-3700+*<br>
FS-3800/FS-3800N*<br>
FS-5500A/FS-5500*<br>
FS-5800C*<br>
FS-6300*<br>
FS-6500/6500+*<br>
FS-6700*<br>
FS-6900*<br>
FS-7000*<br>
FS-7000+*<br>
FS-9000*<br>
LS<EFBFBD>6550*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>LaserMaster</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>LM<EFBFBD>1000<br>
</P
>
</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>Lexmark</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>4039<EFBFBD>10plus<br>
E210<br>
Optra<EFBFBD>C710<br>
Optra<EFBFBD>Color<EFBFBD>40<br>
Optra<EFBFBD>Color<EFBFBD>45<br>
Optra<EFBFBD>Color<EFBFBD>1200<br>
Optra<EFBFBD>Color<EFBFBD>1275<br>
Optra<EFBFBD>E*<br>
Optra<EFBFBD>E+*<br>
Optra<EFBFBD>E310<br>
Optra<EFBFBD>E312*<br>
Optra<EFBFBD>Ep*<br>
Optra<EFBFBD>K<EFBFBD>1220<br>
Optra<EFBFBD>M410<br>
Optra<EFBFBD>M412<br>
Optra<EFBFBD>R+*<br>
Optra<EFBFBD>S<EFBFBD>1250*<br>
Optra<EFBFBD>S<EFBFBD>1855*<br>
Optra<EFBFBD>Se<EFBFBD>3455*<br>
Optra<EFBFBD>T610<br>
Optra<EFBFBD>T612<br>
Optra<EFBFBD>T614<br>
Optra<EFBFBD>T616<br>
Optra<EFBFBD>W810<br>
Valuewriter<EFBFBD>300*<br>
Z52<br>
Z53<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>1020<EFBFBD>Business*<br>
3000*<br>
3200<br>
4076*<br>
Z31<br>
Z42*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>1000<br>
1020*<br>
1100<br>
2030*<br>
2050<br>
2070<br>
5000<br>
5700*<br>
7000*<br>
7200<br>
Winwriter<EFBFBD>400*<br>
X73<br>
Z11<br>
Z12<br>
Z22*<br>
Z32<br>
Z43*<br>
Z51<br>
Z82<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>Winwriter<EFBFBD>100*<br>
Winwriter<EFBFBD>150c*<br>
Winwriter<EFBFBD>200*<br>
Z13<br>
Z23<br>
Z33<br>
</P
>
</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>Minolta</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>PagePro<EFBFBD>6*<br>
PagePro<EFBFBD>6e*<br>
PagePro<EFBFBD>6ex*<br>
PagePro<EFBFBD>8*<br>
PagePro<EFBFBD>1100<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>PagePro<EFBFBD>8L*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>PagePro<EFBFBD>6L<br>
PagePro<EFBFBD>1100L<br>
</P
>
</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>Mitsubishi</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>CP50<EFBFBD>Color<EFBFBD>Printer*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>NEC</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>MultiWriter*<br>
P2X*<br>
PC-PR150*<br>
PC-PR201*<br>
PC-PR1000*<br>
PC-PR2000*<br>
PICTY180*<br>
PinWriter<EFBFBD>P6*<br>
PinWriter<EFBFBD>P6<EFBFBD>plus*<br>
PinWriter<EFBFBD>P7*<br>
PinWriter<EFBFBD>P7<EFBFBD>plus*<br>
PinWriter<EFBFBD>P60*<br>
PinWriter<EFBFBD>P70*<br>
Pinwriter<EFBFBD>P20*<br>
SilentWriter<EFBFBD>LC<EFBFBD>890*<br>
Silentwriter<EFBFBD>95f*<br>
Silentwriter2<EFBFBD>S60P*<br>
Silentwriter2<EFBFBD>model<EFBFBD>290*<br>
SuperScript<EFBFBD>660i*<br>
SuperScript<EFBFBD>1800<br>
SuperScript<EFBFBD>4600N*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>SuperScript<EFBFBD>100C*<br>
SuperScript<EFBFBD>150C*<br>
SuperScript<EFBFBD>650C*<br>
SuperScript<EFBFBD>750C*<br>
SuperScript<EFBFBD>860*<br>
SuperScript<EFBFBD>870*<br>
SuperScript<EFBFBD>1260*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>SuperScript<EFBFBD>610plus*<br>
SuperScript<EFBFBD>660*<br>
SuperScript<EFBFBD>660plus*<br>
</P
>
</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>Oce</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>3165*<br>
9050*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>Okidata</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>ML<EFBFBD>320<br>
ML<EFBFBD>321<br>
ML<EFBFBD>380*<br>
Microline<EFBFBD>600CL*<br>
Microline<EFBFBD>620CL*<br>
Microline<EFBFBD>IBM<EFBFBD>compatible<EFBFBD>9<EFBFBD>pin*<br>
OL400<br>
OL400e<br>
OL400ex<br>
OL600e*<br>
OL610e/PS<br>
OL800<br>
OL810e/PS<br>
OL810ex<br>
OL830Plus<br>
Okipage<EFBFBD>6e<br>
Okipage<EFBFBD>6ex*<br>
Okipage<EFBFBD>8c<br>
Okipage<EFBFBD>8p<br>
Okipage<EFBFBD>10e<br>
Okipage<EFBFBD>10ex<br>
Okipage<EFBFBD>12i<br>
Okipage<EFBFBD>14ex<br>
Okipage<EFBFBD>20DXn<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>DP<EFBFBD>5000<br>
Microline<EFBFBD>182<br>
OL400w*<br>
OL410e<br>
OL610e/S<br>
Okijet<EFBFBD>2500*<br>
Okipage<EFBFBD>4w<br>
Okipage<EFBFBD>4w+*<br>
Okipage<EFBFBD>6w<br>
Okipage<EFBFBD>8w<br>
Okipage<EFBFBD>8w<EFBFBD>Lite<br>
Okipage<EFBFBD>8z<br>
Super<EFBFBD>6e<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>ML-184<38>Turbo*<br>
ML-192*<br>
ML-193*<br>
ML-320*<br>
ML-320<32>Turbo*<br>
ML-321*<br>
ML-321<32>Turbo*<br>
ML-380*<br>
ML-390*<br>
ML-390<39>Turbo*<br>
ML-391*<br>
ML-391<39>Turbo*<br>
ML-393*<br>
ML-393C*<br>
ML-395B*<br>
ML-395C*<br>
ML-520*<br>
ML-521*<br>
ML-590*<br>
ML-591*<br>
ML-3410*<br>
ML-4410*<br>
Microline<EFBFBD>192+*<br>
OL410ex*<br>
OL810e*<br>
OL820*<br>
OL1200*<br>
OkiPage<EFBFBD>6e/6ex*<br>
OkiPos<EFBFBD>425D*<br>
OkiPos<EFBFBD>425S*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>Okijet<EFBFBD>2010<br>
</P
>
</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>Olivetti</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>JP350S*<br>
JP470*<br>
PG<EFBFBD>306*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>JP450<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>Others</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>BJ-230*<br>
HDMF<EFBFBD>NONE-FF*<br>
LG<EFBFBD>GIP<EFBFBD>3000Q_3000+*<br>
VP-6570K*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>PCPI</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>1030*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>Panasonic</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>KX-P1123*<br>
KX-P1124*<br>
KX-P1150*<br>
KX-P2023*<br>
KX-P2135*<br>
KX-P2150*<br>
KX-P4410*<br>
KX-P4450*<br>
KX-P5400*<br>
KX-P8420*<br>
KX-P8475*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>KX-P2123*<br>
KX-P6150*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>KX-P1124i*<br>
KX-P1180*<br>
KX-P1180i*<br>
KX-P1191*<br>
KX-P1624*<br>
KX-P1654*<br>
KX-P1695*<br>
KX-P2124*<br>
KX-P2130*<br>
KX-P2180*<br>
KX-P2624*<br>
KX-P3123*<br>
KX-P3124*<br>
KX-P3624*<br>
KX-P6500*<br>
KX-PS600*<br>
KX-Pxxxx<78>24-pin*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>KX-P6100*<br>
KX-P6300<30>GDI*<br>
KX-P8410*<br>
</P
>
</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>Pentax</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>PocketJet<EFBFBD>200<br>
PocketJet<EFBFBD>II<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>Printrex</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>820<EFBFBD>DL*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>QMS</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>2425<EFBFBD>Turbo<EFBFBD>EX*<br>
LPK-100*<br>
magicolor<EFBFBD>2+*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>ps-810*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>magicolor<EFBFBD>2<br>
</P
>
</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>Qnix</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>PICASSOI*<br>
PICASSOII*<br>
QBJ-3630E*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>Raven</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>LP-410<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>Ricoh</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>4081*<br>
4801*<br>
6000*<br>
Aficio<EFBFBD>220*<br>
Aficio<EFBFBD>700<br>
Aficio<EFBFBD>AP2000<br>
RPDL<EFBFBD>I<EFBFBD>Laser<EFBFBD>Printer*<br>
RPDL<EFBFBD>II<EFBFBD>Laser<EFBFBD>Printer*<br>
RPDL<EFBFBD>III<EFBFBD>Laser<EFBFBD>Printer*<br>
RPDL<EFBFBD>IV<EFBFBD>Laser<EFBFBD>Printer*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>Aficio<EFBFBD>401*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>Aficio<EFBFBD>Color<EFBFBD>2206*<br>
Afico<EFBFBD>FX10*<br>
</P
>
</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>Sambo</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>PageJet<EFBFBD>P1*<br>
PageJet<EFBFBD>P2*<br>
Stylus<EFBFBD>800H+*<br>
Stylus<EFBFBD>1000H+*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>Samsung</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>ML-85*<br>
ML-200<br>
ML-210<br>
ML-1000<br>
ML-1010<br>
ML-1020<br>
ML-1200<br>
ML-1210<br>
ML-1220<br>
ML-4500<br>
ML-4600*<br>
ML-5000a*<br>
ML-5080<br>
ML-6000/6100*<br>
ML-6040<br>
ML-7000/7000P/7000N*<br>
ML-7050*<br>
QL-5100A*<br>
QL-6050*<br>
SI-630A*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>ML-85G<br>
QL-85G<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>MJ<EFBFBD>630V*<br>
SLB-3106G*<br>
SP-2417HW*<br>
SP-2421HW*<br>
SP-2433HW*<br>
SP-4017*<br>
SP-4021*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>ML-5050G*<br>
SF/MSYS/MJ-4700/4800/4500C*<br>
</P
>
</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>Seiko</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>SpeedJET<EFBFBD>200*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>SLP*<br>
SLP<EFBFBD>120*<br>
SLP<EFBFBD>220*<br>
SLP<EFBFBD>EZ30*<br>
SLP<EFBFBD>Plus*<br>
SLP<EFBFBD>Pro*<br>
SLP-100*<br>
SLP-200*<br>
SLP-240*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>Sharp</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>AR-161*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>AJ-1800<br>
AJ-1805<br>
AJ-2000<br>
AJ-2005<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>AJ-2100<br>
</P
>
</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>Sindo</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>ExecJet<EFBFBD>4072*<br>
ExecJet<EFBFBD>4076*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>Sony</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>IJP-V100<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>Star</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>JJ-100*<br>
LC24-100*<br>
LS-04<br>
NL-10*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>LC<EFBFBD>90*<br>
LC24-200*<br>
LaserPrinter<EFBFBD>8<br>
NX-1001*<br>
StarJet<EFBFBD>48*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>LC<EFBFBD>24-15<31>Multi-Font*<br>
LC<EFBFBD>24-20<32>Multi-Font*<br>
LC<EFBFBD>24-200<30>Colour*<br>
LC-15<31>Multi-Font*<br>
LC-20*<br>
LC-100<30>Colour*<br>
NX-1040R*<br>
NX-1500*<br>
NX-2415*<br>
NX-2420R*<br>
NX-2430*<br>
Starjet<EFBFBD>SJ-144*<br>
XB<EFBFBD>24-200<30>Multi-Font*<br>
XB<EFBFBD>24-250<35>Multi-Font*<br>
XB-2420*<br>
XB-2425*<br>
XR-1020*<br>
XR-1520*<br>
ZA-200<30>Multi-Font*<br>
ZA-250<35>Multi-Font*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>WinType<EFBFBD>4000*<br>
</P
>
</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>Tally</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>MT908*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>Tektronix</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>3693d<EFBFBD>color<EFBFBD>printer,<2C>8-bit<69>mode*<br>
4693d<EFBFBD>color<EFBFBD>printer,<2C>2-bit<69>mode*<br>
4693d<EFBFBD>color<EFBFBD>printer,<2C>4-bit<69>mode*<br>
4695*<br>
4696*<br>
4697*<br>
Phaser<EFBFBD>780<br>
Phaser<EFBFBD>850*<br>
Phaser<EFBFBD>IISX*<br>
Phaser<EFBFBD>PX*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>Phaser<EFBFBD>350*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><EFBFBD></TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>Xerox</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>2700<EFBFBD>XES<br>
3700<EFBFBD>XES<br>
4045<EFBFBD>XES*<br>
DocuPrint<EFBFBD>4508<br>
DocuPrint<EFBFBD>C20<br>
DocuPrint<EFBFBD>C55*<br>
DocuPrint<EFBFBD>N17<br>
DocuPrint<EFBFBD>N32*<br>
DocuPrint<EFBFBD>N4512<br>
DocuPrint<EFBFBD>N4512<EFBFBD>PS<br>
Document<EFBFBD>Centre<EFBFBD>400*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>Able<EFBFBD>1406<br>
DocuPrint<EFBFBD>C6*<br>
DocuPrint<EFBFBD>M750*<br>
DocuPrint<EFBFBD>M760*<br>
DocuPrint<EFBFBD>P8e<br>
DocuPrint<EFBFBD>P12*<br>
DocuPrint<EFBFBD>P1202*<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>DocuPrint<EFBFBD>C8*<br>
DocuPrint<EFBFBD>C11*<br>
DocuPrint<EFBFBD>XJ6C<br>
DocuPrint<EFBFBD>XJ8C<br>
Document<EFBFBD>Homecentre<br>
WorkCentre<EFBFBD>450cp*<br>
WorkCentre<EFBFBD>470cx*<br>
WorkCentre<EFBFBD>XK35c<br>
</P
>
</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
CLASS="literallayout"
>DocuPrint<EFBFBD>P8*<br>
WorkCentre<EFBFBD>385<br>
WorkCentre<EFBFBD>XD120f*<br>
WorkCentre<EFBFBD>XE80<br>
WorkCentre<EFBFBD>XE90fx<br>
</P
>
</TD
></TR
></TBODY
></TABLE
></DIV
>
* This entry has not been sanity-checked.</P
></DIV
></DIV
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="shopping"
></A
>5.4. How to buy a printer</H2
><P
>It's a bit difficult to select a printer these days; there are many
models to choose from. Here are some shopping tips:<P
></P
><DIV
CLASS="variablelist"
><DL
><DT
>Cost</DT
><DD
><P
>You get what you pay for. Most printers under $200-300
can print reasonably well, but printing costs a lot per page.
For some printers, it only takes one or two cartridges to add
up to the cost of a new printer! This is specially true for cheap inkjets. Similarly, the cheapest
printers won't last very long. The least expensive printers,
for example, have a MTBF of about three <EM
>months</EM
>; obviously these are poorly suited
for heavy use.</P
></DD
><DT
>Inkjets</DT
><DD
><P
>Inkjet printheads will clog irreparably over time, so the
ability to replace the head somehow is a feature. Inkjet
printheads are expensive, with integrated head/ink cartridges
costing ten times (!) what ink-only cartridges go for, so the
ability to replace the head only when needed is a feature.
Epson Styluses tend to have fixed heads, and HP DeskJets tend
to have heads integrated into the cartridges. Canons have
three-part cartridges with independently replaceable ink
tanks; I like this design. OTOH, the HP cartridges aren't
enormously more expensive, and HP makes a better overall line;
Canon is often the third choice from the print quality
standpoint. Epson Styluses and HP inkjets are the best supported by
free software at the moment.</P
></DD
><DT
>Lasers</DT
><DD
><P
>Laser printers consume a drum and toner, plus a little
toner wiping bar. The cheapest designs include toner and drum
together in a big cartridge; these designs cost the most to
run. The best designs for large volume take plain toner
powder or at least separate toner cartridges and drums.</P
></DD
><DT
><A
NAME="photo-printers-shopping"
></A
>Photography
</DT
><DD
><P
>The best color photograph output is from continuous tone
printers which use a silver halide plus lasers approach to
produce&#8212;surprise!&#8212;actual photographs. Since these
printers cost tens of thousands to buy, <A
HREF="http://www.ofoto.com"
TARGET="_top"
>Ofoto.com</A
> offers
inexpensive print-by-print jobs. The results are stunning;
even the best inkjets don't compare.</P
><P
>&#13;The best affordable photo prints come from the dye-sublimation
devices like some members of the Alps series (thermal transfer
of dry ink or dye sublimation), or the few consumer-grade Sony
photo printers. Unfortunately the Alps devices have poor free
software support (the one report I have from a Alps user of
the Ghostscript driver speaks of banding and grainy pictures),
and even then it's unclear if the dye-sub option is supported.
I have no idea if the Sonys work at all.</P
><P
>&#13;The more common photo-specialized inkjets usually feature 6
color CMYKcm printing or even a 7 color CMYKcmy process. All
photo-specialized printers are expensive to run; either you
always run out of blue and have to replace the whole
cartridge, or the individual color refills for your high-end
photo printer cost an arm and a leg. Special papers cost a
bundle, too; you can expect top-quality photo inkjet output to
run over a US dollar per page. See also the section on
printing photographs later in this document, and the sections
on color tuning (such as it is) in Ghostscript.</P
><P
>Lately color lasers have been getting a lot cheaper, these devices may be interesting for color reports. Color lasers are a lot cheaper per page than inkjets. However they may still not be suited for photographs. One day color lasers may become common and replace those boring monochrome laser printers.</P
></DD
><DT
>Speed</DT
><DD
><P
>Speed is proportional to processing power, bandwidth, and
generally printer cost. The fastest printers will be networked
Postscript printers with powerful internal processors.
Consumer-grade printers will depend partly on Ghostscript's
rendering speed, which you can affect by having a reasonably
well-powered machine; full pages of color, in particular, can
consume large amounts of host memory. As long as you actually<EM
>have</EM
> that memory, things should work out
fine.</P
></DD
><DT
>Forms</DT
><DD
><P
>If you want to print on multicopy forms, then you need an
impact printer; many companies still make dot matrix printers,
most of which emulate traditional Epson models and thus work
fine.</P
></DD
><DT
>Labels</DT
><DD
><P
>There are two supported lines of label printer; look for
the Dymo-Costar and the Seiko SLP models. Other models may or
may not work. Avery also makes various sizes of stick-on
labels in 8.5x11 format that you can run through a regular
printer.</P
></DD
><DT
>Plotting</DT
><DD
><P
>Big drafting formats are usually supported these days by
monster inkjets; HP is a popular choice. Mid-sized (11x17)
inkjets are also commonly used for smaller prints. Much
plotting of this sort is done with the languages RTL, HP-GL,
and HP-GL/2, all of which are simple HP proprietary vector
languages usually generated directly by application software.</P
></DD
></DL
></DIV
>
</P
></DIV
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="kernel.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="spoolers.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Kernel printer devices</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
>&nbsp;</TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Spooling software</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>