From 8c2f670a22efd4bb0247992c8e198662591f7c1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20G=C3=B6th?= Date: Thu, 21 Nov 2024 16:11:43 +0100 Subject: [PATCH] Added print-job attributes from job group --- ipp/src/attribute.rs | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ipp/src/attribute.rs b/ipp/src/attribute.rs index 52bf257..f6ce184 100644 --- a/ipp/src/attribute.rs +++ b/ipp/src/attribute.rs @@ -92,6 +92,16 @@ impl IppAttribute { pub const MULTIPLE_DOCUMENT_HANDLING_SUPPORTED: &'static str = "multiple-document-handling-supported"; pub const MEDIA_SOURCE_SUPPORTED: &'static str = "media-source-supported"; pub const MOPRIA_CERTIFIED: &'static str = "mopria-certified"; + pub const COPIES: &'static str = "copies"; + pub const SIDES: &'static str = "sides"; + pub const ORIENTATION_REQUESTED: &'static str = "orientation-requested"; + pub const MULTIPLE_DOCUMENT_HANDLING: &'static str = "multiple-document-handling"; + pub const PRINT_COLOR_MODE: &'static str = "print-color-mode"; + pub const OUTPUT_BIN: &'static str = "output-bin"; + pub const PRINT_QUALITY: &'static str = "print-quality"; + pub const PRINTER_RESOLUTION: &'static str = "printer-resolution"; + pub const MEDIA_COL: &'static str = "media-col"; + pub const FINISHINGS: &'static str = "finishings"; // Per section 4.1.4. Character Set and Natural Language Operation Attributes // The "attributes-charset" and "attributes-natural-language" attributes MUST be the first two attributes