Printing in Windows Without Form Feeds
Article ID: 11915
Article Last Modified on 4/9/2004
APPLIES TO
- Microsoft Windows Software Development Kit 3.1
- Microsoft Windows Software Development Kit 3.0
- Microsoft Win32 Application Programming Interface, when used with:
- Microsoft Windows NT 3.51 Service Pack 5
This article was previously published under Q11915
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: KB11915