Files
tldr/pages.zh/common/ippeveprinter.md

29 lines
895 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ippeveprinter
> 一个简单的 IPP Everywhere 打印服务器。
> 另见:`ippeveps``ippevepcl`。
> 更多信息:<https://openprinting.github.io/cups/doc/man-ippeveprinter.html>。
- 使用特定的服务名称运行服务器:
`ippeveprinter "{{service_name}}"`
- 从 PPD 文件加载打印机属性:
`ippeveprinter -P {{path/to/file.ppd}} "{{service_name}}"`
- 每当有作业发送到服务器时运行 `file` 命令:
`ippeveprinter -c {{/usr/bin/file}} "{{service_name}}"`
- 指定将保存打印文件的目录(默认情况下是用户临时目录下的一个目录):
`ippeveprinter -d {{spool_directory}} "{{service_name}}"`
- 保留打印文档在缓存目录中,而不是删除它们:
`ippeveprinter -k "{{service_name}}"`
- 以每分钟页面数为单位指定打印机速度(默认值为 10
`ippeveprinter -s {{speed}} "{{service_name}}"`