Printing in Windows Without Form Feeds

ID: Q11915


The information in this article applies to:


SUMMARY

A Windows-based application cannot print directly to a printer without issuing a form feed. In 16-bit Windows, the NEWFRAME escape is required to start the print spooler. This escape, in turn, sends a form feed to the printer. Without the NEWFRAME escape, the spooler never runs, and nothing is output to the printer. Win32-based applications should use EndPage(), which replaces the NEWFRAME escape.


MORE INFORMATION

It is possible to drive the spooler directly by using the spooler functions documented in the Windows Device Development Kit (DDK). This allows the printer driver to be bypassed. However, by doing this, the ability to use GDI output functions and Windows's device-independent capabilities will be lost.

Additional query words: 3.00 3.10 3.50 4.00 win16sdk


Keywords          : 
Version           : 
Platform          : 
Issue type        : 

Last Reviewed: March 3, 1999