I can believe it. But the problem is that I know of no utility that comes
with Windows that will print a graphic file via command-line invocation. You
can probably do a Google search or possibly even check SourceForge for such
a program.

Of course, you can try differnt things to improve the printing performance
of your Java application, including creating a graphic and just printing
that. As it is, I do not know how much work you have done when it comes to
that. This might be the only solution (i.e. spawning an external program to
print a JPEG file) that you can come up with that is satisfactory.

Paul Franz

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


>
> All that is true.........however  It is about 50 percent faster ...believe
> it or not
>
>

>                       "Paul Franz"
>                       <paulfranz               To:      "jdjlist"
<[EMAIL PROTECTED]>
>                       @email.com>              cc:
>                                                Subject: [jdjlist] Re:
Windows Printing
>                       05/28/2003 12:27
>                       PM
>                       Please respond
>                       to "jdjlist"
>
>
>
>
>
>
> 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
> >
> >
> >
> >
> >
> >                       "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
> > >
> > >
> > >
> >
> > >
> > >                       "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
> > > >
> > >
> >


---
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