19 Nov 00:55
Auto Document Transformation
From: <jiveforums-ecm@...>
Subject: Auto Document Transformation
Newsgroups: gmane.comp.cms.nuxeo.general
Date: 2008-11-18 23:56:49 GMT
Subject: Auto Document Transformation
Newsgroups: gmane.comp.cms.nuxeo.general
Date: 2008-11-18 23:56:49 GMT
Hello
I try to use docmodifier to auto transform any word doc to pdf file. so I create extension like this
<extension target="org.nuxeo.ecm.platform.modifier.service.DocModifierService" point="docTypeToTransformer">
<docModifier name="convert2pdf" documentType="File"
transformationPluginName="any2pdf"
sourceFieldName="file:content" destinationFieldName="file:content" order="1">
<coreEvent>documentCreated</coreEvent>
<coreEvent>documentModified</coreEvent>
</docModifier>
</extension>
but after create/modify document, It's still be the same format (not change to pdf)
--
Posted by "oldtum" at Nuxeo Discussions <http://nuxeo.org/discussions>
View the complete thread: <http://www.nuxeo.org/discussions/thread.jspa?threadID=2114#5751>
RSS Feed