/Opensoft-2016

A graph plotter that works with any pdf containing one (or more) graphs :chart_with_upwards_trend:

Primary LanguagePython

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, ...