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: 6 months 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T09:32:08.000Z (about 1 year ago)
- Last Synced: 2024-11-14T01:33:14.400Z (8 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://circleci.com/gh/abcum/pdflib) [](https://github.com/abcum/pdflib) [](https://godoc.org/github.com/abcum/pdflib) [](https://goreportcard.com/report/github.com/abcum/pdflib) [](https://github.com/abcum/pdflib)
#### Installation
```bash
go get github.com/abcum/pdflib
```#### Building
[](http://www.pdflib.com/fileadmin/pdflib/pdf/manuals/PDFlib-8.0.6-API-reference.pdf) [](http://www.pdflib.com/download/pdflib-family/pdflib-8/)
```bash
go install -tags 'pdflib8'
```[](http://www.pdflib.com/fileadmin/pdflib/pdf/manuals/PDFlib-9.1.0-API-reference.pdf) [](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).