![]() |
Canon LBP-8III - Problems With Outline And Co |
The information in this document applies to:
WordPerfect® 5.1 for DOS
Problem
Symptoms: The Outline attribute is not working correctly on the Canon LBP-8III. If you leave the text in black, the text is outlined correctly. However, if you change to a color for some text and then change to black for the rest of the text, only the color text will be outlined. The black text is not outlined even though it is still between the outline codes. Solutions: Development is aware of this problem. It can be fixed by using the following steps: 1. Enter PTR 2. Retrieve the printer driver 3. Press Enter on the printer, go to Attribute Methods, and press Enter 4. Go to Outline and press Enter 5. Go to Auto Outline and press Enter 6. Go to Auto Outline On and move to the expression side 7. Press Alt-F9 to go to Integers 8. Add an integer using Ctrl-Enter for default and call it outline. Then press F7 9. At the very end of the Auto Outline On string add outline:=1 10. At the very end of the Auto Outline Off string add outline:=0 11. Exit to Attribute Methods, go to Color, and press Enter 12. Go to Auto Color and press Enter 13. Move to the expression side and press Ctrl-Enter to Edit 14. Go to the part that says ELSEIF(COLOR==0)csi"?27m"csi"?25m" change this to read ELSEIF(COLOR==0&&outline==0)csi"?27m"csi"?25m" 15. Then add a line under this line that reads ELSEIF(COLOR==0&&outline==1)csi"?25m" 16. Exit, save, and update the .PRS file in WordPerfect if the changes were made to the .ALL file (Shift-F7, S, U) |
Answer:
Details:
Product specifications, packaging, technical support and information (*Specifications*) refer to theUnited States retail English version only. Specifications for other versions may vary. All Specifications, claims, features, representations, and/or comparisons provided are correct to the best of our knowledge of the date of publication, but are subject to change without notice.OUR MAXIMUM AGGREGATE LIABILITY TO YOU AND THAT OF OUR DEALERS AND SUPPLIERS IS LIMITED. IT SHALL NOTEXCEED THE AMOUNT YOU PAID TO ACCESS THE INFORMATION. SEE LEGAL DISCLAIMER. |