embresps - gs Resource Embedder into PostScript
revision: 20011102

Copyright (C) 2001 Taiji Yamada <taiji@aihara.co.jp> and gs-cjk project
This program is provided under BSD license.


HOW TO INSTALL
--------------
	$ make PREFIX=/usr/local
	$ su
	# make PREFIX=/usr/local install


HOW TO USE
----------
Now embresps supports native CID-keyed fonts only to throw a generated
file to PostScript 3 printer. It is nonsense to let it embed TrueType
fonts as fake CIDFontType 2 and throw the generated file into
PostScript 3 printer.

	$ embresps -F MOEKai-Regular -C B5-H -C B5-V file.ps > file.PS
	$ embresps -F STSong-Light -C GB-EUC-H -C GB-EUC-V file.ps > file.PS
	$ embresps -F WadaMin-Regular -C RKSJ-H -C RKSJ-V file.ps | lpr
	$ embresps -F Munhwa-Regular -C KSC-EUC-H -C KSC-EUC-V file.ps | lp

	$ embresps -F Kochi-Mincho -f Kochi-Mincho-RKSJ-H file.ps | lpr
	$ embresps -F Kochi-Gothic -C UniJIS-UTF8-H \
		-f Kochi-Gothic--UniJIS-UTF8-H file.ps > file.PS

For details, please read `embresps -h`.

If you would like to test, do `make test` in this package and some
PostScript files will be generated. Please try to preview them by
using gs and so on, and throw them into PostScript 3 printer.


REPORTING BUGS
--------------
	Report bugs to <taiji@aihara.co.jp>.
