Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rosylilly/hpdf
a libharu binding for golang
https://github.com/rosylilly/hpdf
Last synced: 5 days ago
JSON representation
a libharu binding for golang
- Host: GitHub
- URL: https://github.com/rosylilly/hpdf
- Owner: rosylilly
- License: mit
- Created: 2013-11-24T19:16:33.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-04-08T20:16:02.000Z (over 7 years ago)
- Last Synced: 2024-12-22T13:14:53.927Z (15 days ago)
- Language: Go
- Size: 1 MB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.mkd
- License: LICENSE
Awesome Lists containing this project
README
# hpdf
[![Build Status](https://img.shields.io/circleci/project/github/rosylilly/hpdf.svg)](https://circleci.com/gh/rosylilly/hpdf)
[![Coverage Status](https://coveralls.io/repos/github/rosylilly/hpdf/badge.svg?branch=master)](https://coveralls.io/github/rosylilly/hpdf?branch=master)a [libharu](http://www.libharu.org/) binding for golang
Copyright 2013 (c) Sho Kusano
__WIP__: [Check supported APIs](https://github.com/rosylilly/hpdf/issues/4)
## Install
A hpdf requires libharu's shared-libary. please install libharu before install hpdf.
```shell
$ brew install libharu
```(in Mac OS X)
Install hpdf by github
```shell
$ go install github.com/rosylilly/hpdf
```NOTE: Set env `CC=GCC-4.2` in Mac OS X and go v1.1.2