Hi, i want to write an office2pdf converter, that will scan a directory for incoming documents. Because I am a Linux only user python was a natural choice for the implementation language. Unfortunately I need to control the office tools to send a document to a virtual pdf/tiff printer (freepdf e.g.). My problem is, that a lot of documents are password protected and the converting process will bring up a dialog on the screen and waits for an input.
This can be handled by using the haspassword function, at least i think so. But i see a general problem in popups, i dont want to login to the converting host each day to check wether there is a popup or not. I want to block popups, hence to converter will never stop and if it is possible i want to get the contents of the blocked popups (messageboxes etc.) Is there a sollution of this problem ? -- View this message in context: http://www.nabble.com/block-any-kind-of-popup%27s-t1232221.html#a3259014 Sent from the Python - python-win32 forum at Nabble.com. _______________________________________________ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32