PPML
Encyclopedia
PPML is an XML
XML
Extensible Markup Language is a set of rules for encoding documents in machine-readable form. It is defined in the XML 1.0 Specification produced by the W3C, and several other related specifications, all gratis open standards....

-based industry standard printer language for variable data printing defined by PODi
PODi
PODi the Digital Printing Initiative. An organisation that helps set strategic direction in the digital print industry. Members include IBM, Kodak, PageFlex, Xerox, Canon and Hewlett-Packard....

. The industry-wide consortium of 13 companies was initially formed to create PPML, and now has more than 400 member companies.

Overview

PPML is an open, inter-operable, device-independent standard first released in 2000 to enable the widespread use of personalized print applications. PPML is made to allow printers to take care of printing variable data; rather than sending 300 copies of the same data with only a name changed, PPML is designed to allow all the data to be sent to the printer at once, allowing for much faster printing, as data does not need to be transferred to the printer for each copy.

High-volume print jobs are getting more complex due to higher demands for the layout, content and personalisation of documents. This is particularly true in the case of "image-swapping", where different images are selected and replaced on a record-by-record basis. At the same time pressure on the operators at the machines is increasing. A third development relates to the rise of XML
XML
Extensible Markup Language is a set of rules for encoding documents in machine-readable form. It is defined in the XML 1.0 Specification produced by the W3C, and several other related specifications, all gratis open standards....

, as a neutral basis for multi-channel communication of documents to fax, internet, e-mail, electronic archive and printer.

Personalized Print Markup Language (PPML) is the print industry's answer to these developments. PPML strongly reduces the complexity of the print-job, especially when colour, images and personalised elements are being used. The RIP (describing the contents of a page in a rasterized image) is a lot faster.

The Printing On Demand Initiative (PODi)
PODi
PODi the Digital Printing Initiative. An organisation that helps set strategic direction in the digital print industry. Members include IBM, Kodak, PageFlex, Xerox, Canon and Hewlett-Packard....

 is responsible for the concept and development of this new PPML standard. This platform combines all major suppliers in this market, with the initial development completed by Adobe Systems
Adobe Systems
Adobe Systems Incorporated is an American computer software company founded in 1982 and headquartered in San Jose, California, United States...

, EFI, CreoScitex, Hewlett-Packard
Hewlett-Packard
Hewlett-Packard Company or HP is an American multinational information technology corporation headquartered in Palo Alto, California, USA that provides products, technologies, softwares, solutions and services to consumers, small- and medium-sized businesses and large enterprises, including...

, Kodak Nexpress, Xerox
Xerox
Xerox Corporation is an American multinational document management corporation that produced and sells a range of color and black-and-white printers, multifunction systems, photo copiers, digital production printing presses, and related consulting services and supplies...

, IBM
IBM
International Business Machines Corporation or IBM is an American multinational technology and consulting corporation headquartered in Armonk, New York, United States. IBM manufactures and sells computer hardware and software, and it offers infrastructure, hosting and consulting services in areas...

, Lexmark
Lexmark
Lexmark International, Inc. is an American corporation which develops and manufactures printing and imaging products, including laser and inkjet printers, multifunction products, printing supplies, and services for business and individual consumers...

, Océ
Océ
Océ N.V. is a Netherlands-based company that develops, manufactures and sells printing and copying hardware and related software. The offering includes office printing and copying systems; production printers and wide format printing systems for both technical documentation and color display...

, Pageflex, Printable, Quark, Kodak GCG Inkjet Printing Systems, and Xeikon working together as members of PODI.

Reusable Content

The traditional printer languages retrieve a page, examine what is on it and start to create rasterized images to tell the printer what is where and how it should be put on paper. This is repeated for every single page. High-volume printjobs easily contain tens of thousands of pages that all have to be RIPped. RIPping can become a problem if one realizes that a page with a colour photo and a logo can reach a size of as much as 20 MB in PostScript
PostScript
PostScript is a dynamically typed concatenative programming language created by John Warnock and Charles Geschke in 1982. It is best known for its use as a page description language in the electronic and desktop publishing areas. Adobe PostScript 3 is also the worldwide printing and imaging...

. This costs an exceptional amount of processing power and memory space and is the most important cause of print processes running aground. This is why rated engine speeds are often not met and machines may be RIPping all night to be able to produce at a reasonable speed during the day.

This bottleneck in printing can be solved by specifying reusable content. Reusable content are things that are used on many of the pages. Reusable content can be fonts (letter types), logos (in all sorts of formats), signatures (for policies), diagrams (research results), images (advertising) and the like. An object that is reusable is often called a resource. PPML was designed to make this reuse of resources explicit and allows the printer to know which resources are needed at a particular point in the job. This allows a resource to be rasterized once and used many times instead of being rasterized on every page on which it is used.

Resource Management

Reuse of resources solves only part of the problem. Ensuring that all the required resources are available on the printer is another big problem. In PPML this problem is solved by allowing references to resources via URL's (Universal Resource Locator). Now the printer can retrieve the resource via the URL if it doesn't have that particular resource yet. This eliminates the need to send all the needed resources along with the print job. The printer will simply retrieve those resources that it needs on the fly. If it already has the resource in its cache it does need not retrieve the resource. This works in the same way as a browser that gains speed by loading (parts of) a webpage from its cache.

Not including resources in a print job leads to the potential problem of version control. PPML solves this problem by allowing the producer of the print job to specify a checksum for each resource that is referenced. A checksum is a large number that is calculated from the contents of a resource. By comparing a given checksum against the checksum of the resource in the cache the printer can check that it has the correct version of the resource.

Multiple Format Resources

The print industry already has many formats to describe images, fonts and pages. Instead of defining new PPML specific formats for resources, the choice was made to allow any existing format to be used directly. Therefore PPML only describes how existing resources are combined to create pages, documents and jobs. This description uses XML to avoid inventing yet another format.

Although this approach makes PPML very easy to generate, it does complicate the task of the PPML RIP (a.k.a. consumer). Of course not all consumers will implement every existing resource format on this earth. To create compatibility the Graphics Arts Conformance level was defined.

Graphics Art Conformance

The Graphics Art Conformance level (PPML/GA) defines a subset of PPML. This conformance level requires a Graphics Art Conformant PPML consumer to support: PostScript
PostScript
PostScript is a dynamically typed concatenative programming language created by John Warnock and Charles Geschke in 1982. It is best known for its use as a page description language in the electronic and desktop publishing areas. Adobe PostScript 3 is also the worldwide printing and imaging...

, PDF, TIFF and JPEG
JPEG
In computing, JPEG . The degree of compression can be adjusted, allowing a selectable tradeoff between storage size and image quality. JPEG typically achieves 10:1 compression with little perceptible loss in image quality....

 resources. A PPML producer that generates a PPML dataset that conforms to the Graphics Art Conformance level can then be printed using any Graphics Art Conformant consumer.

Archiving

An electronic archive can store PPML documents efficiently. Each individual data element only needs to be stored once. The rest of the PPML based archive consists mainly of structure descriptions. This is very different from an electronic archive based on TIFF or PDF, in which every document contains all the page elements and the company logo may have been stored a million times. This also applies to the standard end to a letter, for the standard terms of payment or the standard policy conditions; there may be millions of copies stored. Each resource is probably no larger in size than a few Kb. But with multiple copies the size increases quickly, especially when colour has entered in to the electronic company communication.

Viewer

To view PPML documents special software will be needed. For instance, if someone wants to retrieve a document out of a PPML archive, the document will have to be converted to an image by a PPML RIP (just as a PPML printer would) This "as printed" image is shown on screen by the PPML viewer software.

Several such viewers exist, including ones from EFI, Hewlett-Packard, Xeikon, and Edmond R&D. PODi also provides a viewer which is widely accepted as the reference implementation for testing PPML output. CheckPPML (the PODi viewer) is a virtual PPML consumer that provides error-checking and PDF output in addition to viewing. CheckPPML can be freely downloaded at http://ppml.podi.org

Printers

Xeikon was the first hardware supplier whose printers could print with PPML. Then, IBM
IBM
International Business Machines Corporation or IBM is an American multinational technology and consulting corporation headquartered in Armonk, New York, United States. IBM manufactures and sells computer hardware and software, and it offers infrastructure, hosting and consulting services in areas...

(now InfoPrint Solutions Company) included PPML support in the most important controlling software for their printers (InfoPrint Manager) allowing an enormous installed base of IPDS-printers to process PPML data streams.

Today, production printers from many manufacturers support printing of PPML documents.

External links

The source of this article is wikipedia, the free encyclopedia.  The text of this article is licensed under the GFDL.
 
x
OK