Arbortext IsoDraw > Macro Language Reference > Menu Commands > File Menu > Export
  
Export
The EXPORT command exports the current document in the given format.
EXPORT"path""exportformat"percentage
path
Defines where, and under what name, the document should be exported.
exportformat
File format for saved file. The table below lists the available formats with their corresponding keys.
percentage
Optional parameter that defines scaling of the image in percent. Since it is defined as float you can enter a number with decimal digits.
exportformat Keys
exporformat Keys Description
AI
Adobe Illustrator
BMP
Bitmap
CALS_Raster
Continuous Acquisition and Lifecycle Support
CGM
Computer Graphics Metafile
DWG
File format of AutoCAD
DXF
Drawing Interchange Format
EPSF
Encapsulated PostScript File
HPGL
Hewlett Packard Graphics Language
IGES
Initial Graphics Exchange Standard
Interleaf
Publishing system
JPEG
Raster format
MIF
Maker Interchange Format
Objects_Text
All object informations as text file
PICX
Raster format
PICT
PICTure format from Apple Macintosh
PNG
Portable Network Graphic
SVG
Scalable Vector Graphics
SVGZ
Compressed SVG
Text-Excerpt
Arbortext IsoDraw's own formats
TIFF
Tagged Image File Format
WMF
Windows Meta File
#export as CGM in the original size
EXPORT "a:\plan.cgm" "CGM"

#export as TIFF scaled down 66%
EXPORT "c:\picts\results.tif" "TIFF" 66

#export as JPEG scaled down 33.33%
EXPORT "Macintosh HD:My Files:results.jpg" 33.33