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

ppdi - import ppd files (deprecated)

Description

ppdi  imports  one or more PPD files into a PPD compiler source file.  Multiple languages of the same PPD
       file are merged into a single printer definition to facilitate accurate changes  for  all  localizations.
       ThisprogramisdeprecatedandwillberemovedinafuturereleaseofCUPS.

Name

       ppdi - import 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).

Options

ppdi supports the following options:

       -Iinclude-directory
            Specifies  an  alternate  include  directory.  Multiple -I options can be supplied to add additional
            directories.

       -osource-file
            Specifies the PPD source file to update.  If the source file does not exist, a new  source  file  is
            created.  Otherwise the existing file is merged with the new PPD file(s) on the command-line.  If no
            source file is specified, the filename ppdi.drv is used.

See Also

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

Synopsis

ppdi [ -Iinclude-directory ] [ -osource-file ] ppd-file [ ...  ppd-file ]

See Also