atreal.richfile.preview is a Plone product that provides a preview support plugin for RichFileQualifier.
This Plone Component is a plugin for atreal.richfile.qualifier system.
atreal.richfile.preview provides the ability to view the HTML preview of a file in a viewlet. Mimetypes supported are:
supported_mimetypes = [
"application/pdf",
"application/msword",
"application/msexcel",
"application/vnd.ms-excel",
"application/vnd.ms-powerpoint",
"application/vnd.oasis.opendocument.text",
"application/vnd.oasis.opendocument.text-master",
"application/vnd.oasis.opendocument.text-template",
"application/vnd.oasis.opendocument.text-web",
"application/vnd.oasis.opendocument.spreadsheet",
"application/vnd.oasis.opendocument.spreadsheet-template",
"application/vnd.oasis.opendocument.presentation",
"application/vnd.oasis.opendocument.presentation-template",
"application/vnd.oasis.opendocument.chart",
"application/vnd.oasis.opendocument.database",
"application/vnd.sun.xml.writer",
"application/vnd.sun.xml.impress",
"application/vnd.sun.xml.calc",
]
This package requires Products.AROfficeTranforms and his dependencies.
Product's homepage
Requirements:
· Python
· Plone CMS
What's New in This Release: [ read full changelog ]
· Plone 4 Compatibility : add control panel action icon with the new way [f10w]
· Plone 4 Compatibility : update control panel template [f10w]
· Plone 4 Compatibility : change the way to get subobject using new traverse adapter in qualifier [f10w]
· Change the way to get data from file to work with 'all' files [f10w]
· Cleanup package-structure [f10w]