Products.AROfficeTransforms is a Plone product that contain new portal_transforms. This version includes the following transforms :
* MS Excel to html
* MS Word to html
* MS Word to text
* MS Powerpoint to html
* OpenOffice V1 (sxw, sxc, sxi) to html
* OpenOffice V2 / OASIS OpenDocument (odt, odc, odp) to html
* PDF to html
* Zip to Text
This product is copywrite atReal 2006-2009 and distributed under GPL licence (see docs/LICENCE.txt).
It is currently in production on GNU/Linux servers and needs the following binaries :
* ppthtml
* xlhtml
* wv
* xsltproc
* unzip
* pdftohtml
Product's homepage
Requirements:
· Plone CMS
· Python
What's New in This Release: [ read full changelog ]
· If timelimit command is installed on the system, we use it to ensure wv and xlhtml commands do not loop. [thomasdesvenain]
· Avoid memory error while checking huge xls document for bad encoding [tiazma]