Hi All,
Please review a fix for an issue where it is seen that
even though StreamPrintService returns OrientationRequested category as
supported, when actually querying the supported attribute value with
respect to the supported DocFlavors,
*null* values are returned for the Orientation attributes when the
DocFlavor is not either Pageable or Printable (SERVICE_FORMATTED)
*BUT* we can print a jpeg iamge using StreamPrintService in LANDSCAPE
mode and it worked fine so StreamPrintService should not return the
supported values as null for supported DocFlavor.
Bug: https://bugs.openjdk.java.net/browse/JDK-4882305
webrev: http://cr.openjdk.java.net/~psadhukhan/4882305/webrev.00/
Proposed fix is to add the image/jpeg, image/gif, image/png docflavor in
addition to Pageable/Printable for Orientation attribute.
Regards
Prasanta