Message Boards Message Boards

0
|
3589 Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:

Problem exporting graphics in EPS format

Posted 10 years ago
I’m having a problem exporting EPS files from Mathematica 9. The following code produces an EPS file which looks fine when opened in Ghostview. CorelDraw X6 refuses to import it ("There was a problem reading file ..."). It causes Adobe Photoshop and Adobe Illustrator to crash.

tube = {Tube[{{0, 0, 0}, {1, 1, 1}}, 0.2]};
Export[NotebookDirectory[] <> "eps_test.eps", Graphics3D[{tube}]]

Any suggestions would be gratefully received.

Regards Peter
POSTED BY: Peter Hore
Try exporting to PDF instead?  When I do that I can open the file in Photoshop (Well, Photoshop Elements).  It rasterizes the image first.
POSTED BY: David Reiss
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract