PostScript program that renders a graphical listing of Score's DRW files.
This program requires Ghostscript to be installed. Download code9list.ps to your Score LIB directory.
- Open a terminal at your Score LIB directory
- To create a PDF listing, type:
gs -sDEVICE=pdfwrite -o code9list.pdf code9list.ps
- Open a command prompt at your Score LIB directory
- Find out where your Ghostscript executable is stored (
gswin32c.exe
orgswin64c.exe
) - Assuming Ghostscript is found at
C:\Program files\gs\bin\gswin64c.exe
, to create a PDF listing, type:
"C:\Program files\gs\bin\gswin64c.exe" -sDEVICE=pdfwrite -o code9list.pdf code9list.ps
As the scale of Code 9 symbols varies, all symbols are scaled to the maximum size that fits inside a box of the listing. This means, items will be displayed out of scale relative to each other.