Files
Blog_and_Personal_Page/content/knowledge-base/extract-images-from-pdf-on-linux.md
2024-12-03 15:38:07 +01:00

12 lines
500 B
Markdown

+++
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](https://www.xpdfreader.com/pdfimages-man.html).
**Note:** the target directory for the extracted images must be created before executing the command, else it will just throw errors.