viepovsky / pdf-to-jpg-converter

Simple java application to convert PDF files into JPG.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File Converter -> PDF to JPG

This is a simple app made in need of converting one and multi page PDF files to images in .jpg extension.

Usage

To use app, you can simply run MainView.java in IDE of your choice or you can use mvn clean package command to create executable java.jar file. Then run the jar. After running simply select the PDF file you want to convert.

The converted PDF will be created in the same directory, inside the archived .zip

Note that the app is still in development, but main functionality is working well.

About

Simple java application to convert PDF files into JPG.


Languages

Language:Java 100.0%