156 lines
4.1 KiB
HTML
156 lines
4.1 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of ppdc</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>ppdc</H1>
|
|
Section: Apple Inc. (1)<BR>Updated: CUPS<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
ppdc - cups ppd compiler (deprecated)
|
|
<A NAME="lbAC"> </A>
|
|
<H2>SYNOPSIS</H2>
|
|
|
|
<B>ppdc</B>
|
|
|
|
[
|
|
<B>-D </B><I>name</I>[<B>=</B><I>value</I>]
|
|
] [
|
|
<B>-I</B>
|
|
|
|
<I>include-directory</I>
|
|
|
|
] [
|
|
<B>-c</B>
|
|
|
|
<I>message-catalog</I>
|
|
|
|
] [
|
|
<B>-d</B>
|
|
|
|
<I>output-directory</I>
|
|
|
|
] [
|
|
<B>-l</B>
|
|
|
|
<I>language(s)</I>
|
|
|
|
] [
|
|
<B>-m</B>
|
|
|
|
] [
|
|
<B>-t</B>
|
|
|
|
] [
|
|
<B>-v</B>
|
|
|
|
] [
|
|
<B>-z</B>
|
|
|
|
] [
|
|
<B>--cr</B>
|
|
|
|
] [
|
|
<B>--crlf</B>
|
|
|
|
] [
|
|
<B>--lf</B>
|
|
|
|
]
|
|
<I>source-file</I>
|
|
|
|
<A NAME="lbAD"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
<B>ppdc</B> compiles PPDC source files into one or more PPD files.
|
|
<B>This program is deprecated and will be removed in a future release of CUPS.</B>
|
|
<A NAME="lbAE"> </A>
|
|
<H2>OPTIONS</H2>
|
|
|
|
<B>ppdc</B> supports the following options:
|
|
<DL COMPACT>
|
|
<DT id="1"><B>-D </B><I>name</I>[<B>=</B><I>value</I>]<DD>
|
|
Sets the named variable for use in the source file.
|
|
It is equivalent to using the <I>#define</I> directive in the source file.
|
|
<DT id="2"><B>-I </B><I>include-directory</I><DD>
|
|
Specifies an alternate include directory.
|
|
Multiple <I>-I</I> options can be supplied to add additional directories.
|
|
<DT id="3"><B>-c </B><I>message-catalog</I><DD>
|
|
Specifies a single message catalog file in GNU gettext (filename.po) or Apple strings (filename.strings) format to be used for localization.
|
|
<DT id="4"><B>-d </B><I>output-directory</I><DD>
|
|
Specifies the output directory for PPD files.
|
|
The default output directory is "ppd".
|
|
<DT id="5"><B>-l </B><I>language(s)</I><DD>
|
|
Specifies one or more languages to use when localizing the PPD file(s).
|
|
The default language is "en" (English).
|
|
Separate multiple languages with commas, for example "de_DE,en_UK,es_ES,es_MX,es_US,fr_CA,fr_FR,it_IT" will create PPD files with German, UK English, Spanish (Spain, Mexico, and US), French (France and Canada), and Italian languages in each file.
|
|
<DT id="6"><B>-m</B>
|
|
|
|
<DD>
|
|
Specifies that the output filename should be based on the ModelName value instead of FileName or PCFilenName.
|
|
<DT id="7"><B>-t</B>
|
|
|
|
<DD>
|
|
Specifies that PPD files should be tested instead of generated.
|
|
<DT id="8"><B>-v</B>
|
|
|
|
<DD>
|
|
Specifies verbose output, basically a running status of which files are being loaded or written.
|
|
<B>-z</B>
|
|
|
|
Generates compressed PPD files (filename.ppd.gz).
|
|
The default is to generate uncompressed PPD files.
|
|
<DT id="9"><B>--cr</B><DD>
|
|
<DT id="10"><B>--crlf</B><DD>
|
|
<DT id="11"><B>--lf</B><DD>
|
|
Specifies the line ending to use - carriage return, carriage return and line feed, or line feed alone.
|
|
The default is to use the line feed character alone.
|
|
</DL>
|
|
<A NAME="lbAF"> </A>
|
|
<H2>NOTES</H2>
|
|
|
|
PPD files are deprecated and will no longer be supported in a future feature release of CUPS.
|
|
Printers that do not support IPP can be supported using applications such as
|
|
<B><A HREF="/cgi-bin/man/man2html?1+ippeveprinter">ippeveprinter</A></B>(1).
|
|
|
|
<A NAME="lbAG"> </A>
|
|
<H2>SEE ALSO</H2>
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?1+ppdhtml">ppdhtml</A></B>(1),
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?1+ppdi">ppdi</A></B>(1),
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?1+ppdmerge">ppdmerge</A></B>(1),
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?1+ppdpo">ppdpo</A></B>(1),
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?5+ppdcfile">ppdcfile</A></B>(5),
|
|
|
|
CUPS Online Help (<A HREF="http://localhost:631/help)">http://localhost:631/help)</A>
|
|
<A NAME="lbAH"> </A>
|
|
<H2>COPYRIGHT</H2>
|
|
|
|
Copyright © 2007-2019 by Apple Inc.
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="12"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="13"><A HREF="#lbAC">SYNOPSIS</A><DD>
|
|
<DT id="14"><A HREF="#lbAD">DESCRIPTION</A><DD>
|
|
<DT id="15"><A HREF="#lbAE">OPTIONS</A><DD>
|
|
<DT id="16"><A HREF="#lbAF">NOTES</A><DD>
|
|
<DT id="17"><A HREF="#lbAG">SEE ALSO</A><DD>
|
|
<DT id="18"><A HREF="#lbAH">COPYRIGHT</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:05:24 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|