github pdfcpu/pdfcpu v0.1.9
pdfcpu version 0.1.9

latest releases: v0.8.0, v0.7.0, v0.6.0...
6 years ago

Version: 0.1.9

Redesigned extraction API with focus on returning the extracted data rather than writing it somewhere.
It is up to the API consumer how to process the extracted data.

func ImageData(ctx *types.PDFContext, objNr int) (*types.ImageObject, error)
func FontData(ctx *types.PDFContext, objNr int) (*types.FontObject, error)
func ContentData(ctx *types.PDFContext, objNr int) (data []byte, err error)

This takes care of #7

Don't miss a new pdfcpu release

NewReleases is sending notifications on new releases.