mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-23 20:11:10 +00:00
.. | ||
PDF_to_PPT.py | ||
README.md |
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.