MathGroup Archive 2013

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

Search the Archive

Re: Visible mesh edges in PDF output of 3D graphic

  • To: mathgroup at smc.vnet.net
  • Subject: [mg130172] Re: Visible mesh edges in PDF output of 3D graphic
  • From: RBaillie <bobbaillie at frii.com>
  • Date: Sun, 17 Mar 2013 03:08:48 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-newout@smc.vnet.net
  • Delivered-to: mathgroup-newsend@smc.vnet.net
  • References: <khpcon$me2$1@smc.vnet.net>

Exporting 3d graphics to pdf hasn't worked well since version 5.2.
That's why I keep a copy of version 5.2 around.

Anyway, including the
  "AllowRasterization" -> False
option greatly reduces the file size:

plt = ...
Export["C:\\junk\\plt.pdf", plt, "AllowRasterization" -> False]



  • Prev by Date: Re: Multiple independent random number streams cannot be implemented.
  • Next by Date: Re: variables/objects with sequential naming?
  • Previous by thread: Re: Visible mesh edges in PDF output of 3D graphic
  • Next by thread: Getting an array into a C program through mathlink