logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ppdmerge - merge ppd files (deprecated)

Description

ppdmerge merges two or more PPD files into a single, multi-language PPD file.  ThisprogramisdeprecatedandwillberemovedinafuturereleaseofCUPS.

Name

       ppdmerge - merge ppd files (deprecated)

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 ippeveprinter(1).

       ppdmerge  does  not  check  whether  the  merged PPD files are for the same device.  Merging of different
       device PPDs will yield unpredictable results.

Options

ppdmerge supports the following options:

       -ooutput-ppd-file
              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.

See Also

ppdc(1), ppdhtml(1), ppdi(1), ppdpo(1), ppdcfile(5), CUPS Online Help (http://localhost:631/help)

Synopsis

ppdmerge [ -ooutput-ppd-file ] ppd-fileppd-file [ ...  ppd-file ]

See Also