Convert PDF documents into images with single, batch or random pages processing.
Effortlessly convert PDF onto images with a single execution of,
1. Convert Single File.exe
2. Convert Batch File.exe
3. Convert Random Pages.exe
Every single execution format has its own output directory inside, where the script stores the output images. Also a Progress bar indicates the progress of the conversion.
[Note for contributors: Here the instructions are for downloadable .exe files. But the instructions are same while using .bat or .exe files]
1. Convert Single File.exe Simple & straight-forward, run and pick a file.
2. Convert Batch File.exe Place all the PDF documents in the workspace/source/batch directory, Run the exe file.
3. Convert Random Pages.exe Place all the PDF documents in the workspace/source/random directory, Run the exe file. Random pages within the documents will be saved.
pip install PyPDF2
pip install pdf2image
pip install tqdm
