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

17 lines
563 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.

# ipptool
> 发出 IPP 请求并接收打印机/服务器的响应。
> 另请参见:`ippfind``ippeveprinter`。
> 更多信息:<https://openprinting.github.io/cups/doc/man-ipptool.html>。
- 获取打印机支持的所有属性及其值:
`ipptool ipp://{{printer_uri}} get-completed-jobs.test`
- 获取打印机已完成作业的列表:
`ipptool ipp://{{printer_uri}} get-completed-jobs.test`
- 当打印机发生变化时发送电子邮件通知:
`ipptool -d recipient=mailto:{{email}} ipp://{{printer_uri}} create-printer-subscription.test`