Home
last modified time | relevance | path

Searched refs:PDFVersion (Results 1 – 4 of 4) sorted by last modified time

/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdfTplTrait.php217 if ($groupXObject && \version_compare('1.4', $this->PDFVersion, '>')) {
218 $this->PDFVersion = '1.4';
H A DFpdiTrait.php117 if (\version_compare($pdfVersion, $this->PDFVersion, '>')) {
118 $this->PDFVersion = $pdfVersion;
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.php1087 var $PDFVersion; //PDF version number variable in FPDF
1683 $this->PDFVersion='1.3';
2478 $this->_out('%PDF-'.$this->PDFVersion);
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php998 var $PDFVersion; //PDF version number variable in FPDF
1640 $this->PDFVersion='1.3';
2909 $this->_out('%PDF-'.$this->PDFVersion);