Hi Florent,
thanks for the answer. I have add the mimetype of the images
in my own FileImporter:

 <plugin name="DefaultFileImporter"
      class="org.ebook.fileimporter.DefaultFileImporter"
      order="1">
      <filter>.*</filter>
      <filter>image/jpeg</filter>
      <filter>image/gif</filter>
      <filter>image/png</filter>
    </plugin>

in the FileManagerService plugin and now the images are
processed by my class.

Thanks.
---
Mailing list: [email protected]
Forum: http://forum.nuxeo.org/f/1/

Reply via email to