IEngUserProfile profile=getUserProfile();
// CALL EXPORTER
logger.debug("call exporter");
DocumentCompositionExporter exporter=new DocumentCompositionExporter();
tmpFile=exporter.exportDocumentCompositionPDF(tmpFile,docCompConf, document, profile, currentConfigurationsMap, documents, defaultStyle);
String outputType = "PDF";
String mimeType = "application/pdf";