gs
Verified for current stable LTS
Gs Commands
Gs command syntax with verified terminal examples.
Commands
6 commands for Gs
gs Video
Gs Command: Convert Pdf To Image 150dpi Linux
gs -dQUIET -dBATCH -dNOPAUSE -sDEVICE=jpeg -r150 -dFirstPage=1 -dLastPage=3 -sOutputFile=<output_%d.jpg> <input.pdf> gs HTTP
Gs Command: Convert Postscript To Pdf Linux
gs -dQUIET -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile=<output.pdf> <input.ps> gs Archive
Gs Command: Extract Pages From Pdf Linux
gs -dQUIET -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile=<output.pdf> <input.pdf> gs Operations
Gs Command: Merge Pdf Files Linux
gs -dQUIET -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile=<output.pdf> <input1.pdf> <input2.pdf> gs Operations
Gs Command: Reduce Pdf File Size Ebook Linux
gs -dNOPAUSE -dQUIET -dBATCH -sDEVICE=pdfwrite -dPDFSETTINGS=/ebook -sOutputFile=<output.pdf> <input.pdf> gs Operations
Gs Command: View File Pdf Linux
gs -dQUIET -dBATCH <file.pdf> Suggest a Gs Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Gs workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.