Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abcum/pdflib
C bindings to pdflib for Go
https://github.com/abcum/pdflib
cgo go golang golang-library pdf pdflib
Last synced: 16 days ago
JSON representation
C bindings to pdflib for Go
- Host: GitHub
- URL: https://github.com/abcum/pdflib
- Owner: abcum
- License: apache-2.0
- Created: 2017-04-06T11:04:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T09:32:08.000Z (9 months ago)
- Last Synced: 2024-11-14T01:33:14.400Z (2 months ago)
- Topics: cgo, go, golang, golang-library, pdf, pdflib
- Language: C
- Homepage:
- Size: 64.7 MB
- Stars: 15
- Watchers: 2
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-golang-repositories - pdflib
README
# pdflib
C bindings to pdflib for Go (Golang).
[![](https://img.shields.io/circleci/token/abf9e47762afcbbd936490819683ad44594f67b5/project/abcum/pdflib/master.svg?style=flat-square)](https://circleci.com/gh/abcum/pdflib) [![](https://img.shields.io/badge/status-beta-ff00bb.svg?style=flat-square)](https://github.com/abcum/pdflib) [![](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](https://godoc.org/github.com/abcum/pdflib) [![](https://goreportcard.com/badge/github.com/abcum/pdflib?style=flat-square)](https://goreportcard.com/report/github.com/abcum/pdflib) [![](https://img.shields.io/badge/license-Apache_License_2.0-00bfff.svg?style=flat-square)](https://github.com/abcum/pdflib)
#### Installation
```bash
go get github.com/abcum/pdflib
```#### Building
[![](https://img.shields.io/badge/api-docs-ffbb00.svg?style=flat-square)](http://www.pdflib.com/fileadmin/pdflib/pdf/manuals/PDFlib-8.0.6-API-reference.pdf) [![](https://img.shields.io/badge/version-pdflib--8.0.6-0ffbbb.svg?style=flat-square)](http://www.pdflib.com/download/pdflib-family/pdflib-8/)
```bash
go install -tags 'pdflib8'
```[![](https://img.shields.io/badge/api-docs-ffbb00.svg?style=flat-square)](http://www.pdflib.com/fileadmin/pdflib/pdf/manuals/PDFlib-9.1.0-API-reference.pdf) [![](https://img.shields.io/badge/version-pdflib--9.1.0-0ffbbb.svg?style=flat-square)](http://www.pdflib.com/download/pdflib-family/pdflib-9/)
```bash
go install -tags 'pdflib9'
```#### Building for Alpine Linux
```bash
go build -tags 'alpine' ...
```#### Requirements
- Golang >= 1.5
#### Copyright
For PDFlib licensing and copyright information, [click here](http://www.pdflib.com/fileadmin/pdflib/pdf/license/PDFlib-terms-and-conditions.pdf).