else{
dstFiles = computeDstFiles(sources);
}
// Now, get the transcoder to use for the operation
Transcoder transcoder = destinationType.getTranscoder();
if(transcoder == null) {
throw new SVGConverterException(ERROR_CANNOT_ACCESS_TRANSCODER,
new Object[]{destinationType.toString()},
true /* fatal error */);
}
// Now, compute the set of transcoding hints to use
Map hints = computeTranscodingHints();
transcoder.setTranscodingHints(hints);
// Notify listener that task has been computed
if(!controller.proceedWithComputedTask(transcoder,
hints,
sources,