The program can be called from the command line as follows:
> aisee3 [options] [GDL file]The input GDL file must be always specified at the very end. Any options specified thereafter will be ignored. For example:
> aisee3 in.gdl --export out.svg
> aisee3 --export out.svg in.gdl
The following command line options are supported by aiSee 3 under Windows and Linux. aiSee 3 for Mac OS X doesn’t support them yet.
| Option | Description |
|---|---|
--export File |
Directly exports the computed layout into the file named File.
Interactive displaying of the graph is turned off. The file type is
automatically derived from the file extension. For example,
You can specify several instances of |
--scale F |
Scales the graph by a factor of F (floating-point number). |
--area WxH+X+Y |
When used in combination with
|
--svg-embed-icons |
Useful only when exporting a graph that contains bitmap icons to SVG. With this option on, the icons are embedded in the output SVG file instead of simply being referenced by their paths. |
--html-image-name File |
Specifies the file name of the image to be referenced in subsequent image-map exports. |
--server Port |
Starts aiSee in server mode, enabling communication with other applications via TCP (see page 21 of the PDF user manual that is included in the aiSee package). |
--hostid |
Displays the host ID of your machine. |
--help |
Displays the version and build number of your copy of aiSee along with a complete list of command line options supported by it. |