imagemagick

Converting a PDF to a series of images with Python

Converting a PDF to a series of images with Python Question: I’m attempting to use Python to convert a multi-page PDF into a series of JPEGs. I can split the PDF up into individual pages easily enough with available tools, but I haven’t been able to find anything that can covert PDFs to images. PIL …

Total answers: 5