The thing is that I need to call IsoDraw from my java code. So I'm testing it from a console and it seems that command lines aren't much customizable. I saw in the documentation that starting from 7.1, this is the generic command : "[path]\IsoDraw7.exe" -ext <plugin name> -s<path of source files>
-d<path of destination files> -f## -c<scale value> -m<name of the macro>
As I need to execute a command to export in the right CGM format, what would be the command to just make an export ? Since I can manually change the preference file, I don't need to do anything special in the command, just call the macro that export to CGM. At least, that's how I understand it.
I am always giving the whole path to my files (I am not using "..\..\myfile" but always "D:\path\to\myfile").