![]() |
How To Tell Which Printers Support Level 2 Po |
The information in this document applies to:
WordPerfect® 5.1 for DOS
Problem
Symptoms: What PostScript printer drivers use Level 2 PostScript codes? Solutions: You can look up any given printer and see if it is Level 2 compatible. Here is a way to tell which printers currently support Level 2 codes: 1. Enter the PTR Program 2. Retrieve the printer driver 3. Highlight the printer name, and press Enter 4. Go to Printer Commands, and press Enter 5. Go to Set Page Length, and take note of the variable to the right 6. Press Alt-F8, and cursor to the variable that you noted. If the string in the variable looks like the following, it is using Level 2 commands: "[ {1 dict begin /PageSize [" IF(FORMLENGTH==16800&&FORMWIDTH==10200) "612 1008 "formsize:=1 ELSEIF(FORMLENGTH==14032) "595 842" formsize:=1 ELSEIF(FORMLENGTH==13200&&FORMWIDTH==10200) "612 792" formsize:=1 ELSEIF(FORMWIDTH==8700&&FORMLENGTH==12600) "522 756" formsize:=1 ELSEIF(FORMWIDTH>=4800&&FORMWIDTH<=4956&&FORMLENGTH==11400) "297 684" forms ELSEIF(FORMWIDTH==7653&&FORMLENGTH==10819) "459 649" formsize:=1 ELSEIF(FORMWIDTH==4650&&FORMLENGTH==9000) "279 540" formsize:=1 ELSEIF(FORMLENGTH==10200&&FORMWIDTH==6600) "396 612" formsize:=1 ELSEIF(FORMLENGTH==11811&&FORMWIDTH==8315) "516 729" formsize:=1 ELSEIF(FORMWIDTH==5197&&FORMLENGTH==10394) "312 624" formsize:=1 ELSEIF(FORMLENGTH<=13200) "612 792" formsize:=0 ELSEIF(FORMLENGTH>13200&&FORMLENGTH!=14032) "612 1008" formsize:=0 ENDIF "] def currentdict end setpagedevice} stopped cleartomark " |
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. |