Home
last modified time | relevance | path

Searched refs:PDFX (Results 1 – 10 of 10) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/
DColorSpaceRestrictor.php117 if ($this->mpdf->PDFX || ($this->mpdf->PDFA && $this->mode == 3)) {
118 …if (($this->mpdf->PDFA && !$this->mpdf->PDFAauto) || ($this->mpdf->PDFX && !$this->mpdf->PDFXauto)…
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)…
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)…
DColorConverter.php199 if ($this->mpdf->PDFA || $this->mpdf->PDFX || $this->mpdf->restrictColorSpace) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
DImageWriter.php59 if ($this->mpdf->PDFX || ($this->mpdf->PDFA && $this->mpdf->restrictColorSpace === 3)) {
72 …} elseif (($this->mpdf->PDFX || ($this->mpdf->PDFA && $this->mpdf->restrictColorSpace === 3)) && $…
DMetadataWriter.php120 if ($this->mpdf->PDFX) {
182 if ($this->mpdf->PDFX) {
208 } elseif ($this->mpdf->PDFX) { // always a CMYK profile
644 if ($this->mpdf->PDFA || $this->mpdf->PDFX) {
691 if (!$this->mpdf->PDFA && !$this->mpdf->PDFX && isset($pl['opt']['subj'])) {
749 if ($this->mpdf->PDFA || $this->mpdf->PDFX) {
DPageWriter.php191 if (!$this->mpdf->PDFA && !$this->mpdf->PDFX) {
DFontWriter.php64 if ($this->mpdf->PDFA || $this->mpdf->PDFX) {
140 if ($this->mpdf->PDFA || $this->mpdf->PDFX) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
DImageProcessor.php369 if ($a[2] === 'DeviceRGB' && ($this->mpdf->PDFX || $this->mpdf->restrictColorSpace === 3)) {
372 …if (($this->mpdf->PDFA && !$this->mpdf->PDFAauto) || ($this->mpdf->PDFX && !$this->mpdf->PDFXauto)…
545 …if ($firsttime && ($colspace === 'DeviceRGB' || $colspace === 'Indexed') && ($this->mpdf->PDFX || …
549 …if (($this->mpdf->PDFA && !$this->mpdf->PDFAauto) || ($this->mpdf->PDFX && !$this->mpdf->PDFXauto)…
560 } elseif (($this->mpdf->PDFA || $this->mpdf->PDFX) && $pngalpha) {
570 …if (($this->mpdf->PDFA && !$this->mpdf->PDFAauto) || ($this->mpdf->PDFX && !$this->mpdf->PDFXauto)…
1106 if ($this->mpdf->PDFA || $this->mpdf->PDFX) {
1202 if (!$this->mpdf->PDFA && !$this->mpdf->PDFX && !$mask) { // mPDF 6 added NOT mask
DBmp.php50 …if ($this->mpdf->restrictColorSpace == 1 || $this->mpdf->PDFX || $this->mpdf->restrictColorSpace =…
51 …if (($this->mpdf->PDFA && !$this->mpdf->PDFAauto) || ($this->mpdf->PDFX && !$this->mpdf->PDFXauto)…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DForm.php427 if ($this->mpdf->PDFA || $this->mpdf->PDFX) {
428 …if (($this->mpdf->PDFA && !$this->mpdf->PDFAauto) || ($this->mpdf->PDFX && !$this->mpdf->PDFXauto)…
DMpdf.php72 var $PDFX; variable in Mpdf\\Mpdf
1896 if (($this->PDFA || $this->PDFX) && $alpha != 1) {
1897 if (($this->PDFA && !$this->PDFAauto) || ($this->PDFX && !$this->PDFXauto)) {
1942 if (($this->PDFA || $this->PDFX) && $this->visibility != 'visible') {
1945 } elseif (!$this->PDFA && !$this->PDFX) {
2767 if (($this->PDFA || $this->PDFX)) {
2770 } elseif (!$this->PDFA && !$this->PDFX) {
4053 if ($this->PDFA || $this->PDFX) {
4058 if (($this->PDFA && !$this->PDFAauto) || ($this->PDFX && !$this->PDFXauto)) {
4214 if ($this->PDFA || $this->PDFX) {
[all …]