500 B
500 B
+++ date = '2022-09-04T16:04:09' draft = false title = 'Extract Images From PDF on Linux' type = 'post' tags = ['Linux'] +++
By using the pdfimages command included in most Linux distributions it is easy to extract all pictures included in a PDF document.
Instructions on how to use the command can be found here.
Note: the target directory for the extracted images must be created before executing the command, else it will just throw errors.