2019-12-31 18:24:36 +00:00
|
|
|
# pdfimages
|
|
|
|
|
|
|
|
> Utility for extracting images from PDFs.
|
meshlabserver, nkf, obs, pax, pdfimages, pinky, pssh, s, sd, sendmail, sftp: add link (#6971)
2021-10-17 05:23:56 +01:00
|
|
|
> More information: <https://manned.org/pdfimages>.
|
2019-12-31 18:24:36 +00:00
|
|
|
|
|
|
|
- Extract all images from a PDF file and save them as PNGs:
|
|
|
|
|
|
|
|
`pdfimages -png {{path/to/file.pdf}} {{filename_prefix}}`
|
|
|
|
|
|
|
|
- Extract images from pages 3 to 5:
|
|
|
|
|
|
|
|
`pdfimages -f {{3}} -l {{5}} {{path/to/file.pdf}} {{filename_prefix}}`
|
|
|
|
|
|
|
|
- Extract images from a PDF file and include the page number in the output filenames:
|
|
|
|
|
|
|
|
`pdfimages -p {{path/to/file.pdf}} {{filename_prefix}}`
|
|
|
|
|
|
|
|
- List information about all the images in a PDF file:
|
|
|
|
|
|
|
|
`pdfimages -list {{path/to/file.pdf}}`
|