How to print directly to the printer? 
Author Message
 How to print directly to the printer?

I need to send PCL code to the printer. I know I have to do it sending the
code directly to the printer, but I don't know how. I heard about API ESCAPE
function. Anyone knows how to use it?

Mirek



Thu, 20 Sep 2001 04:00:00 GMT  
 How to print directly to the printer?
Try this method.

HOWTO: SendRaw Data to a Printer Using the Win32 API from VB
http://support.microsoft.com/support/kb/articles/Q154/0/78.asp

--
Henri Leboeuf
Remove ENLEVE in my return address.

My Home Page: http://www.generation.net/~hleboeuf/index.htm



Quote:
> I need to send PCL code to the printer. I know I have to do it sending
the
> code directly to the printer, but I don't know how. I heard about API
ESCAPE
> function. Anyone knows how to use it?

> Mirek



Fri, 21 Sep 2001 03:00:00 GMT  
 How to print directly to the printer?
Le Sun, 04 Apr 1999 20:48:29 GMT, "Miroslaw Bujak"


Quote:
>I need to send PCL code to the printer. I know I have to do it sending the
>code directly to the printer, but I don't know how. I heard about API ESCAPE
>function. Anyone knows how to use it?

My vb program do it everydays..without any API's.
In VB:
- Name a file "LPT1".
- Open "FILE.TXT" binary.
- Open "LPT1" binary.
- Use Get and Put correctly.
- Close files..

--
It's only my opinion ... finally, often.
Ce n'est que mon opinion... enfin, souvent.



Sat, 22 Sep 2001 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Help! Printing directly to the Printer

2. Newbie: Printing directly to a printer from IE browser

3. Printing directly to printer w/o using Print Manager

4. Print directly to the printer

5. print directly to win2k printer share?

6. Printing Directly to Printer

7. Printing directly to a printer

8. How to print directly to printer?

9. Printing directly to a printer from VB.

10. Printing Directly to LPT1 avoiding the printer object.

11. Printing directly to LPT1: - bypassing the printer driver

12. print a form directly to the printer

 

 
Powered by phpBB® Forum Software