Just to let you know I'm very new to PS. What I'm trying to do is embed an image inside of a postscript document. I've been trying to figure it out by reading the forums and the PostScript Language Reference and I've been unable to make anything work. We currently create postscript files though our application for reports and such. Each of these use different pre-formatted postscript header files which we use to define the layout of the documents. Years back someone encoded our company logo and added it to the header files. The problem is now they want to change the logo and I don't have a clue on how to embed the new logo into the current header files. Here is the excert of one of our ps headers where the logo definition starts:
/logo { /here save def 0 setgray .25 -.25 scale
115 -2375 translate 1108 345 true [2 0 0 2 0 0] {<
**** removed all of the hex encoded image data
>} imagemask here restore } def
This code is probably over a decade old and is probably outdated, but it works. I just need to figure out how to change this logo definition to print the new logo.
If anyone can help me out with a step by step process I would greatly appreciate it.
/logo { /here save def 0 setgray .25 -.25 scale
115 -2375 translate 1108 345 true [2 0 0 2 0 0] {<
**** removed all of the hex encoded image data
>} imagemask here restore } def
This code is probably over a decade old and is probably outdated, but it works. I just need to figure out how to change this logo definition to print the new logo.
If anyone can help me out with a step by step process I would greatly appreciate it.