JDK-4641868 : Improve Postscript based Printing
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 5.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2002-02-22
  • Updated: 2003-09-08
  • Resolved: 2003-09-08
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
5.0 tigerFixed
Description
Printing on Unix based platforms is currently directly generated Postscript spooled by execing a system command.

The postScript can be improved to provide better, faster printing of
text and images.
This could also be extended to include PDF generation as this is
now widely requested.

Additionally the Internet Printing Protocol is gaining acceptance. JDK is well
matched to this and by taking advantage of this support can make

This feature RFE includes the following individual RFEs:-
4638071 RFE: Javax.print to use IPP services 
4521945 Java 2D: RFE: improve efficiency of printing for indexed colour images
4182445 RFE: java printing API does not compress image rendering

###@###.### 2002-02-22
============================

Also includes this:
4683270: Start supporting CUPS printing.

###@###.### 2003-07-30
====================================

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger FIXED IN: tiger INTEGRATED IN: tiger
14-06-2004

EVALUATION Name: pr15447 Date: 02/22/2002 This feature has been added for Tiger release ====================================================================== CUPS support is fixed in Tiger which includes PDF printing. ###@###.### 2003-07-30 =================================== I am marking this feature integrated in tiger (1.5) to reflect the integration of component RFEs: 4182445 RFE: java printing API does not compress image rendering 4683270: Start supporting CUPS printing. this latter one includes some of the implementation necessary for 4638071 RFE: Javax.print to use IPP services although that is exposed only via CUPS as other targeted IPP services weren't ready for testing. One RFE targeted at performance: 4521945 Java 2D: RFE: improve efficiency of printing for indexed colour images remains outstanding ###@###.### 2003-09-08 ============================
08-09-2003