[Okular-devel] [Bug 155938] support for MS Word documents

geroxp at web.de geroxp at web.de
Fri Jan 16 13:45:23 CET 2009


http://bugs.kde.org/show_bug.cgi?id=155938


geroxp web de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |geroxp at web.de




--- Comment #12 from geroxp web de  2009-01-16 13:45:18 ---
Just in case somebody is interested in a temporary solution to this problem,
here is a script based on the unoconv program:

#!/bin/bash
unoconv --listener &
kdialog --title "Please wait..." --passivepopup "Please wait for the conversion
to finish..." 20
sleep 20
unoconv -f pdf "$1"
kill -15 %-
okular "${1%.[^.]*}.pdf" &


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Okular-devel mailing list