python-scripts/scripts/PDF_to_PPT_Converter
2022-10-08 17:35:50 +05:30
..
PDF_to_PPT.py Added script for PDF to PPT conversion 2022-10-08 17:35:50 +05:30
README.md Added script for PDF to PPT conversion 2022-10-08 17:35:50 +05:30

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.