Adrian, I have the same requirement as Jone, to print 2 consecutive print jobs as duplex to our various duplex PCL printers in our company. Any additional...
I Have a problem! I must print a colored image on a laser printer pcl 5c. I use a similar c++ program on DOS and I don't know I can do. For a B/W image I save...
... We have a product called PCLWorks (same program as PCLTool.exe in our PCLTool SDK Demo) that includes IMG2PCL.exe. IMG2PCL will convert a Color TIFF or...
PageTech
bp@...
Oct 14, 2005 1:40 pm
402
I use hp parallel port and it prints very well on dos shortcut xp. The problem is that i cannot print the pcl on usb port please tell me what can i do. Thanks...
... You need to be less cryptic in describing what you are looking for. Provide full details and be very specific. Where is the PCL coming from? Windows?...
PageTech
bp@...
Nov 8, 2005 4:50 pm
408
If I understand you... You can open a command prompt under Windows XP and send a file to the parallel port, probably with copy /b, and you now want to do the...
... I recommend that you provide a complete description of what you are trying to accomplish, including the source of your PCL, why you need to read it, what...
PageTech
bp@...
Feb 3, 2006 1:19 pm
432
PageTech's PCLCodes free web service is back online. The new location is at http://www.pclcodes.net/pclcodes/. If you already had an account, your username...
hi, i am new at this hope some one can help. i have been trying to change the font size of my printer using pcl codes for a long time. it never got it to work....
Hi all! I want to send RGB-(24bit)-data to the printer. So I found the sequence ECS *v6W 00h 03h 00h 08h 08h 08h to configure. When I do this, my HP660C only...
Dear All, I have one multifunction machine with printer & fax function. I want to utilize it optimally. Currently, there is a request from the users to send...
I'm trying to get the printer to print some text in a 1" tall font, so I thought I could use this sequence: ESC(s72V But that didn't work. Why? Other escape...
Danny Spell
dspell@...
Apr 30, 2006 5:42 pm
437
What font face are you working with? Point size only works with proportional fonts. ... James....
Hello, I hope anyone can help me with this problem. I have to print from an embedded device (MSP430) to a bluetooth printer via the serial profile. I choose...
Dear Holger, The DeskJet 460 family of printers support a special hybrid version of PCL 3 known as PCL3GUI. It can generally be described as a special...
I am trying to use the below PCL 5 code to send a screen capture to the HP Inkjet 1200 printer and the yellow will not come out. The black, cyan and magenta...
Tried setting proportional with times new roman, but it didn't work. Here's the code I used: <esc>(s1P <esc>(s16901T What would you use? Thanks, Danny...
I am trying to invoke my pcl driver into the decipoints unit of measure. I am using VB 6 and have set up a pcl printer which my file is passed through and...
Hi Danny, <esc>(s1p12h72v0s0b16901T will probably work. Proportional Font 12 CPI for setting space between words 72 point high (1 inch) not italic not bold ...
I need to embed a graphic into a PCL document. I can convert the graphic to PCL but I'm not sure how to reference the graphic's pcl inside the core pcl...
Hi Gurus, This is my first post so please bear me if the question was posted somewhere before. I have a tiff file using CMYK color space, i.e. each pixel has...
Hi all, I've some PCL files I'd like to convert to some bitmap image format, like tiff, png or whatever. Do you know of any free command line utility or...
Hello All, I am trying to download True-type fonts to PCLXL Printer. i am calculating the character width using GetCharWidth() call. Though it works fine for...
I did a simple DOS application in QuickBasic that ran hardware to test a circuit board. Now they want fancier printouts than what I did. I got several PCL...
rolavine
rolavine@...
Aug 28, 2006 2:18 pm
449
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the pclprinters group. File : /pclcodes ...
pclprinters@yahoogrou...
Sep 2, 2006 6:56 pm
450
We're writing an application that requires capturing printer output as PCL. We've been able to use an HP5 driver to create PCL output but this presents the...
alreich23
alreich23@...
Sep 5, 2006 3:49 pm
451
I need a tool to convert TrueType to PCLeTTo so I can download a font to a printer. Ed P....