Discussion:
Version 9 export to PDF creates ridiculously large file
(too old to reply)
b***@frii.com
2014-05-02 06:17:54 UTC
Permalink
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?
Walter H.
2014-05-04 06:27:33 UTC
Permalink
Post by b***@frii.com
In Mathematica version 8, the code below creates a file that is 38 KB.
the same with version 7
Post by b***@frii.com
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?
Loading...