Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #2739
| From | Alexey Popkov <lehin.p@gmail.com> |
|---|---|
| Newsgroups | comp.soft-sys.math.mathematica |
| Subject | Re: General PDF/EMF export problems and solutons |
| Date | 2011-05-26 11:47 +0000 |
| Organization | Steven M. Christensen and Associates, Inc and MathTensor, Inc. |
| Message-ID | <irlele$eo6$1@smc.vnet.net> (permalink) |
| References | <irlafs$dv4$1@smc.vnet.net> |
One correction for the original post.
Here is much more clear and correct example for the EMF export
section:
graphics1 =
First@ImportString[
ExportString[Style["a", FontFamily -> "Times"], "PDF"], "PDF"];
graphics2 = Magnify[graphics1, 10];
Export["C:\\test1.emf", graphics1]
Export["C:\\test2.emf", graphics2]
If you insert these files into Microsoft Word and zoom in you will see
that the first "a" has sawtooth on it while the second has not.
Back to comp.soft-sys.math.mathematica | Previous | Next — Previous in thread | Find similar | Unroll thread
General PDF/EMF export problems and solutons Alexey Popkov <lehin.p@gmail.com> - 2011-05-26 10:36 +0000 Re: General PDF/EMF export problems and solutons Alexey Popkov <lehin.p@gmail.com> - 2011-05-26 11:47 +0000
csiph-web