alfred-pdf-tools icon indicating copy to clipboard operation
alfred-pdf-tools copied to clipboard

Extract Images

Open JesusTheHun opened this issue 9 months ago • 0 comments

I would really like to be able to extract images of a PDF using this alfred workflow.

I've look at the documentation for pypdf and it's an existing feature : https://pypdf.readthedocs.io/en/latest/user/extract-images.html. Note this requires the installation of an additional dependency pip install pypdf[image].

As a suggestion for implementation details I would suggest all images are extracted in a folder that has the name of the PDF file, without its extension.

JesusTheHun avatar May 16 '24 13:05 JesusTheHun