
pdftocairo
List of commands for pdftocairo:
-
pdftocairo:tldr:9e251 pdftocairo: Convert to grayscale TIFF setting paper size to A3.$ pdftocairo ${filename-pdf} -tiff -gray -paper A3try on your machineexplain this command
-
pdftocairo:tldr:a242d pdftocairo: Convert to SVG specifying the first/last page to convert.$ pdftocairo ${filename-pdf} ${output-svg} -svg -f ${first_page} -l ${last_page}try on your machineexplain this command
-
pdftocairo:tldr:c2a91 pdftocairo: Convert to PNG cropping x and y pixels from the top-left corner.$ pdftocairo ${filename-pdf} -png -x ${x_pixels} -y ${y_pixels}try on your machineexplain this command
-
pdftocairo:tldr:c7d59 pdftocairo: Convert to PDF expanding the output to fill the paper.$ pdftocairo ${filename-pdf} ${output-pdf} -pdf -expandtry on your machineexplain this command
-
pdftocairo:tldr:da45e pdftocairo: Convert to PNG with 200ppi resolution.$ pdftocairo ${filename-pdf} ${output-png} -png -r 200try on your machineexplain this command
-
pdftocairo:tldr:f9433 pdftocairo: Convert a PDF file to JPEG.$ pdftocairo ${filename-pdf} -jpegtry on your machineexplain this command