mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-24 04:21:12 +00:00
489 B
489 B
Requirements
-
Step-I: Install the required python dependency.
pip install aspose.slides
-
Step-II: Give the proper destination/path of the PDF file you want to convert into PPT.
For example, "E:\test1\test.pdf" . -
Step-III: Give the proper destination/path for the converted file, ie, the path where you want your file to be saved.
For example, "E:\test1\test.ppt" .
Please watch out for escape sequences while writing the path.