- This is a script which is used for converting files from one extension to other (for example, to convert from jpg to pdf, pdf to word etc).
It takes 3 parameters as input:
- path where the file to be converted, is stored(source_path).
- path where the converted file has to be saved(destination_path).
- the name by which the converted file has to be saved. (for example, if we are converting "test.jpg" to "test.pdf", the program takes the path where "test.jpg" is stored,then path where "test.pdf" has to be saved along with the name by which it should be saved(test)).
- Install Python 3.x (recommended) from
<a href="https://www.python.org/downloads/">
here</a>
- Download this repository as zip and extract.
- Use Python IDLE or PyCharm to run the program.
- Run the code and start taking input as Row and Column.
<br>
- Have fun!!
Excel to Pdf
Jpg to Pdf
Jpg to Png
Pdf to Jpg
Pdf to Png
Pdf to Pptx
Execute the following command in the terminal:
pdf2pptx pdf_path.pdf
- (Replace pdf_path by your file path)
Ppt to Pdf
Execute the following command in the terminal:
ppt2pdf file ppt_path.pptx
- (Replace ppt_path by your file-path)