Categorygithub.com/peter-mount/go-ipp
repositorypackage
2.0.0+incompatible
Repository: https://github.com/peter-mount/go-ipp.git
Documentation: pkg.go.dev

# README

go-ipp

Version Licence

Go Get

To get the package, execute:

go get -h github.com/peter-mount/go-ipp

Features

  • basic ipp 2.0 compatible Client
  • extended client for cups server
  • create custom ipp requests
  • parse ipp responses and ipp control files

Examples

Print a file

client := ipp.NewIPPClient("printserver", 631, "user", "password", true)
client.PrintFile("/path/to/file", "my-printer", map[string]interface{}{})

Licence

Apache Licence Version 2.0