Great Thanks. Installed with no complaints and the liberation fonts are in the TTF folder.
However now I get a different error:
$ gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=nature437p699S.pdf nature437p699.pdf \
> nature03998-s1.pdf nature03998-s2.pdf
ESP Ghostscript 815.04: ERROR -25 closing the device. See gs/src/ierrors.h for code explanation.
When I check
http://svn.ghostscript.com/ghostscript/trunk/gs/src/ierrors.h I see this:
#define e_undefinedfilename (-22)
#define e_undefinedresult (-23)
#define e_unmatchedmark (-24)
#define e_VMerror (-25) /* must be the last Level 1 error */
#define LEVEL1_ERROR_NAMES\
"unknownerror", "dictfull", "dictstackoverflow", "dictstackunderflow",\
"execstackoverflow", "interrupt", "invalidaccess", "invalidexit",\
"invalidfileaccess", "invalidfont", "invalidrestore", "ioerror",\
"limitcheck", "nocurrentpoint", "rangecheck", "stackoverflow",\
"stackunderflow", "syntaxerror", "timeout", "typecheck", "undefined",\
"undefinedfilename", "undefinedresult", "unmatchedmark", "VMerror"
Anyone know what VMerror means? Does this help anyone:
http://www.ghostscript.com/pipermail/gs-code-review/2001-August/001120.html