💾 Archived View for freeshell.de › tldr › gs.gmi captured on 2023-09-28 at 16:33:49. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

gs

GhostScript is a PDF and PostScript interpreter.

More information.

gs -dQUIET -dBATCH {file.pdf}
gs -dNOPAUSE -dQUIET -dBATCH -sDEVICE=pdfwrite -dPDFSETTINGS=/ebook -sOutputFile={output.pdf} {input.pdf}
gs -dQUIET -dBATCH -dNOPAUSE -sDEVICE=jpeg -r150 -dFirstPage={1} -dLastPage={3} -sOutputFile={output_%d.jpg} {input.pdf}
gs -dQUIET -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile={output.pdf} {input.pdf}
gs -dQUIET -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile={output.pdf} {input1.pdf} {input2.pdf}
gs -dQUIET -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile={output.pdf} {input.ps}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY