Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > Watermark in Postscript Driver

Reply
Thread Tools Display Modes

Watermark in Postscript Driver

 
 
Naveen
Guest
Posts: n/a

 
      06-27-2005
Hi!

I want to put watermark feature in Postcript driver using plug-ins.
What I have done is writing the watermark text on Printer DC at Document
event end page.
This way it draws text but only problem is text is over the page and the
data on page is hidden under watermark. Where as I want it to be meged with
data on page so that both are visible.Basicaly Transparent text.

I believe some ROP code may solve the problem but in case of PS no ROP code
seems to work.

The another way of writing watermark is the way given in DDK example using
PDL but in that case how do I send font info when the selected font for
watermark text is not device font.

Thanks
Naveen
 
Reply With Quote
 
 
 
 
Lucas
Guest
Posts: n/a

 
      06-28-2005
Naveen schrieb:
> Hi!
>
> I want to put watermark feature in Postcript driver using plug-ins.
> What I have done is writing the watermark text on Printer DC at Document
> event end page.
> This way it draws text but only problem is text is over the page and the
> data on page is hidden under watermark. Where as I want it to be meged with
> data on page so that both are visible.Basicaly Transparent text.
>
> I believe some ROP code may solve the problem but in case of PS no ROP code
> seems to work.
>
> The another way of writing watermark is the way given in DDK example using
> PDL but in that case how do I send font info when the selected font for
> watermark text is not device font.
>
> Thanks
> Naveen

Normally the watermark is possible with the PostScript language. Look at
the reference, what to do.

http://www.informatik.uni-bremen.de/...1.DSC_Spec.pdf
 
Reply With Quote
 
Naveen
Guest
Posts: n/a

 
      06-29-2005
Hi!
Thanks for your response.
I know I can write Postscript procedeure to draw watermark, but my problem
is that user will select some font from driver UI to draw watermark and if
the selected font is not device font then I need to embed that font in spool
so that printer can draw watermark in that font.
How do I send font to the printer?



"Lucas Pleß" wrote:

> Naveen schrieb:
> > Hi!
> >
> > I want to put watermark feature in Postcript driver using plug-ins.
> > What I have done is writing the watermark text on Printer DC at Document
> > event end page.
> > This way it draws text but only problem is text is over the page and the
> > data on page is hidden under watermark. Where as I want it to be meged with
> > data on page so that both are visible.Basicaly Transparent text.
> >
> > I believe some ROP code may solve the problem but in case of PS no ROP code
> > seems to work.
> >
> > The another way of writing watermark is the way given in DDK example using
> > PDL but in that case how do I send font info when the selected font for
> > watermark text is not device font.
> >
> > Thanks
> > Naveen

>
> Normally the watermark is possible with the PostScript language. Look at
> the reference, what to do.
>
> http://www.informatik.uni-bremen.de/...1.DSC_Spec.pdf
>
> --
>
> Best regards
>
> Lucas Pleß
>

 
Reply With Quote
 
Ian Ian is offline
Administrator
Join Date: Feb 2008
Posts: 279

 
      11-28-2011
[QUOTE=Naveen;931498]Hi!
Thanks for your response.
I know I can write Postscript procedeure to draw watermark, but my problem
is that user will select some font from driver UI to draw watermark and if
the selected font is not device font then I need to embed that font in spool
so that printer can draw watermark in that font.
How do I send font to the printer?


> Naveen schrieb:
> > Hi!
> >
> > I want to put watermark feature in Postcript driver using plug-ins.
> > What I have done is writing the watermark text on Printer DC at Document
> > event end page.
> > This way it draws text but only problem is text is over the page and the
> > data on page is hidden under watermark. Where as I want it to be meged with
> > data on page so that both are visible.Basicaly Transparent text.
> >
> > I believe some ROP code may solve the problem but in case of PS no ROP code
> > seems to work.
> >
> > The another way of writing watermark is the way given in DDK example using
> > PDL but in that case how do I send font info when the selected font for
> > watermark text is not device font.
> >
> > Thanks
> > Naveen
>
> Normally the watermark is possible with the PostScript language. Look at
> the reference, what to do.
>
> http://www.informatik.uni-bremen.de/...1.DSC_Spec.pdf
>
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Generic Postscript Driver + Vista 64x Bub Windows Vista Hardware 1 05-16-2010 11:28 PM
Postscript printer driver error Steve/Aus Windows Vista Networking 1 07-12-2007 08:20 PM
Tweaking the postscript printer driver leojose Windows Vista Drivers 13 05-16-2005 02:43 AM
PostScript Driver, Watermark, TrueType, NT4 and NT5 gglddk@nusi.de Windows Vista Drivers 1 04-04-2005 04:31 AM
PostScript printer driver redistribution Tim Boemker Windows Vista Drivers 4 12-16-2004 01:23 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59