Giter VIP home page Giter VIP logo

go-ghostscript's Introduction

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.

go-ghostscript's People

Contributors

gfodor avatar mqp avatar mrsaints avatar raz0rwire avatar viphak avatar

Watchers

 avatar  avatar  avatar

Forkers

jlangston mqp limard

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.