This section provides programming tips concerning specific considerations for the HP LaserJet 4PJ printer. This section covers general print job initialization, font metric calculation, vertical writing, and other issues which are pertinent to printing Japanese text on the HP LaserJet 4PJ printer using PCL 5.
General Print Job InitializationThis example demonstrates the general print job initialization procedure for the HP LaserJet 4PJ printer, which is slightly different than that used for other HP LaserJet printers.
Output from
The first example given here is nearly identical to the initialization used for other HP LaserJet 4 family printers. The only difference is that it includes a PJL command to set the default PCL symbol set to
@PJL SET RESOLUTION=600<CR><LF> @PJL PAGEPROTECT=OFF<CR><LF> @PJL RET=MEDIUM<CR><LF>
@PJL COMMENT *** This command is added ***
@PJL SET LPARM:PCL SYMSET=ROMAN8<CR><LF> @PJL ENTER LANGUAGE=PCL<CR><LF> ?E?&l1x1s1h2a0o8c6e54F?&a5L?(0U?(s1p9vs3b41 ~01T
The commands in the above example are explained in more detail in the PCL 5 and PJL technical reference manuals.