
pdftoppm
List of commands for pdftoppm:
-
pdftoppm:tldr:13870 pdftoppm: Generate a monochrome PBM file (instead of a color PPM file).$ pdftoppm -mono ${filename-pdf} ${image_name_prefix}try on your machineexplain this command
-
pdftoppm:tldr:2e769 pdftoppm: Convert only the first page of a PDF.$ pdftoppm -singlefile ${filename-pdf} ${image_name_prefix}try on your machineexplain this command
-
pdftoppm:tldr:4e5e4 pdftoppm: Generate a PNG file instead a PPM file.$ pdftoppm -png ${filename-pdf} ${image_name_prefix}try on your machineexplain this command
-
pdftoppm:tldr:66478 pdftoppm: Specify the range of pages to convert (N-first page, M-last page).$ pdftoppm -f ${N} -l ${M} ${filename-pdf} ${image_name_prefix}try on your machineexplain this command
-
pdftoppm:tldr:ea24c pdftoppm: Generate a grayscale PGM file (instead of a color PPM file).$ pdftoppm -gray ${filename-pdf} ${image_name_prefix}try on your machineexplain this command