-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

pdfimages


> Utility for extracting images from PDFs.

More information.


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}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 00:20:36 2024