Skip to content

Instantly share code, notes, and snippets.

View santiago-kai's full-sized avatar
🎯
Focusing

santiago-kai

🎯
Focusing
View GitHub Profile
@santiago-kai
santiago-kai / pypdf_to_image.py
Created July 6, 2017 08:22 — forked from rririanto/pypdf_to_image.py
Python Convert PDF to Image
"""
Problem:
How to Convert PDF to Image with Python Script ?
Installation:
I use ubuntu OS 14.04
We use wrapper for ImageMagick [http://www.imagemagick.org/script/index.php] to Convert The PDF file
in Python do:
$ sudo apt-get install libmagickwand-dev