Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #2645
| From | Luci Ellis <luci@verbeia.com> |
|---|---|
| Newsgroups | comp.soft-sys.math.mathematica |
| Subject | Re: Mathematica 8 Windows EMF/WMF export with transparent background? |
| Date | 2011-05-23 10:28 +0000 |
| Organization | Steven M. Christensen and Associates, Inc and MathTensor, Inc. |
| Message-ID | <irdcsa$3s6$1@smc.vnet.net> (permalink) |
| References | <ir8554$bc7$1@smc.vnet.net> <iraq8u$lso$1@smc.vnet.net> |
On 2011-05-22 20:58:38 +1000, Armand Tamzarian said:
> On May 21, 8:45 pm, Luci Ellis <l...@verbeia.com> wrote:
>> Dear all
>> I'm developing a custom plotting function for my employer,
>> incorporating all the little tweaks and standard formats they want. So
>> far, so good. But they want to export WMF or EMF graphics into
>> PowerPoint presentations that (for technical reasons to do with the
>> screen in the Board room) have dark backgrounds. So they want the
>> graphics to have transparent backgrounds. But the backgrounds of
>> graphics exported as WMF/EMF have white backgrounds, even though the
>> default for Export is meant to be Background->None.
>> Does anyone have any suggestions about how to enforce the transparent
>> background? I am having difficulties testing this myself because I'm
>> developing on a Mac (thus no WMF/EMF export capability), and at the
>> moment they haven't upgraded their Windows versions from 7.0.
>> Kind regards
>> Luci
> <snip>
>
> tmp = Style[Plot[Sin[x], {x, 0, 6 Pi}, Background -> None],
> Antialiasing -> False]
>
> Export["test.pdf", tmp, Background -> None]
>
> PDF is probably a good option if you can convince them to import that
> format.
The question is how that goes in PowerPoint 2007 for Windows. If the
machine connected to the Board room projector were a Mac, PDF would
work.
Does anyone with a Windows version of Mathematica 8.0.1 have
time/inclination to see what WMF/EMF export looks like with and without
the Background->None option to Export[]?
Kind regards
Luci
Back to comp.soft-sys.math.mathematica | Previous | Next — Previous in thread | Find similar | Unroll thread
Mathematica 8 Windows EMF/WMF export with transparent background? Luci Ellis <luci@verbeia.com> - 2011-05-21 10:45 +0000
Re: Mathematica 8 Windows EMF/WMF export with transparent background? Armand Tamzarian <mike.honeychurch@gmail.com> - 2011-05-22 10:58 +0000
Re: Mathematica 8 Windows EMF/WMF export with transparent background? Luci Ellis <luci@verbeia.com> - 2011-05-23 10:28 +0000
csiph-web