EMF Subcommand (OUTPUT EXPORT Command)

For graphics exported as separate files in enhanced metafile format, the EMF subcommand controls settings for those graphic files. EMF format is available only on Windows operating systems.

IMAGEROOT Keyword

  • The IMAGEROOT keyword is required if you are exporting graphics only, without any document type.
  • The keyword is followed by an equals sign and a root name enclosed in quotes. The quoted root name can also include a directory path.
  • File names are generated by adding a sequential integer to the root name, starting with 0.
  • If any subcommand with a DOCUMENTFILE keyword is specified, IMAGEROOT is ignored.

PERCENTSIZE Keyword

The PERCENTSIZE keyword specifies the size of graphics as a percentage of the original size. The keyword is followed by an equals sign and a positive number that does not exceed 200. The default value is 100.

Example

OUTPUT EXPORT
  /EMF IMAGEROOT='/mydocs/mygraphic'
   PERCENT=50.