Skip to content

Instantly share code, notes, and snippets.

View gsaltintas's full-sized avatar
🍇

Gül Sena A gsaltintas

🍇
View GitHub Profile
@gsaltintas
gsaltintas / pptx-to-pdf
Created October 18, 2021 07:02
Convert PowerPoint to Pdf
import argparse
import os
import sys
"""
Important: Make sure to install comtypes package before running
TODO: only works in windows, find an alternative to comtypes
Adapted from the gist at https://gist.github.com/littmus/6496277
"""