Python for Undergraduate Engineers
  • About
  • Book
  • Gear
  • Now
  • Archives
  1. Tags
  2. pdf

Convert a PDF to Multiple Images with Python

Date Fri 18 October 2019 Tags python / pdf / images

pdf to dir

I had one of those "Automate the Boring Stuff" problems this week. How do you convert a multi-page PDF into a folder of images? One image for each page in the PDF? Read on to see how to solve this problem with Python.

Table of contents:
  • The Problem
  • Install Python …
more ...

About Peter Kazarinoff
I teach engineering at a community college in the Pacific Northwest. I am interested in programming and how to help students. Here I mostly blog about Python, and how programing can be incorporated into engineering education.

  • Recent Posts

    • Convert a PDF to Multiple Images with Python
  • Tags

    • engineering
    • flask
    • jupyter
    • jupyter notebook
    • matplotlib
    • microcontroller
    • micropython
    • pelican
    • python
    • sensor
  • GitHub Repos

    Status updating...

    @professorkazarinoff on GitHub

© 2019 Peter Kazarinoff · Powered by pelican-bootstrap3, Pelican, Bootstrap

Back to top