I have a small PCL file (Google's logo) that I've converted to PCL. The structure of the PCL is below. I've been able to get the image to print out correctly to a Kyocera FS-4020DN, SHARP MX-M503N, and one other printer that I don't currently have access to. When I print this Image to a HP Photosmart D110, a HP LaserJet home, and HP LaserJet office printer the image is mostly black.
I looked through the PCL5 comparison guide and noticed the 'configure image data' command isn't support on many of the LaserJet printers. So, I tired removing the configure image data command to try and print a monochrome raster image (As mentioned in the HP RTL guide). The effect was the same.
- Thanks
Code:
*r#S
*t#R
*v6W
*r1A
*b0M
*b#W
*b#W
*b#W
*rC
I looked through the PCL5 comparison guide and noticed the 'configure image data' command isn't support on many of the LaserJet printers. So, I tired removing the configure image data command to try and print a monochrome raster image (As mentioned in the HP RTL guide). The effect was the same.
Code:
*r#S
*t#R
*r1A
*b0M
*b#W
*b#W
*b#W
*rC
- Thanks