Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DMetadataWriter.php194 $ICCProfile = str_replace('_', ' ', basename($this->mpdf->ICCProfile, '.icc'));
198 if ($this->mpdf->ICCProfile) {
199 $this->writer->write('/Info (' . $ICCProfile . ')');
210 if ($this->mpdf->ICCProfile) {
211 $this->writer->write('/Info (' . $ICCProfile . ')');
225 if ($this->mpdf->PDFX && !$this->mpdf->ICCProfile) {
231 if ($this->mpdf->ICCProfile) {
232 if (!file_exists($this->mpdf->ICCProfile)) {
233 throw new \Mpdf\MpdfException(sprintf('Unable to find ICC profile "%s"', $this->mpdf->ICCProfile));
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php78 var $ICCProfile;
10020 if ($this->PDFA || $this->PDFX || $this->ICCProfile) {
87 var $ICCProfile; global() variable in Mpdf\\Mpdf