Skip to main content

A Microsoft Office to Postscript Converter as a Python Module

Project description

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…

Project details


Release history Release notifications | RSS feed

This version

1.1

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page