final Converter c2 = context.getConverter(pc
.getIntermediateFormat(),
pc.getTargetFormatList().get(0), pc
.getIntermediateEncoding(), pc
.getTargetEncoding());
final PipedConverter c = new PipedConverter(c1, c2);
c.getConverterContext().setProperties(converterProps);
c.setIntermediateEncoding(pc.getIntermediateEncoding());
context.addConverter(c);
} catch (final Exception e) {
LOGGER.error("Could not initialize PipedConverter: "
+ e.getMessage());
if (LOGGER.isDebugEnabled()) {