[Info-vax] GS convert PDF to PS.

John Reagan xyzzy1959 at gmail.com
Tue Mar 15 23:05:08 EDT 2022


On Tuesday, March 15, 2022 at 1:57:00 PM UTC-4, Craig A. Berry wrote:
> On 3/15/22 10:36 AM, Mark Berryman wrote: 
> 
> > The problem has been found and fixed.  A new kit has been posted.  The 
> > following is an example command that will convert a PDF file to postscript. 
> > 
> > gs -q -dNOPAUSE -dBATCH -dSAFER -sDEVICE=ps2write -sOutputFile=xx.ps -f 
> > sys$login:v1000_specs.pdf 
> > 
> > No quotes are needed in the command line because the images are built 
> > with the appropriate DECC feature logicals already set.
> Unless folks are running without extended parse enabled, which some 
> folks inexplicably still do.
I don't enable extended parse unless I'm working on LLVM related things.  I have
some command files that don't work well with extended parsing (I'm slowing fixing them).

Here's a tip: if you have code that wants to define your own LNM$FILE_DEV to include another
directory, don't put LNM$PROCESS, LNM$JOB, LNM$GROUP, LNM$SYSTEM back in as lowercase
instead of uppercase.  I think there is some lookup that should be case-blind but isn't.  Go do a

$ set process/parse=extended
$ define LNM$FILE_DEV lnm$process,lnm$job,lnm$group,lnm$system /table=LNM$PROCESS_DIRECTORY
$ show defa
$

and enjoy the confusion



More information about the Info-vax mailing list