MathGroup Archive 2005

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Running ps2pdf from within Mathematica

  • To: mathgroup at smc.vnet.net
  • Subject: [mg60557] Re: [mg60529] Running ps2pdf from within Mathematica
  • From: <bsyehuda at gmail.com>
  • Date: Tue, 20 Sep 2005 05:19:20 -0400 (EDT)
  • References: <200509190845.EAA23551@smc.vnet.net>
  • Reply-to: bsyehuda at gmail.com
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,
I assume that Linux it similar
Run["ps2pdf somefil.ps <http://somefil.ps>"] works. It returns 0 in
Mathematica and the file is converted.
yehuda

On 9/19/05, Trevor Baca <trevorbaca at gmail.com> wrote:
>
> Under OS X 10.4 running the following at the commandline ...
>
> /sw/bin/ps2pdf foo.ps <http://foo.ps>
>
> ... summons the ps2pdf utility and converts foo.ps <http://foo.ps> to
> foo.pdf, which is
> good. However, evaluating ...
>
> Run["/sw/bin/ps2pdf foo.ps <http://foo.ps>"]
>
> ... from within Mathematica gives the return code 32512 and doesn't
> summon psp2df.
>
> Any ideas what I'm doing wrong?
>
> Trevor.
>
>



  • Prev by Date: Re: RegularExpression::maxrec: Recursion limit exceeded - positive match might be missed
  • Next by Date: init.m
  • Previous by thread: Running ps2pdf from within Mathematica
  • Next by thread: Re: Running ps2pdf from within Mathematica