[Tickets #8011] AbiWord msword viewer
bugs at horde.org
bugs at horde.org
Thu Feb 19 00:02:02 UTC 2009
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/8011
------------------------------------------------------------------------------
Ticket | 8011
Created By | Duck <duck at obala.net>
Summary | AbiWord msword viewer
Queue | Horde Framework Packages
Version | Git master
Type | Enhancement
State | New
Priority | 1. Low
Milestone |
Patch | 1
Owners |
+New Attachment | msword.diff
------------------------------------------------------------------------------
Duck <duck at obala.net> (2009-02-18 19:02) wrote:
Replace deprecated wv utility with AbiSource successor
- auto detects format (ex rtf send as application/msword)
- unicode support
- embed css
Configure Mime Driver as follows
$mime_drivers['horde']['msword'] = array(
'location' => '/usr/bin/abiword',
'inline' => false,
'handles' => array(
'application/vnd.ms-word', 'application/msword'
),
'icons' => array(
'default' => 'msword.png'
)
);
PS for thumbnails: AbiWord can convert a document into PDF. Maybe we
can use this to create document preview thumbnails like we do with
PDFs in IMP.
More information about the bugs
mailing list