Re: [JAVA2D] Print Spool Issue

2005-02-17 Thread JDW Consulting
2D API [mailto:[EMAIL PROTECTED] Behalf Of Jennifer Godinez Sent: Wednesday, February 16, 2005 1:24 PM To: [EMAIL PROTECTED] Subject: Re: [JAVA2D] Print Spool Issue Hi Justin, Just a few questions regarding your RedHat printing issue. JDW Consulting wrote: Originally had the server set up

Re: [JAVA2D] Print Spool Issue

2005-02-04 Thread Karen Johnson
options may be unavailable. Karen -Original Message- From: Justin W [mailto:[EMAIL PROTECTED] Sent: Friday, February 04, 2005 11:48 AM To: [EMAIL PROTECTED] Subject: [JAVA2D] Print Spool Issue Hi Everyone, I've created what I thought was going to be a relatively easy application to send 5

Re: [JAVA2D] Print Spool Issue

2005-02-04 Thread Phil Race
hmm .. that sounds excessive. Particularly the 3X expansion for the 4200. I also doubt (from your description of what you are printing) that is anything under our control. Unless we draw the whole page as a big raster the device resolution shouldn't make any difference to us. As Karen suggested

Re: [JAVA2D] Print Spool Issue

2005-02-04 Thread Phil Race
posting the answer on this to the list for the record : It turned out that Justin was using TextLayout extensively and when he tried JDK 1.5 the spool file size came down to a very acceptable 450K This is because of the 1.5 fix to: Bug ID: 4480930 Synopsis: Java 2D printing : TextLayout prints

Re: [JAVA2D] Print Spool Issue

2005-02-04 Thread mars
Greetings Justin, not sure about 'doze, in lunix land, lowering print resolution from 720x720 (normal) to 320x320 (draft) quality would reduce spool sizes by a factor of 2! CUPS is very very good for jdk1.5.0 === To