package
0.8.3-mateyai
Repository: https://github.com/mateyai/pdfcpu.git
Documentation: pkg.go.dev

# Functions

List return the list of all supported PDF filters.
NewFilter returns a filter for given filterName and an optional parameter dictionary.

# Constants

PDF defines the following filters.
PDF defines the following filters.
PDF defines the following filters.
PDF defines the following filters.
PDF defines the following filters.
PDF defines the following filters.
PDF defines the following filters.
PDF defines the following filters.
For predictor > 2 PNG filters (see RFC 2083) get applied and the first byte of each pixelrow defines the prediction algorithm used for all pixels of this row.
For predictor > 2 PNG filters (see RFC 2083) get applied and the first byte of each pixelrow defines the prediction algorithm used for all pixels of this row.
For predictor > 2 PNG filters (see RFC 2083) get applied and the first byte of each pixelrow defines the prediction algorithm used for all pixels of this row.
For predictor > 2 PNG filters (see RFC 2083) get applied and the first byte of each pixelrow defines the prediction algorithm used for all pixels of this row.
For predictor > 2 PNG filters (see RFC 2083) get applied and the first byte of each pixelrow defines the prediction algorithm used for all pixels of this row.
Use PNGAverage for all rows.
No prediction.
Use PNGNone for all rows.
Use the optimum PNG prediction for each row.
Use PNGPaeth for all rows.
Use PNGSub for all rows.
Use TIFF prediction for all rows.
Use PNGUp for all rows.
PDF defines the following filters.

# Variables

ErrUnsupportedFilter signals unsupported filter encountered.

# Interfaces

Filter defines an interface for encoding/decoding PDF object streams.