04-26-2011 04:11 PM
var def = renditionService.createRenditionDefinition("pdf","reformat");
def.parameters['mime-type'] = "application/pdf";
def.execute(document);
04-26-2011 07:29 PM
renditionFilter=*
or in OpenCMIS
OperationContext context = s.createOperationContext();
context.setRenditionFilterString("*");
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.