Questions tagged [pcl6]

4 questions
1
vote
1 answer

Create PCL by hand?

Is it more or less feasible to create PCL files "artisanally", by hand? I have done it for PostScript and found it not particularly difficult, though it takes a lot of time and effort to create even a simple drawing. Now I am faced with an OKI C823…
Karel Adams
  • 185
  • 2
  • 19
1
vote
1 answer

Convert PCL to PDF using ghostscript: cyrillic problem

I have simple PCL file in Windows 1251 code page: E&l6D&a1L&l1E(9R(s0p10.00h0s0b4099T Привет! (it means Hello!) When I convert it to pdf with gpcl6win32.exe from ghostscript 9.28: gpcl6win32.exe -dNOPAUSE…
AnatolyS
  • 4,249
  • 18
  • 28
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
2 answers

PostScript/PCL - Get document page info: page size, bw/color

I need to determine document page information from a postscript or a pcl file. Preferably in Java, but Ghostscript/Ghostpcl is as good as well. What I tried to get the following info: Page color This can be achieved with ghostscript/ghostpcl using…
CAA
  • 23
  • 4