MSOffice2PS Python Module 1.1
A Microsoft Office to Postscript Converter as a Python Module
msoffice2ps is a Python Module for conversion of Microsoft Office Documents to Postscript. It uses win32com and Pythoncom from Pywin32 (Marc Hammond) to printout Office Documents to a specified Postscipt Printer.
You can use it e.g. to build a PDF Converter with Ghostscript in your own application. To convert a Word document simply make:
import msoffice2ps msoffice2ps.word('test.doc', 'test.ps', 'My Postscript Printer')
That`s all...
- Author: Dipl.-Ing. Mustafa Görmezer <webmaster at goermezer de>
- Maintainer: Dipl.-Ing. Mustafa Görmezer <webmaster at goermezer de>
- Home Page: http://www.goermezer.de/content/view/40/556/
- Download URL: http://www.goermezer.de/dmdocuments/msoffice2ps.zip
- Keywords: Postscript, Pywin, win32com, pythoncom, microsoft, office, word, excel, powerpoint
- License: GPL
- Platform: Windows2000/XP + Pywin32 from Marc Hammond
- Categories
- Package Index Owner: musti
- DOAP record: MSOffice2PS Python Module-1.1.xml
Log in to rate this package.