/
niceSOFT
/
cups
Обзор
Документация
Войти
/
niceSOFT
/
cups
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
filter/postscript-driver.header
28 строк
1 KB
Zdenek Dohnal
Revert "Update copyrights"
07 янв 2025, 18:33
07 янв 2025, 18:33
76b6aad
Код
Авторство
О чём код?
<!-- PostScript printer driver documentation for CUPS. Copyright © 2020-2024 by OpenPrinting. Copyright © 2007-2012 by Apple Inc. Copyright © 1997-2007 by Easy Software Products. Licensed under Apache License v2.0. See the file "LICENSE" for more information. --> <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 macOS features</a>.</p> <div class='summary'><table summary='General Information'> <tbody> <tr> <th>See Also</th> <td>Programming: <a href='raster-driver.html'>Developing Raster Printer Drivers</a><br> Programming: <a href='api-filter.html'>Filter and Backend Programming</a><br> Programming: <a href='ppd-compiler.html'>Introduction to the PPD Compiler</a><br> Programming: <a href='api-raster.html'>Raster API</a><br> References: <a href='ref-ppdcfile.html'>PPD Compiler Driver Information File Reference</a><br> Specifications: <a href='spec-ppd.html'>CUPS PPD Extensions</a></td> </tr> </tbody> </table></div>