IHappyPlant / PDF_Converter

GUI application that is designed to simplify converting files from PDF to PNG or JPG image formats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pdf to image

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.

PDF converter screenshot

Installation

Application can be installed directly to Python then used as Python module, or you can build binary executable file from source.

Python

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

Building binary

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.

Windows specific

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.

Other

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.

About

GUI application that is designed to simplify converting files from PDF to PNG or JPG image formats

License:MIT License


Languages

Language:Python 96.5%Language:Shell 1.7%Language:Batchfile 1.7%