Modifying Advanced Printer Settings in Word 6.0 for Windows |
Q111884
6.00 6.00a 6.00c WINDOWSThis article describes how you can modify individual printer behavior in Word for Windows using three settings in your WINWORD6.INI file: Flags, FixWhiteText, and FixDrawShowThru. In most cases, Word has already preset these settings for your printer, but sometimes you need to modify the behavior of a specific printer to meet your printing needs. In the MACRO60.DOT file, located in the MACROS subdirectory, Word supplies a SetPrintFlags macro that you can use to modify these WINWORD6.INI printer settings.
In WINWORD6.INI, Word stores printer settings in a section with the same
name as your printer (use the printer name as it appears in the File Print
dialog box). For example, the WINWORD6.INI section heading for an HP IIIsi
is [HP LaserJet IIIsi].
You should use the SetPrintFlags macro to modify these settings instead of
editing WINWORD6.INI by hand. The macro ensures the correct syntax of the
settings. Furthermore, you can choose the macro's Default button to restore
the default settings for your printer driver.
The following sections describe the specific use of each WINWORD6.INI
printer setting.
Printers
Description Value Hard-Coded in Word
----------- ----- ------------------
Use Word 2.0 for Windows bitmapped +1
patterns to draw shading.
Send mixed pages as multiple +2
print jobs.
Note: Word uses the ResetDC printer command in the middle of a print job
to reset paper size and bin settings. When you set the +2 Flag, Word
sends each different paper size or paper source as a separate print job
instead of using the ResetDC command.
Simulate smart quotes and +4 HPPCL5A.DRV
nonbreaking hyphens in
non-scaled fonts.
Note: For fonts that do not contain the necessary characters
for various publishing characters, Word simulates these characters.
Request only standard paper +8 Linotronic
sizes from driver.
Note: For printer drivers that do not support custom paper sizes,
this setting limits Word to default paper sizes.
Use low resolution bitmap +16
patterns for hatched shading.
Disable paper size and tray handling. +32 Toshiba
Note: This setting disables the ExtDeviceCapabilities call, which
determines the paper tray and size capabilities of the printer driver.
With some printer drivers, ExtDeviceCapabilities causes random problems
(such as incorrect print-out or GP fault), so you need to disable it.
Disable background printing. +64 DESKJETC.DRV
HPPCL5C.DRV
[HP LaserJet IIISi]
Flags= +64
To override the Flags settings that are hard coded in Word and replace
them with new settings, omit the plus sign (+) in front of the value.
For example, to cancel the "Simulate Smart Quotes and Nonbreaking
Hyphens" setting (+4) and replace it with the Disable Background
Printing setting, use the following WINWORD6.INI entry:
[HP LaserJet IIISi]
Flags= 64
To set more than one Flags setting, add the two values. For example, to
set both "Disable Background Printing" (+64) and "Disable Paper Size and
Tray Handling" (+32) for the HPPCL5A driver, use the following
WINWORD6.INI entry:
[HP LaserJet IIISi]
Flags= +96
Note: This sets the two desired flags (32 + 64 = 96) and leaves all
the hard-coded settings intact (because of the plus sign).
Setting, Values Description, Printers Hard Coded in Word
--------------- ----------------------------------------
FixWhiteText Print TrueType as graphics if page
contains white text on a shaded background.
1 = on HPPCL, PCL4, LBPII, OKILED.
0 = off
FixDrawShowThru Print TrueType as graphics if page
contains text that is being clipped by
drawing objects.
1 = on HPPCL# (all drivers in the HPPCL family
0 = off require this setting), LBPII, OKILED. Additional query words:
Keywords : kbprint
Issue type :
Technology :
|
Last Reviewed: November 4, 2000 © 2001 Microsoft Corporation. All rights reserved. Terms of Use. |