If you are using nuxeo 5.2, the nuxeo-platform-preview jar should already be 
installed.
Check if it is in your nuxeo.ear/system.

For Nuxeo 5.2, your contribution should look like:

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

  </extension>

</component>
--
Posted by "troger" at Nuxeo Discussions <http://nuxeo.org/discussions>
View the complete thread: 
<http://www.nuxeo.org/discussions/thread.jspa?threadID=2244#6908>
_______________________________________________
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