|
[Date Index]
[Thread Index]
[Author Index]
Re: PDF Broken in Mathematica 9.0?
- To: mathgroup at smc.vnet.net
- Subject: [mg129759] Re: PDF Broken in Mathematica 9.0?
- From: RBaillie <bobbaillie at frii.com>
- Date: Mon, 11 Feb 2013 04:37:12 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-newout@smc.vnet.net
- Delivered-to: mathgroup-newsend@smc.vnet.net
- References: <kf4nmp$8s8$1@smc.vnet.net>
Exporting to PDF was excellent until version 5.2. After that, it has
been pretty poor.
That's why I keep a copy of 5.2 around.
However, the "AllowRasterization" option helps. This option greatly
reduces the size of the pdf file.
Export["C:\\junk\\plot.pdf", %, "AllowRasterization" -> False]
Prev by Date:
Re: Help with "recession bar" graph
Next by Date:
Re: Differencing two equations
Previous by thread:
Re: PDF Broken in Mathematica 9.0?
Next by thread:
Can Printing of a CDF be Disabled
|