Skip to content

Ghostscript

Jason Charney edited this page Apr 4, 2016 · 1 revision

🚧 NEW PAGE!

Ghostscript (gs) is a suite of software based on an interpreter for Adobe Systems' PostScript and Portable Document Format (PDF) page description languages. Its main purposes are the rasterization of rendering of such page description language files, for the display or printing of document pages, and the coversion between PostScript and PDF files.

Simple drawing

TODO: Create an example using the gs command and Postscript/GhostScript drawing commands. And find an example to embedd a drawing into a .tex file.

See Also

There was also some book floating around the Internet that was helpful, but I forget what it's called.

TODO: Recall what that book's title was.

Links

Setup

  1. [Assemble the Hardware](Assemble the Hardware)
  2. [Install the Software](Install the Software)
  3. 🆙 [Setup your Raspberry Pi](Setup your Raspberry Pi)
  4. [Download the Missing Parts](Download the Missing Parts)

Typical Utilities

  • [Downloading and extracting with curl and tar](curl and tar)
  • [Browsing with ls and cat](ls and cat)
  • [Searching with grep and find](grep and find)
  • [Filtering with sed and awk](sed and awk)
  • [Piping with less, pv, and tee](less, pv, and tee)
  • Monitor your system with htop
  • Multiplex with tmux

Clone this wiki locally