Python programming. Accessing Windows rigth click menu options
        Posted  
        
            by 
                Zack
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Zack
        
        
        
        Published on 2010-12-22T07:02:19Z
        Indexed on 
            2010/12/22
            12:54 UTC
        
        
        Read the original article
        Hit count: 281
        
python
I'm hoping to automate a few tasks at work. One of them being combining and converting power point files to PDFs. I'm a bit of a newbie (I just finished Magus Heitland's Beginning Python), so I'm not entirely sure what I'm specifically asking.
On windows, one can select multiple files, right click, and select combine as adobe PDF. I've figured out the 'grouping' of the files I want to convert (I traverse the dir and nest the files inside of a list based on their names), but I'm unsure how to pursue the next step (the rightclick/combine command).
Googling has led me to things like win32api, pywinauto, and ctypes. But as I read over what they do my newbieness prevents me from knowing which is the tool I need.
Could any one suggest a few good resources or tips?
© Stack Overflow or respective owner