Help! EPS prints on HP only devices, we would like to print on a Konica Minolta MFD
Help! EPS prints on HP only devices, we would like to print on a Konica Minolta MFD
(OP)
Hello,
I am definitely not a programmer but I have a problem with a unix created job that is converted to eps. The file has the following commands that add a watermark to the document before printing, the job works without these commands but when they are included it hangs...
Here are the commands:
/BeginPage
{
pop
gsave
/_WM_str (DEV11G) def
/Courier [120 0 0 120 0 0] selectfont
/DeviceRGB setcolorspace
0.6 0.8 1 setcolor
currentpagedevice/PageSize get aload pop
2 div exch 2 div exch translate 45 rotate
newpath
_WM_str stringwidth pop 2 div neg 0 moveto
_WM_str show
grestore
}bind
>>setpagedevice
Any suggestions would be so very much appreciated.
sincerely...and with apologies for my lack of knowledge...
tjtalk
I am definitely not a programmer but I have a problem with a unix created job that is converted to eps. The file has the following commands that add a watermark to the document before printing, the job works without these commands but when they are included it hangs...
Here are the commands:
/BeginPage
{
pop
gsave
/_WM_str (DEV11G) def
/Courier [120 0 0 120 0 0] selectfont
/DeviceRGB setcolorspace
0.6 0.8 1 setcolor
currentpagedevice/PageSize get aload pop
2 div exch 2 div exch translate 45 rotate
newpath
_WM_str stringwidth pop 2 div neg 0 moveto
_WM_str show
grestore
}bind
>>setpagedevice
Any suggestions would be so very much appreciated.
sincerely...and with apologies for my lack of knowledge...
tjtalk