README file for nhpf version 1.42
Lee yongjae, setup@shiva.snu.ac.kr, 1997.1.22.

nhpf is Hangul Printing Filter for Netscape (2.0 or later) PS-saved file.

This program makes you can print hangul homepages with Netscape 2.0 or later,
in Unix with PostScript printer (or with Ghostscript).

The filtered PS file is self-contained, because this program appends
a hangul font "n3f-5" (N-byte 3BeolSik hangul Font 5) and "n3f-5b" (the
bold font) to the file. This means that you can print hangul homepages 
with ANY(!) PostScript printer.

Usage with Save menu:

  This usage preserves hangul text styles (normal, italic, bold, bold italic)
  but you should save-and filter by hand.

  1. Save the Hangul homepage with "Save..." menu as "PostScript".
     (Do not save with "Print..." menu. "Print..." destroys texts.)

  2. Filter the PS file through "nhpf", with redirection, such that:

       nhpf < original-ps-file > filtered-ps-file

  3. Print the filtered PS file with PostScript printer.

Usage with Print menu:

  This usage destroys all hangul text styles to normal
  but you can print with Print manu at once.

  1. Edit netscape's app-defaults file
     (/usr/X11/lib/X11/app-defaults/Netscape in some systems).
     such that:

        *documentFonts.euc-kr*psname:          SMgoJ
        *documentFonts.euc-kr*pscode:          euc-kr
        *documentFonts.euc-kr*pswidth:         1000
     to
        !*documentFonts.euc-kr*psname:          SMgoJ
        !*documentFonts.euc-kr*pscode:          euc-kr
        !*documentFonts.euc-kr*pswidth:         1000

     i.e. hide the font setting for documentFonts.euc-kr.

  2. Print with the command in Print dialog box of Netscape:

        nhpf | lp
     or
        nhpf | lpr

Updates
-------

  1.42	Change function definitions to old style.
  1.41  Make print-menu style output hangul have static style
  1.40  Treat print-menu style input.
