You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
729 B

7 years ago
  1. # MuK Preview MS Office
  2. Extendes the Preview Dialog to support MS Office files. Currently the following file extensions are supported:
  3. * Word (*.doc | *.docx, application/msword)
  4. * Excel (*.xls | *.xlsx, application/msexcel)
  5. * PowerPoint (*.ppt | *.pptx, application/mspowerpoint)
  6. ## Dependencies
  7. ### PDF Converter ([pdfconv](https://github.com/keshrath/pdfconv))
  8. The Python library pdfconv can be used to convert a variety of different file types to PDF. It can be used on Windows as well as Linux.
  9. ### Windows
  10. * MS Office [comtypes](http://starship.python.net/crew/theller/comtypes/)
  11. * LibreOffice [unoconv](https://github.com/dagwieers/unoconv)
  12. ### Linux
  13. * LibreOffice [unoconv](https://github.com/dagwieers/unoconv)