Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.postscript > #3770
| From | ken <ken@spamcop.net> |
|---|---|
| Newsgroups | comp.lang.postscript |
| Subject | Re: Help with command line usage |
| Date | 2022-06-19 08:36 +0100 |
| Message-ID | <MPG.3d18e272427cc2869898d0@usenet.plus.net> (permalink) |
| References | <e687f727-39bc-4d67-b896-6c91b231b487n@googlegroups.com> |
In article <e687f727-39bc-4d67-b896-6c91b231b487n@googlegroups.com>, fathedfred@gmail.com says... > > Hello, > I'm trying to use Ghostscript via Autocad command line using Autolisp programming. The goal is totake multiple pdf's in a folder and create one pdf. I have the lisp writing the command line but it fails. > Here is what the autolisp file produces at the command line. > > -sDEVICE= pdfwrite -dBATCH -sOutputFile=F:\Quick Plots\temp\20220617-TEST.PDF DP-L1.pdf DP-DP5.pdf DP-DP4.pdf DP-DP3.pdf DP-DP2.pdf DP-DP1.pdf > > Why is failing? > (Error: /undefined in -sDEVICE=pdfwrite.) I can't see any way to get that from your stated command line. The space between -sDEVICE= and pdfwrite should produce an 'unknown device:' Ordinarily that ouwl read something like 'unknown device: devicename' but in this case it is blank. Can you quote the entire back channel output please ? Ken
Back to comp.lang.postscript | Previous | Next — Previous in thread | Next in thread | Find similar
Help with command line usage "D.B. Carter" <fathedfred@gmail.com> - 2022-06-17 12:32 -0700
Re: Help with command line usage "Jeffrey H. Coffield" <jeffrey@digitalsynergyinc.com> - 2022-06-17 14:30 -0700
Re: Help with command line usage Ross Presser <rpresser@gmail.com> - 2022-06-18 18:33 -0700
Re: Help with command line usage ken <ken@spamcop.net> - 2022-06-19 08:36 +0100
Re: Help with command line usage Ross Presser <rpresser@gmail.com> - 2022-06-22 09:06 -0700
Re: Help with command line usage ken <ken@spamcop.net> - 2022-06-19 08:36 +0100
Re: Help with command line usage luser droog <luser.droog@gmail.com> - 2022-06-19 19:21 -0700
csiph-web