命令行命令:
ipptool http://192.168.1.102:631 print_pdf
print_pdf的内容:
{
VERSION 2.0
OPERATION Print-Job
REQUEST-ID 5
GROUP operation-attributes-tag
ATTR charset "attributes-charset" "utf-8"
ATTR naturalLanguage "attributes-natural-language" "en"
ATTR uri "printer-uri" "http://192.168.1.102:631"
ATTR name "requesting-user-name" "John"
ATTR mimeMediaType "document-format" "application/pdf"
FILE "steampunk.pdf"
}
编辑:现在我遇到了错误client-error-document-format-not-supported
,即使这是标准的应用程序/pdf 格式。
中的文档存储库不要太彻底地讨论这个错误。下图似乎是提出问题的地方,与 ppd 文件有关吗? 可能是什么问题?