Skip to content

Convert PDF documents into images with single, batch or random pages processing. Using python 3.

License

Notifications You must be signed in to change notification settings

gokulmanohar/PDF-to-Image

Repository files navigation

PDF-to-Image

Convert PDF documents into images with single, batch or random pages processing.

PDF to Image.png

Options

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

Download

Windows 10

Organised

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.

Usage

[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.

REQUIREMENTS [For contributers]

PyPDF2

pip install PyPDF2

pdf2image

pip install pdf2image

tqdm

pip install tqdm