python-scripts/scripts/PDF_to_PPT_Converter/README.md
2022-10-08 17:35:50 +05:30

17 lines
489 B
Markdown

# <center> Requirements
1. Step-I:
Install the required python dependency.
`pip install aspose.slides`
2. Step-II:
Give the proper destination/path of the PDF file you want to convert into PPT.
For example, "E:\test1\test.pdf" .
3. 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.**