Hi Martin,
oh, I forgot, of course you also need the dependent jar files of the
text filters. that's stuff like pdfbox, etc... the project.xml file
lists them all.
the mapping is more or less hard coded in each text filter
implementation. jackrabbit will ask all known text filter
implementations whether they support a certain mime-type and then let
the filter do its work if it returns true for such a call.
regards
marcel
Martin Perez wrote:
Marcel, that is interesting.
So to get it working you only have to add that contrib .jar files to the
classpath and put the correct mime type? Is there any place where you can
search mappings between mime types and converter classes? I suppose that
looking into contrib code :D ( sorry for these obvious questions but I can't
look at contrib code until night ;))