PDF Printing support from Python

Grant Edwards grante at visi.com
Sat Apr 23 19:00:15 EDT 2005


On 2005-04-23, Mike Meyer <mwm at mired.org> wrote:

>>> No, you don't. My print system does that, and I don't have
>>> acrobat installed. I have ghostscript installed, which
>>> includes pdf2ps - which handles this particular translation.
>>>
>> 	Okay, so you've converted one page layout language
>> (PDF) to another (PS)... To actually print it you still need a
>> RIP. A PostScript laser printer has the RIP built-in, but
>> consumer level Windows printers do not have a PostScript RIP
>> -- and some printers don't even have their own specific RIP
>> built-in ("winprinters" put the RIP into the software driver
>> that runs on the Windows machine, rather than sending drawing
>> commands to the printer for rendering).
>
> RIP? That term is to generic for google to be much use.

Raster Image Processor.  It renders postscript into a raster
image at the proper image.

-- 
Grant Edwards                   grante             Yow!  If this is the DATING
                                  at               GAME I want to know your
                               visi.com            FAVORITE PLANET! Do I get
                                                   th' MICROWAVE MOPED?



More information about the Python-list mailing list