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: 4010112"] But are you sending the raw control codes to the printer, or are you sending the image-of-my-text-document to a printer-GDI which then renders the as-you-see-it out of the printer? The pseudo-pipeline comparison would be type file.txt > lpt1: which would send the raw text file to the printer (assuming it's set up on LPT1, otherwise, use whatever port it's attached to in your printer control panel); or are you using something like notepad file.txt File -> Print which renders to an internal image representation and then sends that image out to the printer. If it were a dot-matrix printer, you'd here/see the difference in a jiffy -- the raw dump is fast and uses the printer's built-in fonts while the render-as-image is slow and NOISY. One alternative is possibly to set up the "Generic Text" printer as a device type and attach it to the same port; I've had fair fortune with this letting me control the printer more directly if I want fast dumps (particularly on dot-matrix printers) rather than pretty dumps. -tkc [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Python
chr(12) Form Feed in Notepad
Top