Skip to content

fabiocionini/pdf-image-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDF Image Extractor

fabiocionini.it

Quick and dirty PDF image extractor script.

Installation

  • Create a virtual environment, such as python3 -m venv venv; source venv/bin/activate
  • Install requirements with pip install -r requirements.txt

Usage

Run with python pdf_image_extractor.py [filename.pdf].

Image files will be automatically extracted and saved in a folder named from the PDF file using the format [pdf_filename]_page[page_number]_image[image_number].[image_ext].

Known Issues

  • Does not support CMYK colorspaces
  • Complains if the target folder already exists

About

(Yet another) Quick & dirty PDF image extractor script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages