Re: Printing Using Python

2007-04-17 Thread Roger Upole
"Raja" <[EMAIL PROTECTED]> wrote: > Hi, > Attached is the code . I want my program to save the current printer > job properties and , when I reconnect the printer at a latter date , i > need to print the saved job . Can you please help with my code ? How > to print a document at a later stage and

Re: Printing Using Python

2007-04-16 Thread kyosohma
On Apr 16, 2:13 pm, "Raja" <[EMAIL PROTECTED]> wrote: > Hi, > Attached is the code . I want my program to save the current printer > job properties and , when I reconnect the printer at a latter date , i > need to print the saved job . Can you please help with my code ? How > to print a document

Printing Using Python

2007-04-16 Thread Raja
Hi, Attached is the code . I want my program to save the current printer job properties and , when I reconnect the printer at a latter date , i need to print the saved job . Can you please help with my code ? How to print a document at a later stage and any errors in my code ? import win32ui imp

Re: Writting to file from file and printing using python

2006-07-28 Thread Simon Brunning
On 7/28/06, atanas Cosmas Nkelame <[EMAIL PROTECTED]> wrote: > Hi, > I have a task to write a program that will do the following. > > 1. Run from the command line Check out the optparse module for this. > 2. Get data from a text file (say data.t

RE: Writting to file from file and printing using python

2006-07-27 Thread atanas Cosmas Nkelame
Hi,I have  a task to write a program that will do the following.1. Run from the command line2. Get data from a text file (say data.txt) in the following format     111:  peter  edward [EMAIL PROTECTED]  112:  John  sykes        [EMAIL PROTECTED]