Home
last modified time | relevance | path

Searched refs:pdf_version (Results 1 – 4 of 4) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dfilter.output.ps2pdf.class.php30 var $pdf_version; variable in OutputFilterPS2PDF
37 …" -dNOPAUSE -dBATCH -dEmbedAllFonts=true -dCompatibilityLevel=".$this->pdf_version." -sDEVICE=pdfw…
40 function OutputFilterPS2PDF($pdf_version) { argument
41 $this->pdf_version = $pdf_version;
H A Doutput._generic.pdf.class.php5 var $pdf_version; variable in OutputDriverGenericPDF
15 return $this->pdf_version;
23 $this->pdf_version = $version;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DFpdiTrait.php80 if (\version_compare($pdfVersion, $this->pdf_version, '>')) {
81 $this->pdf_version = $pdfVersion;
H A DMpdf.php280 var $pdf_version;
1946 $this->pdf_version = '1.5';
1973 $this->writer->write('%PDF-' . $this->pdf_version);
2771 $this->pdf_version = '1.5';
289 var $pdf_version; global() variable in Mpdf\\Mpdf