Best Postscript Printer Driver

Posted on by

When printing, you might have come across the word “Postscript.” Ever wondered what the heck this means, and relevance it has to your printer? Take a minute, learn some computer history, and a little bit more about desktop printers work.

To install a printer that uses a PostScript driver, do one of the following tasks: Choose > Start > Printers and Faxes > Add Printer, and then follow the on-screen instructions to install a PostScript printer. There is no intention to release any newer versions of the Adobe Universal PostScript Windows Driver Installer. Use the Windows 'Add printer' wizard instead. When printing, you might have come across the word “Postscript.” Ever wondered what the heck this means, and relevance it has to your printer? Take a minute, learn some computer history, and a little bit more about desktop printers work. Download the latest driver, firmware, and software for your HP Universal Print Driver for Windows.This is HP's official website to download drivers free of cost for your HP Computing and Printing products for Windows and Mac operating system. PS3 is a new PostScript 3 printer driver implemented from scratch as a replacement for the old Acorn PostScript level 2 printer driver. This new driver offers many improvements over the standard Acorn driver leading to higher quality both when printing to PostScript 3 printers and when creating PDF files using the PostScript printer driver and Ghostscript (e.g., via PrintPDF or ps2pdf).

Unless you’re a computer scientist, it can be confusing to look up “Postscript” and learn that it’s a “concatenative programming language” only to find you have even more confusing words to look up. Today, we’ll make it easy, and put Postscript into context, explain what it is, why and how it does what it does, and how it pretty much turned the whole graphics world on its collective ear! Keep reading, there’s some good geeky fun stuff ahead.

ASCII, Dot Matrix, Plotters, and Changing Printed Graphics

Before we understand Postscript and more modern printing devices, we have to consider the humble roots of PC to print technology. Early computer printers were crude devices made only to reproduce text and ASCII characters—there was little to no application of graphics, and little to no use for them. These so called “dumb” printers could be programmed to produce text, although many would have had hardware limitations that would stop them from printing anything but the characters in the hardware—think “typewriter.”

Some of us at How-To Geek might date ourselves and say we remember an important next step in printer evolution—dot matrix printers. These were capable of printing some crude grayscale graphics with rows of pixels, as well as blocky, low pixel depth typography. Although they did have the advantage of creating digital images (although ASCII art sort of counts), the crude typography was a setback for early dot matrix printers. All dot matrix printers took directions on printing images and text in roughly the same way; break it into pixels, printing them in rows as the print head passes along the paper, feed the next bit of paper, and repeat.

Unlike dot matrix printers, plotters are still fairly common, particularly in manufacturing. Plotters move papers, vinyl, or various other materials around on algebraic coordinates to draw, print, or cut smooth, mathematically pure vector shapes with a stylus or knife blade. As we’ve learned, because of the nature of typographic glyphs, vector shapes are vastly superior to pixels for defining abstract, mathematically pure shapes found in type. Hp built-in web camera. Because plotters are engineered to move around based on precise math, the instructions on how to create typography and other shapes are fairly easy for a PC to communicate to the device.

The challenge was this: no existing model of PC to print technology could create vector-based, clean typography AND graphics at the same time. What were all the clever geeks supposed to do?

Xerox PARC, and Development Of The First Laser Printer

Xerography, AKA photocopying, was the development printers were looking for. Although Xerography had been invented in the thirties and made commercially available as copy machines in the late fifties and sixties, it wasn’t used in PC printing until Xerox PARC engineer Gary Starkweather designed the first laser printer.

Here’s a graphic and a rough descriptions of how Xerography works: light hits electrically charged areas of the printing drum, the electrons react and those negatively charged areas lose that charge. Toner adheres to the static electricity, and is pressed onto the paper, creating artwork without the use of dot matrix style pixels. And because this printing process was fundamentally different from any of the comparatively crude methods listed above, Xerography was a logical way to print clean type and graphics at the same time. There was one simple engineering problem that had to be solved—how do you create instructions for a printer that can easily do both at once?

The Best of Both Worlds: Postscript is the Print Whisperer

Enter Adobe engineers and co-founders John Warnock and Charles Geschke. The pair had worked together at Xerox and had created page description language (or PDL) called Interpress. Interpress solved this engineering problem—it was a system of translating images and complicated shapes into data the printer can use to turn out high quality printed artwork. Interpress was not necessarily the first PDL, and it wasn’t Warnock and Geschke’s last collaboration. Leaving Xerox PARC, the pair developed a flagship product in Postscript, which has remained, even to this day, a graphics industry standard.

Postscript, as the name sort of suggests, is actually a Turing-complete programming language. Directions are written out in a human-readable way, and communicated to the printer, which creates the high quality art from the instructions. Here’s a sample “Hello World” program from Inkguides.com.

%!PS
/inch {72 mul} def
/Times-Roman findfont 50 scalefont setfont
2.5 inch 5 inch moveto
(Hello, World!) show
showpage

We start to see pretty quickly what kind of instructions Postscript is giving the printer, and just how simple the directions are. Fonts referenced in this program exist in vector form and are called up from separate files—and were a big part of Adobe’s contribution to the digital graphics industry. Here’s a second example, from Mikkel Meinike Nielsen’s page on Postscript:

%!
/Times-Roman findfont 16 scalefont setfont
gsave %save before using translate
105 210 translate %This cordinates places the images on
%the page
%————-The actual image begin———————
76.8 86.4 scale
40 45 1 [ 40 0 0 -45 0 45 ]
{ <
fffff5ffffffffdeffffffffeaffffffffdeffffffffffffffffffeeffff
fffffefffffffffbffffffffffffffffffccffffffff77bffffffeffdfff
fffdfff7fffffbfff7fffff77ffbffff5ebfbdfffafdbf7ebffbf3ff6fdf
e9ef7ff7f3d6bfff7d55afff7efffafffffffffcffff7efffffffef7ffff
fffdf77fffffffeffffffffdf7bffffffbd7bfffffffbffffffff7fbbfff
ffef7bffffffeefbdfffffdef7bfffffffffbfffffbdefffffff7dff7fff
ff7bdffffffff7ff7ffff977e57ffffa5ffbffffff7feebffffdbff4bfff
ff7fffffffffffffffffffffffffff> } image
%————-The actual image end ———————
grestore %restore the settings from before the translat
0 245 moveto (Text and image, ) show
0 229 moveto (side by side. ) show
showpage

This large middle section of gobbledygook is actually hexadecimal code that defines an image. Most Postscript isn’t written by hand like this, but rather by programs. To get an idea of what this Postscript code actually looks like, take a look at this screencap from Mikkel’s page below of the image this code generated. Entire photographic mages can also be re-written as postscript this way—the filetype is called Encapsulated Post Script, or EPS.

Modern Printed Pages and Newer Printing Processes

Nowadays, not all printers use Postscript, but all of them have to have some kind of translation layer to turn text and image data into printed material. We usually call these programs printer drivers—and nowadays they come from the manufacturer, and are a proprietary software. In some form or fashion, this Is an crucial piece of what all printers need to communicate with PCs—even though the printers we use in our homes are solving very different problems than the first laser printers. Regardless, Postscript was Adobe’s first big success, and is part of what effectively the start of a worldwide popular explosion of graphics and design.

Image Credits: Brother Printer MFC-8370 by Jung-nam Nam, available under Creative Commons. Ancient Dot Matrix Printer by Andy Broomfield, available under Creative Commons. IBM 3800, photographer unknown, assumed fair use. Xerographic Photocopy process by Yzmo, available under GNU license. Adobe software by Seven Block, available under Creative Commons. The new printer by Erin Sparling, available under Creative Commons.

READ NEXT
  • › What Does “NSFW” Mean, and How Do You Use It?
  • › How to Permanently Uninstall Microsoft Teams on Windows 10
  • › Six Common Smarthome Mistakes Beginners Make
  • › What Can I Do with My Old iPhone?
  • › Free Download: Microsoft’s PowerToys for Windows 10

Personal accounts

  • Save your personal devices and preferences
  • Easy access to support resources

Business/IT accounts

  • Managing contracts and warranties for your business
  • Submitting and managing support cases
Privacy Policy© Copyright 2019 HP Development Company, L.P.
Privacy Policy© Copyright 2019 HP Development Company, L.P.
Error:
Javascript is disabled in this browser. This page requires Javascript. Modify your browser's settings to allow Javascript to execute. See your browser's documentation for specific instructions.

hp-contact-secondary-navigation-portlet

Actions
  • ${title}
Loading..
HP Customer Support

Let HP find my products

HP can identify most HP products and recommend possible solutions.

How does HP install software and gather data?
Privacy Policy© Copyright 2019 HP Development Company, L.P.

Software and drivers for

Free Postscript Printer Driver

HP Universal Print Driver for Windows

Choose a different product

hp-software-driver-metadata-portlet

Actions
  • ${title}
Loading..
recommended

For the best results we recommend you use our download and install assistant.


Privacy Policy© Copyright 2019 HP Development Company, L.P.

This product detection tool installs software on your Microsoft Windows device that allows HP to detect and gather data about your HP and Compaq products to provide quick access to support information and solutions. Technical data is gathered for the products supported by this tool and is used to identify products, provide relevant solutions and automatically update this tool, to improve our products, solutions, services, and your experience as our customer.

Note: This tool applies to Microsoft Windows PC's only. This tool will detect HP PCs and HP printers.

Data gathered:

  • Operating system
  • Browser version
  • Computer vendor
  • Product name/number
  • Serial number
  • Connection port
  • Driver/device description
  • Computer and/or printer configuration
  • Hardware and software diagnostics
  • HP/Non-HP ink and/or HP/Non-HP Toner
  • Number of pages printed

Installed Software Details:

  • HP Support Solutions Framework - Windows Service, localhost Web server, and Software

Removing Installed Software:

Canon ir2016j photocopier driver download. You can visit publisher website by clicking Homepage link. Software piracy is theft.

  • Remove 'HP Support Solutions Framework' through Add/Remove programs on PC

Requirements:

  • Operating System - Windows 7, Windows 8, Windows 8.1, Windows 10
  • Browser - Google Chrome 10+, Internet Explorer (IE)10.0+, and Firefox 3.6.x, 12.0+
Privacy Policy© Copyright 2019 HP Development Company, L.P.
Change preferred operating systemSelect preferred operating system

This product detection tool installs software on your Microsoft Windows device that allows HP to detect and gather data about your HP and Compaq products to provide quick access to support information and solutions. Technical data is gathered for the products supported by this tool and is used to identify products, provide relevant solutions and automatically update this tool, to improve our products, solutions, services, and your experience as our customer.

Note: This tool applies to Microsoft Windows PC's only. This tool will detect HP PCs and HP printers.

Data gathered:

  • Operating system
  • Browser version
  • Computer vendor
  • Product name/number
  • Serial number
  • Connection port
  • Driver/device description
  • Computer and/or printer configuration
  • Hardware and software diagnostics
  • HP/Non-HP ink and/or HP/Non-HP Toner
  • Number of pages printed

Installed Software Details:

  • HP Support Solutions Framework - Windows Service, localhost Web server, and Software

Removing Installed Software:

  • Remove 'HP Support Solutions Framework' through Add/Remove programs on PC

Requirements:

  • Operating System - Windows 7, Windows 8, Windows 8.1, Windows 10
  • Browser - Google Chrome 10+, Internet Explorer (IE)10.0+, and Firefox 3.6.x, 12.0+
Privacy Policy© Copyright 2019 HP Development Company, L.P.

HP is compiling your results. This could take up to 3 minutes, depending on your computer and connection speed. Thank you for your patience.

Not sure which drivers to choose?

Let HP identify any out-of-date or missing drivers and software

How does HP use product data collected with this service?
ProductFileFile sizeFile nameItem
Select the desired files and choose 'Download files' to start a batch download.
Select your desired files and a list of links will be sent by email
Privacy Policy© Copyright 2019 HP Development Company, L.P.

hp-country-locator-portlet

Actions
  • ${title}
Loading..

Americas

Europe, Middle East, Africa

Asia Pacific and Oceania

Some features of the tool may not be available at this time. We apologize for this inconvenience and are addressing the issue.Minimize Chat bot windowLoading ChatbotNew Message
HP's Virtual Agent can help troubleshoot issues with your PC or printer.
HP's Virtual Agent can help troubleshoot issues with your PC or printer.

Best Postscript Printer

Complementary Content

Best Postscript Printer Driver