Allows you to convert Files from Command Line by using Zamzar APIs
git clone https://github.com/harshanas/ZamzarConverter.git
pip install -r requirements.txt
To convert a file from epub format to pdf, use the below command
convert.py -s "book.epub" -f "pdf"
Argument | Description | Example |
---|---|---|
-s | The path of the file to be converted | -s "hello.mp4" |
-f | The format that files needs to get converted | -f "avi" |