Binary package “golang-rsc-pdf-dev” in ubuntu oracular

Golang library that provides a reader for the PDF format

 PDF is Adobe's Portable Document Format, ubiquitous on the internet. A PDF
 document is a complex data format built on a fairly simple structure. This
 package exposes the simple structure along with some wrappers to extract basic
 information. If more complex information is needed, it is possible to extract
 that information by interpreting the structure exposed by this package.