RE: Implementing watermarks in the print processor
- From: Naveen <Naveen@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 25 Jul 2005 19:17:02 -0700
Hi!
It is not advisable to modify spoolers EMF as the format of spool file may
change in later releases.
I believe you were trying to draw from DrvDocumentEvent EndPage and End Page
event does not come in banding drivers. Typicaly color raster drivers are
banding drivers. In all other cases you will get DocumentEvent endPage and
you can draw watermark on Printer DC from there.
Other aproach may be to draw watermark from Printprocessor on printer DC but
in that case watermark will always be underpage.
If you are working on PS driver then you can inject PDL to get watermark see
watermark sample in DDK.
Hope this helps
-Naveen
"Adrien" wrote:
> I am trying to implement watermarks into the print processor. I previously
> had watermarks implemented into the drivers DrvDocumentEvent function using
> the device context supplied to this function, but when the print processors
> data type is EMF this function does not get called.
>
> I have tried creating an EMF and playing it back in the print processor but
> I am unable to get this to work as the spoolers EMF format is different to
> the standard EMF format.
>
> I would appreciate any help that could be provided that will help me
> implement watermarks into the print processor or driver when the data type is
> EMF
.
- Follow-Ups:
- RE: Implementing watermarks in the print processor
- From: Bobby Mattappally [MS]
- RE: Implementing watermarks in the print processor
- From: Adrien
- RE: Implementing watermarks in the print processor
- References:
- Implementing watermarks in the print processor
- From: Adrien
- Implementing watermarks in the print processor
- Prev by Date: Re: Reinstall driver after USB port chang
- Next by Date: Re: InstallHinfSection
- Previous by thread: Implementing watermarks in the print processor
- Next by thread: RE: Implementing watermarks in the print processor
- Index(es):
Relevant Pages
|