A is the interpreter. It takes the generic graphics and text data from your application (say, Adobe PageMaker or Microsoft Word) and translates it into the specific commands that your printer understands.
Today, we take WYSIWYG ("What You See Is What You Get") printing for granted. But every time a vector logo prints crisply, a font scales perfectly, or a complex layout renders without corruption, you are seeing the ghost in the machine—the enduring legacy of the Adobe PostScript driver, the quiet translator that taught computers how to talk to paper.
For most home users, it’s gone. Modern operating systems (Windows 10/11, macOS) have moved to newer printing frameworks like , IPP Everywhere , and Microsoft’s XPS or OpenXPS . These systems are designed to be driverless, using standardized, simpler data formats.
Instead of telling the printer, "Move the print head to coordinate 100,50, then fire a dot," a PostScript driver sends a mathematical description: "Draw a smooth Bezier curve from point A to point B, then fill it with 30% cyan."
The Adobe PostScript Driver was different. It didn't translate into a printer’s native language. Instead, it translated into a universal language: . The Genius of PostScript PostScript, also developed by Adobe (founded by John Warnock and Chuck Geschke in 1982), is not a printer command language—it is a page description language (PDL) . Think of it as a programming language for geometry and typography.