Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Python
chr(12) Form Feed in Notepad
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Tim Chase, post: 4010223"] It's not a matter of you controlling the GDI stuff. Unless you're writing directly to the printer device, printing on Windows is done (whether by Notepad, gvim, Word, Excel, whatever) into a graphical representation which is then shipped off to the printer. So if you're printing from Notepad, it's going to print what you see (the little square), because Notepad renders to this graphical representation to print. If you send the file *directly* to the printer device (bypassing the Win32 printing layer), it will send the ^L directly and should eject a new page on most printers. -tkc [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Python
chr(12) Form Feed in Notepad
Top