Skip to content
View webbedfeet's full-sized avatar

Highlights

  • Pro

Organizations

@Zansors
Block or Report

Block or report webbedfeet

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. ASAWebinar_BestPractices ASAWebinar_BestPractices Public

    1

  2. Converting pptx to pdf in Windows us... Converting pptx to pdf in Windows using Python
    1
    import comtypes.client
    2
    
                  
    3
    def PPTtoPDF(inputFileName, outputFileName, formatType = 32):
    4
        powerpoint = comtypes.client.CreateObject("Powerpoint.Application")
    5
        powerpoint.Visible = 1