go-qpdf

module
v0.0.0-...-828eff7 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2016 License: MIT

README

go-qpdf

GoDoc

Simple Go bindings for qpdf C / C++ API; mostly for linearization.

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 libqpdf installed.

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

Usage

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

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

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

View the GoDoc, examples or code for more information.

Directories

Path Synopsis
Package qpdf provides simple Go bindings for qpdf C / C++ API.
Package qpdf provides simple Go bindings for qpdf C / C++ API.

Jump to

Keyboard shortcuts

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