GitXplorerGitXplorer
a

pdf2png

public
16 stars
4 forks
0 issues

Commits

List of commits on branch master.
Unverified
d93a347f3998ec40bf01f35d0ab15bd4951857e2

minor corrections to Readme

aabchk1234 committed 3 years ago
Unverified
3e682e700af39c84f5430334186ce73b457ae351

explitcitly require GTK+3

aabchk1234 committed 3 years ago
Unverified
dfd8572fd71b07e804d4809af5197e7903cafd98

add gitignore

aabchk1234 committed 4 years ago
Unverified
3958113cb89214967401baf7b29a0680beeebefd

update description

aabchk1234 committed 4 years ago
Unverified
d9a35220b4740a53122da2b4c25427f1f572b397

[minor] simplify description

aabchk1234 committed 4 years ago
Unverified
9b1514cae89cf85bedc97170c4057d2066027209

fix version and url

aabchk1234 committed 4 years ago

README

The README file for this repository.

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.