Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 363 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 363 Bytes

Opensoft-2016

Repository for Team-4 Opensoft

Installing ghostscript

sudo apt-get install ghostscript

Installing pyfpdf

cd pyfpdf
sudo python setup.py install

Running pdf2png.py

python pdf2png.py RESOLUTION filename.pdf

The output images will be saved in Images/

Image names input001.png, input002.png, ...