suppress pop up windwo
diego
ernst.karner at gmail.com
Fri Aug 3 04:34:33 EDT 2007
More information about the Python-list mailing list
Fri Aug 3 04:34:33 EDT 2007
- Previous message (by thread): replacement for execfile
- Next message (by thread): How to read information from tables in HTML?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I'm automating the generation of PDF out of Excel sheets through win32com. I nearly accomplished everything I wanted, but one problem is still left: when I calling the print job through following code: xl.Selection.PrintOut(Copies=1,Collate=True) then a window pops up, where I have to input the name of the pdf I want to generate. Is there way to pass this filename to this window? (I'm using 'Jaws PDF Creator" as printer.) Thanks in advance for your help! Diego
- Previous message (by thread): replacement for execfile
- Next message (by thread): How to read information from tables in HTML?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list