can you try the following xml ?
<?xml version="1.0"?>
<component name="myproject.pdftohtml.config.contrib">

<extension 
target="org.nuxeo.ecm.platform.commandline.executor.service.CommandLineExecutorComponent"
 point="command">

<command name="pdftohtml" enabled="true">
<commandLine>/pdftohtmlconverter/pdftohtml.exe</commandLine>
<parameterString> -c -noframes #{inFilePath} 
#{outDirPath}/index.html</parameterString>
<installationDirective>You need to install pdftohtml</installationDirective>
</command>

</extension>

</component>
--
Posted by "vdu" at Nuxeo Discussions <http://nuxeo.org/discussions>
View the complete thread: 
<http://www.nuxeo.org/discussions/thread.jspa?threadID=2244#6923>
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm

Reply via email to