mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-27 22:11:10 +00:00
17 lines
489 B
Markdown
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.**
|