You are not logged in Log in Join
You are here: Home » Members » rossl » File system storage version of MSWordDocument

Log in
Name

Password

 

File system storage version of MSWordDocument

For a Lightly Tested But Tasty (tm) hack of Eric Barocca's MSWordDocument, try MSWordDocumentFS

This Zope product allows the addition of MSWord documents as zope objects. They display as html and users may download the original or a pdf version. Major change is that this product uses the filesystem to store the original .doc file together with pdf and html versions, so you don't bloat your ZODB. If you need cataloguing of your .doc contents, use the original, or add a text property containing the text (doh!) to this one - I don't need it and so haven't added it.

Like the original, it needs a working version of wvWare. Images now appear to work properly. They show up in the html default view and can be viewed from the management screen - thanks to a quick and dirty hack of ExtFile into an ExtImg object.

Anyone moved to fix the original MSWordWin.py (for Win boxen), please let me know and I'll incorporate it..