The CommandLineConverter class needs to generate a path in the temporary folder used for a conversion. This path is used to compute the targetFilePath parameter.
But the actual implementation leaves a temporary file in the temporary folder, which could cause errors whilst reading the result of the command line execution in the buildResult method.