MathGroup Archive 2002

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

Search the Archive

Strange thing with exporting to PDF.

  • To: mathgroup at smc.vnet.net
  • Subject: [mg35091] Strange thing with exporting to PDF.
  • From: "HPhreacker\(tm\)" <coerce at brasnet.org>
  • Date: Mon, 24 Jun 2002 03:22:56 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Hi.
Strange things are happening when exporting to PDF...

Here is a small dump of the problem:

Export["c:\Sin_e_Cos.pdf",
    Plot[{Sin[x], Cos[x]}, {x, -4*\[Pi], 4*\[Pi]},
      PlotStyle -> {RGBColor[0, 1, 0], RGBColor[0, 0, 1]}]];

Causes  an Display::pserr with NO message:

In[3]:=Export["c:\Sin_e_Cos.pdf",
    Plot[{Sin[x], Cos[x]}, {x, -4*\[Pi], 4*\[Pi]},
      PlotStyle -> {RGBColor[0, 1, 0], RGBColor[0, 0, 1]}]];

Display::pserr:

But if I DELETE the old Sin_e_cos.pdf it works...
Can't I overwrite it directly from Mathematica?
Because it is not good to have to open Windows Explorer then locate the
file.

And... how do I export a COMPLETE PDF file(with some text)?


Mathematica 4, Windows 98, Pentium II 466, 128 MB Ram, 8 GB HDD...
--
MSN hphreacker at hotmail.com (NOT USED AS E-MAIL)
ICQ 151782344
Spammers would like to use abuse at yahoo.com for contact.





  • Prev by Date: friendly challenge 3
  • Next by Date: Re: Mathematica and AMPL
  • Previous by thread: Re: friendly challenge 3
  • Next by thread: RE: Strange thing with exporting to PDF.