I've got this working on this automated python script that edits a PPTX template and converts it to PDF, however this only works in windows operating env as the dependency required for this to work is using win32com.client. However I'll be porting the script to linux based so it will not work.
Any suggestion/work around to take for the conversion of PPT -> PDF in python without using win32com and apose.slides.
P.S. I'm also unable to install libreoffice on linux due to insufficient privileges