Lines Matching refs:mpdf

19 	private $mpdf;
37 * @param \Mpdf\Mpdf $mpdf
41 public function __construct(Mpdf $mpdf, ColorModeConverter $colorModeConverter, $mode)
43 $this->mpdf = $mpdf;
88 if (!isset($this->mpdf->spotColorIDs[$c[1]])) {
89 throw new \Mpdf\MpdfException('Error: Spot colour has not been defined - ' . $this->mpdf->spotColorIDs[$c[1]]);
92 if ($this->mpdf->PDFA) {
93 if ($this->mpdf->PDFA && !$this->mpdf->PDFAauto) {
94 $PDFAXwarnings[] = "Spot color specified '" . $this->mpdf->spotColorIDs[$c[1]] . "' (converted to process color)";
97 $sp = $this->mpdf->spotColors[$this->mpdf->spotColorIDs[$c[1]]];
101 $sp = $this->mpdf->spotColors[$this->mpdf->spotColorIDs[$c[1]]];
117 if ($this->mpdf->PDFX || ($this->mpdf->PDFA && $this->mode == 3)) {
118 if (($this->mpdf->PDFA && !$this->mpdf->PDFAauto) || ($this->mpdf->PDFX && !$this->mpdf->PDFXauto)) {
140 if ($this->mpdf->PDFA && $this->mode != 3) {
141 if ($this->mpdf->PDFA && !$this->mpdf->PDFAauto) {
163 if ($this->mpdf->PDFX || ($this->mpdf->PDFA && $this->mode == 3)) {
164 if (($this->mpdf->PDFA && !$this->mpdf->PDFAauto) || ($this->mpdf->PDFX && !$this->mpdf->PDFXauto)) {
169 } elseif ($this->mpdf->PDFA && $this->mode != 3) {
170 if (!$this->mpdf->PDFAauto) {
193 if ($this->mpdf->PDFA && $this->mode != 3) {
194 if (($this->mpdf->PDFA && !$this->mpdf->PDFAauto) || ($this->mpdf->PDFX && !$this->mpdf->PDFXauto)) {
199 } elseif ($this->mpdf->PDFX || ($this->mpdf->PDFA && $this->mode == 3)) {
200 if (($this->mpdf->PDFA && !$this->mpdf->PDFAauto) || ($this->mpdf->PDFX && !$this->mpdf->PDFXauto)) {