I create the file pdftohtml-config.xml in /nuxeo.ear/config/ with the following 
content

<?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>/usr/bin/pdftohtml</commandLine>
<parameterString>-c -noframes #{inFilePath} 
#{outDirPath}/index.html</parameterString>
<installationDirective>You need to install pdftohtml</installationDirective>
</command>
</extension>
</component>

it's ok?
--
Posted by "alvaig" at Nuxeo Discussions <http://nuxeo.org/discussions>
View the complete thread: 
<http://www.nuxeo.org/discussions/thread.jspa?threadID=3046#9039>
_______________________________________________
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