Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support more job attributes #310

Closed
szlt5 opened this issue Nov 28, 2023 · 2 comments
Closed

Support more job attributes #310

szlt5 opened this issue Nov 28, 2023 · 2 comments
Assignees
Labels
duplicate This issue or pull request already exists

Comments

@szlt5
Copy link

szlt5 commented Nov 28, 2023

Is your feature request related to a problem? Please describe.

(1) When use "printer-app submit" to submit a file for printing, only several job attributes can be set, such as "page-ranges", "orientation-requested". Is it possible to support more attributes, such as: "page-set", "outpputoder", and "number-up".

  • The list of "page-set-supported" can be "odd,even,all".
  • The list of "outputorder-supported" can be "reverse,normal".
  • The list of "number-up-supported" can be "1,2,3,6,9,16"

(2) When submit a file, the "job-sheets" attribute can be set, but the list of the "job-sheets-supported" is "none". Is It possible to expand the list of the "job-sheet-support" as "none,classified,confidential,form,secret,standard,topsecret,unclassified"?

@szlt5
Copy link
Author

szlt5 commented Nov 28, 2023

Just saw the #227, please ignore the request (2) about the "job-sheets-supported".

@michaelrsweet
Copy link
Owner

"page-set" isn't a standard IPP attribute, and at the moment isn't something that I'll be bringing over from CUPS 2.x. A printer application's driver can, of course, add it as a vendor option. If we were standardizing this attribute we'd likely need to change the name since "set" has a different meaning for IPP - "set" is the collection of pages grouped for copies/finishing...

"outputorder" isn't a standard IPP attribute, either. The corresponding IPP attribute would be "page-delivery" - that likewise isn't currently supported (requires a lot of processing to be done to the input) but might come over as part of issue #308.

"number-up" is also something that would come over with issue #308.

@michaelrsweet michaelrsweet self-assigned this Nov 28, 2023
@michaelrsweet michaelrsweet added the duplicate This issue or pull request already exists label Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants