gs
Verified for current stable LTS
Gs Command: Reduce Pdf File Size Ebook Linux
Use for reduce pdf file size ebook linux with Gs. Exact CLI syntax to reduce pdf file size ebook linux using Gs.
When to use this: Use for reduce pdf file size ebook linux with Gs.
Command Syntax
gs -dNOPAUSE -dQUIET -dBATCH -sDEVICE=pdfwrite -dPDFSETTINGS=/ebook -sOutputFile=<output.pdf> <input.pdf> gs -dNOPAUSE -dQUIET -dBATCH -sDEVICE=pdfwrite -dPDFSETTINGS=/ebook -sOutputFile=<output.pdf> <input.pdf> Live Command Builder
Final Command
gs -dNOPAUSE -dQUIET -dBATCH -sDEVICE=pdfwrite -dPDFSETTINGS=/ebook -sOutputFile=<output.pdf> <input.pdf> Command Breakdown
-dNOPAUSE- Command Option
- Tool-specific option used by this command invocation.
-dQUIET- Command Option
- Tool-specific option used by this command invocation.
-dBATCH- Command Option
- Tool-specific option used by this command invocation.
-sDEVICE=pdfwrite- Command Option
- Tool-specific option used by this command invocation.
-dPDFSETTINGS=/ebook- Command Option
- Tool-specific option used by this command invocation.
-sOutputFile=<output.pdf>- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to reduce pdf file size ebook 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
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 Command: Convert Postscript To Pdf Linux gs -dQUIET -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile=<output.pdf> <input.ps> Gs Command: Extract Pages From Pdf Linux gs -dQUIET -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile=<output.pdf> <input.pdf> Gs Command: Merge Pdf Files Linux gs -dQUIET -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile=<output.pdf> <input1.pdf> <input2.pdf> Gs Command: View File Pdf Linux gs -dQUIET -dBATCH <file.pdf>