0
votes
2answers
57 views
Q: Convert an image form j2me to PCL3 command
Hi all
I have spent 1 week of my life trying to print image that i take from graphic object to HP Officejet H470 which support PCL3.
I try multi ways but nothing till now.
My problem was to print …
0
votes
2answers
81 views
PCL and 1200 DPI
Hi.. Is it possible to send the PCL Set resolution command with 1200 dpi (and higher) as parameter?
I've been looking at the spec sheets for HP PCL and it tells me that the only valid values for it …
0
votes
1answer
61 views
Name that printing file format
Hello there fellow Stackers!
I wonder if anybody could tell me what the following file format is? If you print it as-is then your print out will be, er, as-is BUT if you send it directly to the …
0
votes
1answer
214 views
RightFax embedded codes: Fax number seen as invalid.
Here is in essence what my PCL file looks like with embedded codes. The fax codes are embedded where they are because that's the only location where RightFax even recognizes that they exist.
…
1
vote
1answer
290 views
Insert pcl escape sequences into PCL built from multiple PDF files
What tools/methods are available to build pcl stream from PDFs.
We have a bunch of generated PDF files that get tied up into one big pdf.
I need to generate a print job to print this with the ability …
1
vote
4answers
291 views
PDF to PCL conversion
In my Java application, I have PDF files that I eventually need to convert to PCL and send to a RightFax server. I'll also need to embed codes in the PCL files that RightFax will read to know where to …
0
votes
1answer
30 views
Is there a way to determine in .Net (or WMI) if a print driver will print to PCL or PostScript format when printing to a file?
Is there a way to determine in .Net (or WMI) if a print driver will print to PCL or PostScript or XPS format when printing to a file?
1
vote
3answers
315 views
How convert PCL generated by HP LaserJet 5 into PDF in C#?
I need to retire 15 years old system and preserve all data. It can only print documents into specific printer HP LaserJet 5. I can print documents into PCL files and looking for ways to convert all …
0
votes
3answers
523 views
PCL raster color graphics distorted. Code included: what am I missing?
The function below prints a color raster image to a PCL-5 printer. The function was adapted from a 2-color (1bpp) printing function we had that worked perfectly, except for the grainy 2-color …
1
vote
1answer
73 views
HP PCL via TCP/IP
Where can I find an example program in C to print to a network attached HP printer.
0
votes
4answers
2k views
How to Create PCL file from MS word
How to create new PCL file similar to existing MS doc. I have Ms doc tamplate and replacing it with actual data. I need to achieve same for PCL format (Create PCL file as tamplate and replacing it …
0
votes
0answers
173 views
Printing Bitmap Images Using PCL
Dear Team,
I am trying to communicate with hp 102 laserjet printer directly using pcl language. Using pcl5 technical quick reference guide, I can print the text, set margins, select supported fonts, …
0
votes
2answers
185 views
Converting PCL to PDF
I am looking to create (as a proof-of-concept) an OCaml (preferably) program that converts PCL code to PDF format. I am not sure where to start. Is there a standardized algorithm for doing so? Is …
0
votes
3answers
229 views
Convert pcl to image
Hello,
I'm communicating with a logic analyzer (HP 1660A) over RS232. I issue a command which tells the analyzer to print screen its display and send it over to the controller (my pc) through serial …
1
vote
1answer
521 views
Generate PCL from PDF in Java
What is the best way to generate a PCL output file from an existing PDF file in java?
