Skip to content

abchk1234/pdf2png

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

pdf2png converts PDF files to various image formats with a simple graphical interface. Written in python and uses ghostscript.

It currently supports 4 different image extensions: PNG, JPEG, BMP and TIFF.

How To

Increasing or decreasing the resolution will change the image quality.

After typing correct numbers for the From page and To page, click on Select PDF file to open a dialog window. Browse and select the wanted PDF file. Click on Convert to extract and output the selected pages.

The converted image(s) are placed in the same directory where the pdf resides.

Credits

Forked from WifiExtender's pdf2png, so thanks to him.

This has minor changes from his version like no tray icon and no over-riding of the system theme.

Requirements

  • GTK 3
  • python 3
  • ghostscript
  • python-gobject (for debian its python-gi)

Installation

(as root)

 # make install

(or)

 $ sudo make install

For Arch Linux users check out pdf2png in the AUR.