cups backend transmission interfaces


SUBMITTED BY: Guest

DATE: June 4, 2014, 6:26 a.m.

FORMAT: Text only

SIZE: 2.0 kB

HITS: 4814

  1. NAME
  2. backend - cups backend transmission interfaces
  3. SYNOPSIS
  4. backend job user title num-copies options [ filename ]
  5. DESCRIPTION
  6. The CUPS backend interface provides a standard method for sending document files to different physical interfaces.
  7. Backends must be capable of reading from a filename on the command-line or from the standard input, copying the standard input to a temporary file if required by the physical interface.
  8. The command name (argv[0]) is set to the device URI of the destination printer.
  9. ENVIRONMENT VARIABLES
  10. The following environment variables are defined by the CUPS server when executing the backend:
  11. CHARSET
  12. The default text character set (typically us-ascii or iso-8859-1).
  13. CLASS
  14. When a job is submitted to a printer class, contains the name of the destination printer class. Otherwise this environment variable will not be set.
  15. CONTENT_TYPE
  16. The MIME type associated with the file (e.g. application/postscript).
  17. CUPS_DATADIR
  18. The directory where data files can be found.
  19. CUPS_SERVERROOT
  20. The root directory of the server.
  21. DEVICE_URI
  22. The device-uri associated with the printer; this is provided for shell scripts which may not be able to get the passed argv[0] string.
  23. LANG
  24. The default language locale (typically C or en).
  25. PATH
  26. The standard execution path for external programs that may be run by the backend.
  27. PPD
  28. The full pathname of the PostScript Printer Description (PPD) file for this printer.
  29. PRINTER
  30. The name of the printer.
  31. RIP_CACHE
  32. The recommended amount of memory to use for Raster Image Processors (RIPs).
  33. SOFTWARE
  34. The name and version number of the server (typically CUPS/1.1).
  35. TZ
  36. The timezone of the server.
  37. USER
  38. The user executing the backend, typically root; consult the cupsd.conf file for the current setting.

comments powered by Disqus