All Projects → abchk1234 → pdf2png

abchk1234 / pdf2png

Licence: GPL-2.0 license
Convert PDF files to images in various image formats.

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to pdf2png

pdftricks
A simple, efficient application for small manipulations in PDF files using Ghostscript.
Stars: ✭ 69 (+331.25%)
Mutual labels:  ghostscript
pdf-thumbnail
npm package to create the preview of a pdf file
Stars: ✭ 23 (+43.75%)
Mutual labels:  ghostscript
ghostscript4js
Ghostscript4JS binds the Ghostscript C API to the Node.JS world.
Stars: ✭ 53 (+231.25%)
Mutual labels:  ghostscript
docker-texlive-full
A repository with a full texlive installation to be the base for my other texlive-related containers.
Stars: ✭ 24 (+50%)
Mutual labels:  ghostscript
pdfScale
Bash Script to Scale and Resize PDFs using Ghostscript
Stars: ✭ 131 (+718.75%)
Mutual labels:  ghostscript
PIL-RCE-Ghostscript-CVE-2018-16509
PoC + Docker Environment for Python PIL/Pillow Remote Shell Command Execution via Ghostscript CVE-2018-16509
Stars: ✭ 44 (+175%)
Mutual labels:  ghostscript
RCE-python-oneliner-payload
Python bind shell single line code for both Unix and Windows, used to find and exploit RCE (ImageMagick, Ghostscript, ...)
Stars: ✭ 23 (+43.75%)
Mutual labels:  ghostscript
Cocoa-Printer-Server
Make your USB Printers to IP Printers.
Stars: ✭ 22 (+37.5%)
Mutual labels:  ghostscript

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].