Skip to content

Solomoriah/MSWinPrint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MSWinPrint.py -- Windows Printing Subsystem
Copyright (c) 2004-2012 Chris Gonnerman
All Rights Reserved
See the LICENSE file for more information.

------------------------------------------------------------------------------

MSWinPrint.py defines a class and utility functions for use by programs 
needing to print complex output on Windows 2K/XP hosts.

document is a class for creating and running print jobs.  Presently, the 
source is the only documentation for this class.

listprinters() returns a list of printer names.  The default printer is the 
first element of the list, and all other printers follow in alphabetical order.

desc(printer) returns a dictionary containing the descriptive fields
for the named printer.  

getfont(name, size) returns a win32ui font object for the named
font scaled to the given size.  Font substitution may have been
done by Windows, so don't be surprised if you don't get what you
asked for.

About

Windows-native printing from Python, for Windows XP and later.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages