MathGroup Archive 2013

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

Search the Archive

Re: Export to PDF outline issues

  • To: mathgroup at smc.vnet.net
  • Subject: [mg130622] Re: Export to PDF outline issues
  • From: "Alexey Popkov" <lehin.p at gmail.com>
  • Date: Fri, 26 Apr 2013 23:08:17 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-outx@smc.vnet.net
  • Delivered-to: mathgroup-newsendx@smc.vnet.net
  • References: <klajpj$39p$1@smc.vnet.net>

I confirm this bug in Mathematica 9.0.1 (Windows 7 x64).


----------------------------------------------------------------------------
"iltuje" wrote: klajpj$39p$1 at smc.vnet.net...

I've been using Mathematica 8 to generate plots, and now switched to 9. One 
issue I have is that the outlines in the export to PDF are now all messed 
up.

When I do:
foo = Graphics[{Blue, Rectangle[{1, 0}, {2, .1}], Red,  Rectangle[{0, 0}, 
{1, .1}]}]

I get two rectangles of equal height, which is what I want.

If I export this using

Export["~/Desktop/foo.pdf", foo]
Export["~/Desktop/foo.tiff", foo],

the tiff figure looks fine, but the PDF looks terrible, with the second 
rectangle being wider than the first, and having rounded edges. This 
permeates through all my figures, and is especially bad for figures with 
zero-width regions, which display fine in the notebook (i.e., zero-width 
regions are not shown), but come out terribly at PDF export.




  • Prev by Date: Re: Export to PDF outline issues
  • Next by Date: Convolve: Different Looking Results. (2)
  • Previous by thread: Re: Export to PDF outline issues
  • Next by thread: Re: Export to PDF outline issues