ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» º DOCUMENTATION/DISCUSSION OF HP LASERJET PRINTERS AND PAF º ÇÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄĶ º Version 1.0 Prepared by Mike St. Clair 1 March 1995 º ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ Over the past few months, several individuals have electronically reported difficulties printing from PAF on laser printers. I thought a discussion how PAF configures laser printers and some documentation of the codes used by PAF 2.31 might be helpful to those adventurous PAF users who want to make custom changes to these codes. I put this file together for that purpose. I'd like to acknowledge Brian Uechi's helpful freeware program, DUMPPCL which "disassembles" and interprets the printer codes used by Hewlett-Packard LaserJet printers. Without this utility, the job would have been too tedious to tackle. PAF version 2.31 comes with several built-in printer definitions that work with various models of the Hewlett-Packard LaserJet printer. (HP/LJ hereafter) Most laser printers from other manufacturers are compatible with one of these models. Each of the definitions specifies which codes are to be sent to the printer for each of the six printing attributes used by PAF. These attributes are: normal printing, compressed printing, elite printing, tiny printing, bold and underline. If the number of codes required is small enough, the codes themselves are present in the configuration file. If the number of codes required to set the printer properly is large, as is the case with most of these attributes on laser printers, a separate file contains the codes and the configuration file contains the name of that separate file. These files always end with PRN. This accounts for the large number of such files that are present in your PAF program directory. If the first number after "ON" or "OFF" is 27, the numbers represent actual codes to be sent to the printer. The 27 is the decimal value for the escape character which begins every such printer code. When the first number is 255, the rest of the numbers represent the file name that contains the printer codes. These numbers are the decimal value of the individual characters. For example 72 is H, 80 is P, 48 is 0, and so forth. A ".PRN" is appended to the end of whatever characters are present following the 255 to make up the complete file name. On the following copies of the configuration screen, I added the translation of the file name to the right. I've included copies of the actual screens you would see if you told the CONFIG program you wanted to edit the definition for each of the HP/LJ printers. It's easy to modify any of this to customize your printer definition. It's even easier to end up with a royal mess :-) unless you know what you are doing. To make it easier to understand the PAF definitions, and to modify them, I ve also included interpretations of the printer code files that each of the configurations points to. You can edit the code files with any editor that will support text files. The DOS editor is always a safe choice. You can also do this with WordPerfect as long as you specifically save the changed file as text, rather than as a WP document. Internet: st-clair@genealogy.emcee.com CompuServe: 71552,3314 Fido/GenSoft/Genealogy: Mike Stclair GEnie: M.ST.CLAIR2 PAFHP.DOC Version 1.0 - 1 March 1995 Page 2 ÉÍÍÍÍÍÍÍÍÍÍ» º HP/LJ II º #9 in printer list of PAF 2.31 CONFIG program ÈÍÍÍÍÍÍÍÍÍͼ Intended for HP LaserJet II printers, this definition will work with almost any laser printer, although another definition for your specific model might work better. ************************* Copy of CONFIG Screen ************************ Printer Name: HP Laserjet II series Compressed printing ON:255 72 80 50 80 49 HP2-1.PRN OFF:255 72 80 50 80 50 HP2-2.PRN Elite printing ON:255 72 80 50 80 51 HP2-3.PRN OFF:255 72 80 50 80 50 HP2-2.PRN Tiny (20 cpi and 8 lpi) printing ON:255 72 80 50 80 52 HP2-4.PRN OFF:255 72 80 50 80 50 HP2-2.PRN Bold face printing ON:27 40 115 51 66 Printer codes OFF:27 40 115 48 66 Printer codes Underline printing ON:27 38 100 68 Printer codes OFF:27 38 100 64 Printer codes Normal printing ON:255 72 80 50 80 50 HP2-2.PRN OFF: *************** Description of File HP2P1.PRN Begins Here ************** E Reset (10U Primary symbol set = PC-8 (s0p Primary font spacing, fixed 16.6h Primary font pitch = 16.6 chars per inch 2b Primary font stroke weight = 2 0s Primary font style = Upright, solid 0B Primary font stroke weight = 0 &l2a Page size = Letter (8.5 x 11 inch) 7e Top margin = 7 lines 6.23c Vertical motion index = 6.23 1/48 inch 66F Text length = 66 lines &k6.66H Horizontal motion index = 6.66 1/120 inch &a0L Left margin = 0 lines *************** Description of File HP2P2.PRN Begins Here ************** E Reset (10U Primary symbol set = PC-8 &l2a Page size = Letter (8.5 x 11 inch) 7.27c Vertical motion index = 7.27 1/48 inch 66F Text length = 66 lines (s0p Primary font spacing, fixed 10h Primary font pitch = 10 chars per inch 0s Primary font style = Upright, solid 2B Primary font stroke weight = 2 &k11H Horizontal motion index = 11 1/120 inch &a0L Left margin = 0 lines PAFHP.DOC Version 1.0 - 1 March 1995 Page 3 *************** Description of File HP2P3.PRN Begins Here ************** E Reset &l3a Page size = Legal (8.5 x 14 inch) 1o Landscape 7.27c Vertical motion index = 7.27 1/48 inch 51F Text length = 51 lines &a0L Left margin = 0 lines (10U Primary symbol set = PC-8 (s0p Primary font spacing, fixed 16.6h Primary font pitch = 16.6 chars per inch 2b Primary font stroke weight = 2 0s Primary font style = Upright, solid 0B Primary font stroke weight = 0 *************** Description of File HP2P4.PRN Begins Here ************** E Reset (10U Primary symbol set = PC-8 (s0p Primary font spacing, fixed 16.6h Primary font pitch = 16.6 chars per inch 2b Primary font stroke weight = 2 0s Primary font style = Upright, solid 0B Primary font stroke weight = 0 &l2a Page size = Letter (8.5 x 11 inch) 5.28c Vertical motion index = 5.28 1/48 inch 88F Text length = 88 lines &k6H Horizontal motion index = 6 1/120 inch PAFHP.DOC Version 1.0 - 1 March 1995 Page 4 ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» º HP/LJ III/Letter º #11 in printer list of PAF 2.31 CONFIG program ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ Intended for HP LaserJet III printers, this definition will work with with other brands of laser printers that emulate this one. ************************* Copy of CONFIG Screen ************************ Printer Name: HP LaserJet III series (Letter) Compressed printing ON:255 72 80 49 55 67 80 73 HP17CPI.PRN OFF:255 72 80 49 48 67 80 73 HP10CPI.PRN Elite printing ON:255 72 80 49 50 67 80 73 HP12CPI.PRN OFF:255 72 80 49 48 67 80 73 HP10CPI.PRN Tiny (20 cpi and 8 lpi) printing ON:255 72 80 50 48 67 80 73 HP20CPI.PRN OFF:255 72 80 49 48 67 80 73 HP10CPI.PRN Bold face printing ON:27 40 115 51 66 Printer codes OFF:27 40 115 48 66 Printer codes Underline printing ON:27 38 100 68 Printer codes OFF:27 38 100 64 Printer codes Normal printing ON:255 72 80 49 48 67 80 73 HP10CPI.PRN OFF: ************** Description of File HP10CPI.PRN Begins Here ************* E Reset &l2a Page size = Letter (8.5 x 11 inch) 66p Page length 66 lines 0o Portrait 7C Vertical motion index = 7 1/48 inch (10U Primary symbol set = PC-8 (s3t Primary typeface = Courier 0s Primary font style = Upright, solid 11h Primary font pitch = 11 chars per inch 2b Primary font stroke weight = 2 0P Primary font spacing, fixed &a8L Left margin = 8 lines ************** Description of File HP12CPI.PRN Begins Here ************* E Reset &l66p Page length 66 lines 2a Page size = Letter (8.5 x 11 inch) 1o Landscape 6.05C Vertical motion index = 6.05 1/48 inch (10U Primary symbol set = PC-8 (s3t Primary typeface = Courier 0s Primary font style = Upright, solid 17h Primary font pitch = 17 chars per inch 0P Primary font spacing, fixed &a4r Vertical position = 4 rows 11L Left margin = 11 lines PAFHP.DOC Version 1.0 - 1 March 1995 Page 5 ************** Description of File HP17CPI.PRN Begins Here ************* E Reset &l66p Page length 66 lines 2a Page size = Letter (8.5 x 11 inch) 0o Portrait 6.2C Vertical motion index = 6.2 1/48 inch (10U Primary symbol set = PC-8 (s3t Primary typeface = Courier 0s Primary font style = Upright, solid 2b Primary font stroke weight = 2 17h Primary font pitch = 17 chars per inch 0P Primary font spacing, fixed &a6R Vertical position = 6 rows ************** Description of File HP20CPI.PRN Begins Here ************* E Reset &l2a Page size = Letter (8.5 x 11 inch) 88p Page length 88 lines 0o Portrait 8D 8 lines per inch (10U Primary symbol set = PC-8 (s0p Primary font spacing, fixed 2b Primary font stroke weight = 2 3t Primary typeface = Courier 0s Primary font style = Upright, solid 20H Primary font pitch = 20 chars per inch &k6H Horizontal motion index = 6 1/120 inch PAFHP.DOC Version 1.0 - 1 March 1995 Page 6 ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» º HP/LJ 4-Letter º #13 in printer list of PAF 2.31 CONFIG program ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ Intended for HP LaserJet 4 printers, this definition will work with other brands of laser printers that emulate this one. ************************* Copy of CONFIG Screen ************************ Printer Name: HP LaserJet IV series (Letter) Compressed printing ON:255 72 80 52 45 49 HP4-1.PRN OFF:255 72 80 52 45 50 HP4-2.PRN Elite printing ON:255 72 80 52 45 51 49 55 HP4-317.PRN OFF:255 72 80 52 45 50 HP4-2.PRN Tiny (20 cpi and 8 lpi) printing ON:255 72 80 52 45 52 HP4-4.PRN OFF:255 72 80 52 45 50 HP4-2.PRN Bold face printing ON:27 40 115 51 66 Printer codes OFF:27 40 115 48 66 Printer codes Underline printing ON:27 38 100 68 Printer codes OFF:27 38 100 64 Printer codes Normal printing ON:255 72 80 52 45 50 HP4-2.PRN OFF: *************** Description of File HP4-1.PRN Begins Here ************** E Reset &l1h Paper source, Paper tray auto feed/upper tray 2A Page size = Letter (8.5 x 11 inch) (10U Primary symbol set = PC-8 (s4102t Primary typeface = 4102 0p Primary font spacing, fixed 2b Primary font stroke weight = 2 16.6h Primary font pitch = 16.6 chars per inch 0S Primary font style = Upright, solid &l0o Portrait 7c Vertical motion index = 7 1/48 inch 66F Text length = 66 lines &k6.66H Horizontal motion index = 6.66 1/120 inch &a5l Left margin = 5 lines 0R Vertical position = 0 rows *************** Description of File HP4-2.PRN Begins Here ************** E Reset &l1h Paper source, Paper tray auto feed/upper tray 2A Page size = Letter (8.5 x 11 inch) (10U Primary symbol set = PC-8 (s4102t Primary typeface = 4102 0p Primary font spacing, fixed 2b Primary font stroke weight = 2 12h Primary font pitch = 12 chars per inch 0S Primary font style = Upright, solid &l0o Portrait 7.27c Vertical motion index = 7.27 1/48 inch 66F Text length = 66 lines &a7L Left margin = 7 lines PAFHP.DOC Version 1.0 - 1 March 1995 Page 7 ************** Description of File HP4-317.PRN Begins Here ************* E Reset &l1h Paper source, Paper tray auto feed/upper tray 2A Page size = Letter (8.5 x 11 inch) (10U Primary symbol set = PC-8 (s4102t Primary typeface = 4102 0p Primary font spacing, fixed 16.6h Primary font pitch = 16.6 chars per inch 0s Primary font style = Upright, solid 2B Primary font stroke weight = 2 &l1o Landscape 7.27c Vertical motion index = 7.27 1/48 inch 51F Text length = 51 lines &a0L Left margin = 0 lines A carriage return and a line feed *************** Description of File HP4-4.PRN Begins Here ************** E Reset &l1h Paper source, Paper tray auto feed/upper tray 2A Page size = Letter (8.5 x 11 inch) (10U Primary symbol set = PC-8 (s4102t Primary typeface = 4102 0p Primary font spacing, fixed 16.6h Primary font pitch = 16.6 chars per inch 2b Primary font stroke weight = 2 0S Primary font style = Upright, solid &l0o Portrait 6c Vertical motion index = 6 1/48 inch 88F Text length = 88 lines &k6H Horizontal motion index = 6 1/120 inch &a5L Left margin = 5 lines A carriage return and a line feed PAFHP.DOC Version 1.0 - 1 March 1995 Page 8 ÉÍÍÍÍÍÍÍ» º HP/LJ º #15 in printer list of PAF 2.31 CONFIG program ÈÍÍÍÍÍÍͼ Intended for early models of HP LaserJet printers, this definition will work with other brands of laser printers that emulate this one. ************************* Copy of CONFIG Screen ************************ Printer Name: HP LaserJet series printers Compressed printing ON:255 72 80 49 HP1.PRN OFF:255 72 80 50 HP2.PRN Elite printing ON:255 72 80 51 HP3.PRN OFF:255 72 80 50 HP2.PRN Tiny (20 cpi and 8 lpi) printing ON:255 72 80 52 HP4.PRN OFF:255 72 80 50 HP2.PRN Bold face printing ON:27 40 115 51 66 Printer codes OFF:27 40 115 48 66 Printer codes Underline printing ON:27 38 100 68 Printer codes OFF:27 38 100 64 Printer codes Normal printing ON:255 72 80 50 HP2.PRN OFF: **************** Description of File HP1.PRN Begins Here *************** E Reset (8U Primary symbol set = Roman8 (s0p Primary font spacing, fixed 10h Primary font pitch = 10 chars per inch 12v Primary font height = 12 1/72 inch 0s Primary font style = Upright, solid 0b Primary font stroke weight = 0 3T Primary typeface = Courier &l6d 6 lines per inch 7.27c Vertical motion index = 7.27 1/48 inch 66F Text length = 66 lines &k2S Font pitch mode = compressed (16.5-16.7) **************** Description of File HP2.PRN Begins Here *************** E Reset (8U Primary symbol set = Roman8 (s0p Primary font spacing, fixed 2b Primary font stroke weight = 2 10h Primary font pitch = 10 chars per inch 12v Primary font height = 12 1/72 inch 0s Primary font style = Upright, solid 0b Primary font stroke weight = 0 3T Primary typeface = Courier &l6d 6 lines per inch 7.27c Vertical motion index = 7.27 1/48 inch 66F Text length = 66 lines &k0S Font pitch mode = 10.0 PAFHP.DOC Version 1.0 - 1 March 1995 Page 9 **************** Description of File HP3.PRN Begins Here *************** E Reset &l1O Landscape (8U Primary symbol set = Roman8 (s0p Primary font spacing, fixed 2b Primary font stroke weight = 2 10h Primary font pitch = 10 chars per inch 12v Primary font height = 12 1/72 inch 0s Primary font style = Upright, solid 0b Primary font stroke weight = 0 3T Primary typeface = Courier &l6d 6 lines per inch 7.27c Vertical motion index = 7.27 1/48 inch 51F Text length = 51 lines &k2S Font pitch mode = compressed (16.5-16.7) **************** Description of File HP4.PRN Begins Here *************** E Reset (8U Primary symbol set = Roman8 (s0p Primary font spacing, fixed 20h Primary font pitch = 20 chars per inch 6v Primary font height = 6 1/72 inch 0s Primary font style = Upright, solid 0b Primary font stroke weight = 0 3T Primary typeface = Courier &l8d 8 lines per inch 5.28c Vertical motion index = 5.28 1/48 inch 88F Text length = 88 lines PAFHP.DOC Version 1.0 - 1 March 1995 Page 10 ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» º HP/LJ III & 4-A4 º #10 in printer list of PAF 2.31 CONFIG program ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ Intended for HP LaserJet III and 4 printers using A4 sized paper, this definition will work with other brands of laser printers that emulate these two. ************************* Copy of CONFIG Screen ************************ Printer Name: HP LaserJet III & IV series (A4 paper) Compressed printing ON:255 72 80 65 52 49 55 HPA417.PRN OFF:255 72 80 65 52 49 48 HPA410.PRN Elite printing ON:255 72 80 65 52 49 50 HPA412.PRN OFF:255 72 80 65 52 49 48 HPA410.PRN Tiny (20 cpi and 8 lpi) printing ON:255 72 80 65 52 50 48 HPA420.PRN OFF:255 72 80 65 52 49 48 HPA410.PRN Bold face printing ON:27 40 115 51 66 Printer codes OFF:27 40 115 48 66 Printer codes Underline printing ON:27 38 100 68 Printer codes OFF:27 38 100 64 Printer codes Normal printing ON:255 72 80 65 52 49 48 HPA410.PRN OFF: ************** Description of File HPA410.PRN Begins Here ************** E Reset &l66p Page length 66 lines 0o Portrait 26a Page size = A4 (210 x 297 mm) 6D 6 lines per inch (10U Primary symbol set = PC-8 (s0p Primary font spacing, fixed 2b Primary font stroke weight = 2 4102t Primary typeface = 4102 0s Primary font style = Upright, solid 12H Primary font pitch = 12 chars per inch ************** Description of File HPA412.PRN Begins Here ************** E Reset &l56p Page length 56 lines 26a Page size = A4 (210 x 297 mm) 3o Reverse Landscape 6.05c Vertical motion index = 6.05 1/48 inch (10U Primary symbol set = PC-8 (s0p Primary font spacing, fixed 4102t Primary typeface = 4102 0s Primary font style = Upright, solid 2b Primary font stroke weight = 2 12H Primary font pitch = 12 chars per inch &k8.2H Horizontal motion index = 8.2 1/120 inch PAFHP.DOC Version 1.0 - 1 March 1995 Page 11 ************** Description of File HPA417.PRN Begins Here ************** E Reset &l66p Page length 66 lines 26a Page size = A4 (210 x 297 mm) 0o Portrait 6.2C Vertical motion index = 6.2 1/48 inch (10U Primary symbol set = PC-8 (s0p Primary font spacing, fixed 4102t Primary typeface = 4102 2b Primary font stroke weight = 2 0s Primary font style = Upright, solid 17H Primary font pitch = 17 chars per inch &k6.66H Horizontal motion index = 6.66 1/120 inch &a8R Vertical position = 8 rows ************** Description of File HPA420.PRN Begins Here ************** E Reset &l26a Page size = A4 (210 x 297 mm) 88p Page length 88 lines 0o Portrait 8D 8 lines per inch (10U Primary symbol set = PC-8 (s4102t Primary typeface = 4102 2b Primary font stroke weight = 2 0s Primary font style = Upright, solid 20h Primary font pitch = 20 chars per inch 0P Primary font spacing, fixed &k5.75H Horizontal motion index = 5.75 1/120 inch NOTE: There is an error in file HPA412.PRN. The 6.05 for Vertical Motion index should end with a capital C instead of lower case c. This could cause the printer to misinterpret the next set of codes and use the wrong symbol set. If you use A4 paper, you should correct this. PAFHP.DOC Version 1.0 - 1 March 1995 Page 12 ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» º HP/LJ III-Letter/Legal º #12 in printer list - PAF 2.31 CONFIG program ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ Intended for HP LaserJet III printers using both letter and legal sized paper, this definition will work with other brands of laser printers that emulate this one. ************************* Copy of CONFIG Screen ************************ Printer Name: HP LaserJet III series (Letter/Lgl) Compressed printing ON:255 72 80 50 80 49 HP2P1.PRN OFF:255 72 80 50 80 50 HP2P2.PRN Elite printing ON:255 72 80 51 71 HP3G.PRN OFF:255 72 80 50 80 50 HP2P2.PRN Tiny (20 cpi and 8 lpi) printing ON:255 72 80 50 80 52 HP2P4.PRN OFF:255 72 80 50 80 50 HP2P2.PRN Bold face printing ON:27 40 115 51 66 Printer codes OFF:27 40 115 48 66 Printer codes Underline printing ON:27 38 100 68 Printer codes OFF:27 38 100 64 Printer codes Normal printing ON:255 72 80 50 80 50 HP2P2.PRN OFF: *************** Description of File HP2P1.PRN Begins Here ************** E Reset (10U Primary symbol set = PC-8 (s0p Primary font spacing, fixed 16.6h Primary font pitch = 16.6 chars per inch 2b Primary font stroke weight = 2 0s Primary font style = Upright, solid 0B Primary font stroke weight = 0 &l2a Page size = Letter (8.5 x 11 inch) 7e Top margin = 7 lines 6.23c Vertical motion index = 6.23 1/48 inch 66F Text length = 66 lines &k6.66H Horizontal motion index = 6.66 1/120 inch &a0L Left margin = 0 lines *************** Description of File HP2P2.PRN Begins Here ************** E Reset (10U Primary symbol set = PC-8 &l2a Page size = Letter (8.5 x 11 inch) 7.27c Vertical motion index = 7.27 1/48 inch 66F Text length = 66 lines (s0p Primary font spacing, fixed 10h Primary font pitch = 10 chars per inch 0s Primary font style = Upright, solid 2B Primary font stroke weight = 2 &k11H Horizontal motion index = 11 1/120 inch &a0L Left margin = 0 lines PAFHP.DOC Version 1.0 - 1 March 1995 Page 13 *************** Description of File HP2P3.PRN Begins Here ************** E Reset &l3a Page size = Legal (8.5 x 14 inch) 1o Landscape 7.27c Vertical motion index = 7.27 1/48 inch 51F Text length = 51 lines &a0L Left margin = 0 lines (10U Primary symbol set = PC-8 (s0p Primary font spacing, fixed 16.6h Primary font pitch = 16.6 chars per inch 2b Primary font stroke weight = 2 0s Primary font style = Upright, solid 0B Primary font stroke weight = 0 *************** Description of File HP2P4.PRN Begins Here ************** E Reset (10U Primary symbol set = PC-8 (s0p Primary font spacing, fixed 16.6h Primary font pitch = 16.6 chars per inch 2b Primary font stroke weight = 2 0s Primary font style = Upright, solid 0B Primary font stroke weight = 0 &l2a Page size = Letter (8.5 x 11 inch) 5.28c Vertical motion index = 5.28 1/48 inch 88F Text length = 88 lines &k6H Horizontal motion index = 6 1/120 inch PAFHP.DOC Version 1.0 - 1 March 1995 Page 14 ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» º HP/LJ 4-Letter/Legal º #14 in printer list - PAF 2.31 CONFIG program ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ Intended for HP LaserJet 4 printers using both letter and legal sized paper, this definition will work with other compatible laser printers. ************************* Copy of CONFIG Screen ************************ Printer Name: HP LaserJet IV series (Letter/Lgl) Compressed printing ON:255 72 80 52 45 49 HP4-1.PRN OFF:255 72 80 52 45 50 HP4-2.PRN Elite printing ON:255 72 80 52 45 51 HP4-3.PRN OFF:255 72 80 52 45 50 HP4-2.PRN Tiny (20 cpi and 8 lpi) printing ON:255 72 80 52 45 52 HP4-4.PRN OFF:255 72 80 52 45 50 HP4-2.PRN Bold face printing ON:27 40 115 51 66 Printer codes OFF:27 40 115 48 66 Printer codes Underline printing ON:27 38 100 68 Printer codes OFF:27 38 100 64 Printer codes Normal printing ON:255 72 80 52 45 50 HP4-2.PRN OFF: *************** Description of File HP4-1.PRN Begins Here ************** E Reset &l1h Paper source, Paper tray auto feed/upper tray 2A Page size = Letter (8.5 x 11 inch) (10U Primary symbol set = PC-8 (s4102t Primary typeface = 4102 0p Primary font spacing, fixed 2b Primary font stroke weight = 2 16.6h Primary font pitch = 16.6 chars per inch 0S Primary font style = Upright, solid &l0o Portrait 7c Vertical motion index = 7 1/48 inch 66F Text length = 66 lines &k6.66H Horizontal motion index = 6.66 1/120 inch &a5l Left margin = 5 lines 0R Vertical position = 0 rows *************** Description of File HP4-2.PRN Begins Here ************** E Reset &l1h Paper source, Paper tray auto feed/upper tray 2A Page size = Letter (8.5 x 11 inch) (10U Primary symbol set = PC-8 (s4102t Primary typeface = 4102 0p Primary font spacing, fixed 2b Primary font stroke weight = 2 12h Primary font pitch = 12 chars per inch 0S Primary font style = Upright, solid &l0o Portrait 7.27c Vertical motion index = 7.27 1/48 inch 66F Text length = 66 lines &a7L Left margin = 7 lines PAFHP.DOC Version 1.0 - 1 March 1995 Page 15 *************** Description of File HP4-3.PRN Begins Here ************** E Reset &l2h Paper source, Manual feed 3A Page size = Legal (8.5 x 14 inch) (10U Primary symbol set = PC-8 (s4102t Primary typeface = 4102 0p Primary font spacing, fixed 2b Primary font stroke weight = 2 12h Primary font pitch = 12 chars per inch 0S Primary font style = Upright, solid &l1o Landscape 7.05c Vertical motion index = 7.05 1/48 inch 51F Text length = 51 lines &a0L Left margin = 0 lines *************** Description of File HP4-4.PRN Begins Here ************** E Reset &l1h Paper source, Paper tray auto feed/upper tray 2A Page size = Letter (8.5 x 11 inch) (10U Primary symbol set = PC-8 (s4102t Primary typeface = 4102 0p Primary font spacing, fixed 16.6h Primary font pitch = 16.6 chars per inch 2b Primary font stroke weight = 2 0S Primary font style = Upright, solid &l0o Portrait 6c Vertical motion index = 6 1/48 inch 88F Text length = 88 lines &k6H Horizontal motion index = 6 1/120 inch &a5L Left margin = 5 lines