Go API Client Library

The Go API client library enables easy implementation of the Pdfcrowd API in your Go applications.

You can choose from the following install options:

install icon You can install the client library from Github
go get github.com/pdfcrowd/pdfcrowd-go
install icon Clone pdfcrowd-go from Github into your project source folder
git clone https://github.com/pdfcrowd/pdfcrowd-go src/github.com/pdfcrowd/pdfcrowd-go
install icon Download pdfcrowd-5.18.0-go.zip, unzip it and import pdfcrowd.go in your code.