Home
last modified time | relevance | path

Searched refs:output_filters (Results 1 – 2 of 2) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dpipeline.factory.class.php31 $pipeline->output_filters = array();
H A Dpipeline.class.php295 var $output_filters; variable in Pipeline
899 for ($i=0; $i<count($this->output_filters); $i++) {
900 $temporary_output_filename = $this->output_filters[$i]->process($temporary_output_filename);
905 $i = count($this->output_filters)-1;
907 $content_type = $this->output_filters[$i]->content_type();