How to bulk convert ppt to pdf
1.You Need to install Python New version //if you don’t have python, just ref any youtube video to install python//
2.You Need to install comtypes Module. //python’s module, through pip//
bcz This code use this “comtypes” Module.
if you don’t install, u will have Error-step5.
i– open cmd as administrator
ii– python -m pip install comtypes
This is the code which we use to convert
3.code:-
save as- .py
4. Run via cmd
*Make sure all ppt which need to convert and this python program should be
in the same folder
**Finished**
—————————————————————————————————————–
if you face any error ref this site.
5.Error:-
import comtypes.client ModuleNotFoundError:
No module named ‘comtypes’
6.Fix:-
open cmd as administrator
python -m pip install comtypes
————————————————————————————————————————-…(read more)
Convert Word 2 PDF: Word to PDF Converter
Convert PowerPoint 2 PDF: PPT to PDF Converter
Convert Excel 2 PDF: Excel to PDF Converter
Convert an Image 2 PDF: Image to PDF Converter
Convert HTML 2 PDF: HTML to PDF Converter
More Tools: PDF Converter
Hi Team,
I am getting the following error while converting
COMError: (-2147467259, 'Unspecified error', ("Presentation (unknown member) : PowerPoint can't save ^0 to ^1.", 'Microsoft PowerPoint', '', 0, None))
How do it in Linux?