Skip to content

Commit

Permalink
Added print-job attributes from job group
Browse files Browse the repository at this point in the history
  • Loading branch information
Radim Göth authored and ancwrd1 committed Nov 21, 2024
1 parent 92118fc commit 8c2f670
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ipp/src/attribute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c2f670

Please sign in to comment.