Using Wand to extract images from PDFs in python
ImageMagick is a tool commonly used by developers to convert images between formats. It is a great tool that supports many image formats and is pretty easy to work with, once you get the command line arguments down. (It is a command line tool.) I needed to extract images from PDFs, and although I could do it […]