-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

pdftoppm


> Convert PDF document pages to portable Pixmap (image formats).

More information.


Specify the range of pages to convert (N-first page, M-last page):

pdftoppm -f {N} -l {M} {path/to/file.pdf} {image_name_prefix}

Convert only the first page of a PDF:

pdftoppm -singlefile {path/to/file.pdf} {image_name_prefix}

Generate a monochrome PBM file (instead of a color PPM file):

pdftoppm -mono {path/to/file.pdf} {image_name_prefix}

Generate a grayscale PGM file (instead of a color PPM file):

pdftoppm -gray {path/to/file.pdf} {image_name_prefix}

Generate a PNG file instead a PPM file:

pdftoppm -png {path/to/file.pdf} {image_name_prefix}


> 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 Tue May 21 08:17:20 2024