phpdftk API Documentation

StreamParser
in package

FinalYes

Applies the filter pipeline from a stream dictionary's `/Filter` entry to decompress raw stream data.

Table of Contents

Methods

decode()  : string
Decode stream data using the filter(s) declared in $dict.
setResolver()  : void
Set the object resolver for resolving indirect /DecodeParms references.

Methods

decode()

Decode stream data using the filter(s) declared in $dict.

public decode(string $data, PdfDictionary $dict) : string
Parameters
$data : string
$dict : PdfDictionary
Return values
string

        
On this page

Search results