Re: Version 9 export to PDF creates ridiculously large file
- To: mathgroup at smc.vnet.net
- Subject: [mg132682] Re: Version 9 export to PDF creates ridiculously large file
- From: "Walter H." <Walter.H-Nntp at mathemainzel.info>
- Date: Sun, 4 May 2014 02:27:16 -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: <ljvdai$b9p$1@smc.vnet.net>
On 02.05.2014 08:17, bobbaillie at frii.com wrote: > In Mathematica version 8, the code below creates a file that is 38 KB. the same with version 7 > 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?