EMF (.emf)
- Export fully supports the EMF format.
Background
|
|
Import and Export
- Export["file.emf",expr] exports arbitrary vector or raster graphics or typeset expressions to the EMF format.
- Export["file.emf",Graphics[…] ] creates an EMF file representing a Wolfram Language Graphics object.
- Since EMF supports vector graphics, fonts are not rasterized when exporting to EMF.
- See the reference pages for full general information on Export.
- ExportString supports the EMF format.
Elements
- Data representation element:
-
"Graphics" exports arbitrary graphics to EMF - Export uses the "Graphics" element by default.
Examples
See Also
Related Guides
Introduced in 2007
(6.0)