provide msword conversion for full-text indexing
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1604 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
f43676c843
commit
a2932828fb
1 changed files with 5 additions and 0 deletions
|
@ -356,6 +356,11 @@
|
|||
name="application/pdf"
|
||||
factory="cybertools.text.pdf.PdfTransform" />
|
||||
|
||||
<adapter for="loops.interfaces.IFile"
|
||||
provides="cybertools.text.interfaces.ITextTransform"
|
||||
name="application/msword"
|
||||
factory="cybertools.text.doc.DocTransform" />
|
||||
|
||||
<!-- utilities -->
|
||||
|
||||
<utility
|
||||
|
|
Loading…
Add table
Reference in a new issue