MathGroup Archive 2014

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

Search the Archive

Re: Version 9 export to PDF creates ridiculously large

  • To: mathgroup at smc.vnet.net
  • Subject: [mg132687] Re: Version 9 export to PDF creates ridiculously large
  • From: Tomas Garza <tgarza10 at msn.com>
  • Date: Sun, 4 May 2014 02:28:56 -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: <20140502061756.13CF36A29@smc.vnet.net>

I guess it depends what you want to do with your exported file. What I did 
is copy the plot to a new notebook, and saved it as PDF. It takes 39 KB. 
When you open the PDF file you get the plot such as obtained in Mathematica. Is that useful for you?
-Tomas


> From: bobbaillie at frii.com
> Subject: Version 9 export to PDF creates ridiculously large file
> To: mathgroup at smc.vnet.net
> Date: Fri, 2 May 2014 02:17:56 -0400
>
> In Mathematica version 8, the code below creates a file that is 38 KB.
>
> But in version 9, the code creates a file that is 872 KB.
>
> f[x_] := Sum[Sin[n x]/n, {n, 1, 100}] ;
> f1Plot = Plot[f[x], {x, -Pi, Pi}, PlotRange -> 2]
> Export["C:\\JUNK\\f1Plot.pdf", f1Plot]
>
> Is there a way in version 9 to create a pdf file of reasonable size?
>
 		 	   		  =


  • Prev by Date: LeafCount and ByteCount Lie in Mathematica
  • Next by Date: mathscr fonts
  • Previous by thread: Version 9 export to PDF creates ridiculously large file
  • Next by thread: Re: Version 9 export to PDF creates ridiculously large file