Skip to content

Instantly share code, notes, and snippets.

@GuiUzeda
GuiUzeda / pypdf_to_image.py
Created July 24, 2018 17:29 — forked from santiago-kai/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