[WinPrnDev] Re: Creating a Printer Driver

  • From: Abdul Qader <abqader.iqbal@xxxxxxxxx>
  • To: winprndev@xxxxxxxxxxxxx
  • Date: Thu, 25 Mar 2010 15:40:50 +0530

Sam,

PS and PCL are languages printer hardware understands.The job of the driver
is to convert whatever info is present from the screen device context to
printer device context.
The print driver would actually play the EMF which contains nothing but GDI
calls like LineTo,MoveTo and so on. So now the Driver inturn calls the GDI
to do the rendering on to the Printer DC.The print engine would take care of
the PCL/PS comand relevant to each GDI call.
Abdul



On Thu, Mar 25, 2010 at 3:23 PM, Sam Elamin <hussam_88@xxxxxxxxxxx> wrote:

>  Abdul
>
>
>
>
> That is brilliant, thank you i just needed pointing onto the right
> direction. But is EMF a common language or is there different types of EMF
> to be unerstood by PS and PCL?
> I am asking because would i need different programs to generate different
> EMF files to the release queues on the print server?
>
>
> So this would be a very basic spec:
>
>
> 1) print to custom driver.
> 2) extract and create EMF file.
> 3) Send EMF file to Print server.
> 4) generate a new spool file using the EMF file produced.
>
>
>
>
>
> Regards
> Sam
>
> ------------------------------
> Got a cool Hotmail story? Tell us 
> now<http://clk.atdmt.com/UKM/go/195013117/direct/01/>
>

Other related posts: