This application is designed to simplify converting data from PDF to PNG or JPG format.
With this application, you can easily convert PDF documents, even if they have multiple pages, to images.
Application can be installed directly to Python then used as Python module, or you can build binary executable file from source.
Clone repository:
git clone https://github.com/IHappyPlant/PDF_Converter.git
Install converter to Python:
python setup.py install
Run the application:
python -m converter
You can build binary executable file for your platform using installation scripts from the repository root. There are installation scripts for *nix systems.
Clone repository:
git clone https://github.com/IHappyPlant/PDF_Converter.git
And run installation script for your OS:
./install.sh
for Linux or:
.\install.bat
for Windows.
This will generate "dist" directory in the repository root with single
executable file inside.
For Windows, you must also download
poppler for Windows, and add
its bin/
folder to PATH.
Then, you can download and run the latest application release for Windows, or
install application directly to Python.
You can also just download and run latest application release for Linux or Windows from releases.
For some Linux distros you may need also install poppler-utils
package
with your package manager.