MathGroup Archive 2011

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: General PDF/EMF export problems and solutons

  • To: mathgroup at smc.vnet.net
  • Subject: [mg119253] Re: General PDF/EMF export problems and solutons
  • From: Alexey Popkov <lehin.p at gmail.com>
  • Date: Thu, 26 May 2011 07:17:52 -0400 (EDT)
  • 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.


  • Prev by Date: General PDF/EMF export problems and solutons
  • Next by Date: Re: Simple integral
  • Previous by thread: General PDF/EMF export problems and solutons
  • Next by thread: Problem combining patterns