Closed IvorHu closed 4 years ago
The request format looks correct to me. I don't know why the printer would reject this request if it supports the feature.
The request format looks correct to me. I don't know why the printer would reject this request if it supports the feature.
Thanks! Finally I ask config file from printer factory to change sides-default
attribute to achieve my goal.
Hi there! I am trying to print two-sides papers with jipp 0.7.1. My pritner is HP LaserJet M203-M206 and it support two-sides printing. I get
sides-supported=[one-sided, two-sided-short-edge, two-sided-long-edge]
response fromOperation.getPrinterAttributes
. When I try to put sides attributes in Job Attributes Operation, I get unspported operations text in response. Here is my code:Here is the response:
The job is printed by one-sided. Two sided attribute is ignored according to the reponse. I am curious about it. Are the orders are correct in my code? I checked the #58 , but the orders may not my problem. Thanks in advance.