Expand description
Filter chain resolution — maps stream dictionary /Filter and /DecodeParms
entries to codec types.
Functions§
- extract_
filter_ params - Extract
FilterParamsfrom a/DecodeParmsdictionary. - name_
to_ filter - Map a PDF filter name (including standard abbreviations) to a
DecodeFilter. - resolve_
filter_ chain - Parse the
/Filterand/DecodeParmsentries from a stream dictionary into a sequence of(DecodeFilter, FilterParams)pairs suitable forrpdfium_codec::apply_filter_chain.