gokulmanohar / PDF-to-Image

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:C++ 42.6%Language:Objective-C 41.5%Language:C 12.7%Language:Roff 2.8%Language:Python 0.4%Language:Batchfile 0.0%