Yes. But before you try to print out externally from the app. (i.e. via a
command-line command) That you have proof that it is faster. (i.e. that the
problem is not with the printer driver itself) Because printing out a
graphics file to a PostScript printer is going to be slower than a
non-PostScript (i.e. pure raster) driver. Because PostScript is a text-based
language and therefore binary images get converted to a text representation
which will be larger that using a non-PostScript driver that can send an
image in binary form. Obviously, this depends on the size of the image and
how many images are on a page. But in general the above is true.

Paul Franz
----- Original Message -----
From: "Jason Carlamere" <[EMAIL PROTECTED]>
To: "jdjlist" <[EMAIL PROTECTED]>
Sent: Wednesday, May 28, 2003 12:18 PM
Subject: [jdjlist] Re: Windows Printing


>
> No my App builds the JPEG then I want to print that JPEG from the APP..If
I
> use Java Print API then it converts it to PS
>
>
> --------------------------------------------------------------------------
--------------
>
> This is a PRIVATE message. If you are not the intended recipient, please
> delete without copying and kindly advise us by e-mail of the mistake in
> delivery. NOTE: Regardless of content, this e-mail shall not operate to
> bind CSC to any order or other contract unless pursuant to explicit
written
> agreement or government initiative expressly permitting the use of e-mail
> for such purpose.
> --------------------------------------------------------------------------
--------------
>
>
>
>
>
>                       "Paul Franz"
>                       <paulfranz               To:      "jdjlist"
<[EMAIL PROTECTED]>
>                       @email.com>              cc:
>                                                Subject: [jdjlist] Re:
Windows Printing
>                       05/28/2003 11:51
>                       AM
>                       Please respond
>                       to "jdjlist"
>
>
>
>
>
>
> I assume then. When you save it as a JPEG file and then load it up in your
> graphics app. That the printing is faster, correct?
>
> Paul Franz
> ----- Original Message -----
> From: "Jason Carlamere" <[EMAIL PROTECTED]>
> To: "jdjlist" <[EMAIL PROTECTED]>
> Sent: Wednesday, May 28, 2003 11:36 AM
> Subject: [jdjlist] Re: Windows Printing
>
>
> >
> > Its a GUI app but.....It takes a long time to print though
> > java....(converting to ps and such.) so I created a JPEG to print and I
> > want
> > to do it through the command line
> >
> >
> >
> --------------------------------------------------------------------------
> --------------
> >
> > This is a PRIVATE message. If you are not the intended recipient, please
> > delete without copying and kindly advise us by e-mail of the mistake in
> > delivery. NOTE: Regardless of content, this e-mail shall not operate to
> > bind CSC to any order or other contract unless pursuant to explicit
> written
> > agreement or government initiative expressly permitting the use of
e-mail
> > for such purpose.
> >
> --------------------------------------------------------------------------
> --------------
> >
> >
> >
> >
> >
> >                       "Paul Franz"
> >                       <paulfranz               To:      "jdjlist"
> <[EMAIL PROTECTED]>
> >                       @email.com>              cc:
> >                                                Subject: [jdjlist] Re:
> Windows Printing
> >                       05/28/2003 11:29
> >                       AM
> >                       Please respond
> >                       to "jdjlist"
> >
> >
> >
> >
> >
> >
> > None that I know. Question: Is this a command-line/GUI app or a server
> > application?
> >
> > Paul Franz
> > ----- Original Message -----
> > From: "Jason Carlamere" <[EMAIL PROTECTED]>
> > To: "jdjlist" <[EMAIL PROTECTED]>
> > Sent: Wednesday, May 28, 2003 11:12 AM
> > Subject: [jdjlist] Windows Printing
> >
> >
> > > Does anyone know of a command line printer command that can print a
> jpeg
> > > for me
> > >
> > > I am spawning a Runtime.exec("   print command"  ) to print a jpeg
> > >
> > > lpr exists but I dont know the default printer or the printer server
> > >
> >
> --------------------------------------------------------------------------
> > --------------
> > >
> > > This is a PRIVATE message. If you are not the intended recipient,
> please
> > > delete without copying and kindly advise us by e-mail of the mistake
in
> > > delivery. NOTE: Regardless of content, this e-mail shall not operate
to
> > > bind CSC to any order or other contract unless pursuant to explicit
> > written
> > > agreement or government initiative expressly permitting the use of
> e-mail
> > > for such purpose.
> > >
> >
> --------------------------------------------------------------------------
> > --------------
> > >
> > >
> > >
> > >
> > >
> > > ---
> > > You are currently subscribed to jdjlist as: [EMAIL PROTECTED]
> > > To unsubscribe send a blank email to
> > [EMAIL PROTECTED]
> > > http://www.sys-con.com/fusetalk
> >
> >
> > ---
> > You are currently subscribed to jdjlist as: [EMAIL PROTECTED]
> > To unsubscribe send a blank email to
> > [EMAIL PROTECTED]
> > http://www.sys-con.com/fusetalk
> >
> >
> >
> >
> >
> >
> > ---
> > You are currently subscribed to jdjlist as: [EMAIL PROTECTED]
> > To unsubscribe send a blank email to
> [EMAIL PROTECTED]
> > http://www.sys-con.com/fusetalk
>
>
> ---
> You are currently subscribed to jdjlist as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to
> [EMAIL PROTECTED]
> http://www.sys-con.com/fusetalk
>
>
>
>
>
>
> ---
> You are currently subscribed to jdjlist as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to
[EMAIL PROTECTED]
> http://www.sys-con.com/fusetalk


---
You are currently subscribed to jdjlist as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
http://www.sys-con.com/fusetalk

Reply via email to