Details
-
Bug
-
Resolution: Fixed
-
P4
-
7
-
None
-
b69
-
x86
-
linux, os_x
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8018744 | 7u45 | Jayashree Viswanathan | P4 | Closed | Fixed | b01 |
JDK-8005847 | 7u40 | Jayashree Viswanathan | P4 | Closed | Fixed | b10 |
Description
Printing GIF or any image file supported by printer and using
Doc doc = new SimpleDoc(fin, DocFlavor.INPUT_STREAM.AUTOSENSE, null);
the file is spooled successfully but the printer does not recognize the spooled data thus it fails to process and print it.
Doc doc = new SimpleDoc(fin, DocFlavor.INPUT_STREAM.AUTOSENSE, null);
the file is spooled successfully but the printer does not recognize the spooled data thus it fails to process and print it.
Attachments
Issue Links
- backported by
-
JDK-8005847 Printing an image using AUTOSENSE fails to print
- Closed
-
JDK-8018744 Printing an image using AUTOSENSE fails to print
- Closed