-h,--help
Displays a help menu.
-v,--version
Displays version information.
-t,--tikz
Activates batch (unattended) mode, and convert files specified by path to TIkZ format. Several output
formats can be used together.
-f,--pdf
Activates batch (unattended) mode, and convert files specified by path to PDF format. Several output
formats can be used together.
-p,--png
Activates batch (unattended) mode, and convert files specified by path to PNG format. Several output
formats can be used together.
-j,--jpeg
Activates batch (unattended) mode, and convert files specified by path to JPEG format. Several output
formats can be used together.
-s,--svg
Activates batch (unattended) mode, and convert files specified by path to SVG format. Several output
formats can be used together.
--dpiN
Sets the resolution of output raster images (png, jpg), in dots per inch. Value N is mandatory. If
option is not set, default is 150dpi (defined in 'settings' dialog).
--qualityQ
Sets the quality of output raster lossy images (jpg), in percent. Value Q is mandatory. If option is
not set, default is 80% (defined in 'settings' dialog).
--destinationdirectory
Save all converted files into the same destination directory D (value is mandatory).
--links
Follow symbolic links.
- If not set, destination file will be saved into the same directory where the source file is,
whether it's a real file or a symbolic link.
- If set, destination file will be saved into the directory
--overwrite
Overwrite by default the converted files if they are present. If not set, user will be asked at
runtime.
-r
Using this option the pattern '**' will match any files and zero or more subdirs, so '**/*.ckt' will
match all files with 'ckt' extension in the current directory and all its subdirectories.