2022-05-13 20:08:20 +08:00
|
|
|
|
.\"
|
|
|
|
|
.\" ppdmerge man page for CUPS.
|
|
|
|
|
.\"
|
2023-01-12 15:27:08 +08:00
|
|
|
|
.\" Copyright © 2021-2022 by OpenPrinting.
|
2022-05-13 20:08:20 +08:00
|
|
|
|
.\" Copyright © 2007-2019 by Apple Inc.
|
|
|
|
|
.\" Copyright © 1997-2007 by Easy Software Products.
|
|
|
|
|
.\"
|
|
|
|
|
.\" Licensed under Apache License v2.0. See the file "LICENSE" for more
|
|
|
|
|
.\" information.
|
|
|
|
|
.\"
|
2023-01-12 15:27:08 +08:00
|
|
|
|
.TH ppdmerge 1 "CUPS" "2021-02-28" "OpenPrinting"
|
2022-05-13 20:08:20 +08:00
|
|
|
|
.SH NAME
|
|
|
|
|
ppdmerge \- merge ppd files (deprecated)
|
|
|
|
|
.SH SYNOPSIS
|
|
|
|
|
.B ppdmerge
|
|
|
|
|
[
|
|
|
|
|
.B \-o
|
|
|
|
|
.I output-ppd-file
|
|
|
|
|
]
|
|
|
|
|
.I ppd-file
|
|
|
|
|
.I ppd-file
|
|
|
|
|
[ ...
|
|
|
|
|
.I ppd-file
|
|
|
|
|
]
|
|
|
|
|
.SH DESCRIPTION
|
|
|
|
|
\fBppdmerge\fR merges two or more PPD files into a single, multi-language
|
|
|
|
|
PPD file.
|
|
|
|
|
\fBThis program is deprecated and will be removed in a future release of CUPS.\fR
|
|
|
|
|
.SH OPTIONS
|
|
|
|
|
\fBppdmerge\fR supports the following options:
|
|
|
|
|
.TP
|
|
|
|
|
\fB\-o \fIoutput-ppd-file\fR
|
|
|
|
|
Specifies the PPD file to create.
|
|
|
|
|
If not specified, the merged PPD file is written to the standard output.
|
|
|
|
|
If the output file already exists, it is silently overwritten.
|
|
|
|
|
.SH NOTES
|
|
|
|
|
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
|
|
|
|
|
.BR ippeveprinter (1).
|
|
|
|
|
.LP
|
|
|
|
|
\fBppdmerge\fR does not check whether the merged PPD files are for the same device.
|
|
|
|
|
Merging of different device PPDs will yield unpredictable results.
|
|
|
|
|
.SH SEE ALSO
|
|
|
|
|
.BR ppdc (1),
|
|
|
|
|
.BR ppdhtml (1),
|
|
|
|
|
.BR ppdi (1),
|
|
|
|
|
.BR ppdpo (1),
|
|
|
|
|
.BR ppdcfile (5),
|
|
|
|
|
CUPS Online Help (http://localhost:631/help)
|
|
|
|
|
.SH COPYRIGHT
|
2023-01-12 15:27:08 +08:00
|
|
|
|
Copyright \[co] 2021-2022 by OpenPrinting.
|