Thanks,
I'll take a look at using GhostScript and GSPrint instead.
Josh
--
http://mail.python.org/mailman/listinfo/python-list
Acrobat is stupid like this. I haven't yet found a way to prevent it
from launching a new window, so I gave up and went with GhostScript and
GSPrint instead. Works fabulously.
--
http://mail.python.org/mailman/listinfo/python-list
Hi All,
I am trying to print a pdf file from python using the Win32api
shellexecute method and am having a problem, or perhaps just a
misunderstanding, with the bshow parameter. Am I correct to assume that
if the bshow parm is set to 0, that the program will not show when
launched? e.g.:
win32api