Postscript on hp PS driver
- From: diana.davidson@xxxxxxxxxxxx
- Date: Sun, 17 Feb 2008 21:33:23 -0800 (PST)
Our current environment is Lexmark MFD's, with PS3 drivers, and
printer overlay files .PS stored on flash memory.
We're currently trialing a hp printer.
To make it easier Ive installed HP 9050 PS drivers, I couldnt find PS3
drivers perhaps they dont exist.
Flash memory is not installed yet on the HP printer, so for now a hard
disk has been installed. And Ive downloaded the .PS printer overlay
files onto the harddisk. In the HP environment overlays are called
macro files.
To call overlays, in the Word document header a print fieldcode is
inserted with the overlay name.
Using the same code to call the hp files the result is the document
prints but without the overlay.
I began to analyse the .PRN files generated by HP & Lexmark drivers.
I noticed the postscript commands for lexmark and hp are different.
HP to setup the environment have the command:
%%BeginResource: file <name>
for example:
%%BeginResource: file Pscript_Win_Basic 5.0 0
this command calls the Pscript5.dll
Lexmark to call the overlay file use the same command ie
%%BeginResource: file <name>
eg
%%BeginResource: file Lexmark_Overlay
/GetOvr{/Demo ed/overlay ed/MacroSave save def/showpage{}bd Demo 1 eq
{statusdict begin false setfilenameextend end}if/htest false def
overlay{pop
/htest true def}=string filenameforall htest{overlay run}{100 100
moveto
/Helvetica findfont 20 scalefont setfont overlay show( is not
loaded.)show showpage stop}ifelse Demo 1 eq{statusdict begin true
setfilenameextend
end}if MacroSave restore} bd
%%EndResource
(MEL_LTR_PS) 0 GetOvr
Lexmark to setup the environment use the command:
%%BeginResource: procset NTPSOct95
Is it possible macro commands to call files stored on hp printer maybe
different? I wouldnt have thought so as Postscript language is the
same.
Do you have info that contains commands for hp postscript macros and
overlay files?
Is this even possible on the hp printer? as hp predominatly work with
PCL. Going to PCL will be alot of work, as we will have to change
print code to call overlays & change printer drivers.
Can you please point me in the right direction.
many thanks
diana
.
- Follow-Ups:
- Re: Postscript on hp PS driver
- From: Helge Blischke
- Re: Postscript on hp PS driver
- From: Helge Blischke
- Re: Postscript on hp PS driver
- Prev by Date: Possible bug in Mac Distiller's charpath?
- Next by Date: Re: Postscript on hp PS driver
- Previous by thread: Possible bug in Mac Distiller's charpath?
- Next by thread: Re: Postscript on hp PS driver
- Index(es):
Relevant Pages
|