Dear all,

I need to capture the print data and also print the data sent to a network
printer.
The data is text and no bitmaps or image. I am able to capture the data
using the oemui sample given DDK.

How do I send the same data to the network printer ?

Thanks
Manoj

Re: Print Data by Vipin

Vipin
Fri Mar 10 08:45:55 CST 2006

Emit to the printer's port in the appropriate printer language, pcl or ps.
OR call GDI APIs on the printer's DC.

--
Vipin Aravind
http://www.explorewindows.com


"Manoj Shirahatti" <manoj.shirahatti@in.bosch.com> wrote in message
news:durcif$4ir$1@ns2.fe.internet.bosch.com...
> Dear all,
>
> I need to capture the print data and also print the data sent to a
> network
> printer.
> The data is text and no bitmaps or image. I am able to capture the data
> using the oemui sample given DDK.
>
> How do I send the same data to the network printer ?
>
> Thanks
> Manoj
>
>
>



Re: Print Data by Manoj

Manoj
Sun Mar 12 22:44:43 CST 2006

Thanks for the input
Manoj



"Vipin [MVP]" <Vipin@nospam.com> wrote in message
news:Ok0lYFFRGHA.2088@TK2MSFTNGP14.phx.gbl...
> Emit to the printer's port in the appropriate printer language, pcl or ps.
> OR call GDI APIs on the printer's DC.
>
> --
> Vipin Aravind
> http://www.explorewindows.com
>
>
> "Manoj Shirahatti" <manoj.shirahatti@in.bosch.com> wrote in message
> news:durcif$4ir$1@ns2.fe.internet.bosch.com...
> > Dear all,
> >
> > I need to capture the print data and also print the data sent to a
> > network
> > printer.
> > The data is text and no bitmaps or image. I am able to capture the data
> > using the oemui sample given DDK.
> >
> > How do I send the same data to the network printer ?
> >
> > Thanks
> > Manoj
> >
> >
> >
>
>



Re: Print Data by Manoj

Manoj
Sun Mar 12 22:56:06 CST 2006

My rquirement is that I should able to capture the print data sent to the
printer(network) by the application.
I do not have any control on when the application issues the print command.

So I need to know where I can trap the print data and also allow the normal
printing of data on the printer

Thanks
Manoj



Re: Print Data by Vipin

Vipin
Sat Mar 18 14:33:34 CST 2006

you may be on the look out for a port monitor then.

--
Vipin Aravind
http://www.explorewindows.com


"Manoj Shirahatti" <manoj.shirahatti@in.bosch.com> wrote in message
news:dv2u1d$mqe$1@ns2.fe.internet.bosch.com...
> My rquirement is that I should able to capture the print data sent to the
> printer(network) by the application.
> I do not have any control on when the application issues the print
> command.
>
> So I need to know where I can trap the print data and also allow the
> normal
> printing of data on the printer
>
> Thanks
> Manoj
>
>