/sys$common/syshlp/WWPPSHLP.HLB *Conan The Librarian |
Converts one text file at a time into a printable PostScript file and then submits it to the printer queue. Characters can be printed in the standard font or in bold. The following codesets are supported on OpenVMS systems: Codeset Codeset Name --------- ------------ DECHANYU DECHanyu for Traditional Chinese (Plane 1 and Plane 2 only) DECHANZI DECHanzi for Simplified Chinese DECKOREAN DECKorean for Korean GB18030 GB18030-2000 for Simplified Chinese and Traditional Chinese ISO8859-1 ISO Latin-1 ISO8859-2 ISO Latin-2 ISO8859-5 ISO Latin-5 ISO8859-7 ISO Latin-7 ISO8859-8 ISO Latin-8 ISO8859-9 ISO Latin-9 SDECKANJI Super DEC Kanji for Japanese TACTIS TIS-620 for Thai All of these codesets are supported by WWPPS, but fonts can be associated with only one language at a time for each codeset. WWPPS also supports Unicode character conversion for all of these codesets except Thai. A Unicode character is converted to a character in one of these codesets; then the font supporting that codeset is used for the character in the PostScript file. If a character cannot be converted, it is printed as a space. Format: PRINT/QUEUE=queue-name [/qualifiers] file-spec The /QUEUE qualifier is required on all PRINT commands to specify the name of the queue to which the text file specified by file-spec should be sent. Example: WWPPS> PRINT/QUEUE=PRT_QUEUE/LOCALE=EN_US_ISO8859-1 REPORT.TXT This command submits file REPORT.TXT to the PRT_QUEUE printer queue to be printed in American English.
Additional Information (explode) :
|