Versions in this module Expand all Collapse all v1 v1.0.2 Oct 23, 2023 v1.0.1 Oct 23, 2023 Changes in this version + const ASCII85 + const ASCIIHex + const CCITTFax + const DCT + const Flate + const JBIG2 + const JPX + const LZW + const PNGAverage + const PNGNone + const PNGPaeth + const PNGSub + const PNGUp + const PredictorAverage + const PredictorNo + const PredictorNone + const PredictorOptimum + const PredictorPaeth + const PredictorSub + const PredictorTIFF + const PredictorUp + const RunLength + var ErrUnsupportedFilter = errors.New("pdfcpu: filter not supported") + func List() []string + type Filter interface + Decode func(r io.Reader) (io.Reader, error) + Encode func(r io.Reader) (io.Reader, error) + func NewFilter(filterName string, parms map[string]int) (filter Filter, err error)