programmatically save as PDF (SaveRename problem)
- To: mathgroup at smc.vnet.net
- Subject: [mg130510] programmatically save as PDF (SaveRename problem)
- From: Alan <alan.isaac at gmail.com>
- Date: Wed, 17 Apr 2013 02:31:41 -0400 (EDT)
- 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
This works:
FrontEndExecute[
FrontEndToken[EvaluationNotebook[],
"SaveRename", {"C:\\temp\\temp.nb"}]]
But how to save as PDF?
I expected to add a second parameter, but I could not make that work.
Thanks,
Alan Isaac
(Mathematica 9 on Windows)