Skip to content

Instantly share code, notes, and snippets.

View petrus-v's full-sized avatar

Pierre Verkest petrus-v

View GitHub Profile
@petrus-v
petrus-v / gist:a200a14ae763ddec505d
Created June 18, 2015 09:21
PDF to PNG and diff pdf using wand
"""
Here I want to share a POC that make two things:
* Convert a multi page pdf to png files
* Make a diff file between page 1 and page 2 of the pdf
This is done using [wand librairy](http://wand-py.org).
"""
from wand.image import Image