Groups | Search | Server Info | Login | Register


Groups > comp.soft-sys.math.mathematica > #16906

Re: Version 9 export to PDF creates ridiculously large

From Tomas Garza <tgarza10@msn.com>
Newsgroups comp.soft-sys.math.mathematica
Subject Re: Version 9 export to PDF creates ridiculously large
Date 2014-05-04 06:29 +0000
Message-ID <lk4mnr$g63$1@smc.vnet.net> (permalink)
References <20140502061756.13CF36A29@smc.vnet.net>
Organization Time-Warner Telecom

Show all headers | View raw


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@frii.com
> Subject: Version 9 export to PDF creates ridiculously large file
> To: mathgroup@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?
>
 		 	   		  =

Back to comp.soft-sys.math.mathematica | Previous | Next | Find similar


Thread

Re: Version 9 export to PDF creates ridiculously large Tomas Garza <tgarza10@msn.com> - 2014-05-04 06:29 +0000

csiph-web