Previous Topic

Next Topic

Book Contents

Book Index

Command Line Parameters (Java)

java EquationComposer -license <filename | license_key> -mathml <'MathML_string'> | -mathmlfile <filename> [options]

Parameters/Options

Parameter/Option

Description

Default value

-license <filename | license_key>

specifies the path and filename for the license file or a license key

required input

-mathml <'MathML_string'>

specifies the MathML string

required input (if mathmlfile is not supplied)

-mathmlfile <filename>

specifies the path and filename for the MathML file

required input (overrides -mathml)

-imagefolder <dirpath>

specifies the path to a directory that will contain the image files

none

-imagename <filename>

specifies the file name for the resulting image

img

-imagetype <gif | png>

specifies the format for the image

gif

-antialiasingoff <true | false>

Controls whether images will be created with antialiasing or without

false

-pointsize <int>

specifies the base font point size for the equation

12

-dpi <int>

specifies the resolution of the resulting image in dots per inch

96

-bg <CSS color name | transparent | #rrggbb>

specifies the background color for the equation (Background transparency is not currently implemented for the GenerateImageData method)

white

-fg <CSS color name | #rrggbb>

specifies the foreground color for the equation

black

-breakwidth <int>

specifies the width for line wrapping long equations

0

-padding <int>

specifies the padding around the border of the equation image

0

-fontmapping <filename>

specifies the path and file name for the font mapping file -

If the file does not exist, "FontMapping.opt" will be used instead. If this also does not exist or if a file is invalid, the font associations will remain at their previous values. See Java Rendering Engine for more information.

none

-charmap <filename>

specifies the full path and file name for a character mapping file

none

-logfile <filename>

specifies the path and file name for a log file

none

-verbosity <mute | normal | debug>

specifies what processing messages should be displayed; mute - none; normal - any error messages and whether the image was generated successfully; debug - additional processing information

normal

-readoptions <filename>

specifies the path and file name of an XML file for reading in options values

none

-saveoptions <filename>

specifies the path and file name of an XML file for saving out options values

none

-opdict <filename>

specifies the path and file name of the configurable operator dictionary. See Configuring the Operator Dictionary for more information.

none

Previous Topic

Next Topic

Book Contents

Book Index


[Design Science Home]
Copyright © 1996-2016 Design Science, Inc. All rights reserved.