diff options
Diffstat (limited to 'doc/help/postscript-driver.html')
-rw-r--r-- | doc/help/postscript-driver.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/help/postscript-driver.html b/doc/help/postscript-driver.html index 501043c7..4f35374d 100644 --- a/doc/help/postscript-driver.html +++ b/doc/help/postscript-driver.html @@ -341,11 +341,11 @@ div.contents ul.subcontents li { <body> <div class='body'> <!-- - "$Id: postscript-driver.html 9740 2011-05-04 06:26:22Z mike $" + "$Id: postscript-driver.html 10424 2012-04-23 17:26:57Z mike $" PostScript printer driver documentation for CUPS. - Copyright 2007-2010 by Apple Inc. + Copyright 2007-2012 by Apple Inc. Copyright 1997-2007 by Easy Software Products. These coded instructions, statements, and computer programs are the @@ -357,7 +357,7 @@ div.contents ul.subcontents li { <h1 class='title'>Developing PostScript Printer Drivers</h1> -<p>This document describes how to develop printer drivers for PostScript printers. Topics include: <a href='#BASICS'>printer driver basics</a>, <a href='#CREATE'>creating new PPD files</a>, <a href='#IMPORT'>importing existing PPD files</a>, <a href='#FILTERS'>using custom filters</a>, <a href='#COLOR'>implementing color management</a>, and <a href='#MACOSX'>adding Mac OS X features</a>.</p> +<p>This document describes how to develop printer drivers for PostScript printers. Topics include: <a href='#BASICS'>printer driver basics</a>, <a href='#CREATE'>creating new PPD files</a>, <a href='#IMPORT'>importing existing PPD files</a>, <a href='#FILTERS'>using custom filters</a>, <a href='#COLOR'>implementing color management</a>, and <a href='#MACOSX'>adding OS X features</a>.</p> <div class='summary'><table summary='General Information'> <tbody> @@ -380,7 +380,7 @@ div.contents ul.subcontents li { </ul></li> <li><a href="#FILTERS">Using Custom Filters</a></li> <li><a href="#COLOR">Implementing Color Management</a></li> -<li><a href="#MACOSX">Adding Mac OS X Features</a></li> +<li><a href="#MACOSX">Adding OS X Features</a></li> </ul> <h2 class='title'><a name='BASICS'>Printer Driver Basics</a></h2> @@ -453,7 +453,7 @@ div.contents ul.subcontents li { dup [612 792] (Letter) put dup [612 1008] (Legal) put dup [595 842] (A4) put - {exch aload pop 4 index sub abs 5 le exch + {exch aload pop 4 index sub abs 5 le exch 5 index sub abs 5 le and {exch pop exit} {pop} ifelse } bind forall = flush pop pop @@ -550,7 +550,7 @@ div.contents ul.subcontents li { dup [612 792] (Letter) put dup [612 1008] (Legal) put dup [595 842] (A4) put - {exch aload pop 4 index sub abs 5 le exch + {exch aload pop 4 index sub abs 5 le exch 5 index sub abs 5 le and {exch pop exit} {pop} ifelse } bind forall = flush pop pop @@ -648,9 +648,9 @@ information file.</P> <p>The options used for profile selection can be customized using the <tt>cupsICCQualifier2</tt> and <tt>cupsICCQualifier3</tt> attributes.</p> -<h2 class='title'><a name='MACOSX'>Adding Mac OS X Features</a></h2> +<h2 class='title'><a name='MACOSX'>Adding OS X Features</a></h2> -<p>Mac OS X printer drivers can provide <a href='spec-ppd.html#MACOSX'>additional attributes</a> to specify additional option panes in the print dialog, an image of the printer, a help book, and option presets for the driver software:</p> +<p>OS X printer drivers can provide <a href='spec-ppd.html#MACOSX'>additional attributes</a> to specify additional option panes in the print dialog, an image of the printer, a help book, and option presets for the driver software:</p> <pre class='example'> <a href='ref-ppdcfile.html#Attribute'>Attribute</a> APDialogExtension "" /Library/Printers/Vendor/filename.plugin |