I use HP-PCL on a LJ4si to print many reports in modified ways, i.e. small type, bold type, underline, etc..
I would like to embed a graphic in my reports and I need to know if this can be done using PCL and if so, then how, assuming that I have a .graphics file to pull in.
When I use the PCL,my code would look like this (using SCO-UNIX vi w/ RMCOBOL)
01 HEDSET-01.
03 FILLER PIC X() VALUE "^Exxxx"
(xxxx) = the PCL command escape sequence.
This is where I would like to reference the graphic file to use or through a COBOL system call.
I hope this makes sense. Any help would be appreciated.
I would like to embed a graphic in my reports and I need to know if this can be done using PCL and if so, then how, assuming that I have a .graphics file to pull in.
When I use the PCL,my code would look like this (using SCO-UNIX vi w/ RMCOBOL)
01 HEDSET-01.
03 FILLER PIC X() VALUE "^Exxxx"
(xxxx) = the PCL command escape sequence.
This is where I would like to reference the graphic file to use or through a COBOL system call.
I hope this makes sense. Any help would be appreciated.