Documentation
¶
Overview ¶
Package filter implements the PDF stream filters needed for read-only inspection of document structure: FlateDecode (with predictors), LZW, ASCII85, ASCIIHex, RunLength.
Image-only filters (DCTDecode, JBIG2Decode, JPXDecode, CCITTFaxDecode) are intentionally not implemented — pdfdisassembler does not decode image streams.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsImageFilter ¶
IsImageFilter reports whether name designates one of the image-only filters that pdfdisassembler intentionally skips.
Types ¶
type ErrUnsupported ¶
type ErrUnsupported struct{ Name string }
ErrUnsupported is returned for filters this package does not implement.
func (ErrUnsupported) Error ¶
func (e ErrUnsupported) Error() string
Click to show internal directories.
Click to hide internal directories.