Skip to content

python tool to extract images from pdf, respecting softmask and compositing onto a background color of choice

License

Notifications You must be signed in to change notification settings

mmechtley/pdf_image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Summary

command-line tool to extract images from a pdf, respecting softmask if present and compositing onto a background color of choice

Requires

  • Python 3
  • PyPDF3+
  • pillow

prolly easiest to install those in a conda env since they have C library dependencies:

conda install pypdf
conda install pillow

About

python tool to extract images from pdf, respecting softmask and compositing onto a background color of choice

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages