Questions tagged [pclxl]

4 questions
1
vote
1 answer

Delta row compression in PCLXL

Is there a difference in the implementation of delta row compression between PCLXL and PCL5? I was using Delta Row compression in PCL5, but when I used the same method in PCLXL, the file is not valid. I checked the output using EscapeE and it says…
krebstar
  • 3,956
  • 8
  • 46
  • 64
0
votes
0 answers

PCLXL (PCL6) supports color fill patterns?

I need to implement color fill patterns in PCLXL (PCL6) (RastPattern). With black and white patterns I have not problems. With color I have issues ussing ColorMapping eDirectPixel and too using eIndexedPixel. Somebody has an example or knowns how to…
David
  • 1
0
votes
0 answers

How to get compression type of a PCL print file?

How do you know what compression method is used for the data in a .pcl file? like below? it doesn't start with ESC in the actual data block. %-12345X@PJL JOB NAME="page count pcl.txt - Notepad" @PJL ENTER LANGUAGE=PCLXL ) HP-PCL XL;2;0;Comment…
user3725395
  • 145
  • 2
  • 13
0
votes
1 answer

Using CMYK colorspace in PCL XL, possible?

Is it possible to use PCL XL to print CMYK composite halftone (1-bit) data? Or do I have to somehow convert it to 8bit RGB data?
krebstar
  • 3,956
  • 8
  • 46
  • 64