gs Verified for current stable LTS

Gs Command: Convert Pdf To Image 150dpi Linux

Use for convert pdf to image 150dpi linux with Gs. Exact CLI syntax to convert pdf to image 150dpi linux using Gs.

When to use this: Use for convert pdf to image 150dpi linux with Gs.

Command Syntax

gs -dQUIET -dBATCH -dNOPAUSE -sDEVICE=jpeg -r150 -dFirstPage=1 -dLastPage=3 -sOutputFile=<output_%d.jpg> <input.pdf>

Live Command Builder

Final Command

gs -dQUIET -dBATCH -dNOPAUSE -sDEVICE=jpeg -r150 -dFirstPage=1 -dLastPage=3 -sOutputFile=<output_%d.jpg> <input.pdf>

Command Breakdown

-dQUIET
Command Option
Tool-specific option used by this command invocation.
-dBATCH
Command Option
Tool-specific option used by this command invocation.
-dNOPAUSE
Command Option
Tool-specific option used by this command invocation.
-sDEVICE=jpeg
Command Option
Tool-specific option used by this command invocation.
-r150
Command Option
Tool-specific option used by this command invocation.
-dFirstPage=1
Command Option
Tool-specific option used by this command invocation.
-dLastPage=3
Command Option
Tool-specific option used by this command invocation.
-sOutputFile=<output_%d.jpg>
Command Option
Tool-specific option used by this command invocation.

FAQ

Purpose: Exact syntax to convert pdf to image 150dpi linux using Gs.

Test path: Replace placeholders and run destructive commands in a disposable workspace first.

Flag behavior: Tool version, platform, and shell can change behavior.

Improve This Command

Suggest a correction, safer default, or version-specific note for this entry.

Related Operations

Back to Gs directory