go-ghostscript

module
v0.0.0-...-e51bdc0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 20, 2021 License: MIT

README

go-ghostscript

GoDoc

Simple, and idiomatic Go bindings for Ghostscript Interpreter C API.

Idiomatic is italicised because no true Go code should include cgo. Ironic, I know.

Ghostscript 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 or rendering of such page description language files, for the display or printing of document pages, and the conversion between PostScript and PDF files. - Wikipedia

I would not recommend using this on production. I only worked on it to experiment with cgo, and I do not plan on maintaining it very often. Contributions are nevertheless, welcomed.

Dependencies

To build, and run the package, you must have libgs-dev installed.

On Debian systems, this can be achieved using apt-get install libgs-dev.

Usage

  1. Download, and install go-ghostscript/ghostscript:

    go get github.com/MrSaints/go-ghostscript/ghostscript
    
  2. Import the package into your code:

    import "github.com/MrSaints/go-ghostscript/ghostscript"
    

View the GoDoc, examples or code for more information.

Directories

Path Synopsis
examples
Package ghostscript provides simple, and idiomatic Go bindings for the Ghostscript Interpreter C API.
Package ghostscript provides simple, and idiomatic Go bindings for the Ghostscript Interpreter C API.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL