12 lines
500 B
Markdown
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. |