jiveforums | 19 Nov 00:55

Auto Document Transformation

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>

Gmane