Printer Command Language, more commonly referred to as PCL, is a
page description language
In digital printing, a page description language (PDL) is a computer language that describes the appearance of a printed page in a higher level than an actual output bitmap (or generally raster graphics). An overlapping term is printer control ...
(PDL) developed by
Hewlett-Packard
The Hewlett-Packard Company, commonly shortened to Hewlett-Packard ( ) or HP, was an American multinational information technology company. It was founded by Bill Hewlett and David Packard in 1939 in a one-car garage in Palo Alto, California ...
as a
printer protocol and has become a ''
de facto''
industry standard. Originally developed for early
inkjet
Inkjet printing is a type of printer (computing), computer printing that recreates a digital image by propelling droplets of ink onto paper or plastic substrates. Inkjet printers were the most commonly used type of printer in 2008, and range f ...
printers in 1984, PCL has been released in varying levels for
thermal
A thermal column (or thermal) is a rising mass of buoyant air, a convective current in the atmosphere, that transfers heat energy vertically. Thermals are created by the uneven heating of Earth's surface from solar radiation, and are an example ...
,
matrix
Matrix (: matrices or matrixes) or MATRIX may refer to:
Science and mathematics
* Matrix (mathematics), a rectangular array of numbers, symbols or expressions
* Matrix (logic), part of a formula in prenex normal form
* Matrix (biology), the m ...
, and
page
Page most commonly refers to:
* Page (paper), one side of a leaf of paper, as in a book
Page, PAGE, pages, or paging may also refer to:
Roles
* Page (assistance occupation), a professional occupation
* Page (servant), traditionally a young m ...
printers.
HP-GL/2 and
PJL are supported by later versions of PCL.
PCL is occasionally and incorrectly said to be an abbreviation for ''Printer Control Language'' which actually is another term for
page description language
In digital printing, a page description language (PDL) is a computer language that describes the appearance of a printed page in a higher level than an actual output bitmap (or generally raster graphics). An overlapping term is printer control ...
.
PCL levels 1 through 5 overview
PCL levels 1 through 5e/5c are command-based languages using control sequences that are processed and interpreted in the order they are received. At a consumer level, PCL data streams are generated by a print driver. PCL output can also be easily generated by custom applications.
*PCL 1 was introduced in 1984 on the
HP ThinkJet 2225 and provides basic text and graphics printing with a maximum resolution of 150 dpi (dots per inch).
*PCL 1+ was released with the HP QuietJet 2227.
*PCL 2 added Electronic Data Processing/Transaction functionality.
*PCL 3 was introduced in 1984 with the original HP
LaserJet.
This added support for
bitmap
In computing, a bitmap (also called raster) graphic is an image formed from rows of different colored pixels. A GIF is an example of a graphics image file that uses a bitmap.
As a noun, the term "bitmap" is very often used to refer to a partic ...
fonts and increased the maximum resolution to 300 dpi. Other products with PCL 3 support were the HP
DeskJet ink jet printer, HP 2932 series matrix printers and HP RuggedWriter 2235 matrix printers. PCL 3 is still in use on several
impact printers which replaced the obsolete HP models.
*PCL 3+ (mono) and PCL 3c+ (color) are used on later HP DeskJet and HP PhotoSmart products.
*PCL 3GUI is used in the HP DesignJet, some DeskJet series printers, and OfficeJet series printers. It uses a compressed
raster format that is not compatible with standard PCL 3.
*PCL 4 was introduced on the HP LaserJet Plus
in 1985, adding
macros, larger bitmapped fonts and graphics. PCL 4 is still popular for many applications.
*PCL 5 was released on the HP LaserJet III
in March 1990, adding
Intellifont
Intellifont is a scalable Typeface, font technology developed by Tom Hawkins at Compugraphic in Wilmington, Massachusetts during the late 1980s, the patent for which was granted to Hawkins in 1987. Intellifont fonts were Font hinting, hinted on a ...
font scaling (developed by
Compugraphic
Compugraphic Corporation, commonly called cg, was an American producer of typesetting systems and phototypesetting equipment, based in Wilmington, Massachusetts, a few miles from where it was founded. This company is distinct from Compugraphics, ...
, now part of
Agfa
Agfa-Gevaert N.V. (Agfa) is a Belgian-German multinational corporation that develops, manufactures, and distributes Analog photography, analogue and digital imaging products, software, and systems.
The company began as a dye manufacturer in 1867 ...
), outline fonts and HP-GL/2 (vector) graphics.
*PCL 5e (PCL 5 enhanced) was released on the HP LaserJet 4
in October 1992 and added bi-directional communication between the printer and the PC and
Windows
Windows is a Product lining, product line of Proprietary software, proprietary graphical user interface, graphical operating systems developed and marketed by Microsoft. It is grouped into families and subfamilies that cater to particular sec ...
fonts.
*PCL 5c introduced color support on the HP PaintJet 300XL and HP Color LaserJet
in 1992.
PCL 6 overview
HP introduced PCL 6 around 1995 with the HP LaserJet 5 printers.
It consists of:
*PCL 6 "Enhanced": An object-oriented
PDL optimized for printing from
GUI interfaces such as
Windows
Windows is a Product lining, product line of Proprietary software, proprietary graphical user interface, graphical operating systems developed and marketed by Microsoft. It is grouped into families and subfamilies that cater to particular sec ...
and compressed to optimize throughput. Formerly known as PCL XL or PXL.
*PCL 6 Standard: Equivalent to PCL 5e or PCL 5c, intended to provide backward compatibility.
*Font synthesis: Provides scalable fonts, font management and storage of forms and fonts.
PCL 6 "Enhanced" architecture was altered to be more modular and to be more easily modified for future HP printers, that it prints complex graphics faster, that it reduces network traffic, and has higher quality. In early implementations, HP did not market PCL 6 well, thus causing some confusion in terminology. PCL XL was renamed to PCL 6 Enhanced, but many third-party products still use the older term.
Some products may claim to be PCL 6 compliant, but may not include the PCL 5 backward compatibility. PCL 6 Enhanced is primarily generated by the
printer driver
In computers, a printer driver or a print processor is a piece of software on a computer that converts the data to be printed to a format that a printer can understand. The purpose of printer drivers is to allow applications to do printing with ...
s under
Windows
Windows is a Product lining, product line of Proprietary software, proprietary graphical user interface, graphical operating systems developed and marketed by Microsoft. It is grouped into families and subfamilies that cater to particular sec ...
and
CUPS. Due to its structure and compression methodology, custom applications rarely use it directly.
PCL 6 Enhanced is a stack-based, object-oriented protocol, similar to
PostScript
PostScript (PS) is a page description language and dynamically typed, stack-based programming language. It is most commonly used in the electronic publishing and desktop publishing realm, but as a Turing complete programming language, it c ...
. However, it is restricted to binary encoding as opposed to PostScript, which can be sent either as binary code or as plain text. The plain-text commands and code examples shown in the PCL programming documentation are meant to be compiled with a utility like HP's JetASM before being sent to a printer.
PCL 6 Enhanced is designed to match the drawing model of
Windows GDI. In this way, the Windows printer driver simply passes through GDI commands with very little modification, leading to faster return-to-application times. Microsoft has extended this concept with its next-generation
XPS format, and printer implementations of XPS are being developed. This is not a new idea: it is comparable with
Display Postscript and Apple's Quartz, and is in contrast to "GDI Printers" where a compressed bitmap is sent to the printer.
PCL 6 class revisions
Class 1.1
*Draw tools: Support drawing lines, arcs/ellipses/chords, (rounded) rectangles, polygons,
Bézier paths, clipped paths, raster images, scanlines, raster operations.
*Color handling: Support 1/4/8-bit palettes, RGB/grey color space. Support custom halftone patterns (max 256 patterns).
*Compression: Supports
RLE.
*Units of measurement: Inch, millimeter, tenth of millimeter.
*Paper handling: Support custom or predefined sets of paper size, including common Letter, Legal, A4, etc. Can choose paper from manual feed, trays, cassettes. Paper can be duplexed horizontally or vertically. Paper can be oriented in portrait, landscape, or 180 degree rotation of the former two.
*Font: Supports bitmap or TrueType fonts, 8 or 16-bit code points. Choosing character set uses different symbol set code from PCL 5. When bitmap font is used, many scaling commands are unavailable. When TrueType font is used, variable length descriptors, continuation blocks are not supported. Outline font can be rotated, scaled, or sheared.
Class 2.0
*Compression: Added
JPEG
JPEG ( , short for Joint Photographic Experts Group and sometimes retroactively referred to as JPEG 1) is a commonly used method of lossy compression for digital images, particularly for those images produced by digital photography. The degr ...
compression. A Proprietary variant of JPEG-like compression optimized for integer hardware called JetReady is used in a few HP Color Laserjet models (at the time of writing, 3 models, CLJ 3500, 3550, 3600). Those models require Class 3.0 inputs.
*Paper handling: Media can redirected to different output bins (up to 256). Added A6 and Japanese B6 preset media sizes. Added Third cassette preset, 248 external tray media sources.
*Font: Text can be written vertically.
Class 2.1
*Color handling: Added Color matching feature.
*Compression: Added Delta Row.
*Paper handling: Orientation, media size are optional when declaring a new page. Added B5, JIS 8K, JIS 16K, JIS Exec paper sizes.
Class 2.2
*Compression: Added
JFIF
The JPEG File Interchange Format (JFIF) is an image file format standard published as ITU-T Recommendation T.871 and ISO/IEC 10918-5. It defines supplementary specifications for the Digital container format, container format that contains the image ...
.
Class 3.0
*Color handling: Allow using different halftone settings for vector or raster graphics, text. Supports adaptive halftoning.
*Protocol: Supports PCL passthrough, allowing PCL 5 features to be used by PCL 6 streams. However, some PCL 6 states are not preserved when using this feature.
*Font: Supports PCL fonts.
JetReady printers (CLJ 3500/3550/3600) use undocumented extensions but otherwise mandate Class 3.0 inputs.
PJL overview
PJL (
Printer Job Language) was introduced on the HP LaserJet IIIsi. PJL adds job level controls, such as printer language switching, job separation, environment commands, status feedback, device attendance and file system commands.
See also
*
CaPSL
*
Encapsulated PostScript
Encapsulated PostScript (EPS) is a Document Structuring Convention (DSC) conforming PostScript document format usable as a graphics file format. The format was developed as early as 1987 by John Warnock and Chuck Geschke, the founders of Adobe, ...
*
Foomatic
*
Hewlett-Packard Raster Transfer Language The Hewlett-Packard Raster Transfer Language (HP RTL) is a subset of the Printer Command Language (PCL) language. It is used to embed true raster images (bitmaps) into plotter files. Modern plotters (like HP DesignJets) are raster devices, so they ...
(HP RTL)
*
GNU Plotutils
*
PostScript Printer Description
*
Ghostscript
Ghostscript is a suite of software based on an interpreter for Adobe Systems' PostScript and Portable Document Format (PDF) page description languages. Its main purposes are the rasterization of documents in these language,, the display or prin ...
References
Further reading
*
*
*
*
*
*
External links
*
*
*
*
* {{cite web , url=http://www-01.ibm.com/support/docview.wss?uid=nas1ba0863cfa6463903862569c10078c903 , title=List of HP printers and PCL levels supported , publisher=
IBM
International Business Machines Corporation (using the trademark IBM), nicknamed Big Blue, is an American Multinational corporation, multinational technology company headquartered in Armonk, New York, and present in over 175 countries. It is ...
, access-date=2012-03-02 , archive-url=https://web.archive.org/web/20130501032227/http://www-01.ibm.com/support/docview.wss?uid=nas1ba0863cfa6463903862569c10078c903 , archive-date=2013-05-01 , url-status=dead
HP software
Page description languages
Printing technology