I have researched this and still cannot find a useful tutorial or explanation of how to do this. The HP documentation gives a great list of steps and then at the part where the image data is used, it says "transfer the raster data to the printer..." My question is how does one do that? Here is what I want to do. I continually print several documents with digitalized signatures, etc on them and I have found a way to pull all of the text information from the database into a report automatically, but without the graphics, the automation is worthless. As a result, I need to render these signatures and such to PCL images so they can be printed on the page. So far, I used Image-Magic to convert an image to a PCL file. That file looks like gibberish, but I can see the binary data in a binary viewer. Does each line of this file need to be converted to binary and then hard coded as PCL codes into my report? Ideally, I would like to upload the image to the printer and simply reference it in my code as is the case with fonts. Anyhow, any help is greatly appreciated!